<<set
_day to getDayFromIndex(State.variables.dayOfWeekIndex),
_time to getTimeOfDayFromIndex(State.variables.timeOfDayIndex),
_lustThreshold to getLevelThresholdFromIndex($lustLevelIndex),
_affectionThreshold to getLevelThresholdFromIndex($affectionLevelIndex),
_passageName to passage()
>>
_day
<<click "Wait to next day" _passageName>><<script>>waitToNextDay();<</script>><</click>>
_time
<<click "Wait" _passageName>><<script>>wait();<</script>><</click>>
<div class="title">Lust</div>
$lust / _lustThreshold
<<showmeter 'lust' `$lust / _lustThreshold`>>
Level: $lustLevelIndex (current max is $maxLustLevel)
<div class="title">Affection</div>
$affection / _affectionThreshold
<<showmeter 'affection' `$affection / _affectionThreshold`>>
level: $affectionLevelIndex (current max is $maxAffectionLevel)
[img[_patreon][https://www.patreon.com/mincedmeat]][[Back to the game (Ryan's)|Ryan]]
<div id="Objectives"></div>
<<script>>
describeObjectives("Objectives", State.temporary.events);
<</script>>
[[Back to the game (Ryan's)|Ryan]]
!Credits
!!Models
!!!Aletta Ocean
<img src="credits/melanie.jpeg" width="600">
https://alettaoceanlive.com/
!!!Audrey Bitoni
<img src="images/profile/audrey.jpeg" width="100">
https://www.freeones.com/audrey-bitoni
!!!Erica Fontes
<img src="images/profile/erica.jpeg" width="100">
https://www.freeones.com/erica-fontes
!!!Krissy Lynn
<img src="images/profile/krissy.jpeg" width="100">
https://www.instagram.com/krissylynnlovebackup/
!!!Peta Jensen
<img src="images/profile/peta.jpeg" width="100">
https://www.instagram.com/petajensenfan/
!!!Rachel Starr
<img src="images/profile/rachel.jpeg" width="100">
https://www.instagram.com/rachelstarr/
!!!Nicole Aniston
<img src="images/profile/nicole.jpeg" width="100">
https://www.instagram.com/realnicoleaniston/
!!!Cassidy Klein
<img src="images/profile/cassidy.jpeg" width="100">
https://www.freeones.com/cassidy-klein
!!!Christina Shine
<img src="images/profile/christina.jpeg" width="100">
https://www.freeones.se/christina-shine
!!!Sandee Westgate
<img src="images/profile/sandee.jpeg" width="100">
https://www.freeones.se/sandee-westgate
!!!Adriana Chechik
<img src="images/profile/adriana.jpeg" width="100">
https://www.freeones.se/adriana-chechik
!!!Monique Alexander
<img src="images/profile/monique.jpeg" width="100">
https://www.freeones.se/monique-alexander
!!!Kayla Green
<img src="images/profile/kayla.jpeg" width="100">
https://www.freeones.se/kayla-green
!!!Madison Ivy
<img src="images/profile/madison.jpeg" width="100">
https://www.instagram.com/_umadisonivy/
!!!Lela Star
<img src="images/profile/lela.jpeg" width="100">
https://www.instagram.com/lelastartm/
!!!Victoria June
<img src="images/profile/victoria.jpeg" width="100">
https://www.freeones.se/victoria-june
!!!Katie Banks
<img src="images/profile/katie.jpg" width="100">
https://www.tiktok.com/discover/Katie-banks
!!!Kendra Lust
<img src="images/profile/kendra.jpeg" width="100">
https://www.freeones.se/kendra-lust
!!!Alexis Fawx
<img src="images/profile/alexis.jpeg" width="100">
https://www.freeones.se/alexis-fawx
!!!Sarah Jessie
<img src="images/profile/sarah.jpeg" width="100">
https://www.freeones.se/sarah-jessie
!!!Tiffany Rousso
<img src="images/profile/tiffany.jpeg" width="100">
https://www.freeones.com/tiffany-rousso
!!!Nikita Reznikova
<img src="images/profile/nikita.jpg" width="100">
https://www.freeones.com/nikita-reznikova
!!Music
https://www.bensound.com
https://pixabay.com/
!!Material
https://spankbang.com/
https://www.xnxx.com/
https://www.xvideos.com/
https://vxxx.com/
https://xhamster.com/
https://www.pornhub.com/
https://upornia.com/
https://www.youjizz.com/
!!Development tools
The game has been developed using Twine and Sugarcube.
<!-- !!Inspiration --><<include "ReleaseInit">>
<<include "MusicReleaseInit">>
<<set $cheatmodeactivated to false>>
<<set $userIsDone to false>>
<<set $locations to [
new Location("home", "Ryan's place", true),
new Location("park", "The Park", false),
new Location("mel_home", "Melanie's home", false),
new Location("work", "Melanie's office", false),
new Location("photo", "Photo studio", false),
new Location("sneak", "Sneak into Melanie's home", false),
new Location("apartment", "New apartment", false),
new Location("bbca", "BBCA Headquarters", false),
new Location("gym", "Gym", false),
new Location("marina", "Marina", false)
]>>
<<set $dayOfWeekIndex to 0>>
<<set $timeOfDayIndex to 1>>
<<set $playerFirstName to "John">>
<<set $lust to 0>>
<<set $affection to 0>>
<<set $lustLevelIndex to 0>>
<<set $maxLustLevel to 1>>
<<set $affectionLevelIndex to 0>>
<<set $maxAffectionLevel to 2>>
<<set $seenEvents to []>>
<<set $chapter to 1>>
<<set $presentedChapter to 0>>
<<newmeter 'timer' 0>>
<<colors 'red' 'green'>>
<<animation 10s linear>>
<</newmeter>>
<<newmeter 'health' 1>>
<<sizing '220px'>>
<<label '$health'>>
<</newmeter>>
<<newmeter 'lust'>><</newmeter>>
<<newmeter 'affection'>><</newmeter>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You're at Ryan's place. What do you want to do?
<<if canExperienceEvent("meet_ryan", State.temporary.events)>>[[Go help Ryan with moving boxes|BoxHelp]]<<if !eventIdIsSeen("meet_ryan")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("audrey_comein", State.temporary.events)>>[[Ryan asked you to come and help|AudreyWelcome]]<<if !eventIdIsSeen("audrey_comein")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("ryan_talkaboutaudrey", State.temporary.events)>>[[Talk to Ryan about his girlfriend|RyanTalkAboutAudrey]]<<if !eventIdIsSeen("ryan_talkaboutaudrey")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("erica_talktoryanaboutmelshome", State.temporary.events)>>[[Talk to Ryan about Melanie's home|RyanTalkAboutMelanie]]<<if !eventIdIsSeen("erica_talktoryanaboutmelshome")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("peta_talktoryanaboutpeta", State.temporary.events)>>[[Talk to Ryan about Peta|RyanTalkAboutPeta]]<<if !eventIdIsSeen("peta_talktoryanaboutpeta")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_apartment_talk1", State.temporary.events)>>[[Ryan wants a talk|RyanTalkAboutMovingOut]]<<if !eventIdIsSeen("02_ryan_apartment_talk1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_money_talk1", State.temporary.events)>>[[Ask Ryan how to make money|RyanTalkAboutMoney]]<<if !eventIdIsSeen("02_ryan_money_talk1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_agent_talk1", State.temporary.events)>>[[Ask Ryan to be your agent|RyanTalkAboutBeingAgent]]<<if !eventIdIsSeen("02_ryan_agent_talk1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_agent_talk2", State.temporary.events)>>[[Ask Ryan WTF he did with Melanie|RyanTalkAboutBeingAgent2]]<<if !eventIdIsSeen("02_ryan_agent_talk2")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_agent2_1", State.temporary.events)>>[[Go to Ryan's office and wait for Melanie|MelanieMeetsAgentSecondTimeArrive]]<<if !eventIdIsSeen("02_sneak_agent2_1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_agent_talk3", State.temporary.events)>>[[So you offered Melanie the gig?|RyanTalkAboutBeingAgent3]]<<if !eventIdIsSeen("02_ryan_agent_talk3")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_spy_talk1", State.temporary.events)>>[[Would you like to spy on Melanie for me?|RyanSpyTalk]]<<if !eventIdIsSeen("02_ryan_spy_talk1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_photo_talk1", State.temporary.events)>>[[How should I approach Melanie|RyanEnticementTalk]]<<if !eventIdIsSeen("02_ryan_photo_talk1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_rachel_bob", State.temporary.events)>>[[Ask Ryan about Bob the photographer|AskRyanAboutBob]]<<if !eventIdIsSeen("02_ryan_rachel_bob")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_ryan_rachel_christina", State.temporary.events)>>[[Ask Ryan if Bob the photographer has any secrets|AskRyanAboutChristina]]<<if !eventIdIsSeen("02_ryan_rachel_christina")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_cousin_meet", State.temporary.events)>>[[Sunday lunch with your cousin|Lela03SisterIntro1]]<<if !eventIdIsSeen("04_cousin_meet")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_Ryan_cousin_call", State.temporary.events)>>[[Hey, someone asked for you|04CousinCall]]<<if !eventIdIsSeen("04_Ryan_cousin_call")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_Ryan_house_not_affordable", State.temporary.events)>>[[I can't afford Lela's house, what should I do?|04AskMelanieRyanSuggests]]<<if !eventIdIsSeen("04_Ryan_house_not_affordable")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_Ryan_money_Rob_Another_slut", State.temporary.events)>>[[I need more money, what's your advice?|04NeedMoreMoney]]<<if !eventIdIsSeen("04_Ryan_money_Rob_Another_slut")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_Ryan_money_bbca_might_know", State.temporary.events)>>[[Seriously, I need loads and loads of money|04LoadsAndLoadsOfMoney]]<<if !eventIdIsSeen("04_Ryan_money_bbca_might_know")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_talk_with_ryan_abouttiff", State.temporary.events)>>[[Talk to Ryan about Tiffany|Ryan05TalkAboutTiff]]<<if !eventIdIsSeen("05_talk_with_ryan_abouttiff")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_talk_with_ryan_aboutmel", State.temporary.events)>>[[It's Ryan's birthday soon. And Melanie said she craved a gangbang. Hmm...|Ryan05TalkAboutLapdance]]<<if !eventIdIsSeen("05_talk_with_ryan_aboutmel")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_tiffanygb_wait", State.temporary.events)>>[[How about that gangbang with Tiffany?|Tiff04GangIntro1]]<<if !eventIdIsSeen("05_tiffanygb_wait")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_Mel_Ryans_birthday_intro", State.temporary.events)>>[[It's Ryan's birthday|Mel04LapdanceIntro1]]<<if !eventIdIsSeen("05_Mel_Ryans_birthday_intro")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("gym") == true>><span class="location"><<button "The gym">>
<<goto Gym>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Ryan][wait()]]
[[Wait until next day|Ryan][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="Ryan"></div>
<<script>>experiencedEvent("meet_ryan", "SEE", "Ryan", State.temporary.events)<</script>>
You help Ryan to move some of his boxes.
<<ryan>>$playerFirstName, could you check the door? I'll have something delivered.<</ryan>>
<<player>>Why can't you check it yourself?<</player>>
<<cont keypress append>><<ryan>>I really need to do this work-related thing. Please, it would be so helpful.<</ryan>>
<<player>>Why do I need to do it? Is it even important?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>It's a gift for my girlfriend. Please, it would mean a lot to me.<</ryan>>
What do you wan't to do?
[[Screw you, I want to watch Netflix|Ryan][wait()]]
<<if canExperienceEvent("shirt_qa_meet", State.temporary.events)>>[[Okay|AlettaArrives]]
<</if>><<if canExperienceEvent("shirt_qa_meet_again", State.temporary.events)>>\[[Hehe, I would be pleased to help you out|AlettaArrivesAgain]]<</if>><<scrolldown>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
Full of anger, you place yourself on a chair behind the front door. You look through the keyhole, but no delivery boy in sight.
<<player>>(To yourself): Why did I accept to do this?<</player>>
<<player>>(Silently): Fuck you, Ryan!<</player>>
<<cont keypress append>><<player>>...<</player>>
<<player>>(To yourself): I really do hate him.<</player>>
But then, suddenly, you see a woman outside...
<<scrolldown>><<cont keypress append>><video @src=_AlettaShirt1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>>She's bearing a package. And she's got a huge rack. Is it possible that she is the delivery boy?
What do you want to do?
[[Call Ryan and let him receive the package (and go watch Netflix)|Ryan][wait()]]
[[Stay and look|AlettaKnocks]]
<<scrolldown>><</cont>><</cont>><</cont>>She's coming closer. She's stopping. She's knocking at your door!
<video @src=_AlettaShirt2 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): OMG look at those knockers!<</player>>
<<player>>...<</player>>
<<player>>(Silent): It's my fucking lucky day!<</player>>
What do you want to do?
[[Call Ryan and let him receive the package (and go watch Netflix)|Ryan][wait()]]
[[Open the door|AlettaHello]]
<<scrolldown>><</cont>><div id="meetmelanie"></div>
<<script>>experiencedEvent("shirt_qa_meet", "SEE", "meetmelanie", State.temporary.events)<</script>>
You open the door...
<video @src=_AlettaShirt3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Hello sir, are you mister Ryan?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I have a delivery for you.<</melanie>>
<<player>>(Thinking to yourself): Say something! Say something!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Here you go!<</melanie>>
The woman with the marvelous knockers hands over the box to you.
<<scrolldown>><<cont keypress append>><<melanie>>Oh, and you will need to sign this paper.<</melanie>>
There, on the paper, you see that the woman's name is Melanie.
What do you want to do?
[[Receive the box and sign the paper in silence (and go watch Netflix)|Ryan][wait()]]
<<disable !canExperienceEvent("shirt_qa_name", State.temporary.events)>>[[I guess your name is Melanie?|AlettaName]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_boobs", State.temporary.events)>>[[Check out her boobs|AlettaCheckout]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_home", State.temporary.events)>>[[Ask where she lives|AlettaAboutResidence]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_work", State.temporary.events)>>[[Ask about her work|AlettaAboutWork]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_interests", State.temporary.events)>>[[Ask about her interests|AlettaAboutInterests]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_comein", State.temporary.events)>>[[Ask if she wants to come in|AlettaAboutComingInSucc]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="meetmelanieboobs"></div>
<<script>>experiencedEvent("shirt_qa_boobs", "SEE", "meetmelanieboobs", State.temporary.events)<</script>>
<<player>>(Thinking to yourself): Wow, those boobs are the best I've ever seen!<</player>>
<video @src=_AlettaShirtb1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>...<</melanie>>
<<player>>(Thinking to yourself): Fuck me! Fuck me! She saw me!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I would prefer if you looked into my eyes.<</melanie>>
<<player>>I'm sorry... It's just that... That...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>What, exactly?<</melanie>>
<<player>>I... You... I mean...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes?<</melanie>>
<<player>>It's just that your boobs are so beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I know that they are beautiful. You don't have to tell me that. <</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And I know that they are huge. You don't have to tell me that either.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And do you know what else?<</melanie>>
<<player>>(With a hoarse voice): No, mam.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): I know that you and every other wanker on the street wants to stick their dick in between them. But you can't. Cause I only do titjobs with dicks that can cum in my mouth at the same time.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Still whispering): That is, huge dicks. And yours is too small.<</melanie>>
<<player>>You haven't seen my dick.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't have to. I can see it in your eyes. Good bye!<</melanie>>
And she leaves. You remain standing in the doorway, only now recognising the boner in your pants.
[[Leave the package to Ryan|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="meetmelaniename"></div>
<<script>>experiencedEvent("shirt_qa_name", "SEE", "meetmelaniename", State.temporary.events)<</script>>
<<player>>I haven't seen you around here before. What's your name?<</player>>
<video @src=_AlettaShirta1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>How can you be so sure that you haven't seen me before?<</melanie>>
<<player>>Because I would remember a beautiful woman such as yourself.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Blushing): That's true. I am one of the most beautiful women around here, actually.<</melanie>>
<<player>>(Smiling): I definitely agree.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And one of the hottest as well, I dare say.<</melanie>>
<<player>>(Thoughtfully): Yes, I think it's because you have such great boobs.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I do have great boobs... Oh, and my name is Melanie... Hahaha, I forgot to tell you.<</melanie>>
<<player>>And I'm $playerFirstName. It's nice to meet you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Nice to meet you too. See you around!<</melanie>>
<<player>>See you.<</player>>
[[Leave the package to Ryan|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="meetmelaniehome"></div>
<<script>>experiencedEvent("shirt_qa_home", "SEE", "meetmelaniehome", State.temporary.events)<</script>>
<<player>>I have seen you quite a few times around here. Where do you live exactly?<</player>>
<video @src=_AlettaShirta1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>I live close to the park. In the luxurious villa right beside the fountain.<</melanie>>
<<player>>Oh, that's fancy. How can you live there while working as a delivery girl?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, it's not delivering packages that are paying the bills. It's my current husband. He's rich as fuck.<</melanie>>
<<player>>He'd better be. Or else he couldn't keep a beautiful wife such as yourself.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, that's so true.<</melanie>>
<<player>>Hahaha...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's all thanks to my boobs. Those babies have given me quite a few opportunities in life, I must admit.<</melanie>>
<<player>>I can imagine...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Anyway, it was nice talking to you. See you around!<</melanie>>
<<player>>See you.<</player>>
[[Leave the package to Ryan|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="meetmelaniework"></div>
<<script>>experiencedEvent("shirt_qa_work", "SEE", "meetmelaniework", State.temporary.events)<</script>>
<<player>>You don't look like an ordinary delivery boy.<</player>>
<video @src=_AlettaShirta1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Hahaha, I know. I actually run the company. But I do like to deliver packages in the neighborhood.<</melanie>>
<<player>>You run the company?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, technically it's my husband who runs it. But I'm at the office a lot, checking in with the employees and such.<</melanie>>
<<player>>That's great. So do you like your work?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Sighs): Actually it's not very fun. I mean, I don't really like the people.<</melanie>>
<<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No matter. How about you, what do you do?<</melanie>>
<<player>>Ehrm...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Maybe you can come and work for me?<</melanie>>
<<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Your expertise doesn't matter. There are a lot of various tasks that need attention.<</melanie>>
<<player>>Well, sure.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let's exchange numbers. I'll text you whenever I need help. The pay is good. What do you say?<</melanie>>
<<player>>It seems like a great opportunity.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It is. And, besides, you'll work alongside me. And I presume you have noticed my great boobs?<</melanie>>
<<player>>(You clear your throat): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you can't stare at them all the time, or my husband will force me to fire you, hahaha.<</melanie>>
She walks away.
[[Leave the package to Ryan|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="meetmelanieinterests"></div>
<<script>>experiencedEvent("shirt_qa_interests", "SEE", "meetmelanieinterests", State.temporary.events)<</script>>
<<player>>So what do you do when not delivering packages?<</player>>
<video @src=_AlettaShirta1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Actually, I have a few hobbies.<</melanie>>
<<player>>And what are they?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm doing some modelling work. And I like to have sex, obviously. Anal is my absolute favorite. And... (whispering) can you keep a secret?<</melanie>>
<<player>>(Whispering): Yes?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Still whispering): When my husband is away for a few days, I fancy working as an escort girl.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I have a fine pair of boobs, obviously, so my services are rather popular.<</melanie>>
<<player>>I can imagine.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Anyway, I have to go now. Bye!<</melanie>>
She walks away.
[[Leave the package to Ryan|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="meetmelaniecomein"></div>
<<script>>experiencedEvent("shirt_qa_comein", "SEE", "meetmelaniecomein", State.temporary.events)<</script>>
<<player>>Do you want to come inside?<</player>>
<video @src=_AlettaShirta1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(Laughing): Are you trying to lure me in, so that you can tie me up and stick your dick between my tits? Hahaha.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha. Don't be scared. I would love to come in. But only for a little bit.<</melanie>>
[[Go inside|AlettaEnter]]
<<scrolldown>><</cont>><</cont>><<player>>By the way, my friend is inside. He is the receiver of the package. So you can get his signature.<</player>>
<video @src=_AlettaShirtc1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(Whispering): To be honest, I care more about his dick-size than his signature.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha. I'm kidding!<</melanie>>
[[Approach Ryan|AlettaApproachRyan]]
<<scrolldown>><</cont>><</cont>>Ryan is hearing our footsteps.
<<ryan>>Did you get my package?<</ryan>>
<<player>>Yes. Melanie came with it.<</player>>
<<cont keypress append>><<ryan>>Melanie?<</ryan>>
<<player>>I invited her. To get your signature.<</player>>
<video @src=_AlettaShirtc2 autoplay muted loop></video>
<<ryan>>(To himself): I can see why you invited her.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>So you are Ryan?<</melanie>>
<<ryan>>Yes.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Please sign here.<</melanie>>
Ryan grabs the pen and starts signing the paper.
<<scrolldown>><<cont keypress append>><<melanie>>I like to see men doing signatures. They are so focused. Almost as when I suck their cocks.<</melanie>>
<<ryan>>(To himself): Who is this girl?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, I'm only kidding.<</melanie>>
<video @src=_AlettaShirtc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName told me that you have a big cock?<</melanie>>
<<ryan>>Well, it's clearly above average. So yes, I think big is a fair description.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Well. Big isn't enough for me. I need huge ones.<</melanie>>
<<ryan>>It grows when it's erected.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, are you kidding me? Haven't you seen my boobs? Fairly big dicks disappear under these babies when I do titjobs. And then I won't see the cocks. And I won't be able to taste the fresh cum in my mouth.<</melanie>>
<<player>>I have a huge dick.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, don't joke with me, Player. You're cute, but I can see in your eyes that you have a freaking tiny mini-penis. And that's definitely not good enough for me.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<player>>(Thinking): If I ever get the chance, I will fuck her silly.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>How about me sticking my dick between your tits and Player cums in your mouth at the same time?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you two are really funny! But I'll stick with my huge dicks. You two don't stand a chance.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha.<</player>>
[[Open up the package|AlettaOpensPackage]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="meetmelanierequestsucc"></div>
<<script>>experiencedEvent("shirt_qa_request", "SEE", "meetmelanierequestsucc", State.temporary.events)<</script>>
<<ryan>>Do you want to try it on, real quick?<</ryan>>
<<melanie>>Hahaha, you're clever! This is how you plan to see my marvelous boobs, is it not?<</melanie>>
<<ryan>>Hahaha, I actually worry that the t-shirt is too sheer for my girlfriend. If it is, I might have to send it back.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaShirtc7 autoplay muted loop></video>
<<melanie>>Well, there's the gentleman!<</melanie>>
<<ryan>>Of course, I can't tell you what perverted thoughts are going inside the mind of $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, don't worry about him. His dick is so small anyway. I wouldn't notice it if slapped it in my face.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(With a forced smile): Hahaha<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, but that I won't notice it doesn't mean that you are welcome to do it.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(With a forced smile): Hahaha<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you are so cute $playerFirstName. But, unfortunately, your dick is too small.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Unfortunately for you, that is. I can have as many monster cocks as I wish for, obviously, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaShirtc8 autoplay muted loop></video>
<<ryan>>So you will try it on?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, I'll do it. I've got one demand, though. You cannot get too excited and cum in my hair. I have an important meeting later on and I can't be all messed up.<</melanie>>
<<ryan>>I'll control myself.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not worried about you. I'm worried about $playerFirstName. He's been looking at my boobs and my ass the whole time. He is super hard and I bet he's about to cum any moment now.<</melanie>>
What do you want to answer?
[[I promise to control myself|AlettaChangeIntro]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>I'll control myself.<</player>>
<<cont keypress append>><<melanie>>Hahaha, I don't think you'll manage. But you're so cute, I would love to see you try, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(With a forced smile): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(To Ryan): So when was the last time your girlfriend blew you?<</melanie>>
<<ryan>>This morning, actually.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>That's good.<</melanie>>
<<ryan>>Why?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Or else you would explode in your pants when seeing my marvelous boobs, obviously, hahaha.<</melanie>>
<<ryan>>Hahaha.<</ryan>>
<<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How about you, $playerFirstName? Someone blew you recently?<</melanie>>
<<player>>It has been a while.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then please, look in another direction. I really don't want cum in my hair. Especially not from your pathetic mini-dick, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(With a forced smile): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you have masturbated today, I hope?<</melanie>>
[[Actually not|AlettaChangeFail]]
<<disable !canExperienceEvent("shirt_qa_show", State.temporary.events)>>[[As a matter of fact, I have masturbated five times today already|AlettaChangeSucc]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="meetmelanieshowfail"></div>
<<script>>experiencedEvent("shirt_qa_show", "TRY", "meetmelanieshowfail", State.temporary.events)<</script>>
<<player>>Actually not.<</player>>
<<cont keypress append>><<melanie>>(Suddenly dead serious) You haven't?<</melanie>>
<<player>>No.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, then I don't think this is a very good idea. I can't have you cuming in my hair.<</melanie>>
<<ryan>>I'm sure he can manage.<</ryan>>
<<player>>Yes. I promise, I will.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't think you can. I'm sorry, I can't risk to mess up my hair. Good bye.<</melanie>>
She leaves. You and Ryan hear how the front door closes behind her.
<<scrolldown>><<cont keypress append>><<ryan>>Fuck you, man.<</ryan>>
<<player>>Don't blame me. Fuck her.<</player>>
<<ryan>>That's true, fuck her. But next time she asks, you have been jacking of constantly for two straight days, okay?<</ryan>>
[[And that was it|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="meetmelanieshowsucc"></div>
<<script>>experiencedEvent("shirt_qa_show", "SEE", "meetmelanieshowsucc", State.temporary.events)<</script>>
<<player>>As a matter of fact, I have masturbated five times today already.<</player>>
<<cont keypress append>><<melanie>>Hahaha, good boy. Did you cum hard each time?<</melanie>>
<<player>>Pretty hard.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaShirtc9 autoplay muted loop></video>
<<melanie>>Well, you'd better look away, or else the sight of my marvelous boobs will make you cum a sixth time, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha,<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha.<</player>>
<<melanie>>So, what are you fantasizing about when masturbating?<</melanie>>
<<player>>Well... You know, the usual stuff... Beautiful women with big boobs.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Big boobs like mine?<</melanie>>
<<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaShirtc10 autoplay muted loop></video>
<<melanie>>I thought so. You know, I've noticed how you look at them, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaShirtc11 autoplay muted loop></video>
<<melanie>>Well, here's the t-shirt.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Wow.<</ryan>>
<<player>>It's really nice.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>As you see, it is quite sheer. You can see my nipples through the fabric, quite clearly.<</melanie>>
<<ryan>>Yes, I can see that.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm comfortable with my boobs being on display like this. But that's only because they are truly marvelous, obviously.<</melanie>>
<<ryan>>Yes, obviously.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>But not every woman is as comfortable as me. Because they have boobs as great as mine, obviously.<</melanie>>
<<ryan>>...<</ryan>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I'll let you decide if you want to keep it or send it back. I really need to go now. Tada!<</melanie>>
In a few seconds, Melanie removes the t-shirt, puts on her black top and leaves the apartment.
[[And that was it|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="meetmelanieagain"></div>
<<script>>experiencedEvent("shirt_qa_meet_again", "SEE", "meetmelanieagain", State.temporary.events)<</script>>
You open the door...
<<melanie>>Well, hello there.<</melanie>>
<<player>>...<</player>>
<<cont keypress append>><<melanie>>Did you order another delivery only for seeing my boobs again?<</melanie>>
<<player>>Well...<</player>>
<video @src=_AlettaShirt3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Don't answer that! Hahaha, you're such a perv!<</melanie>>
<<player>>(Clears your throat): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You would do anything to see me naked, wouldn't you?<</melanie>>
<<player>>(Smiling): your boobs are pretty nice.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>They are not only nice. They are marvelous. Admit that you think about sticking your cock in between them right now.<</melanie>>
<<player>>I mean, if I had the chance.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I knew it! You're such a perv! Hahaha, anyway, here's your delivery.<</melanie>>
What do you want to do?
[[Receive the box and sign the paper in silence (and go watch Netflix)|Ryan][wait()]]
<<disable !canExperienceEvent("shirt_qa_name", State.temporary.events)>>[[I guess your name is Melanie?|AlettaName]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_boobs", State.temporary.events)>>[[Check out her boobs|AlettaCheckout]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_home", State.temporary.events)>>[[Ask where she lives|AlettaAboutResidence]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_work", State.temporary.events)>>[[Ask about her work|AlettaAboutWork]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_interests", State.temporary.events)>>[[Ask about her interests|AlettaAboutInterests]]<</disable>>
<<disable !canExperienceEvent("shirt_qa_comein", State.temporary.events)>>[[Ask if she wants to come in|AlettaAboutComingInSucc]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You're at Melanie's. Here she lives.
What do you want to do?
<<if canExperienceEvent("pizza_pizza", State.temporary.events)>>[[Deliver a pizza to Melanie|AlettaPizza]]<<if !eventIdIsSeen("pizza_pizza")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("postboy_hello", State.temporary.events)>>[[Deliver a package to Melanie|AlettaPostboy]]<<if !eventIdIsSeen("postboy_hello")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_modelagree1", State.temporary.events)>>[[Melanie wanted to talk about your career as a photographer|AlettaAgreeModel]]<<if !eventIdIsSeen("02_work_modelagree1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_garden_lightblue", State.temporary.events)>>[[Melanie asked you to clean up her pool|Melanie03LightBlueGarden1]]<<if !eventIdIsSeen("04_melanie_garden_lightblue")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_garden_orange_intro", State.temporary.events)>>[[You're cutting Melanie's hedgerow|Melanie03gardenorangeIntro1]]<<if !eventIdIsSeen("04_melanie_garden_orange_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_garden_dark_intro", State.temporary.events)>>[[You're helping Melanie on her wooden deck|Melanie03GardenDarkIntro1]]<<if !eventIdIsSeen("04_melanie_garden_dark_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_garden_tiffany_intro", State.temporary.events)>>[[You're tending the bar in Melanie's garden, as two women approaches|Melanie03WithTiffGardenIntro1]]<<if !eventIdIsSeen("04_melanie_garden_tiffany_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_garden_peek_hard_intro", State.temporary.events)>>[[Ryan calls and asks for advice|Melanie03PeekGardenHardIntro]]<<if !eventIdIsSeen("04_melanie_garden_peek_hard_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_garden_peek_doggy_intro", State.temporary.events)>>[[The President of BBCA is calling|Melanie03GardenDoggyPeekIntro1]]<<if !eventIdIsSeen("04_melanie_garden_peek_doggy_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_Melanie_dinner_intro", State.temporary.events)>>[[Attend the dinner with Melanie and her husband|Mel04DinnerIntro]]<<if !eventIdIsSeen("05_Melanie_dinner_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_Melanie_piano_intro", State.temporary.events)>>[[Melanie and her husband asked me to come and play the piano|Mel04Piano1]]<<if !eventIdIsSeen("05_Melanie_piano_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_Melanie_yard_intro", State.temporary.events)>>[[Melanie and her husband invited me to a small pool party|Mel04nakedgatheringWM]]<<if !eventIdIsSeen("05_Melanie_yard_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_Mel_videogames_intro", State.temporary.events)>>[[Melanie's husband asks you to stay in the house while he runs a few errands|Mel04VideogamesIntro1]]<<if !eventIdIsSeen("05_Mel_videogames_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_threesome_intro", State.temporary.events)>>[[Melanie's husband invites you for a treat|Mel04CoupleThreesomeIntro1]]<<if !eventIdIsSeen("05_mel_threesome_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_Melanie_dinner_before", State.temporary.events)>>[[Dinner at Melanie's place?|Mel04SwingersMeet1]]<<if !eventIdIsSeen("05_Melanie_dinner_before")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_Melanie_swingers_intro", State.temporary.events)>>[[So Melanie and Melanie's husband wants to have some fun?|Mel04SwingersIntro1]]<<if !eventIdIsSeen("05_Melanie_swingers_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_nikitabedroom", State.temporary.events)>>[[Visit Nikita|Nikita05Bedroom0]]<<if !eventIdIsSeen("05_nikitabedroom")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_nikitalivingroom", State.temporary.events)>>[[Visit Nikita again|Nikita05LivingRoom0]]<<if !eventIdIsSeen("05_nikitalivingroom")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melpeekwithhusband", State.temporary.events)>>[[Melanie's husband wants to show you something|Mel05PeekWithHusbandIntro0]]<<if !eventIdIsSeen("05_melpeekwithhusband")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_masseur3Intro", State.temporary.events)>>[[Melanie asked you for another massage|Mel05masseurThird0]]<<if !eventIdIsSeen("05_melanie_masseur3Intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_cookiesIntro", State.temporary.events)>>[[Pay Melanie a visit and bring some cookies|Mel05Cookies0]]<<if !eventIdIsSeen("05_melanie_cookiesIntro")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("sneak") == true>><span class="sneak"><<button "Sneak into Melanie's home">>
<<goto Sneak>>
<</button>></span><</if>>
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("gym") == true>><span class="location"><<button "The gym">>
<<goto Gym>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Melhome][wait()]]
[[Wait until next day|Melhome][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You are at Melanie's work. Here, you might see what Melanie is up to. Maybe you can help her out with something.
What do you want to do?
<<if canExperienceEvent("melanie_office_secretary_givepapers", State.temporary.events)>>[[Melanie needs help in the office|alettaOfficeWorking]]<<if !eventIdIsSeen("melanie_office_secretary_givepapers")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("melanie_officewindow_arrival", State.temporary.events)>>[[The windows need to be cleaned|alettaWindowArrive]]<<if !eventIdIsSeen("melanie_officewindow_arrival")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("melanie_teacher_intro", State.temporary.events)>>[[Introduction to the company|alettaTeach]]<<if !eventIdIsSeen("melanie_teacher_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_coffeebreak1", State.temporary.events)>>[[Ask Melanie about the flat|CoffeeBreakMelanieStart]]<<if !eventIdIsSeen("02_work_coffeebreak1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_cumchair", State.temporary.events)>>[[Maybe take a short walk in the office|MelanieWorkCumChairStart]]<<if !eventIdIsSeen("02_work_cumchair")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_meetcassidy", State.temporary.events)>>[[Have a cup of coffee in the kitchen|CassidyMeetStart]]<<if !eventIdIsSeen("02_work_meetcassidy")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_showerpeek1", State.temporary.events)>>[[Take a walk in the office building|MelanieWorkShowerFuckPeekStart]]<<if !eventIdIsSeen("02_work_showerpeek1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_homework1", State.temporary.events)>>[[Study the foundations of the company|HomeworkBegin]]<<if !eventIdIsSeen("02_work_homework1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_officeWank1", State.temporary.events)>>[[Sit and work with Melanie|OfficeWankTalkStart]]<<if !eventIdIsSeen("02_work_officeWank1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_work_cassidygift1", State.temporary.events)>>[[There's some kind of letter on your desk|CassidyOfficePanties]]<<if !eventIdIsSeen("02_work_cassidygift1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("022_christina_meet", State.temporary.events)>>[[Go see Christina|ChristinaMeetStart]]<<if !eventIdIsSeen("022_christina_meet")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("022_christina_tips", State.temporary.events)>>[[Ask Christina for advice|ChristinaTellStart]]<<if !eventIdIsSeen("022_christina_tips")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_melanie_boss_suggestion", State.temporary.events)>>[[Melanie calls you into her office|03MelanieBossStart]]<<if !eventIdIsSeen("03_melanie_boss_suggestion")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_monique_psych_hello", State.temporary.events)>>[[Visit the psychiatrist|MoniqueTest1]]<<if !eventIdIsSeen("03_monique_psych_hello")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_kayla_decision_begin", State.temporary.events)>>[[It's time for the social gathering with my colleagues|KaylaDecision]]<<if !eventIdIsSeen("03_kayla_decision_begin")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_sandee_nurse_hello", State.temporary.events)>>[[My doctor's appointment|SandeeNurseStart]]<<if !eventIdIsSeen("03_sandee_nurse_hello")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_christina_talk_plan", State.temporary.events)>>[[Let's go confront Christina|Christina03Talk1]]<<if !eventIdIsSeen("03_christina_talk_plan")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_melanie_christina_double_meet", State.temporary.events)>>[[Christina suggested that we should fuck today!|Christina03MelanieDoubleIntro1]]<<if !eventIdIsSeen("03_melanie_christina_double_meet")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_boss_gymtalk", State.temporary.events)>>[[Melanie calls you into her office|03MelanieBossStart2]]<<if !eventIdIsSeen("04_melanie_boss_gymtalk")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_boss_gardentalk", State.temporary.events)>>[[Melanie calls you into her office|04MelaniebossGarden]]<<if !eventIdIsSeen("04_melanie_boss_gardentalk")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_psycho1_intro_0", State.temporary.events)>>[[Melanie calls you into a "therapy session"|Mel05Psycho1Intro0]]<<if !eventIdIsSeen("05_psycho1_intro_0")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_psycho2intro", State.temporary.events)>>[[Melanie calls you into another therapy session|Mel05Psycho2Intro0]]<<if !eventIdIsSeen("05_mel_psycho2intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_psycho3_intro", State.temporary.events)>>[[Even more therapy with Melanie|Mel05Psycho3Intro0]]<<if !eventIdIsSeen("05_mel_psycho3_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_boss_gardentalk", State.temporary.events)>>[[Melanie calls you into her office|04MelaniebossGarden]]<<if !eventIdIsSeen("04_melanie_boss_gardentalk")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_monique_sauna_intro", State.temporary.events)>>[[Let's go and try the sauna in the basement|Monique05SaunaIntro0]]<<if !eventIdIsSeen("04_monique_sauna_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_boss_Melneedtherapy", State.temporary.events)>>[[Melanie calls you into her office|Mel05BossMelNeedsTherapy]]<<if !eventIdIsSeen("05_melanie_boss_Melneedtherapy")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_boss_youwillgetmassage", State.temporary.events)>>[[Melanie calls you into her office|Mel05BossMasseuse]]<<if !eventIdIsSeen("05_melanie_boss_youwillgetmassage")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_boss_youneedtherapy", State.temporary.events)>>[[Melanie calls you into her office|Mel05BossYouNeedTherapy]]<<if !eventIdIsSeen("05_melanie_boss_youneedtherapy")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_therapistIntro", State.temporary.events)>>[[Be Melanie's psychotherapist|Mel05TherapistIntro0]]<<if !eventIdIsSeen("05_melanie_therapistIntro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_masseur1Intro", State.temporary.events)>>[[Melanie asked for a massage in the basement|Mel05MasseuseFirst0]]<<if !eventIdIsSeen("05_melanie_masseur1Intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_masseuseIntro", State.temporary.events)>>[[Today Melanie will give you a massage|Melanie03MasseuseIntro1]]<<if !eventIdIsSeen("05_melanie_masseuseIntro")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("gym") == true>><span class="location"><<button "The gym">>
<<goto Gym>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Melwork][wait()]]
[[Wait until next day|Melwork][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
You climb into Melanies yard. You see that there's someone inside. You hurry to the wall to avoid being seen...
<<cont keypress append>><<player>>(To yourself): This is the stupidest thing I've ever done. Why did I go here? Now, I can't leave without being seen.<</player>>
<<scrolldown>><<cont keypress append>>You sit down on the grass close to the wall. There are sounds from inside. It's definitely not safe to leave now.
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>>The time passes... The person inside the house is still there.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I can peek? Maybe it's only a cat, playing.<</player>>
[[You turn around and peek inside the window|firstpeekAletta]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>You stand up, and get to see the most wonderful view...
<video @src=_AlettaBackYard1 autoplay muted loop></video>
<<cont keypress append>>It's Melanie, trying on clothes.
<<player>>(Whispering): Holy fuck!<</player>>
<<scrolldown>><<cont keypress append>><<player>>(Whispering): Is she for real?<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaBackYard2 autoplay muted loop></video>
<<player>>(Whispering): You don't need that top, my love.<</player>>
<<scrolldown>><<cont keypress append>>It seems she is calling someone. A friend, perhaps? Or her husband?
[[Listen in|Eavesdrop]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<div id="Eavesdrop"></div>
<<script>>experiencedEvent("peep_listen", "SEE", "Eavesdrop", State.temporary.events)
<</script>>
<video @src=_AlettaBackYard3 autoplay muted loop></video>
<<melanie>>(On the phone): Darling, he's a soft cock, I tell you.<</melanie>>
<<cont keypress append>><<melanie>>(On the phone): No, he will never fuck you in the ass.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): No, he won't jizz in your face either.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Well, he jizzed in my face once, but that's only because I'm so hot. Hahaha, I'm just kidding with you, darling.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): You wanna see my boobs?<</melanie>>
<video @src=_AlettaBackYard4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Have a good look. Those are the reasons why men jizz in my face.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): I never let anyone fuck my pussy. If it's not a truly huge cock. Or my husband, obviously.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Being fucked in the ass is the best, no doubt.<</melanie>>
<<scrolldown>><<cont keypress append>>You have the chance to sneak away. What do you want to do?
[[Be bold, take a pic|peepcontinue]]
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="peepcontinue"></div>
<<script>>experiencedEvent("peep_takepic", "SEE", "peepcontinue", State.temporary.events)<</script>>
You open the window slightly and try to get a good angle with your phone...
<<cont keypress append>><video @src=_AlettaBackYard5 autoplay muted loop></video>
You're caught on tape! Hopefully she won't notice you until you're far away.
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Darling, let me be plain, you need a plastic surgery.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Don't interupt me, it's for your own sake.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Please let me finish, it doesn't matter how well you shave your pussy. If you don't have great boobs, the only cocks left for you will be tiny, soft ones.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Yes, darling, now you're allowed to talk.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Outside my window? Are you positive?<</melanie>>
<video @src=_AlettaBackYard6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Did he have a big cock?<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): No, but you can see it in their eyes.<</melanie>>
<<scrolldown>><<cont keypress append>>She seems to have noticed you. You'd better hide.
[[Hide|HidePeep]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="HidePeep"></div>
<<script>>experiencedEvent("peep_show", "SEE", "HidePeep", State.temporary.events)
<</script>>
<<melanie>>(On the phone): Alright, darling, I'll put you on speakers. I'll attend to this. And I need both hands.<</melanie>>
<<cont keypress append>><<player>>(To yourself): OMG! OMG! OMG!<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaBackYarda2 autoplay muted loop></video>
<<cassidy>>Are you gonna fuck him?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't know. I only fuck huge cocks. And you couldn't tell his dick size, remember?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>Right, but on second thought it might have been quite big, actually. Huge, even.<</cassidy>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaBackYard7 autoplay muted loop></video>
<<melanie>>Well, I prefer to do the final judgement myself. After all, I'm the one swallowing the cum.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>You're not gonna suck him dry, are you?<</cassidy>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaBackYard8 autoplay muted loop></video>
<<melanie>>Nah, I have the feeling that his cock is rather small, actually.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>But you're gonna investigate it, right?<</cassidy>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaBackYard9 autoplay muted loop></video>
<<melanie>>Well, I have to disarm him in some way. Either suck him dry or chase him off or making him faint by the sight of my marvelous boobs. I don't want strange men running around in my backyard.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>You don't? I'd love that.<</cassidy>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaBackYard10 autoplay muted loop></video>
<<melanie>>Hahaha, well as long as they have huge cocks they are more than welcome, obviously.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>...<</cassidy>>
<<melanie>>This one, however, has a tiny, soft little penis. I can sense it.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>That's a pity.<</cassidy>>
[[Prove her wrong, take a close-up pic|closeuppeep]]
[[Stay low|closeuppeepstayLow]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="closeuppeep"></div>
<<script>>experiencedEvent("peep_closeuppic", "SEE", "closeuppeep", State.temporary.events)<</script>>
<<melanie>>Indeed. My husband is away this weekend as well, and I feel the urge for a huge dong between my titties.<</melanie>>
<<cont keypress append>><video @src=_AlettaBackYarda1 autoplay muted loop></video>
<<cassidy>>And a little bit of motorboating?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>That's what my boobs are for. But then I want payoff as well. I want hard anal sex. And I mean, really hard.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>Maybe you can fuck the stranger in the yard?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>No, his dick is way too small for me, obviously.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>Perhaps he's the perfect size for me?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>Darling, get your own yard. Do your own plastic surgeries. Then, you will have your dicks.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaBackYard12 autoplay muted loop></video>
Melanie closes the window, and you hear no more of the conversation.
[[Go back|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak4")>><<stopallaudio>><<audio "sneak4" volume 1 play>><</if>>
You rent a car, buy two pizzas and a bottle of champagne and go to Melanie's place.
<video @src=_AlettaPizza1 autoplay muted loop></video>
<<player>>(To yourself): This is Ryan's worst idea ever.<</player>>
<<cont keypress append>><<player>>(Calming): But I might meet Melanie, that's something.<</player>>
<<player>>(To yourself): She will be mocking me so hard for bringing champagne.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(Calming): Don't worry about it. It'll be alright.<</player>>
When you approach the front door, you see that Melanie is there already.
What do you want to do?
[[Leave before she notices you|Melhome][wait()]]
[[Approach her calmly|AlettaPizzaApproach]]
<<scrolldown>><</cont>><</cont>>Melanie spots you instantly.
<video @src=_AlettaPizza2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>$playerFirstName, I knew you wanted to stick your little dick in between my boobs, but I didn't know you were such a creep. What are you doing on my yard?<</melanie>>
[[I've brought two cheese pizzas|PizzaPizza]]
<<disable !canExperienceEvent("pizza_champ", State.temporary.events)>>[[I've brought champagne|PizzaChampagne]]<</disable>>
<<disable !canExperienceEvent("pizza_cock", State.temporary.events)>>[[I was gonna show you my cock|PizzaCock]]<</disable>>
<<scrolldown>><</cont>>
<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="postboyHello"></div>
<<script>>experiencedEvent("postboy_hello", "SEE", "postboyHello", State.temporary.events)<</script>>
You ring Melanie's doorbell. She opens almost instantly.
<<cont keypress append>><video @src=_AlettaPostBoy1 autoplay muted loop></video>
<<melanie>>$playerFirstName, it's your lucky day. I'm trying out a new, orange dress, and I just found out that it reveals quite some underboob.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Clears your throat): I can see that.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, of course you can. You would be blind if you didn't. They are huge, obviously.<</melanie>>
[[I have a delivery for you|AlettaPostBoycomein]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<player>>I have a delivery for you.<</player>>
<<cont keypress append>><<melanie>>Hahaha, that's an inventive excuse for being here. Are you sure you don't have a hidden agenda? Maybe you want to stick your dick in between my tits?<</melanie>>
<<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, of course you want to. But you can't. Your dick is too small for me.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPostBoy2 autoplay muted loop></video>
Melanie makes a welcoming gesture, and you follow her inside.
<<scrolldown>><<cont keypress append>><<melanie>>If you need to cum really bad, please don't mess up my carpets. They are one-of-a-kind, obviously.<</melanie>>
<<player>>(To yourself): Well, I'm not thinking of messing up any carpet.<</player>>
<<scrolldown>><<cont keypress append>>Melanie walks through her house. You're following a few steps behind her.
<<melanie>>How's it going back there? Are you checking out my ass?<</melanie>>
[[Yes|AlettaPostboycheckass]]
[[I'm actually still thinking about your boobs|AlettaPostboycheckboobs]]
[[Stay silent|AlettaPostboywalksilently]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="AlettaPostboycheckass"></div>
<<script>>experiencedEvent("postboy_ass", "SEE", "AlettaPostboycheckass", State.temporary.events)<</script>>
<<player>>Yes. Yes, I'm checking out your ass.<</player>>
<<cont keypress append>><<melanie>>Hahaha, I appreciate your honesty, $playerFirstName. So how do you like it? Would you like to slap the butt wih your cock? Would you like to lick my asshole and put one or two fingers inside?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, of course you would. How silly of me to ask. <</melanie>>
<<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, here we are. Let me sign that piece of paper. <</melanie>>
<video @src=_AlettaPostBoyb1 autoplay muted loop></video>
She signs the paper and it's time for you to leave the house.
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="AlettaPostboycheckboobs"></div>
<<script>>experiencedEvent("postboy_boobs", "SEE", "AlettaPostboycheckboobs", State.temporary.events)<</script>>
<<player>>I'm actually still thinking about your boobs.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPostBoya1 autoplay muted loop></video>
<<melanie>>Hahaha, you're cute, $playerFirstName. Actually, my husband is away today and would enjoy a huge dick in between my tits. I think this dress would be perfect for it. What do you think?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think it's a really good idea.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, of course you do. You're unlucky to have such a small dick, $playerFirstName, or else I might have let you try them out.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, I'm kidding, obviously.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPostBoyb1 autoplay muted loop></video>
<<melanie>>Welcome to my living room. Now, hand me that pen so that I can sign your little paper.<</melanie>>
Melanie is signing the paper. What do you want to do?
[[Thank her and leave|Melhome][wait()]]
[[Check out her boobs|AlettaPostboycheckboobsAgain]]
[[Can I stay while you're opening the box?|AlettaPostboyopeningbox]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="AlettaPostboywalksilently"></div>
<<script>>experiencedEvent("postboy_silent", "SEE", "AlettaPostboywalksilently", State.temporary.events)<</script>>
You don't answer her question. Instead, you look around while walking through her house.
<<if canExperienceEvent("postboy_findkey", State.temporary.events)>>\You see a keychain on a table.<</if>>\
What do you want to do?
[[Make sure Melanie signs the paper and leave|Melhome][wait()]]
<<if canExperienceEvent("postboy_findkey", State.temporary.events)>>[[Take the keys|takeKey]]
<</if>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="closeuppeepstayLow"></div>
<<script>>experiencedEvent("peep_staylow", "SEE", "closeuppeepstayLow", State.temporary.events)<</script>>
<<melanie>>Hahaha, darling, you need a good fuck, you know that?<</melanie>>
<<cassidy>>Well... Yes<</cassidy>>
<<cont keypress append>><video @src=_AlettaBackYard12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>>Melanie closes the window, and you hear no more of the conversation.
[[Go back|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="alettaTeach"></div>
<<script>>experiencedEvent("melanie_teacher_intro", "SEE", "alettaTeach", State.temporary.events)<</script>>
<video @src=_AlettaTeach1 autoplay muted loop></video>
<<melanie>>$playerFirstName, I always try to dress decently when I'm about to meet you. I try not to show off my boobs too much, since I now you can explode at any time. But today I totally forgot. I had this casual clothing and I didn't remember to change before the meeting. Is it okay? Or do you want me to change into something more strict?<</melanie>>
<<cont keypress append>><<player>>It's okay. I think you look beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I know I'm beautiful, obviously. But that's not the question. The question is: can you concentrate on the meeting while seeing this much cleavage?<</melanie>>
[[Yes. Yes, of course I can|AlettateachCanManage]]
<<disable !canExperienceEvent("melanie_teacher_needrelease", State.temporary.events)>>[[Maybe, If I may cum on your tits beforehand|AlettateachCannotManage]]<</disable>>
<<scrolldown>><</cont>><</cont>><div id="AlettateachCanManage"></div>
<<script>>experiencedEvent("melanie_teacher_reassure", "SEE", "AlettateachCanManage", State.temporary.events)<</script>>
<<player>>Yes, I can manage.<</player>>
<<cont keypress append>><<melanie>>Don't make promises you can't keep, $playerFirstName, we both know that all you think of right now is my marvelous boobs. But it is alright. But I want you to be mindful of it, okay?<</melanie>>
<video @src=_AlettaTeach2 autoplay muted loop></video>
[[Start the lesson|Alettateachstart]]
<</cont>><div id="AlettateachCannotManage"></div>
<<script>>experiencedEvent("melanie_teacher_needrelease", "SEE", "AlettateachCannotManage", State.temporary.events)<</script>>
<<player>>Maybe, If I may cum on your tits beforehand.<</player>>
<<cont keypress append>><<melanie>>Hahaha, you might not have a very big cock, $playerFirstName, but you're bold and you've got a sense of humor. I like that.<</melanie>>
<video @src=_AlettaTeach2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>>Melanie approaches your desk and leans forward.
<<scrolldown>><<cont keypress append>><video @src=_AlettaTeacha1 autoplay muted loop></video>
<<melanie>>So you wonder if you may cum on my tits? These ones?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, those were the ones I referred to.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Have you considered the size of them? Have you compared their size with the size of your cock?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me be entirely clear, $playerFirstName. I want huge cocks between my boobs. I want huge cocks to slap my nipples. I want them to be like bats on baseballs.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And your little penis won't do.<</melanie>>
[[Start the lesson|Alettateachstart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<video @src=_AlettaTeach3 autoplay muted loop></video>
<<melanie>>Please don't get hard only because I turn around.<</melanie>>
<<cont keypress append>><<player>>I promise.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, of course you can't make a promise like that. It's bound to be broken.<</melanie>>
Melanie begins the introduction about the company.
<<scrolldown>><<cont keypress append>><video @src=_AlettaTeach4 autoplay muted loop></video>
<<melanie>>The company is very much like the human body. There is a headquarters. It's like the head of a human.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And then there's the ears. That's like the employees in the company that hears things. The same for the eyes and the nose. And then there's the mouth. That's like our kitchen on the first floor.<</melanie>>
<<player>>(To yourself): Wow, clearly she got the job because of her boobs.<</player>>
<<scrolldown>><<cont keypress append>>Melanie continues.
<video @src=_AlettaTeach5 autoplay muted loop></video>
<<melanie>>A crucial part of the company is the eyebrows. In the human body their importance might be underestimated, but that's not the case in this company.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So what do the eyebrows do?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's a good question. My husband once told me that I am like the eyebrows of the company, since I lift my eyebrows each time there is a new male employee...<</melanie>>
<<player>>(To yourself): Her talk is so nonsensical, I don't know what to say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...given that he's got a huge cock, of course. If it's a tiny mini-penis, my eyebrows stay still, obviously.<</melanie>>
<<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaTeach6 autoplay muted loop></video>
<<melanie>>Oh, and there's also the neck. That's also an important part of the company.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>What's the purpose for the neck?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, it's like a connection between the head and the rest of the body.<</melanie>>
<<player>>(Rolling your eyes): Oh, I get it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So, do you have any questions?<</melanie>>
[[No (leave)|Melwork][wait()]]
<<disable !canExperienceEvent("melanie_teacher_boobs", State.temporary.events)>>[[Are there boobs of the company?|AlettaTeachBoobs]]<</disable>>
<<disable !canExperienceEvent("melanie_teacher_cock", State.temporary.events)>>[[Is there a cock of the company?|AlettaTeachCock]]<</disable>>
<<disable !canExperienceEvent("03_teacher_extra_question", State.temporary.events)>>[[What's the relation between the boobs and the cock?|TeacherExtraQuestionCont]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="AlettaPostboycheckboobsAgain"></div>
<<script>>experiencedEvent("postboy_boobsagain", "SEE", "AlettaPostboycheckboobsAgain", State.temporary.events)<</script>>
<video @src=_AlettaPostBoy3 autoplay muted loop></video>
<<melanie>>So, what would you like to do with them?<</melanie>>
<<player>>Excuse me?<</player>>
<<cont keypress append>><<melanie>>Hahaha, you can't fool me, $playerFirstName, I know that you want to do nasty things with my boobs. But what, exactly?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, stick...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Stick your cock in between them. Yes, I've heard that one before. It's not very original, you know.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...And I would like to slap...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Slap my nipples with your cock. Yes, that's also old news. Anything else?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, I would also suck...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Yawning): Suck my nipples until they are as hard as your cock. Well, thanks for the information, $playerFirstName.<</melanie>>
It seems it is time to go.
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("christmas1")>><<stopallaudio>><<audio "christmas1" volume 1 play>><</if>>
<div id="AlettaPostboyopeningbox"></div>
<<script>>experiencedEvent("postboy_open", "SEE", "AlettaPostboyopeningbox", State.temporary.events)<</script>>
<<player>>Can I stay while you're opening the box?<</player>>
<<cont keypress append>><<melanie>>I would love that. That would be like Christmas day all over again. You would be Santa, and I will be a cute little girl, waiting for her gifts. Hahaha, that will be so much fun. Let me sit down.<</melanie>>
<<player>>(To yourself): This was unexpected.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPostBoya2 autoplay muted loop></video>
<<melanie>>Hello Santa, do you have something for me?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, that depends. Have you been a good girl this year?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yes. Of course, I have cheated on my husband a few times, but that was because... You know, Santa... I really like big dicks, and I've met quite a few men with huge dicks this year. And you can't expect me not to fuck them, can you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>That's very naughty of you, Melanie. I don't think you can have...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, come on, Santa, give me my box now.<</melanie>>
<<player>>Ok.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPostBoya3 autoplay muted loop></video>
<<melanie>>Are you hard, Santa<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Playfully): Hohoho, I'm Santa, cousin of Jesus Christ.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPostBoya4 autoplay muted loop></video>
<<melanie>>Well, I like your new pants, Santa.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Playfully): Hohoho, I forgot my red ones on the North Pole.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Your cousin Jesus Christ didn't have any pants, did he? So why are you wearing pants, exactly?<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPostBoya5 autoplay muted loop></video>
<<player>>(Excited): Hohoho, as an extra gift I can give my pants to you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Thank you, $playerFirstName, but no. You would only try to stick your little cock in between my tits. You would make a mess. And I can't have that. Cause I'm going to town later, to fuck some huge dicks.<</melanie>>
It seems it is time to go.
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak3")>><<stopallaudio>><<audio "sneak3" volume 1 play>><</if>>
You are in Melanie's home. Is there something to see here?
<<if canExperienceEvent("peep_listen", State.temporary.events)>>[[Sneak into Melanie's backyard|AlettaBackyard]]<<if !eventIdIsSeen("peep_listen")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("melanie_sofasneak", State.temporary.events)>>[[There's a sound from the living room|SneakSofa]]<<if !eventIdIsSeen("melanie_sofasneak")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("melanie_bathroomsneak", State.temporary.events)>>[[There's a sound from the bathroom|SneakBathroom]]<<if !eventIdIsSeen("melanie_bathroomsneak")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_closet1", State.temporary.events)>>[[The house seems totally empty|MelanieWalkinClosetStart]]<<if !eventIdIsSeen("02_sneak_closet1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_stepmom1", State.temporary.events)>>[[There is a sound from the second floor|StepMomPeekStart]]<<if !eventIdIsSeen("02_sneak_stepmom1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_blackbedcum1", State.temporary.events)>>[[Is someone fucking in the bedroom?|BlackBedCumStart]]<<if !eventIdIsSeen("02_sneak_blackbedcum1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_showersister1", State.temporary.events)>>[[Is someone talking in the bathroom?|PeekHomeAloneShowerStart]]<<if !eventIdIsSeen("02_sneak_showersister1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_showerhusband1", State.temporary.events)>>[[Is that Melanie talking?|PeekShowerFuckHomeStart]]<<if !eventIdIsSeen("02_sneak_showerhusband1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_conservatory1", State.temporary.events)>>[[There's a sound from the conservatory|MelanieHomePatioSofaSneakStart]]<<if !eventIdIsSeen("02_sneak_conservatory1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_sneak_agent1_1", State.temporary.events)>>[[Prepare for Melanie's meeting with your "agent"|MelanieMeetsAgentFirstTime]]<<if !eventIdIsSeen("02_sneak_agent1_1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_sneak_bbca_polite", State.temporary.events)>>[[You hear a sound from the bedroom|Melanie03Blackhard1]]<<if !eventIdIsSeen("03_sneak_bbca_polite")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_sneak_bbca_farlick", State.temporary.events)>>[[The President of BBCA is calling|Melanie03BlackDistance1]]<<if !eventIdIsSeen("03_sneak_bbca_farlick")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_melbbca_blowandfuck_intro", State.temporary.events)>>[[The President of BBCA is calling again|Melanie03Blackclose1]]<<if !eventIdIsSeen("03_melbbca_blowandfuck_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_peekChair", State.temporary.events)>>[[What's happening in the living room?|Melanie03PeekChair1]]<<if !eventIdIsSeen("03_peekChair")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_peekHallway", State.temporary.events)>>[[What's happening in the hallway?|Melanie03PeekHallway1]]<<if !eventIdIsSeen("03_peekHallway")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_peekSofa", State.temporary.events)>>[[Is someone fucking on the sofa?|Melanie03PeekSofa1]]<<if !eventIdIsSeen("03_peekSofa")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_peekShower", State.temporary.events)>>[[There are some weird sounds from the bathroom|Melanie03PeekShower1]]<<if !eventIdIsSeen("03_peekShower")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melhardpeek", State.temporary.events)>>[[Is that Melanie moaning?|Mel05HardPeek0]]<<if !eventIdIsSeen("05_melhardpeek")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melpeekonhusband", State.temporary.events)>>[[I hear voices, is that Melanie and her husband?|Mel05PeekOnHusband0]]<<if !eventIdIsSeen("05_melpeekonhusband")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melyoungpeek1", State.temporary.events)>>[[You're walking around in Melanie's house|Mel05PeekYoung0]]<<if !eventIdIsSeen("05_melyoungpeek1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melshowerpeek", State.temporary.events)>>[[Is Melanie having a shower?|Mel05ShowerPeek0]]<<if !eventIdIsSeen("05_melshowerpeek")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<span class="sneak"><<button "Sneak out of Melanie's home">>
<<goto Melhome>>
<</button>></span>
Or do you prefer to just chill?
[[Wait|Sneak][wait()]]
[[Wait until next day|Sneak][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>><div id="SneakSofa"></div>
<<script>>experiencedEvent("melanie_sofasneak", "SEE", "SneakSofa", State.temporary.events)<</script>>
<<player>>(To yourself): Wow, is that Melanie and her husband?<</player>>
<<cont keypress append>><<dude>>Run faster, you bitch!<</dude>>
<<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<scrolldown>><<cont keypress append>><video @src=_SneakSofa1 autoplay muted loop></video>
<<melanie>>I'm running! I'm running!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Not as fast as I want you to. Do I need to spank you harder?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes!<</melanie>>
<video @src=_SneakSofa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>There you go! Now, run for me! Run, bitch!<</dude>>
<<scrolldown>><<cont keypress append>><video @src=_SneakSofa3 autoplay muted loop></video>
<<melanie>>I'm runni-i-i-i-ing!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Only the finish left now. Don't you dare slow down!<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm running as fast as I ca-a-a-a-an!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I think it's time for me to go.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="ParkSneak"></div>
<<script>>experiencedEvent("melanie_parksneak", "SEE", "ParkSneak", State.temporary.events)<</script>>
<<player>>(To yourself): Is that Melanie over there?<</player>>
<<cont keypress append>><<dude>>There's not much people around here.<</dude>>
<<melanie>>Mngk! Mngk!<</melanie>>
<video @src=_ParkSneak1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>You'd better make some noice if you want to be noticed.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>If you fuck me good I might scream for you.<</melanie>>
<video @src=_ParkSneak2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>I always fuck you good.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, then perhaps I'll... a-a-a-ah!<</melanie>>
<video @src=_ParkSneak3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Then what? Scream? Will you scream for me?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Ye-e-e-e-es!<</melanie>>
<video @src=_ParkSneak4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>That's good. Now I have a big load for you.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you think there is someone watching us?<</melanie>>
<video @src=_ParkSneak5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>I'm sure there is. I've even a dude behind that bush over there.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>That's so hot. Do you think he's got a big dick?<</melanie>>
<video @src=_ParkSneak6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>That's your area of expertise.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>True. And to be fair, I think it's quite small. Definitely smaller than yours.<</melanie>>
<<dude>>Yeah.<</dude>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak4")>><<stopallaudio>><<audio "sneak4" volume 1 play>><</if>>
<div id="melaniepizzapizza"></div>
<<script>>experiencedEvent("pizza_pizza", "SEE", "melaniepizzapizza", State.temporary.events)<</script>>
<<player>>I've brought two cheese pizzas<</player>>
<<cont keypress append>><video @src=_AlettaPizzab1 autoplay muted loop></video>
<<melanie>>I don't eat cheese pizza. I only eat pizza when there's a huge cock sticking up from the middle of it.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It has to be a huge cock.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And it has to be rock hard.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So I kindly ask you to leave my house, $playerFirstName. My husband will be back in an hour and I plan to fuck him for the rest of the day.<</melanie>>
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak4")>><<stopallaudio>><<audio "sneak4" volume 1 play>><</if>>
<div id="melaniepizzachamp"></div>
<<script>>experiencedEvent("pizza_champ", "SEE", "melaniepizzachamp", State.temporary.events)<</script>>
<<player>>I've brought champagne<</player>>
<<cont keypress append>><video @src=_AlettaPizzaa1 autoplay muted loop></video>
<<melanie>>And I guess your plan is to trick me into letting you inside, pour a glas to me and then "accidentally" spill it into my cleavage, isn't it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And then you will wipe it up yourself? Or will you lick it up?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or maybe you want me to undress totally so that you can see my marvelous boobs properly?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, that won't do, $playerFirstName. My husband will be back in an hour. I will wear this dress and I can't have it ruined. So, please leave.<</melanie>>
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak4")>><<stopallaudio>><<audio "sneak4" volume 1 play>><</if>>
<div id="melaniepizzacock"></div>
<<script>>experiencedEvent("pizza_cock", "SEE", "melaniepizzacock", State.temporary.events)<</script>>
<<player>>I was gonna show you my cock.<</player>>
<<cont keypress append>><video @src=_AlettaPizzab1 autoplay muted loop></video>
<<melanie>>Hahaha, that's very funny. And then I will be horny and show you my boobs, I presume?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, and then you will blow me and I will lick your pussy.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, that's so absurd. And afterwards you will take my ass really hard?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, and then I will fuck your pussy.<</player>>
<<scrolldown>><<cont keypress append>>Melanie is suddenly dead serious.
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, that is actually not fun at all. I would never let you fuck my pussy.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sorry, I was just kidding.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I only let really huge cocks fuck my pussy. And my husband, obviously.<</melanie>>
<<player>>I'm sorry. I went too far.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Your cock is way too small for me. You can't make jokes like that.<</melanie>>
<<player>>I've been an asshole. Can I make it up to you? I've brought champagne.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Your cock is way too small for me. You can't make jokes like that.<</melanie>>
[[I'm sorry. I'll leave now|Melhome][wait()]]
[[I've brought champagne|PizzaWelcome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<<player>>I've been an asshole. Can I make it up to you? I've brought champagne.<</player>>
<<cont keypress append>><video @src=_AlettaPizzaa1 autoplay muted loop></video>
<<melanie>>I don't like those bottles. They are cold, and sometimes they can't handle the pressure from my tight pussy.<</melanie>>
<<player>>But you can share the content with me?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, don't pretend to be so innocent, $playerFirstName. What do you plan to do with the champagne?<</melanie>>
<<player>>I plan to pour it all over your boobs and then lick it up.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, your cock might be the tiniest in town, $playerFirstName, but I like your humor.<</melanie>>
<video @src=_AlettaPizzac1 autoplay muted loop></video>
She makes a gesture for you to follow her inside.
[[Follow her|PizzaInside]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="melaniepizzainside"></div>
<<script>>experiencedEvent("pizza_inside", "SEE", "melaniepizzainside", State.temporary.events)<</script>>
<video @src=_AlettaPizzac2 autoplay muted loop></video>
<<melanie>>Did you fuck any sexy girl lately, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>No, I've been busy buying pizza and champange for you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, well there's the gentleman.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPizzac3 autoplay muted loop></video>
<<player>>Hahaha, let me serve you a glas.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I love seeing men pouring champagne into a glas. They are so focused. You know what I like to do then, $playerFirstName?<</melanie>>
<<player>>Please, tell me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I expose my cleavage to them. To challenge their concentration. Like this.<</melanie>>
<<scrolldown>><<cont keypress append>>You look at Melanie's tits and "accidentally" spill some champange on her breasts.
<video @src=_AlettaPizzac4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName!<</melanie>>
<<player>>Oops.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, this dress is brand new. And my boobs were clean.<</melanie>>
<<player>>There, there. Let me try to wipe it up.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPizzac5 autoplay muted loop></video>
<<melanie>>My husband will be back in an hour. I was planning to fuck him in this dress. What am I supposed to do now?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Your boobs will be fine, I think.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaPizzac6 autoplay muted loop></video>
<<melanie>>Oh, you think so? What makes you think that you can make that judgement? You have never fucked a girl nearly as sexy as me. You have never come close to a pair of boobs as marvelous as mine. You don't know perfection, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm feeling your boobs right now.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's only because you're a creep. Spilling champagne on my cleavage, it was your plan all along, wasn't it?<</melanie>>
<<player>>(Smiling): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, fuck you! Now, leave my house or I'll call my husband.<</melanie>>
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You're in the park. Here, you might meet beatiful girls. Also, Melanie said she lives nearby.
What do you want to do?
<<if canExperienceEvent("erica_spy", State.temporary.events)>>[[A woman is performing yoga|EricaYoga]]<<if !eventIdIsSeen("erica_spy")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("krissy_jog", State.temporary.events)>>[[Is that a jogger?|KrissyJog]]<<if !eventIdIsSeen("krissy_jog")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("krissy_home", State.temporary.events)>>[[Spy for the jogger|KrissyHome]]<<if !eventIdIsSeen("krissy_home")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("peta_spot", State.temporary.events)>>[[Search for the girl in the woods|PetaSpy]]<<if !eventIdIsSeen("peta_spot")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("peta_bringryan", State.temporary.events)>>[[Bring Ryan for a girl hunt|PetaSpyRyan]]<<if !eventIdIsSeen("peta_bringryan")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("melanie_parksneak", State.temporary.events)>>[[Is that Melanie?|ParkSneak]]<<if !eventIdIsSeen("melanie_parksneak")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_party_greet", State.temporary.events)>>[[Let's go to Adriana's party!|Adriana03Party]]<<if !eventIdIsSeen("03_adriana_party_greet")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_party_boobs", State.temporary.events)>>[[Adriana's party|Adriana03Party1]]
<</if>><<if canExperienceEvent("03_adriana_evening_hello", State.temporary.events)>>[[Adriana asked me to visit her|AdrianaPrivate1]]<<if !eventIdIsSeen("03_adriana_evening_hello")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_evening_hello_wm", State.temporary.events)>>[[Adriana asked me to visit her|AdrianaPrivateTalk]]
<</if>><<if canExperienceEvent("03_melanie_approval_arrive", State.temporary.events)>>[[I'd better pay Kayla a visit|Kayla03MelanieApprovesIntro]]<<if !eventIdIsSeen("03_melanie_approval_arrive")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_lelaAm_intro", State.temporary.events)>>[[Today Lela said I could see her house|LelaAmenitiesIntro1]]<<if !eventIdIsSeen("04_lelaAm_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_Victoria_burglar_intro", State.temporary.events)>>[[I need money. Ryan said I could rob this Victoria-girl|VictoriaBurglarySneak1]]<<if !eventIdIsSeen("04_Victoria_burglar_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_madison_burglar_intro", State.temporary.events)>>[[I need more money. Let's try any house|RobberMadisonStart]]<<if !eventIdIsSeen("04_madison_burglar_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_sandeeburglar", State.temporary.events)>>[[I need loads and loads of money. Sandee knows a way to get them|SandeeBreakinginIntro1]]<<if !eventIdIsSeen("04_sandeeburglar")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_sandeeburglar_again", State.temporary.events)>>[[Invite Sandee for doing the burglary again|SandeeBreakInAgain04]]<<if !eventIdIsSeen("04_sandeeburglar_again")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_monique_yoga_intro", State.temporary.events)>>[[You see your psychiatrist doing yoga|Monique03YogaSpy1]]<<if !eventIdIsSeen("04_monique_yoga_intro")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("gym") == true>><span class="location"><<button "The gym">>
<<goto Gym>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Park][wait()]]
[[Wait until next day|Park][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You're at the Photo Studio. What do you want to do?
<<if canExperienceEvent("02_photo_firstmeeting", State.temporary.events)>>[[Have a first meeting with Melanie|02_photo_firstmeeting]]<<if !eventIdIsSeen("02_photo_firstmeeting")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_photo_dresses", State.temporary.events)>>[[Ask Melanie to do a photo shoot, wearing a dress|MelaniePhotoShootWindmillDress]]<<if !eventIdIsSeen("02_photo_dresses")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_photo_nicole_hello", State.temporary.events)>>[[Go to the clothing store and see if you can find some nice outfits|NicoleTryOnHelloStart]]<<if !eventIdIsSeen("02_photo_nicole_hello")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_photo_rachel_hello1", State.temporary.events)>>[[Maybe something will happen if you just chill out for a bit?|RachelTryOnIntroStart]]<<if !eventIdIsSeen("02_photo_rachel_hello1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_photo_rachel_hello0", State.temporary.events)>>[[Maybe Rachel will show up again if you just wait|RachelTryOnIntroHello2]]<<if !eventIdIsSeen("02_photo_rachel_hello0")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_bbca_call", State.temporary.events)>>[[Someone's calling|BBCA03Intro]]<<if !eventIdIsSeen("03_bbca_call")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_modeltalk_intro", State.temporary.events)>>[[Melanie's in the dressing room|ModelTalkMelanieStart]]<<if !eventIdIsSeen("03_modeltalk_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_modelMelRyanIntro", State.temporary.events)>>[[Melanie is having a cigarette on a sofa|PhotoSofaSneakFuckStart]]<<if !eventIdIsSeen("03_modelMelRyanIntro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_BBCA_thegirl_with_small_tits", State.temporary.events)>>[[Call BBCA and ask for big money|BBCA04bigmoney]]<<if !eventIdIsSeen("04_BBCA_thegirl_with_small_tits")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_kendra_blacked_gym_phone", State.temporary.events)>>[[Call BBCA and ask for Kendra|BBCA04KendraTalk]]<<if !eventIdIsSeen("04_kendra_blacked_gym_phone")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_nicole_bbca_call", State.temporary.events)>>[[Call BBCA and ask for Nicole|BBCA04AboutNicole]]<<if !eventIdIsSeen("04_nicole_bbca_call")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_lelaphoto_intro", State.temporary.events)>>[[This is the day when Lela wanted to do a photo shoot|Lela05ModelIntroFirst]]<<if !eventIdIsSeen("05_lelaphoto_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_nikitaphotofirstencounter", State.temporary.events)>>[[There is a beautiful girl in the lobby|Nikita05PhotoFirst0]]<<if !eventIdIsSeen("05_nikitaphotofirstencounter")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_nikitaphoto", State.temporary.events)>>[[Maybe Nikita wants to do a photo shoot now that a BBC agreed to join|Nikita05Photo0]]<<if !eventIdIsSeen("05_nikitaphoto")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_talkToBBCAaboutNikita", State.temporary.events)>>[[Call the president of BBCA about Nikita|BBCA05TalkToPresidentAboutNikita]]<<if !eventIdIsSeen("05_talkToBBCAaboutNikita")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("gym") == true>><span class="location"><<button "The gym">>
<<goto Gym>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Photo][wait()]]
[[Wait until next day|Photo][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>>
<<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<video @src=_Erica1 autoplay muted loop></video>
<<player>>(To yourself): So I've found the park. Now, I need to find that yoga girl.<</player>>
<<cont keypress append>><video @src=_Erica2 autoplay muted loop></video>
<<erica>>(To herself): Perfect.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Could that be her?<</player>>
<<player>>(To yourself): That might be a yoga mat.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Erica3 autoplay muted loop></video>
<<erica>>(To herself): Namaste, namaste, namaste.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yes, that's yoga alright.<</player>>
<<player>>(To yourself): And it's a hot fucking girl as well.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Erica4 autoplay muted loop></video>
<<erica>>(To herself): Breath in... breath out.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She's really beautiful.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Erica5 autoplay muted loop></video>
<<erica>>(To herself): Warrior one... warrior two.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Erica6 autoplay muted loop></video>
<<erica>>(To herself): Child's pose... cobra.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yeah, baby.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Erica7 autoplay muted loop></video>
<<erica>>(To herself): Cobra... cobra... cobra<</erica>>
[[Leave|Park][wait()]]
[[I need to see this from a better angle|EricaSpy]]
<<disable !canExperienceEvent("erica_ask", State.temporary.events)>>[[Ask if she knows where Melanie lives|EricaAsk]]<</disable>>
<<disable !canExperienceEvent("erica_yoga", State.temporary.events)>>[[Ask to join the session|EricaJoin]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="reachForKey"></div>
<<script>>experiencedEvent("postboy_findkey", "SEE", "reachForKey", State.temporary.events)<</script>>
<<player>>(Louder than usual): This is a lovely house. Are you and your husband satisfied with it?<</player>>
<<cont keypress append>><<melanie>>That's a very strange thing to ask. What kind of answer do you expect? We fuck in the bedroom each night. Some mornings we fuck in the bathroom, and before lunch on Saturdays he fucks my ass on the kitchen counter. So yes, we are satisfied.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): And I got the keys.<</player>>
[[Make sure Melanie signs the paper and leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="AlettaTeachBoobs"></div>
<<script>>experiencedEvent("melanie_teacher_boobs", "SEE", "AlettaTeachBoobs", State.temporary.events)<</script>>
<<player>>Are there any boobs of the company?<</player>>
<<cont keypress append>><video @src=_AlettaTeachc1 autoplay muted loop></video>
<<melanie>>Boobs? You haven't seen the boobs yet?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>They are not in the graph, right?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>If you say so.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Are they not as important as the cock?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>They are indeed very important. But I can tell that you are tired. I think that the boobs of the company will be the topic of next lesson.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="AlettaTeachCock"></div>
<<script>>experiencedEvent("melanie_teacher_cock", "SEE", "AlettaTeachCock", State.temporary.events)<</script>>
<<player>>How about the penis? Is there a penis of the company?<</player>>
<<cont keypress append>><<melanie>>That's a very good question. Let me add it in the graph.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaTeachb1 autoplay muted loop></video>
<<melanie>>So here's the cock of the company. It's like the cock of the human body. The male human body, obviously. Hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The cock of this company is rather big. I wouldn't say it's huge, but it is sizable. And, most importantly, it is erect. It is rock hard.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So what's the functionality of the company-cock? I mean, this is still a metaphor, right?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Another great question, $playerFirstName, I'm impressed. The level of abstraction is rather high now, so bear with me. (deep breath).<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>In short, the cock is there to give pleasure to the world, and to fuck as many pussies as possible. And the same goes for the cock of this company. Do you get it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Scratching your head): I think so. And who is the cock of the company? You?<</player>>
<<melanie>>Me?<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaTeachb2 autoplay muted loop></video>
<<melanie>>Hahaha, I might have overestimated you, $playerFirstName, I don't have a cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No no no, but maybe you were like the cock of the company.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me be entirely clear. I have no cock.<</melanie>>
<video @src=_AlettaTeachb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulp).<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>If you don't have more dumb questions, I say we end today's lesson here.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<div id="KrissyJog"></div>
<<script>>experiencedEvent("krissy_jog", "SEE", "KrissyJog", State.temporary.events)<</script>>
You look out for the jogger Erica talked about.
<<player>>(To yourself): Someone's coming.<</player>>
<<player>>(To yourself): It might be her. She looks a little bit like a bimbo.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Krissy3 autoplay muted loop></video>
<<player>>(To yourself): Oh, yeah, she's a bimbo alright.<</player>>
<<player>>(To yourself): Those tits are doing some real dancing.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>(Panting)<</krissy>>
<video @src=_Krissy4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I need to find a good spot.<</player>>
<<player>>(To yourself): Maybe I can pretend to do a workout myself.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>(Panting heavily)<</krissy>>
<video @src=_Krissy5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): This is perfect.<</player>>
<<krissy>>(Panting, to herself): Go on, go on. You'll make it. You'll get ice cream afterwards.<</krissy>>
[[Stop her|KrissyStop]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<<erica>>(To herself): Child's pose... cat... cobra.<</erica>>
<video @src=_Ericaa1 autoplay muted loop></video>
<<cont keypress append>><<erica>>(To herself): Is that man watching me?<</erica>>
<<player>>(To yourself): Yes, this is a good spot.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>(To herself): If he keeps looking, I'll call him out.<</erica>>
[[Keep looking (you might get caught)|EricaCaught]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="EricaAsk"></div>
<<script>>experiencedEvent("erica_ask", "SEE", "EricaAsk", State.temporary.events)<</script>>
<<player>>Hi Erica.<</player>>
<<erica>>Hello $playerFirstName.<</erica>>
<<cont keypress append>><<player>>Do you know a woman called Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>You mean the bimbo with huge tits?<</erica>>
<<player>>I guess that's a fair description.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Ericab1 autoplay muted loop></video>
<<erica>>No, I don't know her.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>But you know her name?<</player>>
<<erica>>You can't help but notice her with those knockers of hers. <</erica>>
<<player>>That's true.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>If I were you, I would ask Krissy. She's also a bimbo. She's doing her afternoon jog in the park from time to time.<</erica>>
<<player>>Alright, I'll ask her.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance1")>><<stopallaudio>><<audio "romance1" volume 1 play>><</if>>
<<player>>You like doing yoga, don't you?<</player>>
<<cont keypress append>><<erica>>Yes. If I don't do my routine, my mind wander aimlessly. Just like any person on the street.<</erica>>
<video @src=_Ericac1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So you find inner peace from yoga?<</player>>
<<erica>>Exactly. That's a wonderful decription.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Would you care to teach me how to do it?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>Would you like to? That would be so wonderful!<</erica>>
<video @src=_Ericac2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Please, get on the mat, and we will start instantly.<</erica>>
<<player>>Ok.<</player>>
[[Try it out|EricaStartYoga]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="EricaCaught"></div>
<<script>>experiencedEvent("erica_spy", "SEE", "EricaCaught", State.temporary.events)<</script>>
<<player>>(To yourself): Fuck! I think she saw me.<</player>>
<<cont keypress append>><video @src=_Ericaa2 autoplay muted loop></video>
<<erica>>Mister! What do you think you're doing exactly?<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Oh, hello, ma'am. I'm tending the grass here in the park.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>The grass?<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Yes, the grass that you're standing on right now.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Ericaa3 autoplay muted loop></video>
<<erica>>I didn't know. I thought you were just another creep spying on me.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Oh, no. I'm just working here. But I must admit, you are beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>Well, thank you. I'm Erica.<</erica>>
<<player>>And I'm $playerFirstName.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>Well, I guess I'll go back to my yoga.<</erica>>
<<player>>Yes, and I'll be tending my grass. See you around.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Next time, I'll ask her about Melanie's home address.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance1")>><<stopallaudio>><<audio "romance1" volume 1 play>><</if>>
<<erica>>So, we start by putting our hands together, like this.<</erica>>
<<player>>Like this?<</player>>
<<cont keypress append>><<erica>>Yes. And then we say: namaste.<</erica>>
<video @src=_Ericac3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're real beautiful, you know that?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>Don't let your mind wander.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>But you look so amazing, I can't focus.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>(Blushing): Thanks. If you were just another dude in the park I would have told you off. But you're actually doing yoga, so I think it's okay.<</erica>>
[[Kiss her|EricaKiss]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance1")>><<stopallaudio>><<audio "romance1" volume 1 play>><</if>>
<<player>>I think you're okay, as well<</player>>
<<cont keypress append>><<erica>>But... The yoga.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Sch. Just let your mind wander for a bit.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Ericac4 autoplay muted loop></video>
<<erica>>Mmm.<</erica>>
[[Take it further|EricaIntro]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
You ring Ryan's doorbell. Almost instantly, Audrey opens the door.
<video @src=_Audrey1 autoplay muted loop></video>
<<audrey>>Hello $playerFirstName.<</audrey>>
<<player>>Hi Audrey.<</player>>
<<cont keypress append>><<audrey>>Are you here to let those big, juicy muscles of yours do some work?<</audrey>>
[[Yes, let's go inside|AudreyComeIn]]
[[No, wrong door actually|Ryan][wait()]]
<<scrolldown>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="KrissyStop"></div>
<<script>>experiencedEvent("krissy_stop", "SEE", "KrissyStop", State.temporary.events)<</script>>
<<player>>(To yourself): I guess I'll follow her.<</player>>
<<cont keypress append>><<krissy>>(Panting)<</krissy>>
<video @src=_Krissy6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Hello. Hello. Excuse me.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>(Panting): Uh?<</krissy>>
<video @src=_Krissy7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Hi, are you Krissy?<</player>>
<<krissy>>(Panting): Yeah?<</krissy>>
<<scrolldown>><<cont keypress append>><<player>>I'm $playerFirstName. You seem thirsty. Do you want some water?<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Krissy8 autoplay muted loop></video>
<<krissy>>That's so nice. Thank you.<</krissy>>
<<player>>I am a nice guy.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Hahaha, I can see that. And I'm a hot girl. I don't doubt that you have seen that.<</krissy>>
<<player>>Word.<</player>>
[[Leave|Park][wait()]]
<<disable !canExperienceEvent("krissy_shower", State.temporary.events)>>[[If you feel hot, you're allowed to pour some water over your body|KrissyDrink]]<</disable>>
<<disable !canExperienceEvent("krissy_together", State.temporary.events)>>[[Maybe we can workout together?|KrissyTogether]]<</disable>>
<<disable !canExperienceEvent("krissy_ask", State.temporary.events)>>[[Ask her about Melanie|KrissyMelanie]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<div id="KrissyHome"></div>
<<script>>experiencedEvent("krissy_home", "SEE", "KrissyHome", State.temporary.events)<</script>>
<<player>>(To yourself): This must be where Krissy lives.<</player>>
<<cont keypress append>><video @src=_Krissy1 autoplay muted loop></video>
<<player>>(To yourself): Yes, there she is.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>(To herself): Tam ta-ram-ram. Da-da-da, yeah.<</krissy>>
<<scrolldown>><<cont keypress append>><video @src=_Krissy2 autoplay muted loop></video>
<<player>>(To yourself): Wow, she is beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>(To herself): Do do-do. Di-di la-la. Oh, yeah, baby.<</krissy>>
[[Follow her|KrissyJog]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="KrissyDrink"></div>
<<script>>experiencedEvent("krissy_shower", "SEE", "KrissyDrink", State.temporary.events)<</script>>
<<player>>You're allowed to pour some water over your body.<</player>>
<<krissy>>...<</krissy>>
<<cont keypress append>><<player>>I mean, if you feel hot.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>That's a actually not a bad idea.<</krissy>>
<video @src=_Krissya1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<krissy>>Wow, that feels so good.<</krissy>>
<<player>>It looks good as well.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Hahaha, yeah you got quite a show there.<</krissy>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Krissya2 autoplay muted loop></video>
<<krissy>>Well, thank you. I'm gonna continue now. It was nice meeting you.<</krissy>>
<<player>>See you around.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="KrissyMelanie"></div>
<<script>>experiencedEvent("krissy_ask", "SEE", "KrissyMelanie", State.temporary.events)<</script>>
<<player>>Do you know where Melanie lives?<</player>>
<<cont keypress append>><<krissy>>Melanie?<</krissy>>
<video @src=_Krissy9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, she's got quite big boobs.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Do you prefer hers or mine?<</krissy>>
<<player>>Eh...<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Wrong answer. I'm gonna continue now. See you around.<</krissy>>
<<player>>See you.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="KrissyTogether"></div>
<<script>>experiencedEvent("krissy_together", "SEE", "KrissyTogether", State.temporary.events)<</script>>
<<player>>Do you wanna jog together?<</player>>
<<cont keypress append>><<krissy>>That's a wonderful idea.<</krissy>>
<video @src=_Krissyb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<krissy>>Where do you wanna run?<</krissy>>
<<player>>Eh...<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Or maybe you only pretend to be a jogger, to meet beautiful girls?<</krissy>>
<<player>>Maybe.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Krissyb2 autoplay muted loop></video>
<<krissy>>Hahaha, I like it. So are you satisfied with the girl you found today?<</krissy>>
<<player>>Very.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Krissyb3 autoplay muted loop></video>
<<krissy>>Hahaha, and I guess you like how my boobs are bouncing when we run downhill like this?<</krissy>>
<<scrolldown>><<cont keypress append>><<player>>They are very nice indeed.<</player>>
[[She wants water again|KrissyTalk]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="KrissyTits"></div>
<<script>>experiencedEvent("krissy_wateragain", "SEE", "KrissyTits", State.temporary.events)<</script>>
<<player>>You can pour some more water over your tits if you want to.<</player>>
<<cont keypress append>><<krissy>>Hahaha, you'd like that, wouldn't you?<</krissy>>
<<player>>Well, yes.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Alright, since your such a gentleman.<</krissy>>
<video @src=_Krissyd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<krissy>>Here they are.<</krissy>>
<<player>>Wow.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>And some water.<</krissy>>
<video @src=_Krissyd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<krissy>>Are you thirsty?<</krissy>>
<<scrolldown>><<cont keypress append>><<player>>A bit.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>So why don't you dive for it?<</krissy>>
<<scrolldown>><<cont keypress append>><video @src=_Krissyd3 autoplay muted loop></video>
<<player>>Slurp, slurp.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Alright, I think you got it all. I need to go home now.<</krissy>>
<<player>>Do you really need to?<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Yes, if you want to see more of me, you can ask the game developer. Go to his Patreon page and ask for me.<</krissy>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<krissy>>(Panting): Please, stop. I need a break.<</krissy>>
<<player>>Alright.<</player>>
<<cont keypress append>><video @src=_Krissyb4 autoplay muted loop></video>
<<player>>Do you want more water?<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>(Panting): Oh, yes please!<</krissy>>
<<scrolldown>><<cont keypress append>><video @src=_Krissyb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<krissy>>So, which boobs do you prefer? Mine or Melanie´s?<</krissy>>
<<player>>Yours. Definitely.<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>Thanks. That's the correct answer<</krissy>>
[[Leave|Park][wait()]]
<<disable !canExperienceEvent("krissy_wateragain", State.temporary.events)>>[[You can pour water over them again if you want to|KrissyTits]]<</disable>>
<<disable !canExperienceEvent("krissy_askagain", State.temporary.events)>>[[So you know where she lives?|KrissyMelanieAnswer]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="KrissyMelanieAnswer"></div>
<<script>>experiencedEvent("krissy_askagain", "SEE", "KrissyMelanieAnswer", State.temporary.events)<</script>>
<<player>>So you know where Melanie lives?<</player>>
<<cont keypress append>><<krissy>>Actually, I don't. But I know someone who does.<</krissy>>
<video @src=_Krissyc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Who?<</player>>
<<scrolldown>><<cont keypress append>><<krissy>>There is a girl, Peta. Sometimes in the morning, she is in the park, tanning. Ask her.<</krissy>>
<<player>>Alright. Thanks.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="PetaSpy"></div>
<<script>>experiencedEvent("peta_spot", "SEE", "PetaSpy", State.temporary.events)<</script>>
You search for that girl Krissy was talking about.
<<cont keypress append>><video @src=_Peta1 autoplay muted loop></video>
<<player>>(To yourself): Maybe that's her?<</player>>
<<player>>(To yourself): I'll move closer.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Peta2 autoplay muted loop></video>
<<player>>(To yourself): She looks good. From behind, at least. Maybe I can get a better angle.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll move closer.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Peta3 autoplay muted loop></video>
<<player>>(To yourself): Yes, she's got some nice tits as well.<</player>>
[[Stay (get caught)|PetaCaught]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="PetaCaught"></div>
<<script>>experiencedEvent("peta_caught", "SEE", "PetaCaught", State.temporary.events)<</script>>
<<player>>Uh, oh.<</player>>
<<cont keypress append>><<peta>>Hey, mister, what are you doing exactly?<</peta>>
<video @src=_Peta4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Uh, hello. I'm enjoying the sun over here. How about you?<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Right. So you're not spying on me at all?<</peta>>
<<scrolldown>><<cont keypress append>><<player>>Na, not at all.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Alright. I guess I'll have to trust you on that one. Why don't you come over for a minute?<</peta>>
<<player>>Okay.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Peta5 autoplay muted loop></video>
<<peta>>So you're out in the woods all by yourself. Isn't that a bit weird?<</peta>>
<<scrolldown>><<cont keypress append>><<player>>Well, maybe a little.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>And you sit close to a beautiful girl like myself, and you don't even spy on me? Are you gay or something?<</peta>>
<<player>>No, not really.<</player>>
<<peta>>...<</peta>>
<<scrolldown>><<cont keypress append>><<player>>I'm $playerFirstName by the way.<</player>>
<<peta>>And I'm Peta.<</peta>>
<<scrolldown>><<cont keypress append>><<player>>Nice to meet you, Peta.<</player>>
<<peta>>Whatever.<</peta>>
[[Ask about Melanie|PetaMelanie]]
[[So what are you doing here?|PetaTalkAboutRyan]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="PetaMelanie"></div>
<<script>>experiencedEvent("peta_ask", "SEE", "PetaMelanie", State.temporary.events)<</script>>
<<player>>Actually I'm trying to find another girl.<</player>>
<<peta>>Alright, and what's her name?<</peta>>
<<player>>Erhm, Melanie.<</player>>
<<cont keypress append>><video @src=_Peta6 autoplay muted loop></video>
<<peta>>Melanie! She's one of my best friends. So you like her boobs, I presume.<</peta>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Or don't you? You are gay, aren't you?<</peta>>
<<player>>No, I like her boobs.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>And now you wanna know where she lives?<</peta>>
<<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Right. I can't tell you, though.<</peta>>
<<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Because that's valuable information. I can't tell every weirdo in the park where the hottest girl in town lives. Isn't that obvious?<</peta>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<peta>>You have to do something for me in return. <</peta>>
<<player>>So what do you want?<</player>>
<<scrolldown>><<cont keypress append>><<peta>>I wanna fuck.<</peta>>
<<scrolldown>><<cont keypress append>><<player>>I can fuck you, If you want.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>I doubt it. You don't spy on me. You ask for another girl. No, you're not good enough for me.<</peta>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Please, leave me be now. I need to work on my suntan. See you around.<</peta>>
<<player>>Alright. See you.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="PetaSpyRyan"></div>
<<script>>experiencedEvent("peta_bringryan", "SEE", "PetaSpyRyan", State.temporary.events)<</script>>
<<player>>Hello Peta.<</player>>
<<cont keypress append>><<peta>>Hi $playerFirstName. Who's your friend?<</peta>>
<<scrolldown>><<cont keypress append>><<player>>This is Ryan.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Petaa1 autoplay muted loop></video>
<<peta>>Has he been cheated on by his girlfriend?<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, yes.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Petaa2 autoplay muted loop></video>
<<peta>>That's alright. There are plenty of other girls out there. So why are you here?<</peta>>
[[Leave|Park][wait()]]
[[Ryan wants a date|PetaDate]]
<<disable !canExperienceEvent("peta_ryanwantsfuck", State.temporary.events)>>[[Ryan wants to fuck|PetaRevealBoobs]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="PetaDate"></div>
<<script>>experiencedEvent("peta_ryanwantsadate", "SEE", "PetaDate", State.temporary.events)<</script>>
<<ryan>>I was gonna ask if you want to have a coffee with me someday?<</ryan>>
<<cont keypress append>><video @src=_Peta6 autoplay muted loop></video>
<<peta>>Oh, so you're a nice guy? That's cute. I don't have time for nice guys, though.<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>Okay, see you.<</ryan>>
<<player>>Bye, Peta.<</player>>
You leave her.
<<scrolldown>><<cont keypress append>><<player>>Next time, you'd better tell her you want to fuck her right away.<</player>>
<<ryan>>Alright, alright.<</ryan>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="PetaRevealBoobs"></div>
<<script>>experiencedEvent("peta_ryanwantsfuck", "SEE", "PetaRevealBoobs", State.temporary.events)<</script>>
<<ryan>>There you go.<</ryan>>
<<cont keypress append>><<peta>>Wow.<</peta>>
<video @src=_Petaa9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>So why don't you blow it?<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>I will.<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>...<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Mmm... Mmm... Mmm-ah!<</peta>>
[[Blowjob|PetaBJ1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<<player>>We're doing this partly because this girl knows Melanie's home address. If we treat her well, I might get the answer today.<</player>>
<<cont keypress append>><<ryan>>Alright, I'll keep that in mind.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>That's her!<</player>>
<<ryan>>Where?<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Peta1 autoplay muted loop></video>
<<ryan>>Now I see her. She's looking pretty good.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>I know. You wanna go down?<</player>>
<<ryan>>Sure.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Peta2 autoplay muted loop></video>
<<ryan>>Wow. She seems to have some nice tits as well.<</ryan>>
<<player>>You betcha. Shall we go there?<</player>>
[[Approach her|PetaRyan]]
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="PetaTalkAboutRyan"></div>
<<script>>experiencedEvent("peta_talk", "SEE", "PetaTalkAboutRyan", State.temporary.events)<</script>>
<<player>>So what are you doing here?<</player>>
<<cont keypress append>><<peta>>Tanning. And looking for men to fuck.<</peta>>
<video @src=_Peta6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Do you have any luck?<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Not yet. But I'm not in a hurry. And I have quite specific demands for the men I bang.<</peta>>
<<player>>What kind of demands?<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Petaa1 autoplay muted loop></video>
<<peta>>Well, I only fuck men who recently broke up with their girlfriends. Or who has been cheated on by their girlfriends.<</peta>>
<<scrolldown>><<cont keypress append>><<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<peta>>I like their anger. The ferocity in the way they fuck. It's like all their need for revenge is focused into fucking me instead. And I like that.<</peta>>
<<player>>Right.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Do you know someone perhaps?<</peta>>
<<player>>Maybe.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Then, please bring him to me. See you.<</peta>>
<<player>>See you.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>So Peta. Maybe it's time for you to tell me where Melanie lives?<</player>>
<<cont keypress append>><<peta>>Fuck you $playerFirstName. Can't you see I'm busy?<</peta>>
<video @src=_Petat1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Maybe Ryan won't continue if you don't tell me.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Oh, I think he will.<</peta>>
[[Blowjob|PetaBJ2]]
[[Suck balls|PetaLB2]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>Do you wanna be fucked in the ass or will you tell me where Melanie lives?<</player>>
<<cont keypress append>><<peta>>What do you think, dickhead? Fucked in the ass, of course.<</peta>>
<video @src=_Petat2 autoplay muted loop></video>
[[Blowjob|PetaBJ3]]
[[Suck balls|PetaLB3]]
[[Finger her|PetaF3]]
<<scrolldown>><</cont>><<player>>So are you gonna tell me where Melanie lives now?<</player>>
<<cont keypress append>><video @src=_Petat3 autoplay muted loop></video>
<<peta>>I'm not telling you anything until Ryan cums in my mouth.<</peta>>
[[Blowjob|PetaBJ4]]
[[Suck balls|PetaLB4]]
[[Finger her|PetaF4]]
[[Fuck her|PetaFuck4]]
<<scrolldown>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="PetaCum"></div>
<<script>>experiencedEvent("peta_getanswer", "SEE", "PetaCum", State.temporary.events)<</script>>
<<peta>>Here's my face. Here's my mouth.<</peta>>
<<ryan>>Right, right. I see it.<</ryan>>
<<cont keypress append>><video @src=_Petacu1 autoplay muted loop></video>
<<peta>>You know where to aim, don't you?<</peta>>
<<cont keypress append>><<ryan>>Yes, let me just work it out for you.<</ryan>>
<<peta>>Mmm...<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>There you go.<</ryan>>
<video @src=_Petacu2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<peta>>Mmm... That's so good.<</peta>>
<<scrolldown>><<cont keypress append>>You wait a few seconds. Then...
<<scrolldown>><<cont keypress append>><<player>>So, Peta. I guess it's time for you to tell us where Melanie lives.<</player>>
<<scrolldown>><<cont keypress append>><<peta>>Sure. I guess you're worth it, $playerFirstName. You brough me some good meat.<</peta>>
Peta gives you Melanie's address.
<<scrolldown>><<cont keypress append>><<player>>Thanks, Peta. See you around<</player>>
<<ryan>>Bye, Peta.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Petacu3 autoplay muted loop></video>
<<peta>>See you. If you wanna meet me again you can tell the Game Developer. He's on Patreon, I think.<</peta>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="PetaBJ1"></div>
<<script>>experiencedEvent("peta_BJ", "SEE", "PetaBJ1", State.temporary.events)<</script>>
<<ryan>>Yes. Take it.<</ryan>>
<<cont keypress append>><<peta>>Mmm... Mmmm... Mmm-ah.<</peta>>
<video @src=_Petabj1 autoplay muted loop></video>
<<ryan>>Oh, yeah.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Mngk! Mngk! Mngk!<</peta>>
<video @src=_Petabj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Are you ready for something else?<</ryan>>
<<peta>>Mmm...<</peta>>
[[Ask again where Melanie lives|PetaMelaniePress]]
<<scrolldown>><</cont>><</cont>><</cont>><<ryan>>Yes. Take it.<</ryan>>
<<cont keypress append>><<peta>>Mmm... Mmmm... Mmm-ah.<</peta>>
<video @src=_Petabj1 autoplay muted loop></video>
<<ryan>>Oh, yeah.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Mngk! Mngk! Mngk!<</peta>>
<video @src=_Petabj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Are you ready for something else?<</ryan>>
<<peta>>Mmm...<</peta>>
[[Ask again where Melanie lives|PetaMelaniePressHarder]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="PetaLB2"></div>
<<script>>experiencedEvent("peta_LB", "SEE", "PetaLB2", State.temporary.events)<</script>>
<video @src=_Petaba1 autoplay muted loop></video>
<<ryan>>Yes. Lick those balls.<</ryan>>
<<cont keypress append>><<peta>>Mmm... Mmmm... Mmm-ah.<</peta>>
<<scrolldown>><<cont keypress append>><video @src=_Petaba2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<peta>>When will you fuck my pussy?<</peta>>
<<ryan>>Soon. I promise. Soon.<</ryan>>
[[Ask again where Melanie lives|PetaMelaniePressHarder]]
<<scrolldown>><</cont>><</cont>><</cont>><<ryan>>Yes. Take it.<</ryan>>
<<cont keypress append>><<peta>>Mmm... Mmmm... Mmm-ah.<</peta>>
<video @src=_Petabj1 autoplay muted loop></video>
<<ryan>>Oh, yeah.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Mngk! Mngk! Mngk!<</peta>>
<video @src=_Petabj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Are you ready for something else?<</ryan>>
<<peta>>Mmm...<</peta>>
[[Ask again where Melanie lives|PetaMelaniePressHardest]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="PetaLB2"></div>
<<script>>experiencedEvent("peta_LB", "SEE", "PetaLB2", State.temporary.events)<</script>>
<video @src=_Petaba1 autoplay muted loop></video>
<<ryan>>Yes. Lick those balls.<</ryan>>
<<cont keypress append>><<peta>>Mmm... Mmmm... Mmm-ah.<</peta>>
<<scrolldown>><<cont keypress append>><video @src=_Petaba2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<peta>>When will you fuck my pussy?<</peta>>
<<ryan>>Soon. I promise. Soon.<</ryan>>
[[Ask again where Melanie lives|PetaMelaniePressHardest]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="PetaF3"></div>
<<script>>experiencedEvent("peta_finger", "SEE", "PetaF3", State.temporary.events)<</script>>
<<ryan>>Yes. You are one good pussy. I'll fuck you silly.<</ryan>>
<<peta>>Yes, please do.<</peta>>
<<cont keypress append>><video @src=_Petaf1 autoplay muted loop></video>
<<peta>>Yes, Yes.<</peta>>
<<ryan>>And that's only one finger. Maybe you don't want to have another.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>I want two! I want two!<</peta>>
<<scrolldown>><<cont keypress append>><video @src=_Petaf2 autoplay muted loop></video>
<<ryan>>Alright.<</ryan>>
<<peta>>Ooooh! Ooooh!<</peta>>
[[Ask again where Melanie lives|PetaMelaniePressHardest]]
<<scrolldown>><</cont>><</cont>><</cont>><<ryan>>Yes. Take it.<</ryan>>
<<cont keypress append>><<peta>>Mmm... Mmmm... Mmm-ah.<</peta>>
<video @src=_Petabj1 autoplay muted loop></video>
<<ryan>>Oh, yeah.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Mngk! Mngk! Mngk!<</peta>>
<video @src=_Petabj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Are you ready for something else?<</ryan>>
<<peta>>Mmm...<</peta>>
[[It's time for Ryan to cum|PetaCum]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="PetaLB2"></div>
<<script>>experiencedEvent("peta_LB", "SEE", "PetaLB2", State.temporary.events)<</script>>
<video @src=_Petaba1 autoplay muted loop></video>
<<ryan>>Yes. Lick those balls.<</ryan>>
<<cont keypress append>><<peta>>Mmm... Mmmm... Mmm-ah.<</peta>>
<<scrolldown>><<cont keypress append>><video @src=_Petaba2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<peta>>When will you fuck my pussy?<</peta>>
<<ryan>>Soon. I promise. Soon.<</ryan>>
[[It's time for Ryan to cum|PetaCum]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="PetaF3"></div>
<<script>>experiencedEvent("peta_finger", "SEE", "PetaF3", State.temporary.events)<</script>>
<<ryan>>Yes. You are one good pussy. I'll fuck you silly.<</ryan>>
<<peta>>Yes, please do.<</peta>>
<<cont keypress append>><video @src=_Petaf1 autoplay muted loop></video>
<<peta>>Yes, Yes.<</peta>>
<<ryan>>And that's only one finger. Maybe you don't want to have another.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>I want two! I want two!<</peta>>
<<scrolldown>><<cont keypress append>><video @src=_Petaf2 autoplay muted loop></video>
<<ryan>>Alright.<</ryan>>
<<peta>>Ooooh! Ooooh!<</peta>>
[[It's time for Ryan to cum|PetaCum]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="PetaFuck4"></div>
<<script>>experiencedEvent("peta_ontop", "SEE", "PetaFuck4", State.temporary.events)<</script>>
<<ryan>>It's time for your pussy to say hello to my cock.<</ryan>>
<<cont keypress append>><<peta>>I'm sure she'll be glad to meet him.<</peta>>
<video @src=_Petafu1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>The feeling is mutual.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Oh, shut up and fuck me.<</peta>>
<<scrolldown>><<cont keypress append>><video @src=_Petafu2 autoplay muted loop></video>
<<ryan>>Yes, yes. I'm cumming<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Finally.<</peta>>
[[It's time for Ryan to cum|PetaCum]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<ryan>>I'm here to bang you.<</ryan>>
<<cont keypress append>><<peta>>Are you? But I still have my clothes on. You can't bang me when I have my clothes on, can you?<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>I trust you will remove them for me.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Petaa3 autoplay muted loop></video>
<<peta>>Oh, you mean like this? You want to see some underboob?<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>No, I want to see them completely.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Petaa4 autoplay muted loop></video>
<<peta>>Maybe this is better?<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>Yes that's better.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Petaa5 autoplay muted loop></video>
<<peta>>Is $playerFirstName gonna stand there and watch?<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>Yes, he is. And as a reward you will tell him Melanie's address.<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>Alright. But not until you cum in my mouth.<</peta>>
[[Ryan sits down|PetaSitDown]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<peta>>So why don't you come down and feel my boobs.<</peta>>
<<cont keypress append>><<ryan>>Sure. You mean like this?<</ryan>>
<video @src=_Petaa6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<peta>>No. Like this.<</peta>>
<<ryan>>...<</ryan>>
<video @src=_Petaa7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<peta>>You know what, Ryan?<</peta>>
<<ryan>>What?<</ryan>>
<<scrolldown>><<cont keypress append>><<peta>>I would like to give $playerFirstName a show which makes him regret ever asking me about Melanie.<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>That's ok.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Petaa8 autoplay muted loop></video>
<<peta>>Mm, your cock is so hard.<</peta>>
<<scrolldown>><<cont keypress append>><<ryan>>Mm, it's happy to see you.<</ryan>>
<<peta>>So bring it to me.<</peta>>
[[Give it to her|PetaFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="RyanTalkAboutAudrey"></div>
<<script>>experiencedEvent("audrey_comein", "SEE", "RyanTalkAboutAudrey", State.temporary.events)<</script>>
<<player>>If you need me, I'll be glad to help.<</player>>
<<audrey>>Well, there's the gentleman!<</audrey>>
<<player>>Ryan is my best friend. I'm always there for him.<</player>>
<<cont keypress append>><video @src=_Audrey2 autoplay muted loop></video>
<<audrey>>Hahaha, and I'm sure it's not a bad thing he's got a hot girlfriend.<</audrey>>
<<player>>Hot girlfriends are never a bad thing.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>Hahaha, aren't you the charmer!<</audrey>>
<video @src=_Audrey3 autoplay muted loop></video>
<<audrey>>Don't forget to shake that ass for me.<</audrey>>
<<player>>Always.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>And I trust you didn't put on any underwear.<</audrey>>
<<player>>Never.<</player>>
[[Leave|Ryan][wait()]]
<<disable !canExperienceEvent("audrey_greetryan", State.temporary.events)>>[[Hey Ryan|AudreyGreetRyan]]<</disable>>
<<disable !canExperienceEvent("audrey_talk", State.temporary.events)>>[[Talk to Audrey|AudreyHang]]<</disable>>
<<disable !canExperienceEvent("audrey_masturbate", State.temporary.events)>>[[Go masturbate in the bathroom|AudreyBathroom]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="AudreyGreetRyan"></div>
<<script>>experiencedEvent("audrey_greetryan", "SEE", "AudreyGreetRyan", State.temporary.events)<</script>>
<<player>>Hey, bro.<</player>>
<<ryan>>Hey $playerFirstName, are you ready to do some work?<</ryan>>
<<player>>I sure am.<</player>>
<<cont keypress append>><video @src=_Audreya1 autoplay muted loop></video>
<<audrey>>(From distance): Don't boast before you've done anything.<</audrey>>
<<scrolldown>><<cont keypress append>><<ryan>>You've met Audrey, I presume?<</ryan>>
<<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(Whispering): So, do you think she's beautiful?<</ryan>>
<<player>>(Whispering): Oh, yeah.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="AudreyHang"></div>
<<script>>experiencedEvent("audrey_talk", "SEE", "AudreyHang", State.temporary.events)<</script>>
<<audrey>>Ryan! Are you there?<</audrey>>
<<player>>You need help?<</player>>
<<cont keypress append>><video @src=_Audreyc1 autoplay muted loop></video>
<<audrey>>Not really. But I've got a bottle of water for my handsome boyfriend.<</audrey>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>You're handsome as well. Maybe you want it?<</audrey>>
<<player>>Thanks. But I can't always be his substitute, you know.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>Hahaha, and why is that?<</audrey>>
<video @src=_Audreyc2 autoplay muted loop></video>
<<player>>Well, you know... You're his girlfriend... And if he's out of town or something...<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>You wouldn't fuck me?<</audrey>>
<<player>>Well...<</player>>
[[Leave|Ryan][wait()]]
<<disable !canExperienceEvent("audrey_youresexy", State.temporary.events)>>[[I sure would|AudreyHit]]<</disable>>
<<disable !canExperienceEvent("audrey_suck", State.temporary.events)>>[[We can practice right now if you want|AudreyBlow]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
You go to the bathroom and releases the little man, giving him some air.
<<player>>(To yourself): Wow, just thinking of her makes me hard.<</player>>
<video @src=_Audreyb1 autoplay muted loop></video>
[[Audrey wants a look|AudreyLook]]
[[Leave|Ryan][wait()]]
<<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="AudreyHit"></div>
<<script>>experiencedEvent("audrey_youresexy", "SEE", "AudreyHit", State.temporary.events)<</script>>
<<player>>I would definitely have had sex with you.<</player>>
<<cont keypress append>><<audrey>>You know that Ryan could hear us, right?<</audrey>>
<video @src=_Audreyc3 autoplay muted loop></video>
<<player>>I don't care. You are so sexy I can't keep my mind straight.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>Well, let's behave tonight, shall we?<</audrey>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="AudreyBlow"></div>
<<script>>experiencedEvent("audrey_suck", "SEE", "AudreyBlow", State.temporary.events)<</script>>
<<player>>Ryan's not here right now. So if you crave some cock, I can be his substitute.<</player>>
<<cont keypress append>><<audrey>>You mean that I'm allowed to suck your cock?<</audrey>>
<<player>>If you want to.<</player>>
<<scrolldown>><<cont keypress append>>Audrey goes down on her knees in an instant and releases your cock.
<video @src=_Audreyd1 autoplay muted loop></video>
<<audrey>>Mmm, it tastes good.<</audrey>>
<<player>>(To yourself): Wow, what a slut.<</player>>
[[Ryan comes down|AudreyStealthBlow]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="AudreyLook"></div>
<<script>>experiencedEvent("audrey_masturbate", "SEE", "AudreyLook", State.temporary.events)<</script>>
<<audrey>>Ryan! Are you in the bathroom?<</audrey>>
<<cont keypress append>><<audrey>>OMG, $playerFirstName, is that you?<</audrey>>
<video @src=_Audreyb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, hello Audrey.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>Sorry, I thought it was Ryan.<</audrey>>
<<player>>It's alright. It's just my boner. It needed some air.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>So you weren't in here masturbating?<</audrey>>
<<player>>I sure was, am I not allowed to?<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Audreyb3 autoplay muted loop></video>
<<audrey>>Of course you are.<</audrey>>
<<player>>Do you want to join me?<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>I can't today. Ryan might come by.<</audrey>>
<<player>>That's a pity.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>It definitely is.<</audrey>>
<video @src=_Audreyb4 autoplay muted loop></video>
<<player>>Well, see you later.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>Yes. I'll close the door. Good luck. I'll be thinking about you.<</audrey>>
<<player>>And I'll be thinking about you.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if $isRelease is true>><<include "AudreyReleaseInit">><<else>><<include "AudreyDebugInit">><</if>>
<<audrey>>Mngk! Mngk!<</audrey>>
<<player>>Sch! Ryan is coming<</player>>
<<cont keypress append>><<ryan>>Audrey! Where are you?<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_Audreyd2 autoplay muted loop></video>
<<ryan>>$playerFirstName, have you seen Audrey?<</ryan>>
<<player>>No.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>(Quietly): Mngk! Mngk!<</audrey>>
<<player>>(To yourself): I hope he doesn't notice her.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Audreyd3 autoplay muted loop></video>
<<ryan>>She's such a slut. She's sexy as hell, but I bet she's out banging some random dude right now.<</ryan>>
<<scrolldown>><<cont keypress append>><<audrey>>(Quietly, to you): He's such a soft cock!<</audrey>>
<<player>>(To Ryan): I don't know. Did you check the basement? I think I saw her go there.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Alright, I'll check the basement.<</ryan>>
[[Suck harder|AudreyHardBlow]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<audrey>>Aren't you a clever boy. Maybe you want the grand prize?<</audrey>>
<<player>>Yes, please.<</player>>
<<cont keypress append>><<audrey>>Well, here's my boobs.<</audrey>>
<video @src=_Audreyd4 autoplay muted loop></video>
<<player>>They're very nice.<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>I knew you would say so.<</audrey>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<audrey>>Now, let me suck that cock some more.<</audrey>>
<video @src=_Audreyd5 autoplay muted loop></video>
<<audrey>>Mngk! Mngk!<</audrey>>
<<player>>Oh, yeah. That's so good.<</player>>
[[Move to sofa|AudreySofaBlow]]
<<scrolldown>><</cont>><</cont>><</cont>><<audrey>>Do you like it when I suck your balls?<</audrey>>
<<player>>It's alright. But I'd rather fuck you and cum in your mouth.<</player>>
<<cont keypress append>><video @src=_Audreyd6 autoplay muted loop></video>
<<audrey>>Well, let's move then.<</audrey>>
[[Cum|AudreyCum]]
<<scrolldown>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="AudreyCum"></div>
<<script>>experiencedEvent("audrey_discovered", "SEE", "AudreyCum", State.temporary.events)<</script>>
<<audrey>>Mngk! Mngk!<</audrey>>
<<player>>Yes! Yes!<</player>>
<<cont keypress append>>Someone's coming.
<video @src=_Audreyd7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Audrey?<</ryan>>
<<scrolldown>><<cont keypress append>><<audrey>>Uh, oh.<</audrey>>
<<scrolldown>><<cont keypress append>><<ryan>>Audrey, are you giving $playerFirstName a blowjob? You're such a slut!<</ryan>>
<<scrolldown>><<cont keypress append>><<audrey>>Don't call me a slut!<</audrey>>
<<scrolldown>><<cont keypress append>><<ryan>>What are you then, blowing my best friend in my own living room?<</ryan>>
<<scrolldown>><<cont keypress append>><<audrey>>You weren't here! Who should I blow when your not here!<</audrey>>
<<scrolldown>><<cont keypress append>><<ryan>>You're such a whore! Get out of my house!<</ryan>>
<<scrolldown>><<cont keypress append>><<audrey>>And you're a pathetic loser!<</audrey>>
<<scrolldown>><<cont keypress append>>Audrey grabs her clothes and leaves the house.
<<audrey>>$playerFirstName, why don't you ask for more content with me on Patreon, and we might meet again?<</audrey>>
[[Talk with Ryan|AudreyTalkWithRyan]]
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
<div id="AudreyTalkWithRyan"></div>
<<script>>experiencedEvent("audrey_talktoryanafterwards", "SEE", "AudreyTalkWithRyan", State.temporary.events)<</script>>
<<player>>Sorry, bro.<</player>>
<<cont keypress append>><<ryan>>Don't be. She'll be back. And besides, it's not your fault.<</ryan>>
<<player>>You can find someone better.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Maybe, but she's a good fuck.<</ryan>>
<<player>>I'll help you find an even better one.<</player>>
<<scrolldown>><<cont keypress append>>Ryan sheds a tear.
<<ryan>>Thanks, bro. I appreciate it.<</ryan>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="SneakBathroom"></div>
<<script>>experiencedEvent("melanie_bathroomsneak", "SEE", "SneakBathroom", State.temporary.events)<</script>>
<<player>>(To yourself): It seems Melanie is banging her husband in the shower.<</player>>
<<cont keypress append>><<dude>>Yes, Melanie. That's right. Just like that.<</dude>>
<<scrolldown>><<cont keypress append>><video @src=_SneakBathroom1 autoplay muted loop></video>
<<melanie>>Shut up, my love. Fuck my ass instead.<</melanie>>
<<dude>>Ok, I'll do my best.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, that's it.<</melanie>>
<video @src=_SneakBathroom2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Did she see me? I hope not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yes. Your cock is the best.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I hope so. Or else you wouldn't live in my fancy house.<</dude>>
<<scrolldown>><<cont keypress append>><video @src=_SneakBathroom3 autoplay muted loop></video>
<<melanie>>I know-ow-ow-ow. Oooooh. Yes, yes.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>That's right. Scream for it.<</dude>>
<<player>>(To yourself): I think I'd better go now.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
Melanie needs some assistance. You work as her secretary.
<<cont keypress append>><video @src=_AlettaOffice1 autoplay muted loop></video>
<<player>>(To yourself): Wow, that top is beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't stare at my boobs for too long, $playerFirstName. You might explode. And this office won't be cleaned again until tomorrow.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please go and get the papers over there.<</melanie>>
<<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaOffice2 autoplay muted loop></video>
<<player>>(To yourself): This is also a good angle for checking her out.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How's it going with those papers, $playerFirstName? Or are you only focusing on my boobs?<</melanie>>
[[Give her the papers|AlettaOfficePaper]]
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="alettaWindowArrive"></div>
<<script>>experiencedEvent("melanie_officewindow_arrival", "SEE", "alettaWindowArrive", State.temporary.events)<</script>>
You clean the windows in Melanie's office. You work in silence and feel a bit bored.
<<player>>(To yourself): Soon it will be over. Soon it will be over.<</player>>
<<cont keypress append>>Then, you hear that someone is coming.
<<player>>(To yourself): Is that Melanie?<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindow1 autoplay muted loop></video>
<<player>>(To yourself): Yes, it is. I'd better focus on my work.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So you found your task, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Focus on the work. Focus on the work.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindow2 autoplay muted loop></video>
<<melanie>>Don't dare turn around. I have a quite revealing top, and I doubt that you'd be able to behave if you saw it.<</melanie>>
[[Leave|Melwork][wait()]]
[[Focus on your work|AlettaWindowNoGreeting]]
<<disable !canExperienceEvent("melanie_officewindow_greet", State.temporary.events)>>[[Turn around and greet her|AlettaWindowHi]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="AlettaWindowHi"></div>
<<script>>experiencedEvent("melanie_officewindow_greet", "SEE", "AlettaWindowHi", State.temporary.events)<</script>>
<<player>>Hi Melanie.<</player>>
<<cont keypress append>><<melanie>>Didn't I tell you to focus on your work?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well... yeah.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindowa1 autoplay muted loop></video>
<<melanie>>So please, get on with it. And stop fantisizing about sticking your dick in between my boobs.<</melanie>>
[[Slack a bit|AlettaWindowSheWorks]]
[[Finish up and leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="AlettaWindowNoGreeting"></div>
<<script>>experiencedEvent("melanie_officewindow_worksilently", "SEE", "AlettaWindowNoGreeting", State.temporary.events)<</script>>
<<player>>(To yourself): Focus. Focus. Focus.<</player>>
<<cont keypress append>><video @src=_AlettaWindowb1 autoplay muted loop></video>
<<melanie>>That's it. Don't let anything disturb you.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>You even look good cleaning the windows. If I didn't know you had such a small dick I would even be a bit turned on.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Focus, $playerFirstName. Focus. Focus.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindowb2 autoplay muted loop></video>
<<melanie>>(Sighs): Small dick. And soft.<</melanie>>
<<player>>...<</player>>
[[Slack a bit|AlettaWindowSheWorks]]
[[Finish up and leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<video @src=_AlettaWindow3 autoplay muted loop></video>
<<melanie>>(Daydreaming): I would give a hundred grand to suck a big black cock right now.<</melanie>>
<<cont keypress append>><<player>>(To yourself): Focus on the work. Focus on the work.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindow4 autoplay muted loop></video>
<<melanie>>(Daydreaming): Or to have a real big dick in my ass. Then I would be golden.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Focus on the work. Focus on the work.<</player>>
[[Finish up and leave|Melwork][wait()]]
<<disable !canExperienceEvent("melanie_officewindow_slack", State.temporary.events)>>[[Slack a bit more|AlettaWindowSheChecksYourWork]]<</disable>>
<<disable !canExperienceEvent("melanie_officewindow_talk", State.temporary.events)>>[[Talk to her|AlettaWindowTalk]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="AlettaWindowSheChecksYourWork"></div>
<<script>>experiencedEvent("melanie_officewindow_slack", "SEE", "AlettaWindowSheChecksYourWork", State.temporary.events)<</script>>
<video @src=_AlettaWindowc1 autoplay muted loop></video>
<<melanie>>$playerFirstName, Are you sure that you're working back there?<</melanie>>
<<player>>Yes, Melanie.<</player>>
<<cont keypress append>><video @src=_AlettaWindowc2 autoplay muted loop></video>
<<melanie>>You're not very efficient, are you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm doing my best.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Thinking about beautiful girls, I presume?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No. No, I'm focusing on my work.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindowc3 autoplay muted loop></video>
<<melanie>>Hahaha, you're such a bad liar, $playerFirstName. I know you're thinking about my boobs.<</melanie>>
<<player>>...<</player>>
[[Finish up and leave|Melwork][wait()]]
<<disable !canExperienceEvent("melanie_officewindow_talkmore", State.temporary.events)>>[[Talk more|AlettaWindowTalkMore]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="AlettaWindowTalk"></div>
<<script>>experiencedEvent("melanie_officewindow_talk", "SEE", "AlettaWindowTalk", State.temporary.events)<</script>>
<<player>>So you like big dicks in your ass, do you?<</player>>
<<cont keypress append>><<melanie>>Yes, of course. What a silly question.<</melanie>>
<video @src=_AlettaWindowd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I might know someone who would gladly assist you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yeah. And who is that? You, dressed up as Santa perhaps?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Maybe.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, that's a really fun joke, $playerFirstName. You have a tiny dick, but you've got a sense of humor. I like that.<</melanie>>
[[Finish up and leave|Melwork][wait()]]
<<disable !canExperienceEvent("melanie_officewindow_talkmore", State.temporary.events)>>[[Talk more|AlettaWindowTalkMore]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="AlettaWindowTalkMore"></div>
<<script>>experiencedEvent("melanie_officewindow_talkmore", "SEE", "AlettaWindowTalkMore", State.temporary.events)<</script>>
You work in the same room for a while. After an hour, Melanie turns to you.
<<melanie>>$playerFirstName, I've seen you work for at least an hour now. Don't you get bored?<</melanie>>
<<player>>Not really.<</player>>
<<cont keypress append>><<melanie>>Don't you get horny?<</melanie>>
<<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindow5 autoplay muted loop></video>
<<melanie>>As for me, I haven't had a big dick between my tits since this morning. And it feels... Weird.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I can imagine.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>When was the last time someone gave you a real nice blowjob?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>A week ago, perhaps.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaWindow6 autoplay muted loop></video>
<<melanie>>Did she have big tits? I mean, were they good?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>They were okay.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I see. So they were quite bad?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You know what, $playerFirstName? I pity you. Having a tiny dick isn't easy for a man. You'll never get the chance to put it between the best boobs. Mine, for instance. That spot is reserved for the real big dicks. How does that feel?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I get my fair share of fucks.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sure you do.<</melanie>>
[[Finish up and leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="alettaOfficeWorking"></div>
<<script>>experiencedEvent("melanie_office_secretary_givepapers", "SEE", "alettaOfficeWorking", State.temporary.events)<</script>>
<<melanie>>Finally. Good job, $playerFirstName.<</melanie>>
<video @src=_AlettaOffice3 autoplay muted loop></video>
<<cont keypress append>><<player>>Thanks.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, let me see...<</melanie>>
<<player>>...<</player>>
[[Leave|Melwork][wait()]]
<<disable !canExperienceEvent("melanie_office_secretary_focus", State.temporary.events)>>[[Focus on work|AlettaOfficeFocus]]<</disable>>
<<disable !canExperienceEvent("melanie_office_secretary_checkout", State.temporary.events)>>[[Check her out|AlettaOfficeBoobs]]<</disable>>
<<scrolldown>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="AlettaOfficeBoobs"></div>
<<script>>experiencedEvent("melanie_office_secretary_checkout", "SEE", "AlettaOfficeBoobs", State.temporary.events)<</script>>
<<player>>(To yourself): Now's my chance.<</player>>
<<cont keypress append>><video @src=_AlettaOfficea1 autoplay muted loop></video>
<<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I could cum so hard between those tits.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaOfficea2 autoplay muted loop></video>
<<melanie>>You like what you see, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Ehrm...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, of course you do.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But I can't have a secretary that can't focus. You are dismissed.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="AlettaOfficeFocus"></div>
<<script>>experiencedEvent("melanie_office_secretary_focus", "SEE", "AlettaOfficeFocus", State.temporary.events)<</script>>
<<player>>I think this is the most important paper.<</player>>
<<cont keypress append>><video @src=_AlettaOfficeb1 autoplay muted loop></video>
<<melanie>>Wow, $playerFirstName, you've been focusing. Good job.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Thanks.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm honest. It's not easy for a man to focus when I wear a top that shows this much boob.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm actually quite proud myself.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You should be. So what do you want for reward?<</melanie>>
[[Leave early?|Melwork][wait()]]
<<disable !canExperienceEvent("melanie_office_secretary_talk", State.temporary.events)>>[[A blowjob perhaps?|AlettaOfficeLaugh]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="AlettaOfficeLaugh"></div>
<<script>>experiencedEvent("melanie_office_secretary_talk", "SEE", "AlettaOfficeLaugh", State.temporary.events)<</script>>
<<player>>A blowjob, perhaps?<</player>>
<<cont keypress append>><<melanie>>That could be arranged. Which employee do you have in mind?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I was hoping for you.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaOfficeb2 autoplay muted loop></video>
<<melanie>>Me?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You were hoping to get a blowjob from me?<</melanie>>
<<player>>Ehrm... Yes.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaOfficeb3 autoplay muted loop></video>
<<melanie>>Hahaha, that's so funny! Hahaha.... Hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're a funny guy, $playerFirstName.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But your dick is too small for me. I thought I told you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, you did. But you haven't seen it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't have to. I can see it in your eyes.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Can I at least show it to you?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No. I can't have employees showing off their meat to each other during worktime.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="RyanTalkAboutAudrey"></div>
<<script>>experiencedEvent("ryan_talkaboutaudrey", "SEE", "RyanTalkAboutAudrey", State.temporary.events)<</script>>
<<ryan>>Hey, $playerFirstName, did I ever tell you about my girlfriend, Audrey?<</ryan>>
<<player>>I don't think so.<</player>>
<<cont keypress append>><<ryan>>She's the best. She comes tuesdays, thursdays and sundays, evening time. She wants to be here when I unpack all my stuff. Why don't you join us?<</ryan>>
<<player>>Maybe I will.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="RyanTalkAboutPeta"></div>
<<script>>experiencedEvent("peta_talktoryanaboutpeta", "SEE", "RyanTalkAboutPeta", State.temporary.events)<</script>>
<<player>>Hey Ryan. I think I've found a girl for you.<</player>>
<<ryan>>Oh, yeah?<</ryan>>
<<player>>She's super hot and she hangs around in the park. She says she wants to fuck dudes who where cheated on by their girlfriends.<</player>>
<<cont keypress append>><<ryan>>Why? Like a good deed or something?<</ryan>>
<<player>>Nah, I think she wants to be part of their revenge.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>That's cool. Can you introduce me to her?<</ryan>>
<<player>>Sure, I'll let you know.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Thanks, bro.<</ryan>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="RyanTalkAboutMelanie"></div>
<<script>>experiencedEvent("erica_talktoryanaboutmelshome", "SEE", "RyanTalkAboutMelanie", State.temporary.events)<</script>>
<<player>>Ryan, you know this city quite well, don't you.<</player>>
<<ryan>>I guess I do.<</ryan>>
<<player>>There's a girl. She says that she lives close to a fountain by the park. Do you know where that is?<</player>>
<<cont keypress append>><<ryan>>Not really. Is it that girl, Melanie? The one who delivered the package the other day?<</ryan>>
<<player>>Exactly.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>I know there's a girl doing yoga in the park. I think she knows the delivery girl. I've seen them chat once or twice.<</ryan>>
<<player>>Ok, I'll try and ask her.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><<stopallaudio>>
<img @src=_logo width="600">
!Warning
WARNING: The content in this game is not suitable for minors. By continuing, you acknowledge that you have reached the legal age of your country.
This is a work of fiction and none of the views, opinions or activities described or depicted are necessarily endorsed by the author.
!Welcome
Hi! I'm glad you found my game. If you've already played the game, please check out:
[[What's new in this version|This Version]]
And, of course, I hope you will enjoy the game :)
[[Introduction|Intro1]]
[[Skip introduction|ChooseStart]]Welcome to Melanies Marvelous Boobs. You don't need to know much to get started.
Oh, and your name is:
<<textbox "_input" $playerFirstName autofocus>><<button "Continue">><<set $playerFirstName to _input>><<goto Ryan>><</button>>
<<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_dress_brown1"></div>
<<script>>experiencedEvent("02_photo_dress_brown1", "SEE", "02_Photo_dress_brown1", State.temporary.events)<</script>>
<<player>>I have a brown dress which i would like you to try.<</player>>
<<cont keypress append>><<melanie>>I bet it has a deep cleavage.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Not really.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So why do you want me to put it on?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, it's so short I might sneak a peek on your pussy underneath it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sure, if you want to be decent I can put it on.<</melanie>>
[[She goes to the dressing room and puts it on|MelaniePSBrownStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_dress_purpleblackbelt1"></div>
<<script>>experiencedEvent("02_photo_dress_purpleblackbelt1", "SEE", "02_Photo_dress_purpleblackbelt1", State.temporary.events)<</script>>
<<player>>There is a purple dress which would match your eyes perfectly.<</player>>
<<cont keypress append>><<melanie>>Match my eyes? $playerFirstName, do you think I'm a moviestar from the fifties?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It goes with a black belt. It looks really cool.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't choose clothes which make me look cool. I choose the ones that highlight my marvelous boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Right. But I really think you will like this one.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, I'll try it.<</melanie>>
[[She goes to the dressing room and puts it on|MelaniePSPurpledressStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="03_Modelblack_intro"></div>
<<script>>experiencedEvent("03_modelblack_intro", "SEE", "03_Modelblack_intro", State.temporary.events)<</script>>
<<player>>I have a black dress which goes with a glittery belt. I think it will be lovely on you.<</player>>
<<cont keypress append>><<melanie>>Lovely? You mean that you'll masturbate after you've seen me wear it?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, don't be silly! Obviously you will masturbate afterwards.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): So, where is it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): So that's her mood today.<</player>>
[[Continue|MelaniePSBlackdressStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<<player>>Today, I have a grey dress in mind.<</player>>
<<cont keypress append>><<melanie>>You tell me as soon as a man contacts you about me, don't you, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Of course I do. Now go and get dressed.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is she hornier than usual?<</player>>
[[She leaves|MelaniePSLightGreydressStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
!!New Town
In this game, you have just moved to a new town. For the time being, you crash in your friend Ryan's apartment. And you try to find out what to do with your life. And you want to meet girls.
<<cont keypress append>>!!You Meet Melanie
Then, all of a sudden, you run into Melanie. She is beautiful, she has marvelous boobs, and you would do anything to be around her.
<img @src=_Introduction11 width="600">
<<scrolldown>><<cont keypress append>>You can't help but checking her out. And she notices your glances right away. To say the least, she is not very impressed by you.
<video @src=_Introduction12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>>!!You bump in to her as often as you can
But you don't give up. You do whatever it takes to meet with her again.
<img @src=_Introduction13 width="600">
<<scrolldown>><<cont keypress append>>Although she asks you to leave, you stay. Even if she closes the door and calls her husband, you come back the next day.
<img @src=_Introduction14 width="600">
<<scrolldown>><<cont keypress append>>And eventually it seems that she starts to enjoy your company. She doesn't despise you that much any longer.
<img @src=_Introduction15 width="600">
[[Continue|Intro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
!!She agrees to be your teacher
When you act interested in Melanie's work, she gets excited. And she is happy to tell you what she does. And to teach you how to do it yourself.
<img @src=_Introduction21 width="600">
<<cont keypress append>>!!You get to work at her office
When you have learned how to handle the work, you get to do a few tasks around Melanie's office. She seems to be alright with you being there. And you are happy as well, because you can watch Melanie and her marvelous boobs.
<img @src=_Introduction22 width="600">
<<scrolldown>><<cont keypress append>>!!She agrees to do modelling work
Melanie's most passionate dream is to be a model. She can't wait to stand in front of the camera and do poses. You promise her that you are a photographer and could make her dreams come true. But she hesitates.
<video @src=_Introduction23 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>>But you find her trust and she starts to poses in front of you. In the beginning, it is of course only sweaters and shirts. But you have hopes that she will wear dresses and even lingeries later on.
<img @src=_Introduction24 width="600">
[[Continue|Intro3]]
<<scrolldown>><</cont>><</cont>><</cont>>
<<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
!!You follow her to the gym
As she trusts you more, she lets you follow her to the gym. There, you can see that she looks at you in a new way.
<video @src=_Introduction31 autoplay muted loop></video>
<<cont keypress append>>!!She likes when you look at her
At the office, she often stops when you're around, just so that you can have an extra look at her beautiful body.
<video @src=_Introduction32 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>>And when you sit together, she doesn't mind that you ogle her marvelous boobs. In fact, she enjoys it quite a lot.
<video @src=_Introduction33 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>>!!And she finds you interesting
And she finds a new way of entertaining herself. when you have looked at her for a while, she grabs you... just to see how hard you are.
<img @src=_Introduction34 width="600">
[[Continue|Intro4]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
!!You go on trips together
From this moment on, you and Melanie are quite close. She is, of course, still married to her husband. But you go on trips together.
<img @src=_Introduction41 width="600">
<<cont keypress append>>!!She follows you home in the night
And after a few drinks at the night club she doesn't mind following you home.
<img @src=_Introduction42 width="600">
<<scrolldown>><<cont keypress append>>She doesn't mind fooling around for a bit.
<img @src=_Introduction43 width="600">
<<scrolldown>><<cont keypress append>>And you're allowed to feel her up in the most delicate places of her body.
<img @src=_Introduction44 width="600">
<<scrolldown>><<cont keypress append>>!!And she'll make your dreams come true
And soon enough, she will do whatever you ask of her. She will make all your dreams come true.
<img @src=_Introduction45 width="600">
<<scrolldown>><<cont keypress append>>!!But you'll have to work for it
That's what this game will be about. But don't think it will be easy. And don't underestimate Melanie. She can be a bitch sometimes. But it's worth it.
[[Continue|ChooseStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>[[Melanie's world]]
[[This Version|This Version]]
[[Objectives]]
[[Hints]]
[[Cheats]]
[[Credits]]<<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="02_Work_modelagree1"></div>
<<script>>experiencedEvent("02_work_modelagree1", "SEE", "02_Work_modelagree1", State.temporary.events)<</script>>
You knock on Melanie's front door.
<<cont keypress append>><<melanie>>(Loud and clear): I'm in the dressing room, naked! Come in!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Alright, I guess I'll go inside<</player>>
You open the door and enter the house.
<<scrolldown>><<cont keypress append>><<melanie>>(Loud and clear): Who is it by the way?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's me, $playerFirstName!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Loud and clear): Well, you'll have to wait in the living room for a bit. I need some time to put in my butt plug. Don't you dare peek on me!<</melanie>>
What do you want to do?
[[Peek on her|AlettaAgreeModelPeep]]
[[Sit down and wait|AlettaAgreeModelWait]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="02_Work_modelagreea1"></div>
<<script>>experiencedEvent("02_work_modelagreea1", "SEE", "02_Work_modelagreea1", State.temporary.events)<</script>>
<<player>>(Pretending to be far away): Alright, I'll wait in the living room!<</player>>
<<cont keypress append>><<melanie>>If you masturbate, please direct your cum away from the sofa.<</melanie>>
<<player>>(Pretending to be far away): Got it!<</player>>
You peek through the door gap.
<<scrolldown>><<cont keypress append>><video @src=_AgreeModele1 autoplay muted loop></video>
<<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(Pretending to be far away): So, you're inserting a butt plug?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes. My husband comes back tonight, and I hope to be fucked in the ass.<</melanie>>
<video @src=_AgreeModele2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Pretending to be far away): I see! And you want to be prepared!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's actually more for his sake. For me, I can take any cock whenever. But his is a little bit tender, and my ass would crush it if she wasn't plugged a few hours before.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Pretending to be far away): Why did you marry him if his cock is small and tender?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's still a decent cock. It's bigger than yours, anyway, hahaha.<</melanie>>
<video @src=_AgreeModele3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Pretending to laugh): Hahaha.<</player>>
<<melanie>>Have you ever fucked a woman in the ass, $playerFirstName?<</melanie>>
<<player>>(Pretending to be far away): Once or twice!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Did her asshole squeeze tight around your cute little penis?<</melanie>>
<<player>>(Pretending to be far away): Pretty tight!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Was it prepared for you with a butt plug?<</melanie>>
<video @src=_AgreeModele4 autoplay muted loop></video>
<<player>>(Pretending to be far away): I think so!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You think so? You don't know? You didn't pull the butt plug out yourself? You didn't lick the tender little asshole before you entered it?<</melanie>>
<video @src=$AgreeModele5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Either you're a total douchebag, $playerFirstName, or else you're a lier and you didn't ever fuck a girl in the ass.<</melanie>>
<video @src=_AgreeModele8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<melanie>>So which is it? Are you a liar who never fucked a girl in her ass or are you a douchebag?<</melanie>>
[[Liar|AlettaAgreeModelLier]]
<<disable !canExperienceEvent("02_work_modelagreea3", State.temporary.events)>>[[Douchebag|AlettaAgreeModelDouchebag]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>So, $playerFirstName, you pretend to be a little photographer, don't you?<</melanie>>
<<cont keypress append>><<player>>...<</player>>
<video @src=_AgreeModel1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Is that what you do when you want to see a girl naked? Hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha, no, I'm actually a real photographer.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Obviously, you're not, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Hahaha.<</player>>
[[Check her out|AlettaAgreeModelCheckout]]
<<disable !canExperienceEvent("02_work_modelagreeb2", State.temporary.events)>>[[Show her your work (decent photos)|AlettaAgreeModelDecent]]<</disable>>
<<disable !canExperienceEvent("02_work_modelagreeb3", State.temporary.events)>>[[Show her your work (naughty photos)|AlettaAgreeModelNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party4")>><<stopallaudio>><<audio "party4" volume 1 play>><</if>>
<div id="02_Work_modelagreeb1"></div>
<<script>>experiencedEvent("02_work_modelagreeb1", "SEE", "02_Work_modelagreeb1", State.temporary.events)<</script>>
<<player>>(To yourself): Wow.<</player>>
<<cont keypress append>><video @src=_AgreeModelb1 autoplay muted loop></video>
<<melanie>>$playerFirstName, please, can you at least try to strike a conversation without staring at my boobs?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<melanie>>They are marvelous, I know.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModelb3 autoplay muted loop></video>
<<player>>Yes...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Yawning): Well, tonight my husband will come back, and then he will put his dick in between them.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I might need a few hours of sleep before that.<</melanie>>
<<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModelb2 autoplay muted loop></video>
<<melanie>>Because I want to be fully alert when he cums in my mouth, obviously.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please, leave me, and come back when you have some sample photos to show.<</melanie>>
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party4")>><<stopallaudio>><<audio "party4" volume 1 play>><</if>>
<div id="02_Work_modelagreeb2"></div>
<<script>>experiencedEvent("02_work_modelagreeb2", "SEE", "02_Work_modelagreeb2", State.temporary.events)<</script>>
<<player>>I brought some photos. I have them in my phone. Do you want to see?<</player>>
<<cont keypress append>><<melanie>>Interesting. Do the models have nice boobs?<</melanie>>
<<player>>They're alright, I guess.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModelc1 autoplay muted loop></video>
<<melanie>>Did you fuck any of them?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No, I tried to stay professional.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's booring.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModelc2 autoplay muted loop></video>
<<melanie>>But hey, those photos are actually quite impressing.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Thanks.<</player>>
<<melanie>>Why don't you come back some other day and show some real photos?<</melanie>>
<<player>>You mean...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, I mean photos where you show the female body some love and dignity.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess she means photos where the models have a little less clothing.<</player>>
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
You show her the naughtiest photos on your phone.
<<player>>I brought some photos. I have them in my phone. Do you want to see?<</player>>
<<cont keypress append>><video @src=_AgreeModeld1 autoplay muted loop></video>
<<melanie>>$playerFirstName! These are really good! I mean, her boobs are of course quite small, but she looks good.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Thanks. I don't work with her anymore, though.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you fucked her good, didn't you?<</melanie>>
<<player>>Actually not.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModeld2 autoplay muted loop></video>
<<melanie>>(With a suspicious look): $playerFirstName, if you aim to high you might end up wanking forever, you know that?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm confident that girls with even bigger boobs will come to me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How big?<</melanie>>
<<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Like mine?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Maybe... I mean, I have only seen parts of them, so it's hard to say.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModeld3 autoplay muted loop></video>
<<melanie>>You don't think that I, Melanie, could be a model for you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Shrugging): As of now, it's hard to say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, let me prove it to you.<</melanie>>
[[What's she gonna do?|AlettaAgreeModelReveal]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Reveal them.<</melanie>>
<<player>>Excuse me?<</player>>
<<cont keypress append>><<melanie>>Reveal my boobs. Let them loose.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Here? Now?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, moron! Start with the right one!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModeld4 autoplay muted loop></video>
<<melanie>>Do you think it's small? Do you think it's not round enough?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me give you the exact words: it's fucking perfect.<</melanie>>
<<player>>Fair enough.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, reveal the the left one.<</melanie>>
<<player>>Alright...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModeld5 autoplay muted loop></video>
<<melanie>>Do you think that the left one is worse in any way? Do you think they are asymmetrical?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course you don't. Obviously, they are the best boobs you have ever seen.<</melanie>>
[[She notices something|AlettaAgreeModelStop]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="02_Work_modelagreeb3"></div>
<<script>>experiencedEvent("02_work_modelagreeb3", "SEE", "02_Work_modelagreeb3", State.temporary.events)<</script>>
<<melanie>>$playerFirstName, you haven't said anything in a while. Do you feel okay?<</melanie>>
<<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you sure? You seem tense.<</melanie>>
<<player>>I'm fine.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Wait, do you have a hard on?<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModeld6 autoplay muted loop></video>
<<player>>Well, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, that's not professional at all.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's more of a bi-product I would say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Tell me the truth: are you here to find a model for your photo shoots, or are you here to gather wanking material for your lonely nights?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>A model! A model<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModeld7 autoplay muted loop></video>
<<melanie>>I don't believe you, pervert. From now on, every contact between us must go through your agent. Do you understand?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, mam.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You do have an agent, don't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Of course I have an agent.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, then I suggest that you ask him to schedule a meeting with me.<</melanie>>
<<player>>(Standing up): I will.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And you'd better make sure he's got a huge cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck! I might have to ask Ryan to help me.<</player>>
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>!Version 0.1.1
!!What's new in this version?
!!!New content
Hotfix. Not subject for new content.
!!!UI Improvements
- Possibility to enter fullscreen.
- These screens: possibility to see what has been done in the different versions of the game.
!!!Bug fixes
- Cannot take the spare keys to Melanies home. This has been pointed out by a number of users. I tried it several times and could not reproduce the bug. To solve it, I have simplified the gameplay.
- Missing file in the introduction.
- A location which the player never got access to was visible. !Version 0.1.0
!!What's new in this version?
!!!New content
<div id="newContentZeroOneOne"></div>
<<script>>
describeAllContent("0.1.0", "newContentZeroOneOne", State.temporary.events);
<</script>>
!!!UI Improvements
This was the first version of the game. There has been loads of work with the UI. Can't be listed here.
!!!Bug fixes
This was the first version of the game. There has been loads of trial and errors and "bug fixing". Can't be listed here.
<<if !isPlaying("party4")>><<stopallaudio>><<audio "party4" volume 1 play>><</if>>
<div id="03_ModelLime_intro"></div>
<<script>>experiencedEvent("03_modelLime_intro", "SEE", "03_ModelLime_intro", State.temporary.events)<</script>>
<<player>>I think you will look great in this dress.<</player>>
<<cont keypress append>><<melanie>>I look great in any dress.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, yes... But..<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>As a matter of fact, I look amazing.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But I trust you know this already. What pose do you want me to do?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Just look natural.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Rolls her eyes): Natural... Bah! Pathetic. Are you sure you have worked as a photographer?<</melanie>>
<video @src=_LimeDress1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): I'm positive.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I've seen your work, and it's alright I guess.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>These photos will be amazing.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, let me see then.<</melanie>>
What photo do you want to show her?
[[Decent picture|MelaniePSLimedressPreviewDecent]]
<<disable !canExperienceEvent("03_modelLime_firstnaughty", State.temporary.events)>>[[Naughty picture|MelaniePSLimedressPreviewNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_ModelLime_firstdecent"></div>
<<script>>experiencedEvent("03_modelLime_firstdecent", "SEE", "03_ModelLime_firstdecent", State.temporary.events)<</script>>
<<player>>What do you think of this one?<</player>>
<img @src=_LimeDress1a width="600">
<<cont keypress append>><<melanie>>(A little disappointed): Well, isn't that a decent woman!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>But you're beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Seriously, $playerFirstName, I have marvelous boobs. Do you really think that such lousy compliments are enough for me?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<video @src=_LimeDress2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Posing): Please, let's take some real photos.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Alright, you can't blame me for these ones.<</player>>
What photo do you want to show her?
[[Decent picture|MelaniePSLimedressPreviewRealDecent]]
<<disable !canExperienceEvent("03_modelLime_secondNaughty", State.temporary.events)>>[[Naughty picture|MelaniePSLimedressPreviewLickFingers]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<div id="03_ModelLime_firstnaughty"></div>
<<script>>experiencedEvent("03_modelLime_firstnaughty", "SEE", "03_ModelLime_firstnaughty", State.temporary.events)<</script>>
<<player>>There you go.<</player>>
<img @src=_LimeDress1b width="600">
<<cont keypress append>><<melanie>>It looks like I wan't to suck someones cock. Is that really appropriate, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Setting up the camera again): Well, you do like doing blowjobs, don't you?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, if it's a huge cock. Why?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Making a gesture for her to continue): There will probably be quite a few guys with huge cocks looking at these pictures. And maybe they will contact you, and then...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then what?<</melanie>>
<video @src=_LimeDress2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Then you might have a gangbang with all of them.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Reaching for the camera): You pervert! Let me see those pictures.<</melanie>>
What photo do you want to show her?
[[Decent picture|MelaniePSLimedressPreviewRealDecent]]
<<disable !canExperienceEvent("03_modelLime_secondNaughty", State.temporary.events)>>[[Naughty picture|MelaniePSLimedressPreviewLickFingers]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_ModelLime_secondNaughty"></div>
<<script>>experiencedEvent("03_modelLime_secondNaughty", "SEE", "03_ModelLime_secondNaughty", State.temporary.events)<</script>>
<<player>>How about this one?<</player>>
<img @src=_LimeDress2b width="600">
<<cont keypress append>><<melanie>>Do you imagine that finger being your cock, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Hesitantly): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(returning your photo): Well, it might be roughly the same size as your cock. So that's valid.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Getting into position): But it's too small for me, obviously.<</melanie>>
<video @src=_LimeDress3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>How about two fingers?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Frenzily taking pictures ): I think these might be good.<</player>>
[[Show her the result|MelaniePSLimedressPreviewLickagain]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_ModelLime_secondDecent"></div>
<<script>>experiencedEvent("03_modelLime_secondDecent", "SEE", "03_ModelLime_secondDecent", State.temporary.events)<</script>>
<img @src=_LimeDress2a width="600">
<<cont keypress append>><<melanie>>(Hitting you in the face): I look like a virgin! No man is gonna fuck me hard in the ass after seeing this pic! He will treat me like a Ming vase.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Protecting you're face) Ming vases are nice, I think.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Granted. But do men with huge cocks fuck them in their asses?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, they don't.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sorry.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, you get one last chance.<</melanie>>
[[Continue|MelaniePSLimedressPreviewBendover]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party4")>><<stopallaudio>><<audio "party4" volume 1 play>><</if>>
<video @src=_LimeDress4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(Posing): So what do you think about this tight ass?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): ...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No comments? Well, your tiny little dick would be crushed in there, I promise.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Concentrating): ...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you done? Let me see the results.<</melanie>>
What photo do you want to show her?
[[Decent picture|MelaniePSLimedressPreviewBendOverDecent]]
<<disable !canExperienceEvent("03_modelLime_thirdNaughty", State.temporary.events)>>[[Naughty picture|MelaniePSLimedressPreviewBendOverNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><img @src=_LimeDress3a width="600">
<<cont keypress append>><<melanie>>You have one dirty mind, $playerFirstName!<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's a pity your cock is so small.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Back to the camera. I'll give you something to fantazise about.<</melanie>>
[[Continue|MelaniePSLimedressPreviewBendover]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="03_ModelLime_thirdNaughty"></div>
<<script>>experiencedEvent("03_modelLime_thirdNaughty", "SEE", "03_ModelLime_thirdNaughty", State.temporary.events)<</script>>
<<player>>I think this is the best one.<</player>>
<img @src=_LimeDress4b width="600">
<<cont keypress append>><<melanie>>(Smiling): You're a pervert, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's a nice photo.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So, you like my ass?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, there's the comedian!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'll make a deal with you: if I can have one of those bananas, I will show you my ass. Deal?<</melanie>>
[[Deal!|MelaniePSLimedressPreviewBendOverNaughtyDeal]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="03_ModelLime_fourthDecent"></div>
<<script>>experiencedEvent("03_modelLime_fourthDecent", "SEE", "03_ModelLime_fourthDecent", State.temporary.events)<</script>>
<<player>>So this is you, slightly touching your boobs.<</player>>
<<cont keypress append>><img @src=_LimeDress9a width="600">
<<melanie>>(A bit disappointed): Well, I do have marvelous boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And this is another angle with you sucking a co... eating a banana.<</player>>
<<scrolldown>><<cont keypress append>><img @src=_LimeDress10a width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Furious): I don't believe you, $playerFirstName. I reveal my boobs to you, and you don't even catch it in a photo. This is it. I'm off.<</melanie>>
Melanie runs away.
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="03_modelLime_FourthNaughty"></div>
<<script>>experiencedEvent("03_modelLime_fourthNaughty", "SEE", "03_modelLime_FourthNaughty", State.temporary.events)<</script>>
<<player>>So this is you, showing quite some cleavage.<</player>>
<<cont keypress append>><img @src=_LimeDress9b width="600">
<<melanie>>(A bit shocked): Well, it's at least clear that I have marvelous boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And this is just a second later... You accidentally revealed your boob and I catched it. another angle with you sucking a co... eating a banana.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Totally silent)<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Proud of yourself): You accidentally revealed your boob and I catched it. Great pic.<</player>>
<<scrolldown>><<cont keypress append>><img @src=_LimeDress10b width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Throws the camera at you): You're such a pervert, $playerFirstName! Can you ever respect other people's privacy? Can you ever understand other people's feelings? Fuck you!<</melanie>>
Melanie runs away.
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party4")>><<stopallaudio>><<audio "party4" volume 1 play>><</if>>
<div id="03_ModelLime_thirdDecent"></div>
<<script>>experiencedEvent("03_modelLime_thirdDecent", "SEE", "03_ModelLime_thirdDecent", State.temporary.events)<</script>>
<<player>>How about this...<</player>>
<img @src=_LimeDress4a width="600">
<<scrolldown>><<cont keypress append>><<melanie>>You're such a loser, $playerFirstName! You know that?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think it's beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I show you my ass, and you focus on my hair. You wanna cum in my hair? You wanna ruin my hairstyle?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No, but...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But what? Fuck you, $playerFirstName! I'm off!<</melanie>>
And she leaves the room.
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Hahaha, you're a funny guy, $playerFirstName!<</melanie>>
<<cont keypress append>><<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, your cock is too small for me, obviously. Hahaha, you are so silly!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_LimeDress9 autoplay muted loop></video>
<<melanie>>This cock is quite big, and it has a slight bend. I like that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I get nice pictures, at least.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_LimeDress10 autoplay muted loop></video>
<<melanie>>Mm... Mm... but if I put it in my ass, it would be crushed. Just like yours would.<</melanie>>
[[Maybe you would like to try?|MelaniePSLimedressPreviewBendOverNaughtyContinueEnd]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(Mesmerized): Deal.<</player>>
<<cont keypress append>><video @src=_LimeDress5 autoplay muted loop></video>
<<melanie>>And please, don't explode in those pants.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_LimeDress6 autoplay muted loop></video>
<<melanie>>Wow, it looks real delicious.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_LimeDress7 autoplay muted loop></video>
<<melanie>>I presume you want me to pose for you while I eat it?<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_LimeDress8 autoplay muted loop></video>
<<melanie>>Why so quiet, $playerFirstName? Are you thinking so hard on how you would like to fuck me that you can't strike a decent conversation?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Eeh...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Speak up, pervert!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I only... I have a question... I wonder if you always eat bananas that way?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course I do. I imagine that it is a cock.<</melanie>>
[[My cock?|MelaniePSLimedressPreviewBendOverNaughtyContinue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>I can put it in your pussy if you want to?<</player>>
<<cont keypress append>><<melanie>>(Dead serious): I would never let you do that, $playerFirstName! Can you please stop act like a fool?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sorry.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's okay. We'll wrap this up now anyway. Can I see the photos?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking up the camera): Alright. Here's one where you grab a banana.<</player>>
<<scrolldown>><<cont keypress append>><img @src=_LimeDress5a width="600">
<<melanie>>(Admiring herself): Wow, that ass is really something.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's you, bending over the benchtop.<</player>>
<<scrolldown>><<cont keypress append>><img @src=_LimeDress7a width="600">
<<melanie>>(Astonished): Such an amazing body... Oh, I think you can even get a glance of my pussy on this one!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's a close up picture when you suck a co... eat a banana.<</player>>
<<scrolldown>><<cont keypress append>><img @src=_LimeDress8a width="600">
<<melanie>>Sometimes I can't believe how beautiful and sexy I am. <</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Me neither.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>This was all? Didn't you take any more?<</melanie>>
<<player>>There are two more.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So? Show me!<</melanie>>
Which photos do you want to show her?
[[Show her two decent pictures|MelaniePSLimedressPreviewBendOverNaughtyHide]]
<<disable !canExperienceEvent("03_modelLime_fourthNaughty", State.temporary.events)>>[[Show her two naughty pictures|MelaniePSLimedressPreviewBendOverNaughtyReveal]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
You're sitting at Melanie's office, studying how the business is structured.
<<cont keypress append>><<melanie>>How's it going, $playerFirstName?<</melanie>>
<video @src=_Homework2 autoplay muted loop></video>
[[Pretty good|HomeworkGood]]
<<scrolldown>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Work_homework1"></div>
<<script>>experiencedEvent("02_work_homework1", "SEE", "02_Work_homework1", State.temporary.events)<</script>>
<<player>>I'm fine. It's going fine.<</player>>
<<cont keypress append>><video @src=_Homework3 autoplay muted loop></video>
<<melanie>>Alright, and why is that? Learning a lot about the company?<</melanie>>
[[Yes, it's really interesting|HomeworkInteresting]]
<<if canExperienceEvent("02_work_homework3", State.temporary.events)>>[[Tell her about the photo studio|HomeworkPhoto]]<<if !eventIdIsSeen("02_work_homework3")>> NEW EVENT!<</if>>
<</if>>
<<scrolldown>><</cont>>
<<if !isPlaying("sad2")>><<stopallaudio>><<audio "sad2" volume 1 play>><</if>>
<div id="02_Work_homework3"></div>
<<script>>experiencedEvent("02_work_homework3", "SEE", "02_Work_homework3", State.temporary.events)<</script>>
You tell Melanie about your "dream" to be a photographer, and about the access you got to the photo studio downtown.
<<cont keypress append>><<melanie>>(Surprisingly excited): That's great! Did I ever tell you that I have worked as a model in the past?<</melanie>>
<video @src=_Homework6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>No, I don't recall that. Why did you quit?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't remind me of it... The photographer had the tiniest little dick ever.<</melanie>>
<video @src=_Homework7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Aha, I see. So you fucked him?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, obviously. That's how I got the job in the first place, hahaha.<</melanie>>
<<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But hey, now that you're a photographer, I can be a model again!<</melanie>>
[[That's a great idea!|HomeworkGreatIdea]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<<melanie>>Don't you think I could be a model? Don't you think my boobs are enough?<</melanie>>
<video @src=_Homework8 autoplay muted loop></video>
<<cont keypress append>><<player>>(Drooling): I think they are more than enough.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hey! I won't blow your dick only because I might do a few photo shoots with you.<</melanie>>
<<player>>Of course not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You have to prove that you're good.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And cross your fingers that your cock is large enough.<</melanie>>
<<player>>(To yourself): Crossing my fingers every day.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Come to my home, and we can talk more.<</melanie>>
And she leaves.
<<scrolldown>><<cont keypress append>><video @src=_Homework1 autoplay muted loop></video>
You sit down and study some more, before you leave as well.
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Work_homework2"></div>
<<script>>experiencedEvent("02_work_homework2", "SEE", "02_Work_homework2", State.temporary.events)<</script>>
<<player>>I actually have a question about the company.<</player>>
<<cont keypress append>><<melanie>>Yes?<</melanie>>
<video @src=_Homework4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>In one of the lectures we had, you told me that there are boobs of the company, and that there is a cock of the company. Right?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, obviously. Every company needs boobs and a cock. <</melanie>>
<video @src=_Homework5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Obviously. But I wonder... What's the relationship between the boobs and the cock?<</player>>
<<melanie>>(Silent, contemplating)<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I mean, the company's boobs and the company's cock?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Obviously.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's a really interesting and complex question, $playerFirstName, let's address it in the next lecture.<</melanie>>
[[Alright (leave)|Melwork][wait()]]
<<disable !canExperienceEvent("03_homework_extra_question", State.temporary.events)>>[[I might have another question|HomeworkExtraTeaseStart]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="02_Photo_firstmeeting"></div>
<<script>>experiencedEvent("02_photo_firstmeeting", "SEE", "02_Photo_firstmeeting", State.temporary.events)<</script>>
<<melanie>>Hi $playerFirstName.<</melanie>>
<<player>>Melanie, welcome to the studio.<</player>>
<<cont keypress append>><<melanie>>Let's greet like professionals, shall we?<</melanie>>
<video @src=_FirstPhotoMeeting1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You look great I must say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Obviously. That's why I got the job, wasn't it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It might have been part of the reason, yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or how do you think I persuaded your agent if not with these knockers?<</melanie>>
<video @src=_FirstPhotoMeeting2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Speechless): I... honestly don't know.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you think I gave him a blowjob?<</melanie>>
<<player>>No...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Exactly. I'm not a slut, obviously.<</melanie>>
<<player>>Obviously.<</player>>
[[Let's sit down|AlettaFirstDayAtPhotoStudioSofa]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="02_Sneak_agent1_1"></div>
<<script>>experiencedEvent("02_sneak_agent1_1", "SEE", "02_Sneak_agent1_1", State.temporary.events)<</script>>
It seems that Melanie is preparing for the meeting with my "agent".
<<cont keypress append>><video @src=_AgentFirst1 autoplay muted loop></video>
<<player>>(On the radio, whispering): Hey Ryan, I see her. Do you copy?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): I hear you, $playerFirstName, what's she wearing?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): A tight, pink, mini-dress. It's all latex, it seems.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirst2 autoplay muted loop></video>
<<ryan>>(On the radio): Does she have underwear on?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): I don't know. I'll try to find out. Why?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): Every piece of information might be valuable.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): You're not supposed to fuck her, remember?<</player>>
<<ryan>>(On the radio): I'll do my best.<</ryan>>
[[Sure you will|MelanieMeetsAgentFirstTimeSofa]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<video @src=_AgentFirst5 autoplay muted loop></video>
<<player>>(On the radio, whispering): It seems she's not wearing any underwear. I repeat: she is not wearing any underwear. Do you copy?<</player>>
<<cont keypress append>><<ryan>>(On the radio): Roger that, $playerFirstName. Should I enter the building?<</ryan>>
[[No, I need to gather more intel|MelanieMeetsAgentFirstTimeGatherIntel]]
<<disable !canExperienceEvent("02_sneak_agent1_3", State.temporary.events)>>[[Yes, proceed|MelanieMeetsAgentFirstTimeProceed]]<</disable>>
<<scrolldown>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="02_Sneak_agent1_2"></div>
<<script>>experiencedEvent("02_sneak_agent1_2", "SEE", "02_Sneak_agent1_2", State.temporary.events)<</script>>
<video @src=_AgentFirst3 autoplay muted loop></video>
<<player>>(On the radio, whispering): She's looking at her phone. She might be looking at the pictures I sent her.<</player>>
<<cont keypress append>><<ryan>>(On the radio): Does she look horny?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): Not really. More like, bored.<</player>>
<video @src=_AgentFirst4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): So why the fuck do I have to wait?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): That might be a good point.<</player>>
[[Alright, proceed|MelanieMeetsAgentFirstTimeProceed]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="02_Sneak_agent1_3"></div>
<<script>>experiencedEvent("02_sneak_agent1_3", "SEE", "02_Sneak_agent1_3", State.temporary.events)<</script>>
Ryan enters the scene.
<<cont keypress append>><video @src=_AgentFirst6 autoplay muted loop></video>
<<melanie>>Hello, you must be $playerFirstName's agent?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Yes, I am.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Have we met before? I seem to recognise you.<</melanie>>
<<ryan>>Well...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Wait, don't say anything! Miami, two years ago. I sucked your cock in a hotel lobby, didn't I?<</melanie>>
<video @src=_AgentFirst7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>I don't recall that.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, then its impossible that it was you. No one forgets my blowjobs, obviously.<</melanie>>
<<player>>(To yourself): Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Wait, now I remember. I delivered a package to you the other day. You had bought a sheer shirt for your girlfriend, and I tried it out for you. Ryan, right?<</melanie>>
<video @src=_AgentFirst8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>You hit the spot.<</ryan>>
<<melanie>>I trust you remember my name?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Of course I do.<</ryan>>
<<melanie>>Hahaha, obviously.<</melanie>>
[[So you want to be a model?|MelanieMeetsAgentFirstTimeInterview]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<video @src=_AgentFirsta1 autoplay muted loop></video>
<<melanie>>So, what do I have to do before I can be a model?<</melanie>>
<<cont keypress append>><<ryan>>Well...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>You can't fool me, Ryan. I've been in the business before. Do models suck the agent's cock nowadays, or is it sufficient to flash them?<</melanie>>
<video @src=_AgentFirsta2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering, panicking): She doesn't have to do anything! Just accept her!<</player>>
<<ryan>>(On the radio, whispering): But I need to act like I'm a professional, $playerFirstName!<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Excuse me?<</melanie>>
<video @src=_AgentFirsta3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Well... We will see... It depends... Actually, it's different from case to case, hehehe.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth, to yourself): Fuck you, Ryan.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So I will have to flash you, and then, when you see my marvelous boobs, you will ask me to blow you as well? Is that what you say?<</melanie>>
<<ryan>>No, but...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>You're quite a perv, Ryan. But I like you. And I get the feeling that your cock is quite big. Huge, even.<</melanie>>
<video @src=_AgentFirsta4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>It would fit perfectly between my boobs, wouldn't it?<</melanie>>
<video @src=_AgentFirsta5 autoplay muted loop></video>
[[What the fuck is happening?|MelanieMeetsAgentFirstTimeForeplay]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak3")>><<stopallaudio>><<audio "sneak3" volume 1 play>><</if>>
You sit in Melanie's kitchen. No one's there. The house is completely empty.
<<cont keypress append>><<player>>(To yourself): What am I doing here?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Sure, she has great boobs. But wait for her in an empty house? That's pathetic.<</player>>
<<scrolldown>><<cont keypress append>>You just decided to leave, when you hear that someone is opening the door.
<<scrolldown>><<cont keypress append>><<melanie>>(From a distance): Hurry, you fool!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(From a distance): Easy! Easy!<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(From a distance): I want to fuck now!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(From a distance): Alright, alright! Where?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(From a distance): Let's do it in the kitchen. That's close enough.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better hide.<</player>>
[[Hide in the living room|MelanieWalkinClosetHide]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="02_Work_modelagreea4"></div>
<<script>>experiencedEvent("02_work_modelagreea4", "SEE", "02_Work_modelagreea4", State.temporary.events)<</script>>
Your phone is ringing. It's Ryan.
<<cont keypress append>><<player>>(Picking up the phone, whispering): Hello. I can't talk right now.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): No? So you're at Melanie's and she's totally naked?<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModela1 autoplay muted loop></video>
<<player>>(Whispering): Not exactly.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): She's on her knees, sucking your cock?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(Whispering): Not really, no.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): So what's she doing? Bending over, letting you drool over her sweet little asshole?<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModela2 autoplay muted loop></video>
<<player>>(Whispering): Fuck you, Ryan!<</player>>
<<scrolldown>><<cont keypress append>>You hang up.
[[Go to the living room and wait for her|AlettaAgreeModelWait]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="02_Work_modelagreea2"></div>
<<script>>experiencedEvent("02_work_modelagreea2", "SEE", "02_Work_modelagreea2", State.temporary.events)<</script>>
<<player>>(Pretending to be far away): Alright, I lied! I never fucked a woman in the ass!<</player>>
<<melanie>>(Sighing): And why is that?<</melanie>>
<<player>>(Pretending to be far away): Well, I guess no one ever really allowed me to!<</player>>
<<cont keypress append>><<melanie>>(Sighing): You ask for permission to fuck girls in their asses?<</melanie>>
<video @src=_AgreeModele6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Pretending to be far away): Yeah, sort of!<</player>>
<<melanie>>You shouldn't. You should simply approach them and fuck them in their asses. Either they'll be grateful or they'll be mad.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The mad ones you don't need to care about.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Looking at you in the mirror): Now, please stop peeking at me before I call my husband on you.<</melanie>>
<video @src=_AgreeModele7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
[[Go and wait in the living room|AlettaAgreeModelWait]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="02_Work_modelagreea3"></div>
<<script>>experiencedEvent("02_work_modelagreea3", "SEE", "02_Work_modelagreea3", State.temporary.events)<</script>>
<<player>>(Pretending to be far away): I guess I'm a douchebag, then!<</player>>
<<cont keypress append>><video @src=_AgreeModele6 autoplay muted loop></video>
<<melanie>>(Interested): You fuck girls in their asses without preparing them?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Pretending to be far away): Yes, that's how I like it best!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Fascinated): You know what, $playerFirstName? You do surprise me a little.<</melanie>>
<<player>>(Pretending to be far away): How come?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Fascinated): Well, I thought your dick was really small, tiny even. But I guess it's closer to average, actually.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgreeModele7 autoplay muted loop></video>
<<melanie>>(Looking at you in the mirror): And you managed to stand there the whole time without ruining my carpet.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Looking at you in the mirror): I'll go to the bathroom and change outfit. You may wait for me in the living room.<</melanie>>
[[Sit down and wait|AlettaAgreeModelWait]]
<<disable !canExperienceEvent("02_work_modelagreea4", State.temporary.events)>>[[Look when she's getting ready|AlettaAgreeModelPeekMore]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<video @src=_AgentFirstb3 autoplay muted loop></video>
<<melanie>>And you're quite hard as well, aren't you?<</melanie>>
<<cont keypress append>><<player>>(On the radio, whispering, panicking): Just tell her it's your wallet!<</player>>
<<ryan>>(On the radio, whispering): I can't fool her on this one, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I think you'd better get rid of those trousers.<</melanie>>
<video @src=_AgentFirstc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Yeah, that might be a good idea.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): Fuck you, Ryan!<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): A man's gotta do what a man's gotta do.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I think this little man needs some air.<</melanie>>
<<ryan>>Yeah, that might be a good idea.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirstc2 autoplay muted loop></video>
<<melanie>>Hello, you. I think you and me will make good friends.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>He says he's got a crush on you already.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, sighing, whispering): Can you at least come up with better lines?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): This is not a situation to play the smartass.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>He does? Well, then I'll have to greet him properly.<</melanie>>
<video @src=_AgentFirstc3 autoplay muted loop></video>
[[I don't want to see this|Sneak][wait()]]
[[I guess I'd better stay and watch|MelanieMeetsAgentFirstTimeBJ]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<div id="02_Sneak_agent1_4"></div>
<<script>>experiencedEvent("02_sneak_agent1_4", "SEE", "02_Sneak_agent1_4", State.temporary.events)<</script>>
<<melanie>>Maybe he'd like to visit my cute little mouth?<</melanie>>
<<ryan>>He'd love to.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): And I will cut him off in your sleep!<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Sch, take it easy, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirstd1 autoplay muted loop></video>
<<melanie>>Maybe he'd be glad to see my boobs properly?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>That's definitely something he will appreciate.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirstd2 autoplay muted loop></video>
<<melanie>>And then he might consider letting me taste some of his beautiful cum, wouldn't he?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, you'll need to work for it.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(Amused, to yourself): He went too far. She will definitely kick him out now.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirstd3 autoplay muted loop></video>
<<melanie>>Don't you worry, I will<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Dismayed, to yourself): The bastard gets everything he asks for!<</player>>
[[Wow|MelanieMeetsAgentFirstTimeBJContinue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Maybe if I go deeper?<</melanie>>
<<cont keypress append>><<ryan>>You'll have to go deeper than that.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirste1 autoplay muted loop></video>
<<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Just hold it, and he might show his appreciation.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirste2 autoplay muted loop></video>
<<melanie>>Mmmmmmngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): She'll definitely kick you out after this.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Don't be so sure, $playerFirstName. This chick really loves big dicks.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirste3 autoplay muted loop></video>
<<ryan>>Good girl.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not a good girl. I'm just a woman who likes huge cocks.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Sighing, to yourself): Aaargh!<</player>>
[[Indeed you are|MelanieMeetsAgentFirstTimeBJBalls]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I presume he likes it best if I'm naked?<</melanie>>
<<ryan>>That's correct.<</ryan>>
<<cont keypress append>><video @src=_AgentFirstg1 autoplay muted loop></video>
<<melanie>>Don't touch my pussy.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, celebrating): Hahaha, you went to far, my friend!<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(Panicking): But the little man wants to pay a visit.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Today, I'll only let him into my mouth.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, celebrating): You're such a loser, Ryan.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirstg2 autoplay muted loop></video>
<<melanie>>And I trust that's a place he wants to keep?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Sure he does, sure he does.<</ryan>>
<<melanie>>That's what I thought.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirstg4 autoplay muted loop></video>
<<melanie>>Mngk! Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, celebrating): So, how does it feel not being allowed to enter her pussy?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): You just keep quiet, $playerFirstName.<</ryan>>
[[It seems she'll get rewarded, at least|MelanieMeetsAgentFirstTimeCum]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Let me warm up that cum for you<</melanie>>
<<cont keypress append>><video @src=_AgentFirstf1 autoplay muted loop></video>
<<melanie>>Mmmmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): Someday my balls will be in that mouth, I swear to God.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): But not today, my friend.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirstf2 autoplay muted loop></video>
<<melanie>>Mmmmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): And when I pull it out, she will beg me for more.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Sure, she will.<</ryan>>
[[Wow|MelanieMeetsAgentFirstTimeBJUndress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<ryan>>Just stay put and you'll get something nice in that cute little mouth of yours.<</ryan>>
<<cont keypress append>><<melanie>>Don't let me wait forever, Ryan.<</melanie>>
<video @src=_AgentFirsth1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Just a little more.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>As long as you aim properly.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, celebrating): Yes, make sure you don't hit her pussy.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): You just concentrate on the show, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirsth2 autoplay muted loop></video>
<<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>There you go.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): You missed her mouth by miles, you moron.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Why do you care?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, that's a big load.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirsth3 autoplay muted loop></video>
<<melanie>>Mmm, sweet and sour. My favorite.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): So, you're done. Can you please allow her to be a model now?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): We'll see abut that, $playerFirstName.<</ryan>>
[[What!?|MelanieMeetsAgentFirstTimeTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>So, can I be a model now?<</melanie>>
<video @src=_AgentFirsti1 autoplay muted loop></video>
<<cont keypress append>><<player>>(On the radio): Yes. Yes! YEES!<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Time for revenge, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, I'm sure you'd do great as a model, but...<</ryan>>
<<melanie>>But what?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>You didn't let my little man pay a visit in your pussy.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth, to yourself): I'll definitely cut off his cock when he's asleep.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirsti2 autoplay muted loop></video>
<<melanie>>That wasn't part of the deal.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>There was no deal. You just sucked my cock.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>So what do I have to do?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): Nothing! She doesn't have to do anything!<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgentFirsti3 autoplay muted loop></video>
<<ryan>>(Leaving): Come to my office, and let me fuck you properly. Then I'll see what I can do.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I'll come to your office. But I don't promise anything. I'm, no slut, you know.<</melanie>>
<video @src=_AgentFirsti4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(From a distance): I know.<</ryan>>
[[And Ryan is gone|MelanieMeetsAgentFirstTimeConclusion]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
I guess I'll need to talk to Ryan about how to proceed with this.
[[Leave|Sneak][wait()]]<<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="03_Kayla_decision_begin"></div>
<<script>>experiencedEvent("03_kayla_decision_begin", "SEE", "03_Kayla_decision_begin", State.temporary.events)<</script>>
You are shown into a room, where three women sit around a desk. They are talking about something, but you can't tell exactly what. No one seems to notice you. No one asks you to sit down.
<<cont keypress append>><<player>>(To yourself): So this is the "gathering" Melanie was talking about.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>As you already know, this meeting is about a... candidate... for Melanie.<</kayla>>
<video @src=_KaylaDecision1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>A candidate?<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Someone that might be... talented.<</kayla>>
<<adriana>>I see...<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What are they talking about?<</player>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecision2 autoplay muted loop></video>
<<kayla>>And now she wants us to... investigate... whether they are... talented enough.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>And how will we pursue this task?<</adriana>>
<<player>>(To yourself): Could someone please elaborate on the subject matter of the task?<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>It is a difficult one. It's not something to take lightly.<</kayla>>
<video @src=_KaylaDecision3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>A scientist must not get too involved in her subject. Then, she will lose her sense of objectivity.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>And if she just observes, she might miss out some of the most important results in her investigation.<</kayla>>
<<adriana>>Indeed.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Are they talking about a scientific experiment? Is that why I'm here?<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>I have a proposal. One of us will perform the actual experiment. The others will just observe.<</kayla>>
<video @src=_KaylaDecision4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Who's gonna do the dirty work?<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>I am.<</kayla>>
<<adriana>>Why not me?<</adriana>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecision5 autoplay muted loop></video>
<<kayla>>Because of... a request from Melanie.<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I really don't understand what's happening here.<</player>>
[[It seems they are done talking at least|KaylaDecisionStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<<adriana>>Should the subject come forth, perhaps?<</adriana>>
<<kayla>>Yes. Please do.<</kayla>>
<<cont keypress append>><<adriana>>...<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>...<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>Are you talking about me?<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>Of course we do. Do you see anyone else in the room?<</kayla>>
<<player>>No, but.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>But what?<</kayla>>
<<player>>What do you want me to do?<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>Bring forth your cock of course.<</kayla>>
What do you want to do?
[[No way! (Return)|Melwork][wait()]]
[[I guess nothing bad has ever happened after a woman asked me for my dick|KaylaDecisionBringit]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<<kayla>>Mngk! Mngk!<</kayla>>
<video @src=_KaylaDecisionb1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>That won't help. It doesn't grow just because you deepthroat it.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Mmm! Mmm!<</kayla>>
<video @src=_KaylaDecisionb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>This is such a complete waste of time.<</adriana>>
[[Continue|KaylaDecisionMove]]
<<disable !canExperienceEvent("03_kayla_decision_firsthard", State.temporary.events)>>[[Show that bitch what a hard cock is|KaylaDecisionDeskBJForce]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>>
<<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<<kayla>>The subject may rise up.<</kayla>>
<video @src=_KaylaDecisiond1 autoplay muted loop></video>
<<cont keypress append>><<player>>I have a name, you know.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>The subject believes we care about its name.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>I wasn't talking to you, bitch.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>(Gasping): The subject is a bit cocky.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>(Understanding): The subject may come to this side of the table.<</kayla>>
<video @src=_KaylaDecisiond2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>The subject's cock is shockingly small, when observed up-close.<</adriana>>
<<player>>It's because you're not close enough.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>The subject implies that the observer should participate in the experiment. That is not regulated by the protocol.<</adriana>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecisiond3 autoplay muted loop></video>
<<kayla>>(Looking in your eyes): The subject doesn't have to listen to the mean lady.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>Excuse me? I'm not a mean lady!<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>No, you only need a few cocks in your pussy from time to time.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>Hahaha, the subject's got some humor.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>I don't need any cock in my pussy! The subject doesn't know what it's talking about!<</adriana>>
[[Continue in silence|KaylaDecisionBJKnees]]
<<disable !canExperienceEvent("03_kayla_decision_harddecision", State.temporary.events)>>[[Show what you're talking about|KaylaDecisionBJKneesForce]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<adriana>>To be honest, I don't think this is enough for Melanie.<</adriana>>
<<cont keypress append>><<kayla>>I agree. It's neither big nor hard enough.<</kayla>>
<video @src=_KaylaDecisione1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I think we have seen enough.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>The subject might be nervous.<</kayla>>
<video @src=_KaylaDecisione2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Doesn't matter. The cock won't grow if it calms down.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>That's true.<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I think I should have been more rough with her.<</player>>
[[It seems it's over|KaylaDecisionDismissed]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<div id="03_Kayla_decision_softdecision"></div>
<<script>>experiencedEvent("03_kayla_decision_softdecision", "SEE", "03_Kayla_decision_softdecision", State.temporary.events)<</script>>
<<kayla>>The subject may cover themselves.<</kayla>>
<video @src=_KaylaDecisionj1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>The subject was a disappointment.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>The subject is dismissed.<</kayla>>
<video @src=_KaylaDecisionj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Alright, I don't wanna hang out with those bitches anyway.<</player>>
[[Return|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<<kayla>>And please be quick about it.<</kayla>>
<video @src=_KaylaDecisiona1 autoplay muted loop></video>
<<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>The subject is not very fast in removing its pants.<</adriana>>
<<kayla>>No. But it might be a bit nervous.<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Could they please stop talking about me like I'm a thing.<</player>>
<video @src=_KaylaDecisiona2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>There it is.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>The subject seems to be proud of its cock.<</adriana>>
<<kayla>>We will see if it's got reason for it.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>Personally, I don't think it has.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>The subject may lay down on the desk.<</kayla>>
<video @src=_KaylaDecisiona3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>And relax.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>It's hard already.<</adriana>>
<<kayla>>That's a good sign, isn't it?<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>It depends. If it ever gets close close to Melanie, it will explode by her touch.<</adriana>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecisiona4 autoplay muted loop></video>
<<kayla>>You say I'm not as hot as Melanie?<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>She's got marvelous boobs, that's all I say.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>That's true. But I'm good at sucking cocks.<</kayla>>
[[Wow|KaylaDecisionDeskBJBegin]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<adriana>>So, how does it taste?<</adriana>>
<<cont keypress append>><<kayla>>Mmm, salty... and sweet.<</kayla>>
<video @src=_KaylaDecisiona6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Melanie doesn't like sweet cocks. She wants them sturdy and rough.<</adriana>>
<<kayla>>She appreciates a sweet cock as well, believe you me.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>She does not! She literally showed me a sweet little cock one time and told me never to let it near her!<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Tsss, you're just jealous that you're not the one executing the test.<</kayla>>
<video @src=_KaylaDecisiona7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>No, I'm only trying to be accurate when choosing cocks to blow.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>And why is that? Why can't you just follow your heart sometimes?<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>Because my boss has given me a clearly defined task! And that is not to approve sweet little cocks!<</adriana>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecisiona8 autoplay muted loop></video>
<<kayla>>Mmm, mmm.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>It's not very big. And it doesn't seem to be very hard either.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Don't underestimate it. Let me try a little trick of mine.<</kayla>>
[[I wonder what she's gonna do|KaylaDecisionDeskBJ]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<div id="03_Kayla_decision_firsthard"></div>
<<script>>experiencedEvent("03_kayla_decision_firsthard", "SEE", "03_Kayla_decision_firsthard", State.temporary.events)<</script>>
<<player>>Suck that cock deep, bitch!<</player>>
<video @src=_KaylaDecisionc1 autoplay muted loop></video>
<<cont keypress append>><<kayla>>Mgnk! Mmmmmgnk!<</kayla>>
<<adriana>>...<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Aaaah!<</kayla>>
<video @src=_KaylaDecisionc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Not a very big cock, you said?<</kayla>>
<<adriana>>...<</adriana>>
[[Continue|KaylaDecisionMove]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>It's time for you to suck that cock.<</player>>
<<cont keypress append>><<kayla>>Mngk! Mngk!<</kayla>>
<video @src=_KaylaDecisiong1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>The subject is surprisingly...<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Surprisingly what?<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>Mngk! Mngk!<</kayla>>
<video @src=_KaylaDecisiong2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>The subject actually has a decent cock.<</adriana>>
[[Oh yeah? How about those balls?|KaylaDecisionBJFinishForceBalls]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<kayla>>Adriana, I believe the subject is about to cum. Please resume your observations.<</kayla>>
<<cont keypress append>><<adriana>>Right. The subject... The cock...<</adriana>>
<video @src=_KaylaDecisioni1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>You seem a bit exhausted, Kayla, maybe I can help out?<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>That wouldn't be according to protocol, would it?<</kayla>>
<<adriana>>I guess not...<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Mmm, mmm.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>That cum tastes quite good, doesn't it?<</adriana>>
<video @src=_KaylaDecisioni2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Mmm, mmm.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>Heavenly, even?<</adriana>>
<<kayla>>Mmm, mmm.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>You got some on your shirt. Can I have that for later? Just as a test.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>The protocol clearly states that I should have all of it.<</kayla>>
<<adriana>>Right.<</adriana>>
[[I guess I'm done|KaylaDecisionDismissedForce]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<kayla>>The subject may cover themselves.<</kayla>>
<video @src=_KaylaDecisionj1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>(Longingly): The cock of the subject is now covered.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>The subject is dismissed.<</kayla>>
<video @src=_KaylaDecisionj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Alright, I don't wanna hang out with those bitches anyway.<</player>>
<<scrolldown>><<cont keypress append>>Before you leave, Adriana hands you a note with the address to the party.
[[After you left, you stay and peek through the keyhole|KaylaDecisionPhone]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<kayla>>Now let me get a taste of those balls.<</kayla>>
<<cont keypress append>><<player>>Be my guest.<</player>>
<video @src=_KaylaDecisionf1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>What do they taste like?<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Mmm, they taste like... Mmm, mmm.<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>You're allowed to tell her.<</player>>
<<adriana>>...<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>They taste like man. Mmm, mmm.<</kayla>>
<video @src=_KaylaDecisionf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>That is the best taste out there.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>Yes, I can never get enough of it.<</kayla>>
[[Deepthroat|KaylaDecisionBJFinishForceCont]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<adriana>>You seem quite determined, big boy. Do you have a name?<</adriana>>
<<cont keypress append>><<player>>I only tell my name to women after I fucked them in the ass.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Fair enough.<</adriana>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecisionh1 autoplay muted loop></video>
<<kayla>>Mngk! Mngk!<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>Well, I think we will need to run a few extra tests with you... And for those I need a name.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>As I said, I only tell my name to women after I fucked them in the ass.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I see.<</adriana>>
<video @src=_KaylaDecisionh2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Mmm! Mmm!<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>But I'll attend a small party this weekend. I'll make sure you'll get an invitation. You can come by and we might reach an agreement on the issue.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Where is it?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Close to the park.<</adriana>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecisionh3 autoplay muted loop></video>
<<kayla>>Mng-aah! Aah!<</kayla>>
[[It's time to cum|KaylaDecisionBJFinishForce]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<div id="03_Kayla_decision_harddecision"></div>
<<script>>experiencedEvent("03_kayla_decision_harddecision", "SEE", "03_Kayla_decision_harddecision", State.temporary.events)<</script>>
<<kayla>>So what is the result of the observations?<</kayla>>
<<cont keypress append>><<adriana>>I actually think the candidate has some potential.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>I agree. I'll give the boss a call.<</kayla>>
<video @src=_KaylaDecisionk1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled, inaudible)<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>(On the phone): Approved.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled, inaudible)<</melanie>>
<<kayla>>(On the phone): Blowjob.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled, inaudible)<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_KaylaDecisionk2 autoplay muted loop></video>
<<kayla>>(On the phone): Understood.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>...<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>The boss wants to run an extra test. She wants one of you two to take the subjects cock in your ass. Who wants to do it?<</kayla>>
<video @src=_KaylaDecisionj3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>If it's the will of the boss, I can do it.<</adriana>>
<<scrolldown>><<cont keypress append>><<kayla>>You will of course get extra pay.<</kayla>>
<<scrolldown>><<cont keypress append>><<adriana>>I'm a dedicated employee.<</adriana>>
[[Return|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Welcome to this preview for Melanies Marvelous Boobs. When Melanie finds the main character interesting, she will ask some of her female employees to investigate whether he is a worthy candidate for her.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto KaylaDecision>><</button>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<div id="02_Sneak_agent2_1"></div>
<<script>>experiencedEvent("02_sneak_agent2_1", "SEE", "02_Sneak_agent2_1", State.temporary.events)<</script>>
<<player>>(On the radio): Hello, Ryan, can you hear me?<</player>>
<<ryan>>(On the radio): I hear you, $playerFirstName. Where are you?<</ryan>>
<<cont keypress append>><<player>>(On the radio): I'm in the lobby.<</player>>
<<ryan>>(On the radio, excited): Can you see her?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): Not yet. And please, calm down.<</player>>
<<ryan>>(On the radio): I am calm!<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): And remember: you're not supposed to fuck anyone today. You should only tell her that she is accepted to be a model for me.<</player>>
<<ryan>>(On the radio): At the same time, I must act in a professional and reliable way.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, whispering): Come to your senses. What is more professional than...<</player>>
<<scrolldown>><<cont keypress append>><video @src=_AgentSecond1 autoplay muted loop></video>
<<ryan>>(On the radio): It's not very reliable though... Hello... $playerFirstName, did you disappear?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): She's here.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): Great! How does she look?<</ryan>>
[[Give an assessment of her outfit|MelanieMeetsAgentSecondTimeHelloinviting]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Knock, knock.<</melanie>>
<<cont keypress append>><<ryan>>(On the radio, whispering): Hey, $playerFirstName, did you find a hiding spot?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): I'm good, I'm good. Let her in.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Come in!<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Hello, you.<</melanie>>
<video @src=_AgentSecond6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Melanie. I'm delighted to see you again.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't doubt it. Where can I sit?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>I've prepared the sofa for you.<</ryan>>
<video @src=_AgentSecond7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Wonderful.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): Don't waste any time! Just accept her!<</player>>
<<ryan>>(On the radio, whispering): I can't be too eager. That's not how employers do.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>So, I guess this is where you're gonna fuck me later?<</melanie>>
<video @src=_AgentSecond8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): She ain't fucking nobody.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Professionalism, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I trust you have seen the dress I'm wearing?<</melanie>>
<video @src=_AgentSecond9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Of course I have.<</ryan>>
[[Who could've missed it?|MelanieMeetsAgentSecondTimeTease]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<<melanie>>Are you sure you have given it a proper examination?<</melanie>>
<video @src=_AgentSeconda1 autoplay muted loop></video>
<<cont keypress append>><<player>>(On the radio, hiding, whispering): Can you please stop her?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): I'm trying.<</ryan>>
<<scrolldown>><<cont keypress append>><<ryan>>I guess there is always more to discover.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Here's my cleavage.<</melanie>>
<video @src=_AgentSeconda2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>It's very very nice.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>And here's my pussy.<</melanie>>
<video @src=_AgentSeconda3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): Don't you dare touching it.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>It's indeed a beautiful dress.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Come on, I want you to get a feel of the smooth fabric.<</melanie>>
<video @src=_AgentSeconda4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Lead the way.<</ryan>>
[[I can't stand this (return)|Ryan][wait()]]
[[I guess I'll have to see how this plays out|MelanieMeetsAgentSecondTimeGrabBoobs]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<div id="02_Sneak_agent2_2"></div>
<<script>>experiencedEvent("02_sneak_agent2_2", "SEE", "02_Sneak_agent2_2", State.temporary.events)<</script>>
<<melanie>>What do you think about the fabric, Ryan?<</melanie>>
<<ryan>>It looks nice.<</ryan>>
<<cont keypress append>><<melanie>>But how does it feel?<</melanie>>
<video @src=_AgentSecondb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Mm, soft.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>We might need to do a comparison.<</melanie>>
<<ryan>>Maybe.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>How about comparing it with the fabric of your pants?<</melanie>>
<video @src=_AgentSecondb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Sickening!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I think we'd better sit down.<</melanie>>
<<ryan>>Yeah. Then we can do a fair jugdement.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Your pants are soft as well, but in a different way.<</melanie>>
<video @src=_AgentSecondb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): He's a weak man.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But it's not fair to only feel the fabric with the hands.<</melanie>>
<<ryan>>...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I like to feel it with my legs.<</melanie>>
<video @src=_AgentSecondb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Does it feel good?<</ryan>>
<<melanie>>I think so. But I always do a final test before I approve a piece of fabric.<</melanie>>
[[And what is that?|MelanieMeetsAgentSecondRevealAss]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I like to slide my pussy against it.<</melanie>>
<<ryan>>That's a good idea.<</ryan>>
<<cont keypress append>><<melanie>>Can you please pull up my dress slightly? Just to reveal my pussy.<</melanie>>
<<ryan>>I can try.<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AgentSecondc1 autoplay muted loop></video>
<<melanie>>I see that you're quite hard down there.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Sorry.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>No, that's perfect. It will form a perfect shape for my pussy to slide over.<</melanie>>
<video @src=_AgentSecondc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, this fabric is also great.<</melanie>>
<<ryan>>...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>You're quite turned on, aren't you?<</melanie>>
<video @src=_AgentSecondc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>...<</ryan>>
<<melanie>>Would you like to stick your dick into my little pussy?<</melanie>>
[[Well, what do you think?|MelanieMeetsAgentSecondTimeBringit]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Let me help you reveal the little man.<</melanie>>
<video @src=_AgentSecondd1 autoplay muted loop></video>
<<cont keypress append>><<player>>(On the radio, hiding, whispering): You even need help to undress now?<</player>>
<<ryan>>(On the radio, whispering): You just stay calm, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>There he is. He seems excited.<</melanie>>
<video @src=_AgentSecondd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>He's glad to see you.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): You're such a cliché.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me just soften up my pussy a little bit.<</melanie>>
<video @src=_AgentSecondd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Sure. I'll find the correct angle in the meantime.<</ryan>>
[[Stick it in|MelanieMeetsAgentSecondTimeInput]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Do you think he would like to enter my pussy now?<</melanie>>
<video @src=_AgentSeconde1 autoplay muted loop></video>
<<cont keypress append>><<player>>(On the radio, hiding, whispering, mocking): Does he want to? Does he really want to?<</player>>
<<ryan>>(On the radio, whispering): Quiet, $playerFirstName!<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering, mocking): Maybe you should turn her down after all?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I thought so.<</melanie>>
<video @src=_AgentSeconde2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering, mocking): Maybe her boobs aren't sufficiently good for your cock?<</player>>
[[I can't believe he just sits there|MelanieMeetsAgentSecondBlow]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Are you exhausted? Does your little man need a little blow?<</melanie>>
<video @src=_AgentSecondf1 autoplay muted loop></video>
<<cont keypress append>><<ryan>>I think he might need a little one, yes.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering, mocking): Just a little one?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I thought so.<</melanie>>
<video @src=_AgentSecondf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<player>>(On the radio, hiding, whispering): Seems like a big one to me.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Quiet, or else...<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): Or else what?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Hey, Melanie, those balls also need some attention.<</ryan>>
<<melanie>>Okay.<</melanie>>
<<scrolldown>><<cont keypress append>><video @src=_AgentSecondf3 autoplay muted loop></video>
<<melanie>>Mha-mha-mha-mha-mha-mha!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(to yourself): He's such a bastard.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-ah!<</melanie>>
<video @src=_AgentSecondf4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>You're truly exceptional, you know that.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I know. But isn't it quite hot in here?<</melanie>>
[[She removes her dress|MelanieMeetsAgentSecondTimeRemoveClothes]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Do you know what I want now?<</melanie>>
<video @src=_AgentSecondg1 autoplay muted loop></video>
<<cont keypress append>><<ryan>>Have another taste of the little man?<</ryan>>
<<melanie>>Not really.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): Hahaha, loser!<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>You want me to lick your pussy?<</ryan>>
<video @src=_AgentSecondg2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): Loooser!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not gonna blow you anymore. I'm not gonna let you lick my pussy. I only want one thing.<</melanie>>
<<ryan>>...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Can you do that for me?<</melanie>>
<<ryan>>Depends... What is it?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I want you to fuck me in the ass...<</melanie>>
<video @src=_AgentSecondg3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>...real, real hard.<</melanie>>
[[Fuck me|MelanieMeetsAgentSecondTimeAss]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(On the radio, hiding, whispering): Be sure to put it in the right hole.<</player>>
<<cont keypress append>><<ryan>>(On the radio, whispering): Don't you worry about that.<</ryan>>
<<scrolldown>><<cont keypress append>><<ryan>>Are you ready to get fucked hard?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Always ready.<</melanie>>
<video @src=_AgentSecondh1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>You'd better be.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>(Panting): Fuck that ass! Fuck that ass!<</melanie>>
<video @src=_AgentSecondh2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Scream for me! Scream.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>(Screaming): Oh my Go-o-o-o-od!<</melanie>>
<video @src=_AgentSecondh3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Someday, I'll be the one doing that, I swear to God.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you ready to cum? Are you ready to cum hard?<</melanie>>
<video @src=_AgentSecondh4 autoplay muted loop></video>
[[Cum|MelanieMeetsAgentSecondTimeCum]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I'm ready whenever you are.<</melanie>>
<video @src=_AgentSecondi1 autoplay muted loop></video>
<<cont keypress append>><<player>>(On the radio, hiding, whispering): You're having the time of your life, don't you?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Hehe, indeed.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, paint that ass white.<</melanie>>
<video @src=_AgentSecondi2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): You could've been an artist.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): If this is the life of an artist, I'd die for it.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Will you let me lick that cock clean for you?<</melanie>>
<video @src=_AgentSecondi3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): Let her lick it clean, and then accept her.<</player>>
<<ryan>>(On the radio, whispering): We'll see...<</ryan>>
[[Is he serious?|MelanieMeetsAgentSecondTimeTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Yes, this big boy is dirty.<</melanie>>
<video @src=_AgentSecondj1 autoplay muted loop></video>
<<cont keypress append>><<ryan>>Yeah, drink that juice.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm<</melanie>>
<video @src=_AgentSecondj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Suck it clean.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, done.<</melanie>>
<video @src=_AgentSecondj3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Good girl.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>You know, there's something I wanted to ask.<</melanie>>
[[Now it's coming|MelanieMeetsAgentSecondTimeArrivePlanning]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(On the radio, hiding, whispering): She looks amazing...<</player>>
<video @src=_AgentSecond2 autoplay muted loop></video>
<<cont keypress append>><<dude>>Welcome, mam, what can I do for you?<</dude>>
<<melanie>>I'm looking for the office of Ryan. He told me that his office is here.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): What's she wearing?<</ryan>>
<<scrolldown>><<cont keypress append>><<dude>>On the fifth floor... You're welcome to use the elevator right beside you.<</dude>>
<<melanie>>Thank you.<</melanie>>
<<dude>>My pleasure.<</dude>>
<<scrolldown>><<cont keypress append>><video @src=_AgentSecond3 autoplay muted loop></video>
<<player>>(On the radio, hiding, whispering): A grey dress.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): How much legs does it show?<</ryan>>
<<player>>(On the radio, hiding, whispering): Quite a bit<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): And how about the cleavage?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): That's also visible.<</player>>
<video @src=_AgentSecond4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): So what's your overall conclusion.<</ryan>>
<<player>>(On the radio, running the stairways, panting): ...<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): $playerFirstName?<</ryan>>
<<player>>(On the radio, running the stairways, panting): ...<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): $playerFirstName, how would you describe her?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): She... she has dressed up for a fuck.<</player>>
<video @src=_AgentSecond5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio): Nice.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): Watch out! She's entering your office now.<</player>>
[[Melanie enters Ryan's office|MelanieMeetsAgentSecondTimeHello]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<div id="02_Sneak_agent2_3"></div>
<<script>>experiencedEvent("02_sneak_agent2_3", "SEE", "02_Sneak_agent2_3", State.temporary.events)<</script>>
<<melanie>>You know that modelling job. Do you think I would be a good candidate for it?<</melanie>>
<<cont keypress append>><<ryan>>Well, I think you are very talented...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I did let you fuck my pussy. And my ass.<</melanie>>
<video @src=_AgentSecondj4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio, hiding, whispering): If you don't accept her this time, I swear I'll kill you.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Alright, alright.<</ryan>>
<<scrolldown>><<cont keypress append>><<ryan>>I'll talk to $playerFirstName about it.<</ryan>>
<<melanie>>Thanks.<</melanie>>
<<ryan>>...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm sure we'll meet again.<</melanie>>
<video @src=_AgentSecondj5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>I usually come down to the photo studio a once or twice every week.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm sure we can find a quiet spot somewhere.<</melanie>>
[[Return|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_cassidygift1"></div>
<<script>>experiencedEvent("02_work_cassidygift1", "SEE", "02_Work_cassidygift1", State.temporary.events)<</script>>
<<player>>(To yourself): What's this? A love letter?<</player>>
<video @src=_CassidyOffice1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Panties...<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Could it be a joke of Melanie's?<</player>>
[[I'll ask Melanie about it (return)|Melwork][wait()]]
<<disable !canExperienceEvent("02_work_cassidygift2", State.temporary.events)>>[[I guess it might be that girl Cassidy|CassidyOfficeMeet]]<</disable>>
<<scrolldown>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_cassidygift2"></div>
<<script>>experiencedEvent("02_work_cassidygift2", "SEE", "02_Work_cassidygift2", State.temporary.events)<</script>>
<<player>>Hey, Cassidy.<</player>>
<<cassidy>>Hi, love.<</cassidy>>
<<cont keypress append>><<player>>Do you recognise this letter?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): Maybe, why?<</cassidy>>
<video @src=_CassidyOffice2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, there's a heart on it... And I found panties inside.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): It seems someone has a crush on you.<</cassidy>>
<<player>>I wonder who.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): I would guess it's someone who's very horny.<</cassidy>>
<<player>>Do you know who it might be?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): No... idea... oops!<</cassidy>>
<video @src=_CassidyOffice3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Did something fall on the floor?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Seems like I dropped my box of paper clips. Can you please help me pick it up?<</cassidy>>
[[Why would I? (Maybe I should tell Melanie about this?)|Melwork][wait()]]
<<disable !canExperienceEvent("02_work_cassidygifthelp", State.temporary.events)>>[[Alright, I'll help you|CassidyOfficeHelp]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_cassidygifthelp"></div>
<<script>>experiencedEvent("02_work_cassidygifthelp", "SEE", "02_Work_cassidygifthelp", State.temporary.events)<</script>>
<<player>>Alright.<</player>>
<<cassidy>>(Giggling): You're so kind, $playerFirstName, I'm gonna tell you a secret.<</cassidy>>
<<cont keypress append>><<player>>And what is that?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): I was the one sending you those panties...<</cassidy>>
<<player>>Okay...<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): Do you want me to prove it to you?<</cassidy>>
<video @src=_CassidyOffice4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): Do you believe me now?<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>Yes... Here's your box of paper clips.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Oh, you're so kind, $playerFirstName, how could I ever thank you?<</cassidy>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Oh, I know...<</cassidy>>
<video @src=_CassidyOffice5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>...you're allowed to lick my pussy.<</cassidy>>
[[I wouldn't say no to that|CassidyOfficeDive]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<<cassidy>>You know what, $playerFirstName? Melanie told me to keep my hands off you.<</cassidy>>
<<player>>Did she? Why?<</player>>
<<cont keypress append>><<cassidy>>I would assume it's because you're so good licking pussy.<</cassidy>>
<video @src=_CassidyOffice6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, I do enjoy it...<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling): Wow, $playerFirstName, you are good!<</cassidy>>
<<player>>Slurp, slurp.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Oh, my Go-o-o-od!<</cassidy>>
<video @src=_CassidyOffice7 autoplay muted loop></video>
[[She wants to return the favor|CassidyOfficeYourTurn]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<cassidy>>Melanie told me that your dick was a tiny one.<</cassidy>>
<<player>>You shouldn't listen to Melanie.<</player>>
<<cont keypress append>><<cassidy>>Obviously not.<</cassidy>>
<video @src=_CassidyOfficea1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You like it?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Giggling, in awe): I love every single part of it. Can I blow it? Can I suck those amazing balls?<</cassidy>>
[[Give it a blow|CassidyOfficeBlow]]
<<disable !canExperienceEvent("02_work_cassidygiftballs", State.temporary.events)>>[[Suck those balls|CassidyOfficeLick]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<div id="02_Work_cassidygiftballs"></div>
<<script>>experiencedEvent("02_work_cassidygiftballs", "SEE", "02_Work_cassidygiftballs", State.temporary.events)<</script>>
<<cassidy>>Wow, it's so beautiful.<</cassidy>>
<video @src=_CassidyOfficea2 autoplay muted loop></video>
<<cont keypress append>><<cassidy>>Mmm, mmm.<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, lick those balls.<</player>>
<video @src=_CassidyOfficea3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>Mmm-mmm-mmm.<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>If you remove your clothes, I'll fuck your pussy good.<</player>>
<video @src=_CassidyOfficea5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>Mmm, you promise?<</cassidy>>
[[Are you kidding? The pleasure is mine|CassidyOfficeFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<div id="02_Work_cassidygiftcock"></div>
<<script>>experiencedEvent("02_work_cassidygiftcock", "SEE", "02_Work_cassidygiftcock", State.temporary.events)<</script>>
<<cassidy>>Mmm, it tastes good.<</cassidy>>
<video @src=_CassidyOfficea6 autoplay muted loop></video>
<<cont keypress append>><<player>>If you work it good you'll get a taste of something even better.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Mngk! Mngk!<</cassidy>>
<video @src=_CassidyOfficea4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good girl.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Ngmm-aaah!<</cassidy>>
[[It's time for business|CassidyOfficeFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<cassidy>>Take me! Take me however you want.<</cassidy>>
[[Missionary|CassidyOfficeMissionary]]
<<disable !canExperienceEvent("02_work_cassidygifttop", State.temporary.events)>>[[Reversed butterfly|CassidyOfficeRevButterfly]]<</disable>>
<<disable !canExperienceEvent("02_work_cassidygiftdoggie", State.temporary.events)>>[[Doggystyle|CassidyOfficeDoggystyle]]<</disable>>
<<disable !canExperienceEvent("02_work_cassidygiftbutter", State.temporary.events)>>[[Butterfly|CassidyOfficeButterfly]]<</disable>>
<<disable !canExperienceEvent("02_work_cassidygiftcum", State.temporary.events)>>[[Cum|CassidyOfficeCum]]<</disable>>
<div id="02_Work_cassidygiftbutter"></div>
<<script>>experiencedEvent("02_work_cassidygiftbutter", "SEE", "02_Work_cassidygiftbutter", State.temporary.events)<</script>>
<<cassidy>>How do you like my boobs?<</cassidy>>
<<player>>They're amazing.<</player>>
<<cont keypress append>><<cassidy>>But not as amazing as Melanie's, right?
<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>I don't care about Melanie.<</player>>
<video @src=_CassidyOfficeb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>Don't lie to me.<</cassidy>>
<<player>>I'm not lying.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Shut up. Just shut up and keep fucking me.
<</cassidy>>
<video @src=_CassidyOfficeb6 autoplay muted loop></video>
[[Continue|CassidyOfficeFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="02_Work_cassidygiftdoggie"></div>
<<script>>experiencedEvent("02_work_cassidygiftdoggie", "SEE", "02_Work_cassidygiftdoggie", State.temporary.events)<</script>>
<<cassidy>>What if we're doing something that's wrong?<</cassidy>>
<<cont keypress append>><<player>>Who's gonna stop us?<</player>>
<video @src=_CassidyOfficeb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>Melanie. After all, she's my boss.<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>I'm your boss. Don't question my authority ever again!<</player>>
<video @src=_CassidyOfficeb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>Okay, okay, oka-a-a-ay!<</cassidy>>
[[Continue|CassidyOfficeFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="02_Work_cassidygifttop"></div>
<<script>>experiencedEvent("02_work_cassidygifttop", "SEE", "02_Work_cassidygifttop", State.temporary.events)<</script>>
<<cassidy>>Yes! Yes! Yes!<</cassidy>>
<video @src=_CassidyOfficeb1 autoplay muted loop></video>
[[Continue|CassidyOfficeFuck]]<div id="02_Work_cassidygiftmission"></div>
<<script>>experiencedEvent("02_work_cassidygiftmission", "SEE", "02_Work_cassidygiftmission", State.temporary.events)<</script>>
<<cassidy>>I can't stop thinking about what Melanie said.<</cassidy>>
<<player>>What?<</player>>
<<cont keypress append>><<cassidy>>That you had a tiny little dick.<</cassidy>>
<video @src=_CassidyOfficeb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Thrusting harder): Oh, yeah?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Why would she lie to me?<</cassidy>>
<video @src=_CassidyOfficeb7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Just be quiet and enjoy my cock.<</player>>
<<cassidy>>Mmm, mmm.<</cassidy>>
[[Continue|CassidyOfficeFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Work_cassidygiftcum"></div>
<<script>>experiencedEvent("02_work_cassidygiftcum", "SEE", "02_Work_cassidygiftcum", State.temporary.events)<</script>>
<<cassidy>>Am I gonna get it now?<</cassidy>>
<<player>>Yes, you are.<</player>>
<<cont keypress append>><<cassidy>>Am I gonna get it good?<</cassidy>>
<video @src=_CassidyOfficec1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, yes.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>So shoot it into my mouth.<</cassidy>>
<video @src=_CassidyOfficec2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>There you go.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Aah-aah, so good.<</cassidy>>
[[Back to work|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
You're walking around in the office. You can't see a single person. But you hear a noice.
<<cont keypress append>><<player>>(To yourself): Is that what I think it is?<</player>>
<<scrolldown>><<cont keypress append>>You move closer.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is someone fucking?<</player>>
<<scrolldown>><<cont keypress append>>The sound comes from a room. The door is slightly ajar.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is that Melanie?<</player>>
[[Peek|MelanieWorkCumChairPeek]]
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Work_cumchair"></div>
<<script>>experiencedEvent("02_work_cumchair", "SEE", "02_Work_cumchair", State.temporary.events)<</script>>
<<player>>(To yourself): Yes, that is Melanie.<</player>>
<<cont keypress append>><<dude>>Work that cock! Work it hard!<</dude>>
<video @src=_WorkCumChair1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Now take that huge load! Take it!<</dude>>
<video @src=_WorkCumChair2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>How does it taste?<</dude>>
<video @src=_WorkCumChair3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): No way... did she swallow all of it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Wow, those tits are truly marvelous.<</dude>>
<video @src=_WorkCumChair4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Indeed.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sl-l-l-lurp.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Why don't you let that load cover your beautiful boobs?<</dude>>
<video @src=_WorkCumChair5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Like this?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Wow.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): One day my cum will be all over her, just like that.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_WorkCumChair6 autoplay muted loop></video>
<<melanie>>Finished.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Good girl.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>I presume you would you like to slap your cock against them one more time before I get dressed?<</melanie>>
<video @src=_WorkCumChair7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Can I?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>No. I need to get back to work.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better leave.<</player>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>So, I understand that your photos are published so that a good amount of men can see them?<</melanie>>
<video @src=_FirstPhotoMeeting3 autoplay muted loop></video>
<<cont keypress append>><<player>>That is the case.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And a fair proportion of these men have really big cocks? Huge, even?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Without having the shadow of evidence): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Good. Now, do you think this cleavage is enough for your photos?<</melanie>>
<video @src=_FirstPhotoMeeting4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's really good, I think.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I mean, will the men with huge cocks have an extra look at my pictures?<</melanie>>
<<player>>I'm certain they will.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And then they might contact you and you can arrange a meeting?<</melanie>>
<<player>>I can do that.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Good. Let me know when you want to the first photo shooting.<</melanie>>
[[It seems it's all settled|AlettaFirstDayAtPhotoStudioLeave]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<player>>So you want to get in touch with men with huge dicks? That's the only reason why you want to be a model?<</player>>
<<cont keypress append>><<melanie>>A woman like me needs huge dicks, $playerFirstName.<</melanie>>
<video @src=_FirstPhotoMeeting5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's not sufficent with a small one like yours.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How do you know the size of my cock? You've never seen it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't have to. I can see it in your eyes.<</melanie>>
<video @src=_FirstPhotoMeeting6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Screw her!<</player>>
<<scrolldown>><<cont keypress append>>She leaves.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I don't care, she will do photo shoots for me.<</player>>
[[Return to the photo studio|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
You hide behind the sofa.
<<cont keypress append>><<melanie>>(From a distance): Remove those clothes!<</melanie>>
<<dude>>(From a distance): I will! I will!<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(From a distance): You're not very fast, you know.<</melanie>>
<<dude>>(From a distance): There you go.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(From a distance): At least you're hard already.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I really want to see this.<</player>>
[[Peek|MelanieWalkinClosetHideAgain]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Sneak_Walkin_closet"></div>
<<script>>experiencedEvent("02_sneak_closet1", "SEE", "02_Sneak_Walkin_closet", State.temporary.events)<</script>>
<<melanie>>Yes! Finally!<</melanie>>
<video @src=_Walkincloset1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Wow, look at those knockers.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>Now, will you please tell me what's so appealing about that modelling job?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>I want more guys to see my amazing body.<</melanie>>
<video @src=_Walkincloset1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>And why is that?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>I want to fuck as many huge cocks as possible. Is that so hard to understand?<</melanie>>
<video @src=_Walkincloset2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I can't believe she talks like that to her husband.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>Why do you need more cocks? You have mine, don't you?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Come to your senses... You're not up for a fuck even remotely as often as I am.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Maybe I can talk to one of the guys? Maybe one of them can help out?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Believe me: all of your friends have small dicks.<</melanie>>
<video @src=_Walkincloset4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>You verified this yourself?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course I did.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is she serious? She fucked all of his friends?<</player>>
<<dude>>...<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, shut up and fuck me hard!<</melanie>>
<video @src=_Walkincloset3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Jump that big horse!<</dude>>
<<melanie>>Yes! Yes!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I love you.<</dude>>
<video @src=_Walkincloset5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I love you too. You just got to understand that one cock isn't enough for me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better leave as well.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ap_show1"></div>
<<script>>experiencedEvent("02_ap_show1", "SEE", "02_Ap_show1", State.temporary.events)<</script>>
<<melanie>>Welcome, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Thanks, Melanie.<</player>>
<video @src=_HandsomeTenant1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>So, this is the apartment, obviously.<</melanie>>
<<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And here's the living room. Ah, I think it's so beautiful.<</melanie>>
<video @src=_HandsomeTenant2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's very nice.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Perfect for bringing guests. You now, girlfriends, escorts, strippers, whatever you want.<</melanie>>
<video @src=_HandsomeTenant3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Maybe I can invite you one day?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're killing me with those jokes, $playerFirstName.<</melanie>>
[[You wanna see the kitchen?|HandsomeTenantKitchen]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>So this is the kitchen. This is where you prepare meals, such as breakfast, lunch...<</melanie>>
<<cont keypress append>><<player>>Dinner, perhaps?<</player>>
<video @src=_HandsomeTenant4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Exactly. And also drinks and cocktails.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I chose a quite revealing top today. I hope it's okay for you, $playerFirstName?<</melanie>>
<video @src=_HandsomeTenant5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>My pleasure.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, obviously. I bet you wanna stick your little dick in between those knockers and cum all over me?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<video @src=_HandsomeTenant6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're not very fast today, $playerFirstName! Didn't you masturbate properly this morning?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I have my daily routine.<</player>>
<<melanie>>Good, so you wanna see the contract?<</melanie>>
[[Okay, I guess|HandsomeTenantBringContract]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I think it's down here, in this cupboard.<</melanie>>
<<player>>...<</player>>
<<cont keypress append>><<melanie>>You're a lucky boy, $playerFirstName, it seems I'll need to bend over quite a bit.<</melanie>>
<video @src=_HandsomeTenant7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Please, don't cum on my pants in the meantime.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She really is a bitch. A sexy bitch. But still a bitch.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You see, afterwards I'll meet up with a guy who has this really huge cock. And I don't want to change outfits again.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What did I just say?<</player>>
<video @src=_HandsomeTenant8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>So, here's the contract. You wanna read it?<</melanie>>
[[Sure|HandsomeTenantReadContract]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<melanie>>Here it is. It's a piece of paper, with text on it. And a pen as well.<</melanie>>
<video @src=_HandsomeTenanta2 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Wow, those boobs.<</player>>
<<scrolldown>><<cont keypress append>>You pretend to read the contract for a bit.
<<scrolldown>><<cont keypress append>><<melanie>>Are you reading it? Or are you thinking about my boobs?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're not fooling anybody, $playerFirstName! Of course you're thinking about my boobs. They're marvelous, after all.<</melanie>>
<video @src=_HandsomeTenanta3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So, what do you wanna do with them.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I would start by massaging them... Licking them... Then I would slap them with my cock.<</player>>
<video @src=_HandsomeTenanta4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're so funny, $playerFirstName! You know that will never happen, don't you?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, go ahead and sign that contract for me.<</melanie>>
[[It seems I don't have enough money|HandsomeTenantSignContract]]
<<disable !canExperienceEvent("04_melanie_apartment_blow", State.temporary.events)>>[[Sign it|ContHandsomeTenantStart]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<player>>(To yourself): Hmm, that's a lot of money.<</player>>
<video @src=_HandsomeTenantb1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>You don't know how to write, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No... I mean, yes, but... I just think I don't have the money to buy this apartment just yet.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You just came by to stare at my boobs for a while?<</melanie>>
<video @src=_HandsomeTenantb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Frankly, yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then I have an offer for you.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>What kind of offer?<</player>>
[[What kind of offer?|HandsomeTenantFeel]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<melanie>>I will double the price for you, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>You will double it!? But I don't have the money, I said!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sch, just hear me out.<</melanie>>
<video @src=_HandsomeTenantc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I will double the price for you. But this comes with a deal. When you buy the apartment, I will give you and this tiny little dick of yours the blowjob of your life.<</melanie>>
<video @src=_HandsomeTenantc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
<<melanie>>Deal?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sure.<</player>>
<<melanie>>Now, leave.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I actually think Melanie is bluffing. She'll have to be a bit more horny before she carries out her part of this deal. But when she reaches lust level 6 I'll ask Ryan how to get more money.<</player>>
[[Leave|Apartment][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="04_melanie_Apartment_blow"></div>
<<script>>experiencedEvent("04_melanie_apartment_blow", "SEE", "04_melanie_Apartment_blow", State.temporary.events)<</script>>
<<melanie>>Well, $playerFirstName, I trust you remember our little deal?<</melanie>>
<<cont keypress append>><<player>>Yes. You doubled the price for the apartment. In return, I would not only get the apartment...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...but a blowjob as well. That is correct. Your memory serves you well, $playerFirstName.<</melanie>>
<video @src=_ContHandsomeTenant1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Maybe I can have a look at those amazing boobs as well?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>A guy with a dick the size of yours should be happy with what he's got, $playerFirstName.<</melanie>>
<video @src=_ContHandsomeTenant2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You don't think I have a big cock?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I would say it is somewhere between small and average.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Bitch.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And I prefer huge ones, obviously.<</melanie>>
<video @src=_ContHandsomeTenant3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>But a deal is a deal.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, and I always keep promises.<</melanie>>
[[So why don't you get busy with that pretty little mouth of yours?|ContHandsomeTenantBlowJob]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<melanie>>I'm generous today, $playerFirstName. I will reveal my boobs for you during the blowjob.<</melanie>>
<<cont keypress append>><<player>>Great!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you can't touch them!<</melanie>>
<video @src=_ContHandsomeTenanta1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't be sad. I'll still suck your little cock good, mmm, mmm.<</melanie>>
<video @src=_ContHandsomeTenanta2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Don't forget you promised to pretend it is a big cock just this one time.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sure, I'll try...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Waiting...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, let me suck that big cock...<</melanie>>
<video @src=_ContHandsomeTenanta3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good girl.<</player>>
<<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's quite big, isn't it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-aah!<</melanie>>
<video @src=_ContHandsomeTenanta4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Don't stop, don't stop.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, I'm gonna give you a great honor.<</melanie>>
<<player>>What?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm gonna let you...<</melanie>>
<<player>>Let me what?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...fuck my ass.<</melanie>>
<<player>>(To yourself): Wow.<</player>>
[[Tease|ContHandsomeTenantTease]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_melanie_Apartment_ass"></div>
<<script>>experiencedEvent("04_melanie_apartment_ass", "SEE", "04_melanie_Apartment_ass", State.temporary.events)<</script>>
<<melanie>>But whatever you do, do not stick your tiny little dick into my pussy.<</melanie>>
<video @src=_ContHandsomeTenantb1 autoplay muted loop></video>
<<cont keypress append>><<player>>It's a promise, as long as you stick to pretending that my dick is a huge one.<</player>>
<<melanie>>Right.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Now let me soften up that sweet little asshole.<</player>>
<video @src=_ContHandsomeTenantb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>As long as I appreciate your little tongue in my assholw, $playerFirstName... When will you start using your... huge... cock?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You would like this big boy straight up that ass, wouldn't you?<</player>>
<video @src=_ContHandsomeTenantb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Are you trying to tease me, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I can't give you everything you want right away, can I?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Not everything. But could you please stick that huge cock in my a-a-a-a...<</melanie>>
<video @src=_ContHandsomeTenantb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>...Wow.<</melanie>>
<<player>>Say that again?<</player>>
[[Continue|ContHandsomeTenantFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_melanie_Apartment_doggystyle"></div>
<<script>>experiencedEvent("04_melanie_apartment_doggystyle", "SEE", "04_melanie_Apartment_doggystyle", State.temporary.events)<</script>>
<<player>>Why don't you scream for me?<</player>>
<<cont keypress append>><<melanie>>Then you must fuck me harder, $playerFirstName.<</melanie>>
<video @src=_ContHandsomeTenantc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright, like this?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's be-e-etter!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And how about this?<</player>>
<video @src=_ContHandsomeTenantc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! Fuck that a-a-a-ass!<</melanie>>
[[Continue|ContHandsomeTenantFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_melanie_Apartment_hair"></div>
<<script>>experiencedEvent("04_melanie_apartment_hair", "SEE", "04_melanie_Apartment_hair", State.temporary.events)<</script>>
<<player>>Just pretend you're a horse.<</player>>
<<cont keypress append>><<melanie>>A horse?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And I'm your rider!<</player>>
<video @src=_ContHandsomeTenantd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Then ride me faster!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'll ride you faster if you beg for it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please ride me fa-a-aster!<</melanie>>
<video @src=_ContHandsomeTenantd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Is this it! Is this your limit?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I might go faster if you spa-a-ank me!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Spanking her): Speed up, or you'll get another one!<</player>>
<video @src=_ContHandsomeTenantd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! Spank me! Spank me!<</melanie>>
[[Continue|ContHandsomeTenantFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_melanie_Apartment_butterfly"></div>
<<script>>experiencedEvent("04_melanie_apartment_butterfly", "SEE", "04_melanie_Apartment_butterfly", State.temporary.events)<</script>>
<<player>>Jump that big cock!<</player>>
<video @src=_ContHandsomeTenantf1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>I'm jumping! I'm jumping!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Jump faster! Jump higher!<</player>>
<video @src=_ContHandsomeTenantf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I'm ju-u-u-umping!<</melanie>>
[[Continue|ContHandsomeTenantFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_melanie_Apartment_side"></div>
<<script>>experiencedEvent("04_melanie_apartment_side", "SEE", "04_melanie_Apartment_side", State.temporary.events)<</script>>
<<player>>Can I fuck your pussy just a little bit?<</player>>
<video @src=_ContHandsomeTenantg1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>No!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Alright, then I'll grab your boobs for a while instead.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Only for a few seco-o-o-onds!<</melanie>>
<video @src=_ContHandsomeTenantg2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why only a few seconds?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Because your dick is still too small for me-e-e-e!<</melanie>>
<video @src=_ContHandsomeTenantg3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Say that again! I dare you, bitch!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Your cock...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>My cock is huge! Say it! Say it, or I'll strangle you!<</player>>
<video @src=_ContHandsomeTenantg4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Huge cock! Huge cock! Huge co-o-o-ock!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Good girl.<</player>>
[[Continue|ContHandsomeTenantFuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_melanie_Apartment_jizz"></div>
<<script>>experiencedEvent("04_melanie_apartment_jizz", "SEE", "04_melanie_Apartment_jizz", State.temporary.events)<</script>>
<<player>>It's time for your reward.<</player>>
<video @src=_ContHandsomeTenanth1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, looking forward to it.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Bon appetit.<</player>>
<video @src=_ContHandsomeTenanth2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes! Yes! Swallow it! Swallow it!<</player>>
<video @src=_ContHandsomeTenanth3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, Mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>All gone?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>All gone!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Good girl.<</player>>
<video @src=_ContHandsomeTenanth4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>So, $playerFirstName, how was that blowjob?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It was truly amazing, Melanie, thank you.<</player>>
<<melanie>>...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How was that cock?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Truthfully?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes.<</player>>
<video @src=_ContHandsomeTenanth5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>To be honest, it is a sad little mini-dick.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She's such a bitch.<</player>>
<<scrolldown>><<cont keypress append>><<player>>So why did you enjoy it so much?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Dressing): I pretended to enjoy it because of the money.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Meaning what?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Going to the front door): Well, you literally payed me the price of a downtown apartment for this.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Bullshit. We both enjoyed it and you know it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Opening the front door, leaving the keys on the table): In your dreams, $playerFirstName. Tada.<</melanie>>
And she leaves.
[[Return|Apartment][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak3")>><<stopallaudio>><<audio "sneak3" volume 1 play>><</if>>
When you're about to use your extra key, you notice that the front door is actually unlocked already.
<<cont keypress append>><<player>>(To yourself): Okay, I guess I'll just walk right in.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is there anyone home?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): It seems completely empty.<</player>>
<<scrolldown>><<cont keypress append>>You hear a muffled sound from the second floor.
[[Go upstairs|BlackBedCumNoice]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><!-- Characters -->
<<include "CharactersReleaseInit">><!-- Characters -->
<<include "CharactersDebugInit">>
<<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
You hear voices from the bedroom.
<<cont keypress append>><<dude>>(Muffled): I'm cuming. I'm telling you, I'm cuming!<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled): Okay, let me dive down on that big black cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Muffled): You'd better be fast!<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled): Hold it!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Muffled): Bring a life vest, it'll be a massive load!<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled): Don't you worry about that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I want to see this.<</player>>
[[Peek through the open door|BlackBedCumPeek]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="02_Sneak_blackbedcum1"></div>
<<script>>experiencedEvent("02_sneak_blackbedcum1", "SEE", "02_Sneak_blackbedcum1", State.temporary.events)<</script>>
<<player>>Wow. That is a big black cock.<</player>>
<<cont keypress append>><<dude>>Yes, baby! Take that load!<</dude>>
<video @src=_BlackBedCum1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Did you like it, baby?<</dude>>
<video @src=_BlackBedCum2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I bet you did.<</dude>>
<video @src=_BlackBedCum3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Sssl-sssl-slrp.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Don't thank me, baby, you're worth it.<</dude>>
<video @src=_BlackBedCum4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, this is so good.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Hehe, you always tell me that.<</dude>>
<video @src=_BlackBedCum5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>And I'll keep telling you as long as you fuck me good.<</melanie>>
<<dude>>You're the best, baby.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>I guess the show is over.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_meetcassidy"></div>
<<script>>experiencedEvent("02_work_meetcassidy", "SEE", "02_Work_meetcassidy", State.temporary.events)<</script>>
You go to the kitchen for a cup of coffee. There, you see a beautiful young woman.
<<cont keypress append>><<player>>I don't think we've met. Do you work here as well?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>That's true, $playerFirstName, we were never properly introduced.<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>(A bit surprised): But you know my name?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Yes, Melanie has told me everything about you.<</cassidy>>
<video @src=_MeetCassidy1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh.<</player>>
<<cassidy>>Don't worry. She only said good things. I'm Cassidy by the way.<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>Pleasure to meet you.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Likewise.<</cassidy>>
<<player>>(To yourself): Finally I meet a decent person at this place.<</player>>
[[I guess I'll return to work|CassidyMeetThoughts]]
<<disable !canExperienceEvent("02_work_meetcassidy2", State.temporary.events)>>[[Are you sure Melanie only said good things about me?|CassidyMeetFlirt]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_meetcassidy2"></div>
<<script>>experiencedEvent("02_work_meetcassidy2", "SEE", "02_Work_meetcassidy2", State.temporary.events)<</script>>
<<player>>(Whining): Melanie keeps telling me I have a small cock.<</player>>
<<cont keypress append>><<cassidy>>She does? Why?<</cassidy>>
<video @src=_MeetCassidy2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Whining): I don't know. She's never even seen it.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>Maybe she's got a crush on you... Maybe this is her way of wrapping you around her finger.<</cassidy>>
<video @src=_MeetCassidy3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Whining): I don't think so. She knows that I think she's hot but she doesn't seem to care.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>You know what, $playerFirstName? I think you should try and find some other girl.<</cassidy>>
<<player>>Who?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>I'm sure there's plenty of girls who would like to be with you.<</cassidy>>
<<player>>You think?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>I'm positive. There might even be one in this office...<</cassidy>>
<video @src=_MeetCassidy4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>But, $playerFirstName...<</cassidy>>
<<player>>Yes?<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>If you are with another girl in the office, you have to be quiet about it. Or else, Melanie will be very angry.<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>Sure, she will.<</player>>
<video @src=_MeetCassidy5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>Remember, not a word to Melanie.<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Strange.<</player>>
[[I guess I'll return to work|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
You casually walk around in the office.
<<cont keypress append>><<player>>(To yourself): Wow, this building is massive.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): And I still haven't figured out what this company does.<</player>>
<<scrolldown>><<cont keypress append>>You hear voices in the vicinity.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is that Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you hard?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Yeah, kinda.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Cause I don't have time for a blowjob.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I'm hard. I'm hard.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better hide.<</player>>
[[Hide among the shower stalls|MelanieWorkShowerFuckPeekHide]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="02_Work_showerpeek"></div>
<<script>>experiencedEvent("02_work_showerpeek", "SEE", "02_Work_showerpeek", State.temporary.events)<</script>>
You wait for Melanie and that guy to pass by.
<<cont keypress append>><<melanie>>Let's do it in the showers.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>How long is your break?<</dude>>
<video @src=_WorkShowerPeek1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fifteen minutes. So you'd better work efficiently.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Right.<</dude>>
<video @src=_WorkShowerPeek2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Good. Lick that ass.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I should make a little prank on them?<</player>>
[[No, sneak leave|Melwork][wait()]]
<<disable !canExperienceEvent("02_work_showerpeek1", State.temporary.events)>>[[No, stay still|MelanieWorkShowerFuckPeekStill]]<</disable>>
<<disable !canExperienceEvent("02_work_showerpeeka1", State.temporary.events)>>[[Yes, make noice|MelanieWorkShowerFuckPeekNoice]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="02_Work_showerpeek1"></div>
<<script>>experiencedEvent("02_work_showerpeek1", "SEE", "02_Work_showerpeek1", State.temporary.events)<</script>>
<<melanie>>Yes, fuck that ass! Fuck that ass!<</melanie>>
<video @src=_WorkShowerPeekc1 autoplay muted loop></video>
<<cont keypress append>><<dude>>Can you turn around? Turn around so I can see those beautiful boobs?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't have time for such nonsense. Fuck that ass!<</melanie>>
<video @src=_WorkShowerPeekc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Right, right.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Fuck me harder. Ha-a-arder!<</melanie>>
<video @src=_WorkShowerPeekc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>I'm fucking you as hard as I ca-a-an<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I can't stand this.<</player>>
[[Sneak leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="02_Work_showerpeeka1"></div>
<<script>>experiencedEvent("02_work_showerpeeka1", "SEE", "02_Work_showerpeeka1", State.temporary.events)<</script>>
You drop a pen on the bathroom floor.
<<cont keypress append>><<melanie>>What was that?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>What?<</dude>>
<video @src=_WorkShowerPeeka1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): Nothing. I just thought I heard something.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>You mean someone's here?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): It's possible. After all, I have marvelous boobs, obviously.<</melanie>>
<video @src=_WorkShowerPeeka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Silently): Obviously.<</player>>
[[The dude pulls out his cock|MelanieWorkShowerFuckPeekCock]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<<dude>>So who do you think it was?<</dude>>
<<cont keypress append>><<melanie>>(Making eye contact with you): I don't know. Probably someone with a really small dick.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Silently): You never saw it.<</player>>
<video @src=_WorkShowerPeekb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>(Giggling): Hehe, yeah. Not big and hard like mine.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): And he probably wouldn't last more than a few seconds.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Silently): You don't know that.<</player>>
<video @src=_WorkShowerPeekb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Hey, maybe it's that dude with the really tiny dick you keep telling me about?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): You mean $playerFirstName? No, he doesn't have the balls to sneak up on me like that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Smiling): You know I have those balls.<</player>>
<video @src=_WorkShowerPeekb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>There's a lot guys do when they get horny. And you are a hot piece of meat.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): I am.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Silently): Yes, you are.<</player>>
[[Sneak leave|Melwork][wait()]]
<<disable !canExperienceEvent("02_work_showerpeeka2", State.temporary.events)>>[[Show her how hard you are|MelanieWorkShowerFuckPeekWank]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="02_Work_showerpeeka2"></div>
<<script>>experiencedEvent("02_work_showerpeeka2", "SEE", "02_Work_showerpeeka2", State.temporary.events)<</script>>
You release your little man so that Melanie can see it.
<<cont keypress append>><<player>>(Silently, wanking): What do you think of this?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): You'll have to fuck me harder, darling.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Like this?<</dude>>
<video @src=_WorkShowerPeekb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Silently, wanking): I would have fucked you harder still.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): No, harder.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>You're wild today.<</dude>>
<video @src=_WorkShowerPeekd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Silently, wanking): He's a soft cock compared to me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): Come on! Treat me like an animal!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Shut up and enjoy the ride.<</dude>>
<video @src=_WorkShowerPeekd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That's it! That's it! That's i-i-i-it!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself, pulling your cock back inside): Someday I'll be that dude.<</player>>
[[Sneak leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Fuck me hard with that... huge... cock!<</melanie>>
What do you want to do?
[[Fuck ass|ContHandsomeTenantFuckAss]]
<<disable !canExperienceEvent("04_melanie_apartment_hair", State.temporary.events)>>[[Hold hair|ContHandsomeTenantHoldHair]]<</disable>>
<<disable !canExperienceEvent("04_melanie_apartment_butterfly", State.temporary.events)>>[[Butterfly|ContHandsomeTenantButterfly]]<</disable>>
<<disable !canExperienceEvent("04_melanie_apartment_side", State.temporary.events)>>[[On side|ContHandsomeTenantSide]]<</disable>>
<<disable !canExperienceEvent("04_melanie_apartment_jizz", State.temporary.events)>>[[Cum|ContHandsomeTenantCum]]<</disable>><<melanie>>You know what, $playerFirstName? I'm actually surprised that you have lasted this long.<</melanie>>
<<cont keypress append>><<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I thought you would cum all over me as soon as I touched this little fellow.<</melanie>>
<video @src=_ContHandsomeTenant4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>What's happening inside you when I let the tip of your cock touch my lips?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I feel the urge to fuck you real, real hard.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And when I touch it with my tongue? Just lightly, like this?<</melanie>>
<video @src=_ContHandsomeTenant5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would like to bend you over, and smash your ass with my cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's something only big dicks can do, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Why don't you just shut up and blow that cock?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Smiling): But alright, I'll let you believe you have a decent cock, just this moment.<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<video @src=_ContHandsomeTenant6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes! Suck that cock!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<video @src=_ContHandsomeTenant7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're good.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course I'm good. Let's move over to the sofa and I'll show you something that's even better.<</melanie>>
<video @src=_ContHandsomeTenant8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I wonder what's coming now?<</player>>
[[Move to sofa|ContHandsomeTenantToSofa]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Sneak_conservatory1"></div>
<<script>>experiencedEvent("02_sneak_conservatory1", "SEE", "02_Sneak_conservatory1", State.temporary.events)<</script>>
<<dude>>Remove this nonsense.<</dude>>
<video @src=_PatioSofaSneak1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>You're so direct, mr. Dick.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Of course I am. I wanna fuck you hard.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I can try to get Melanie's attention?<</player>>
[[No, be still|MelanieHomePatioSofaSneakBlowjob]]
<<disable !canExperienceEvent("02_sneak_conservatory2", State.temporary.events)>>[[Yes, make some noice|MelanieHomePatioSofaSneakNoice]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<<dude>>A huge cock like this one?<</dude>>
<<cont keypress append>><<melanie>>Ma-a-aybe.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Will he fuck you as good as I do?<</dude>>
<video @src=_PatioSofaSneakb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Not po-o-o-ossible!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Will you scream as load as you do today?<</dude>>
<video @src=_PatioSofaSneakb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Never aga-a-a-ain!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): We'll see about that<</player>>
[[Time for a blowjob|MelanieHomePatioSofaSneakBlowjob]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="02_Sneak_conservatory2"></div>
<<script>>experiencedEvent("02_sneak_conservatory2", "SEE", "02_Sneak_conservatory2", State.temporary.events)<</script>>
You push an empty watering can to the floor.
<<cont keypress append>><<melanie>>What was that?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>It was my huge cock, entering your asshole.<</dude>>
<video @src=_PatioSofaSneaka1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): No, there was a sound.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I didn't hear anything.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): Never mind. Probably just a curious little boy who wants to see me naked.<</melanie>>
<video @src=_PatioSofaSneaka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Little boy?<</player>>
<<scrolldown>><<cont keypress append>><<dude>>So why do you care?<</dude>>
<video @src=_PatioSofaSneaka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): One day he might be a grown man with a huge cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): One day I'll fuck you. That's for sure.<</player>>
[[Continue|MelanieHomePatioSofaSneakRevenge]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<dude>>Lay down on your back.<</dude>>
<<cont keypress append>><<melanie>>Why?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I wanna try something out.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Okay.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>There. Just relax and receive.<</dude>>
<video @src=_PatioSofaSneakc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I know. Quite good, isn't it?<</dude>>
<video @src=_PatioSofaSneakc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-ah! Mmm-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I knew you'd love it.<</dude>>
<video @src=_PatioSofaSneakc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk-ah! Mngk-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I might try to get her attention again.<</player>>
[[No, wait it out|MelanieHomePatioSofaSneakEndIt]]
<<disable !canExperienceEvent("02_sneak_conservatory3", State.temporary.events)>>[[Yes, make some more noice|MelanieHomePatioSofaSneakLookBack]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<dude>>Enough nonsense. Just sit still and let me run the show.<</dude>>
<<cont keypress append>><<melanie>>Alright. What are you gonna do?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Fuck the brains out of you!<</dude>>
<video @src=_PatioSofaSneake1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>A-a-a-a-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): One day, I'll be fucking her like that, I fucking swear to God.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>Ride me, bitch!<</dude>>
<video @src=_PatioSofaSneake2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I'm riding! I'm riding!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Now, help me squeeze that big load of cum into your ass!<</dude>>
<video @src=_PatioSofaSneake3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Squeezing! Sque-e-e-ezing!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): One day... It'll be me.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="02_Sneak_conservatory3"></div>
<<script>>experiencedEvent("02_sneak_conservatory3", "SEE", "02_Sneak_conservatory3", State.temporary.events)<</script>>
You push a plant to the floor.
<<cont keypress append>><<melanie>>(Making eye contact with you): Hahaha, it seems the little boy wants my attention again.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Could she please stop referring to me as the little boy?<</player>>
<<scrolldown>><<cont keypress append>><<dude>>I think you should attend to my cock.<</dude>>
<video @src=_PatioSofaSneakd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): Come on, mr. Dick, let's give him a show.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd like that.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>How?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): Well, I can give him a sideview on my marvelous boobs.<</melanie>>
<video @src=_PatioSofaSneakd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>And I can fuck you real hard in the meantime.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Excellent ide-e-e-ea!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Panting): ...<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Panting): ...<</melanie>>
<<dude>>And then?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): Then you can pull out your cock, and give him a glimpse of my asshole<</melanie>>
<video @src=_PatioSofaSneakd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Like this?<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you): Exactly. I swear, he came in his pants right now.<</melanie>>
[[Continue|MelanieHomePatioSofaSneakEndIt]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
You hear voices from the conservatory.
<<cont keypress append>><<player>>(To yourself, moving closer): I recognise Melanie's voice at least.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(From a distance): So what do you do for a living?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(From a distance): Don't you worry about that.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(From a distance): But I don't even know your name?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(From a distance): You can call me mr. Dick.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself, moving closer): Mr. Dick? Another of Melanie's lovers?<</player>>
[[Peek through the plants|MelanieHomePatioSofaSneakRemove]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
As you ascend the stairs you hear voices in the distance.
<<cont keypress append>><<melanie>>I tell you, his dick is way too big for you!<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>(Upset): But why can't I try it?<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): It seems they are in the bathroom.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It might actually destroy your pussy. It might get stuck in your mouth and choke you to death.<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>(Upset): But you fucked him. Why can't I?<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Who's Melanie talking to?<</player>>
<<scrolldown>><<cont keypress append>>The bathroom door is open. Melanie is taking a shower. You can't see this Nikita girl. Probably she sits on a chair at the opposite side of the room.
[[Peek|PeekHomeAloneShowerPeek]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="02_Sneak_showersister1"></div>
<<script>>experiencedEvent("02_sneak_showersister1", "SEE", "02_Sneak_showersister1", State.temporary.events)<</script>>
<<melanie>>Nikita, I'm telling you this because I'm your sister and I love you...<</melanie>>
<<cont keypress append>><<nikita>>You don't love me! All you care about is big dicks!<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>(Sighing): Nikita, look at my body. What do you see?<</melanie>>
<video @src=_HomeAloneSneakShower1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>(Resigning): The most perfect female body on the planet Earth.<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>Exactly. Obviously, I can fuck any cock I want.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And I will.<</melanie>>
<video @src=_HomeAloneSneakShower2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>So why can't I?<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>(Sighing): Frankly, your boobs are not as good as mine.<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>...<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>...<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>Fuck you!<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I'd better leave.<</player>>
[[Sneak leave|Sneak][wait()]]
<<disable !canExperienceEvent("02_sneak_showersister2", State.temporary.events)>>[[You "accidentally" touch the door handle|PeekHomeAloneShowerNoice]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="02_Sneak_showersister2"></div>
<<script>>experiencedEvent("02_sneak_showersister2", "SEE", "02_Sneak_showersister2", State.temporary.events)<</script>>
<<nikita>>What was that?<</nikita>>
<<cont keypress append>><<melanie>>(Making eye contact with you): Don't know. Probably a guy with a relatively small dick.<</melanie>>
<video @src=_HomeAloneSneakShower3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>(Upset): What do you mean? Is there a stranger in the house?<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>(Making eye contact with you, completely calm): I think he could be a good suit for you actually. Maybe you should go for it?<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>(Upset, standing up): You're crazy! I'm calling the cops!<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better leave! Now!<</player>>
[[Sneak leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak3")>><<stopallaudio>><<audio "sneak3" volume 1 play>><</if>>
Walking around in her house, you hear Melanie's voice in the distance, but you can't tell her position.
<<cont keypress append>><<melanie>>(In the distance): Of course you can stay here.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess she's talking to someone.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): You can bring all the men you want.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Talking to one of her girlfriends, I assume.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Yes, several at the same time.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Clearly...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Hahaha, obviously.<</melanie>>
<<scrolldown>><<cont keypress append>>You enter a hallway where Melanie's voice sounds clearer and louder.
[[It seems she is somewhere in these rooms|StepMomPeekSee]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="02_Sneak_stepmom1"></div>
<<script>>experiencedEvent("02_sneak_stepmom1", "SEE", "02_Sneak_stepmom1", State.temporary.events)<</script>>
<<nikita>>(On the speaker): I just remember when I brought three men...<</nikita>>
<<cont keypress append>><<melanie>>To Mom and Dad's place?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Oops, there she is.<</player>>
<video @src=_StepMomPeek1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>(On the speaker): Exactly. And I had worked them up real good, and then...<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>(Yawning): They chose to cum all over my face instead.<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>(On the speaker): Yes, and your boobs as well... All over your body, really.<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>(Yawning, hearing something in the hallway): So, what's your point?<</melanie>>
<video @src=_StepMomPeek2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>(On the speaker): I even asked you if I could lick that cum from your boobs, but you refused...<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course I did. It was mine.<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>(On the speaker): No it wasn't! It was mine!<</nikita>>
[[Hide|StepMomPeekTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<<player>>(Running, to yourself): I need to hide. Fast!<</player>>
<video @src=_StepMomPeeka1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(To herself, out loud, humming): I'd die for two cocks right now.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Two?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(To herself, out loud, humming): One in my mouth. One working up that cute little asshole of mine.<</melanie>>
<video @src=_StepMomPeeka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What if I revealed myself right now? Maybe I could fuck her?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(To herself, out loud, humming): I'd actually want one in between my boobs as well... Yes, that's a good idea...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I could be that cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Out loud): Darling! Where are you? I want to get fucked right now!<</melanie>>
<video @src=_StepMomPeeka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>(From a closed door next to you): I'm right here!<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Loud): You'd better come out here fast, mister!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): And I'd better run.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<<melanie>>(Louder than usual): Hey, Nikita. If you really want a guy to give his cum to you, I might know someone that would suit you.<</melanie>>
<video @src=_StepMomPeek3 autoplay muted loop></video>
<<cont keypress append>><<nikita>>(On the speaker): Who?<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>(Louder than usual): I think there is a stranger creeping around in my house. His dick is quite small, but I'm sure he would jizz in your face if you asked him to.<</melanie>>
<video @src=_StepMomPeek4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>(On the speaker): A stranger? In your house? You should call the cops!<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>No need. But don't you worry. I'm gonna go and scare him off.<</melanie>>
<<scrolldown>><<cont keypress append>><<nikita>>(On the speaker): Okay, talk to you later. Love you.<</nikita>>
<<scrolldown>><<cont keypress append>><<melanie>>Love you too. Bye.<</melanie>>
<<scrolldown>><<cont keypress append>>She hangs up, and comes after you.
[[Hide|StepMomPeekHide]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
You're in the audio room, working late. You just noticed that you're not alone in the studio. Melanie lays down in a sofa in the main area. You can see her if you remove the curtain just a little bit. Being a good friend, you ask Ryan to come down to the studio.
<<cont keypress append>><<player>>Ryan, I've got a surprise for you.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>It's not your dick, I hope? Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I shouldn't be this kind to him after all.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Seriously, what is it?<</ryan>>
[[He's not worth it|Photo][wait()]]
[[Remove the curtains and reveal the surprise|PhotoSofaSneakFuckFirstPeek]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<<ryan>>Is that who I think it is?<</ryan>>
<video @src=_PhotoSofaSneakFuck1 autoplay muted loop></video>
<<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>So what's the plan?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>We make use of our old radio. Then, you go there and fuck her. And I decide your actions.<</player>>
<video @src=_PhotoSofaSneakFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>$playerFirstName, you are my best friend.<</ryan>>
[[Ryan goes to her|PhotoSofaSneakFuckBegin]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_ModelMelRyanIntro"></div>
<<script>>experiencedEvent("03_modelMelRyanIntro", "SEE", "03_ModelMelRyanIntro", State.temporary.events)<</script>>
<<player>>(On the radio): Okay, go to her.<</player>>
<<cont keypress append>><<ryan>>(On the radio, whispering): Right.<</ryan>>
<<scrolldown>><<cont keypress append>><<ryan>>(Out loud): Melanie? Are you here?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Ryan? What are you doing here?<</melanie>>
<<ryan>>Well...<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you want me to suck your cock?<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Okay.<</ryan>>
<video @src=_PhotoSofaSneakFuckc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): He is so lucky!<</player>>
[[Find another hiding spot|PhotoSofaSneakFuckContinue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<ryan>>So you like working here?<</ryan>>
<<cont keypress append>><<melanie>>I love it. I really want to stay. I'd do anything if you let me stay.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): $playerFirstName, what do you want me to do?<</ryan>>
[[Butterfly|PhotoSofaSneakFuckBF]]
<<disable !canExperienceEvent("03_modelMelRyanDS", State.temporary.events)>>[[Doggystyle|PhotoSofaSneakFuckDS]]<</disable>>
<<disable !canExperienceEvent("03_modelMelRyanBJ", State.temporary.events)>>[[Blowjob again|PhotoSofaSneakFuckBJ]]<</disable>>
<<disable !canExperienceEvent("03_modelMelRyanFinish", State.temporary.events)>>[[Cum|PhotoSofaSneakFuckCum]]<</disable>>
<<scrolldown>><</cont>><</cont>><div id="03_ModelMelRyanBF"></div>
<<script>>experiencedEvent("03_modelMelRyanBF", "SEE", "03_ModelMelRyanBF", State.temporary.events)<</script>>
<<ryan>>(Panting): Are you happy with the photo shootings so far?<</ryan>>
<<cont keypress append>><<melanie>>(Panting): Actually, I think the clothes $playerFirstName pick out for me are quite boring.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(Panting): In what way?<</ryan>>
<video @src=_PhotoSofaSneakFuckb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Panting): I'd like them to be more re-e-evealing...<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(Panting): Oh, yeah?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>And se-e-e-exy.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Why can't she just tell me?<</player>>
[[What do you want us to do now?|PhotoSofaSneakFuckContinue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_ModelMelRyanDS"></div>
<<script>>experiencedEvent("03_modelMelRyanDS", "SEE", "03_ModelMelRyanDS", State.temporary.events)<</script>>
<<ryan>>(Panting): Why would you like to do shootings with more revealing clothes?<</ryan>>
<<cont keypress append>><<melanie>>I'd like attention from men with big di-i-i-icks!<</melanie>>
<video @src=_PhotoSofaSneakFucka1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(Panting): I see.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She is such a slut!<</player>>
[[What do you want us to do now?|PhotoSofaSneakFuckContinue]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_ModelMelRyanBJ"></div>
<<script>>experiencedEvent("03_modelMelRyanBJ", "SEE", "03_ModelMelRyanBJ", State.temporary.events)<</script>>
<<ryan>>(Panting): So you think men with big cocks will see your photos?<</ryan>>
<<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<video @src=_PhotoSofaSneakFuckc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(Panting): And then $playerFirstName will arrange meetings with you and these men with big cocks?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She wants me to find the big dicks for her? But she won't even have a look at mine?<</player>>
[[What do you want us to do now?|PhotoSofaSneakFuckContinue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_ModelMelRyanFinish"></div>
<<script>>experiencedEvent("03_modelMelRyanFinish", "SEE", "03_ModelMelRyanFinish", State.temporary.events)<</script>>
<<ryan>>(Panting): I'll talk to $playerFirstName.<</ryan>>
<<cont keypress append>><<melanie>>Good, good, good!<</melanie>>
<video @src=_PhotoSofaSneakFuckd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(Panting): He'll understand.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>De-fi-ni-tely!<</melanie>>
<video @src=_PhotoSofaSneakFuckd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(Panting): The plan will work out just fi-i-ine!<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! Ye-e-es!<</melanie>>
<video @src=_PhotoSofaSneakFuckd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'm sick of this. I'll leave.<</player>>
[[Leave|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
You're at the clothing shop. It says "CLOSED" on the door. You peek inside.
<<cont keypress append>><<player>>(To yourself): Well, the shop assistant is there.<</player>>
<video @src=_NicoleTryOnHello1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She's pretty hot, I must say.<</player>>
<video @src=_NicoleTryOnHello2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): It seems she's closing down the shop.<</player>>
<video @src=_NicoleTryOnHello3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'm definitely gonna miss out if I'm not going in now.<</player>>
[[Go inside|NicoleTryOnHelloPling]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_nicole_hello"></div>
<<script>>experiencedEvent("02_photo_nicole_hello", "SEE", "02_Photo_nicole_hello", State.temporary.events)<</script>>
<<player>>(Going inside, loudly): Hello?<</player>>
<video @src=_NicoleTryOnHelloa1 autoplay muted loop></video>
<<cont keypress append>><<player>>Is someone here?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I'm closing the store. I'm going to my boyfriend, sorry.<</nicole>>
<video @src=_NicoleTryOnHelloa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's too bad. I'm looking for clothes, you know.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Clothes? Well, you're in the correct store, at least.<</nicole>>
<video @src=_NicoleTryOnHelloa3 autoplay muted loop></video>
[[Maybe you can help me, just quickly?|NicoleTryOnHelloExplain]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<player>>This is actually an emergency. I'm a photographer, and I have this new model. But the clothes I got doesn't fit her very well.<</player>>
<<cont keypress append>><<nicole>>You mean she's a big girl?<</nicole>>
<video @src=_NicoleTryOnHellob1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Not really. She's got big tits, though.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>What's her size? You gotta know her size.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>I actually don't. But I would say that she and you probably have the same measurements. I mean, you're in the same ballpark.<</player>>
<video @src=_NicoleTryOnHellob2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Still, she's gotta try on the clothes. Maybe the colors of the clothing doesn't match the color of her eyes.<</nicole>>
[[Alright, I'll come back with her some other day|Photo][wait()]]
[[Maybe you can help me?|NicoleTryOnHelloHelp]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<player>>I think you have the same colors as well.<</player>>
<<cont keypress append>><<nicole>>Okay... Well, there are a few pieces that fits me quite well...<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, maybe I can go for...<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>...I may put them on for you. So you can see them.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>That sounds like a plan.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>You could sit down, and I could go put on the first set.<</nicole>>
<video @src=_NicoleTryOnHellob3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
[[I guess I'll just sit down|NicoleTryOnStart]]
[[Return|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="02_Photo_nicole_show"></div>
<<script>>experiencedEvent("02_photo_nicole_show", "SEE", "02_Photo_nicole_show", State.temporary.events)<</script>>
<<nicole>>So you're a photographer? That's so interesting!<</nicole>>
<video @src=_NicoleTryOn1 autoplay muted loop></video>
<<cont keypress append>><<player>>Well, yeah... I think so too.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Do you get to shoot a lot of beautiful women?<</nicole>>
<video @src=_NicoleTryOn2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes... I mean, of course...<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Isn't it hard? I mean, can you stay focused when being around so many sexy girls?<</nicole>>
<video @src=_NicoleTryOn3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm... quite accustomed to it I guess.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>You're experienced, I can tell.<</nicole>>
[[So which one would you like to see?|NicoleTryOnChoose]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="02_Photo_nicole_blue"></div>
<<script>>experiencedEvent("02_photo_nicole_blue", "SEE", "02_Photo_nicole_blue", State.temporary.events)<</script>>
<<nicole>>I really like this set of lingerie.<</nicole>>
<<cont keypress append>><<player>>Oh, yeah? How come?<</player>>
<video @src=_NicoleTryOna1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>It's decent, but it's still sexy.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She's not gonna close the curtains?<</player>>
<<scrolldown>><<cont keypress append>><<player>>In what way?<</player>>
<video @src=_NicoleTryOna2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>I mean, I wear it when hanging out with my boyfriend's parents. They think I'm a good girl, but he still wants to fuck me.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>That's really clever.<</player>>
[[Here it is|NicoleTryOnBlue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<nicole>>Here it is.<</nicole>>
<video @src=_NicoleTryOnb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Wow.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>You don't like it?<</nicole>>
<<player>>Yeah, I sure do.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>So you think it's decent? Or sexy?<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Ehm... Ehm... Sexy.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I actually have two other sets which are even sexier. Maybe you want to see them instead?<</nicole>>
<video @src=_NicoleTryOnb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, yeah. Go ahead.<</player>>
[[Let's remove the blue one|NicoleTryOnPutRemoveBlue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<nicole>>You're not like my boyfriend.<</nicole>>
<<cont keypress append>><<player>>Oh, yeah?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I've never shown him the other two lingeries.<</nicole>>
<video @src=_NicoleTryOnc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>The blue one is sufficiently sexy for him.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>It is sexy.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I can tell that your standards are higher.<</nicole>>
<video @src=_NicoleTryOnc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's true. I prefer seeing your pussy while you bend over.<</player>>
[[Return|NicoleTryOnChoose]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_nicole_yellow"></div>
<<script>>experiencedEvent("02_photo_nicole_yellow", "SEE", "02_Photo_nicole_yellow", State.temporary.events)<</script>>
<<nicole>>The style of this lingerie is cleaner.<</nicole>>
<video @src=_NicoleTryOnd1 autoplay muted loop></video>
<<cont keypress append>><<player>>What does that mean?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Well, the wearer... the woman... is more free.<</nicole>>
<video @src=_NicoleTryOnd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What the fuck is she saying?<</player>>
[[Here it is|NicoleTryOnYellow]]
<<scrolldown>><</cont>><</cont>><</cont>><<nicole>>So, this is it.<</nicole>>
<video @src=_NicoleTryOne1 autoplay muted loop></video>
<<cont keypress append>><<player>>It's very nice.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>You wanna see how it looks from behind?<</nicole>>
<video @src=_NicoleTryOne2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Sure.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I really feel I can do whatever I want in this lingerie. Do you wanna see something crazy?<</nicole>>
[[I'd die for it|NicoleTryOnYellowExt]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<nicole>>This is how the panties look when I bend over just a little bit. Isn't it cool?<</nicole>>
<video @src=_NicoleTryOnf1 autoplay muted loop></video>
<<cont keypress append>><<player>>It's very cool.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>And I can bend over even more. Like this.<</nicole>>
<video @src=_NicoleTryOnf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Don't they look cool?<</nicole>>
<video @src=_NicoleTryOnf3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>They look absolutely amazing.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>You think so? You don't want to see another lingerie?<</nicole>>
<video @src=_NicoleTryOnf4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, it is perfect on you... I don't know exactly how it would fit my new model.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Okay, so would you like to see another set then? I'd gladly show it to you.<</nicole>>
<video @src=_NicoleTryOnf5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would be so grateful if you did.<</player>>
[[Maybe another one?|NicoleTryOnRemoveYellow]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(To yourself): Oh, my God.<</player>>
<video @src=_NicoleTryOng1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>By the way, there's something I didn't tell you...<</nicole>>
<<player>>What?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I don't like small spaces very much. So I usually don't close the curtains when I'm in the dressing room.<</nicole>>
<video @src=_NicoleTryOng3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>No one has ever complained. I hope it is okay for you as well?<</nicole>>
<video @src=_NicoleTryOng2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm okay with that.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Good. So what do you want to see now?<</nicole>>
<video @src=_NicoleTryOng4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, I'm fine with watching your pussy for a while.<</player>>
[[Return|NicoleTryOnChoose]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<div id="02_Photo_nicole_purple"></div>
<<script>>experiencedEvent("02_photo_nicole_purple", "SEE", "02_Photo_nicole_purple", State.temporary.events)<</script>>
<<player>>So how would you describe this one?<</player>>
<<cont keypress append>><<nicole>>It's rather sexy.<</nicole>>
<video @src=_NicoleTryOng5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>It's not only purple. It's also sheer.<</nicole>>
<video @src=_NicoleTryOng6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I can see that.<</player>>
[[So this is the sheer one?|NicoleTryOnSheer]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<nicole>>Here it is.<</nicole>>
<video @src=_NicoleTryOnh1 autoplay muted loop></video>
<<cont keypress append>><<player>>Wow, it's beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Beautiful? I would say "sexy" is a more accurate description.<</nicole>>
<<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I mean, you can see both nipples and pussy through the fabric.<</nicole>>
<video @src=_NicoleTryOnh2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah, now when you point it out.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>And if I turn around you can see my ass quite good.<</nicole>>
<video @src=_NicoleTryOnh3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mm, yeah...<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>You seem unconvinced. Can't you see it's sheer?<</nicole>>
[[Maybe you can show it up close?|NicoleTryOnSheerUpClose]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<<nicole>>Can't you see my nipples now?<</nicole>>
<video @src=_NicoleTryOni1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Hmm, what's the best answer here?<</player>>
<<scrolldown>><<cont keypress append>><<player>>Not really, no.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>How about now?<</nicole>>
<video @src=_NicoleTryOni2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Maybe, but it's still blurry.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Maybe you can sense them in some other way?<</nicole>>
<video @src=_NicoleTryOni3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That might be a good idea.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Or maybe you're tense, and have to be relieved?<</nicole>>
[[Yes, perhaps|NicoleTryOnSheerExt]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<nicole>>(Gripping your cock): Yes, you're quite hard, aren't you?<</nicole>>
<video @src=_NicoleTryOnj1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Squeaking): Yes, quite.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>(Gripping your cock): That probably needs to be resolved before you can see clearly, doesn't it?<</nicole>>
<video @src=_NicoleTryOnj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Squeaking): Probably.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>(Gripping your cock): Or maybe it's enough if you feel the fabric with your cock? Maybe it will feel how sheer it is?<</nicole>>
<video @src=_NicoleTryOnk1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What the fuck is happening?<</player>>
[[Leave|NicoleTryOnFuckStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<nicole>>Which set of clothing would you like to see?<</nicole>>
<img @src=_NicoleTryOnBlue width="100">
[[Blue lingerie|NicoleTryOnPutOnBlue]]
<img @src=_NicoleTryOnYellow width="100">
<<disable !canExperienceEvent("02_photo_nicole_yellow", State.temporary.events)>>[[Yellow lingerie|NicoleTryOnPutOnYellow]]<</disable>>
<img @src=_NicoleTryOnSheer width="100">
<<disable !canExperienceEvent("02_photo_nicole_purple", State.temporary.events)>>[[Purple lingerie (continue)|NicoleTryOnPutOnSheer]]<</disable>>
[[I don't have time for this|Photo][wait()]]<<nicole>>Are you sure you don't feel it?<</nicole>>
<video @src=_NicoleTryOnFuck1 autoplay muted loop></video>
<<cont keypress append>><<player>>Not really, no.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Maybe if you use your hands?<</nicole>>
<video @src=_NicoleTryOnFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>A bit better.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I think I know what to do.<</nicole>>
[[I'm up for trying whatever|NicoleTryOnFuckFirstBJ]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<nicole>>This is something I do when my boyfriend isn't attentive.<</nicole>>
<video @src=_NicoleTryOnFucka1 autoplay muted loop></video>
<<cont keypress append>><<player>>Does it work?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Every time.<</nicole>>
<video @src=_NicoleTryOnFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I can imagine.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>When I do this, I never lose a man's attention.<</nicole>>
<video @src=_NicoleTryOnFucka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You don't say.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Can you feel my mouth with your cock? Can you feel my lips?<</nicole>>
<video @src=_NicoleTryOnFucka4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What a question.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Yes... Yes, I think I can.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Maybe you'll be able to feel the inside as well.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll not miss this chance.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Let me try...<</player>>
<video @src=_NicoleTryOnFucka5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Mngk! Mngk!<</nicole>>
[[Eat her out|NicoleTryOnFuckFirstPussyLick]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<player>>This was a great idea. I think I might be able to see the panties now as well.<</player>>
<video @src=_NicoleTryOnFuckc1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>You really think so?<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>They are down here, right?<</player>>
<video @src=_NicoleTryOnFuckc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Yes, that's correct.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>I think I can see your pussy through the fabric.<</player>>
<video @src=_NicoleTryOnFuckc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>That's actually my a-a-ass!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>How about this? Is this your pussy?<</player>>
<video @src=_NicoleTryOnFuckc4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>That's absolutely corre-e-e-ect!<</nicole>>
[[Time for something else|NicoleTryOnFuckFirstWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_nicole_balls"></div>
<<script>>experiencedEvent("02_photo_nicole_balls", "SEE", "02_Photo_nicole_balls", State.temporary.events)<</script>>
<<nicole>>You mean like this?<</nicole>>
<video @src=_NicoleTryOnFuckb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Yes, but with a bit more dedication.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I see...<</nicole>>
<<player>>(To yourself): Let's see if she can shut up for a second.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm.<</nicole>>
<video @src=_NicoleTryOnFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good. That's good.<</player>>
[[Time for something else|NicoleTryOnFuckFirstWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_nicole_pussy"></div>
<<script>>experiencedEvent("02_photo_nicole_pussy", "SEE", "02_Photo_nicole_pussy", State.temporary.events)<</script>>
<<player>>That's some juicy pussy you've got there.<</player>>
<video @src=_NicoleTryOnFuckd1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Lick it! Please, lick it!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>You're not satisfied with my fingers?<</player>>
<video @src=_NicoleTryOnFuckd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Yes! Yes, I a-a-a-am!<</nicole>>
[[Time for something else|NicoleTryOnFuckFirstWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="02_Photo_nicole_fuck"></div>
<<script>>experiencedEvent("02_photo_nicole_fuck", "SEE", "02_Photo_nicole_fuck", State.temporary.events)<</script>>
<<nicole>>Fuck that pussy!<</nicole>>
<video @src=_NicoleTryOnFucki1 autoplay muted loop></video>
<<cont keypress append>><<player>>Don't you worry, I'm getting there.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Stick it in!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>There you go. Does it feel good?<</player>>
<video @src=_NicoleTryOnFucki2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Yes! Yes! Ye-e-e-es!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Do you wanna get it harder?<</player>>
<video @src=_NicoleTryOnFucki3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>A-a-a-ah!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Rest that cute little head on the armchair and I'll screw you good.<</player>>
<video @src=_NicoleTryOnFucki4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Please do! Please do! Please do!<</nicole>>
[[Time for something else|NicoleTryOnFuckSecondWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<<nicole>>Hey, you're improving! Is there some other area of my body you would like to explore in depth?<</nicole>>
[[I'd like to eat some more of that pussy|NicoleTryOnFuckLickPussyAgain]]
<<disable !canExperienceEvent("02_photo_nicole_balls", State.temporary.events)>>[[I actually would like you to suck my balls|NicoleTryOnFuckBalls]]<</disable>>
<<disable !canExperienceEvent("02_photo_nicole_fuck", State.temporary.events)>>[[Nah, I just wanna fuck|NicoleTryOnFuckContinue]]<</disable>>
<<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<<nicole>>Don't you dare stop now! How do you want to fuck next?<</nicole>>
[[On the floor|NicoleTryOnFuckOnFloor]]
<<disable !canExperienceEvent("02_photo_nicole_fuckbutt", State.temporary.events)>>[[Butterfly|NicoleTryOnFuckButterfly]]<</disable>>
<<disable !canExperienceEvent("02_photo_nicole_fuckchair", State.temporary.events)>>[[On top|NicoleTryOnFuckOnTop]]<</disable>>
<<disable !canExperienceEvent("02_photo_nicole_fuckside", State.temporary.events)>>[[On the side|NicoleTryOnFuckOnSide]]<</disable>>
<<disable !canExperienceEvent("02_photo_nicole_fuckcum", State.temporary.events)>>[[Cum|NicoleTryOnFuckCum]]<</disable>>
<<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="02_Photo_nicole_fuckfloor"></div>
<<script>>experiencedEvent("02_photo_nicole_fuckfloor", "SEE", "02_Photo_nicole_fuckfloor", State.temporary.events)<</script>>
<<player>>Maybe I can lie down on the floor, like this.<</player>>
<video @src=_NicoleTryOnFuckg1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>And I can sit on top of you, like this.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Hey, don't forget to stick my dick in your pussy.<</player>>
<video @src=_NicoleTryOnFuckg2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>I'd never forget it.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Good.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Happy now?<</nicole>>
<video @src=_NicoleTryOnFuckg3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah... But you could work it a bit better I think.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Like this?<</nicole>>
<video @src=_NicoleTryOnFuckg4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's good...<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>You don't seem convinced... I have something else I'd like to try.<</nicole>>
[[What's she doing now?|NicoleTryOnFuckExtrablowjob]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_nicole_fuckbutt"></div>
<<script>>experiencedEvent("02_photo_nicole_fuckbutt", "SEE", "02_Photo_nicole_fuckbutt", State.temporary.events)<</script>>
<<nicole>>Yes! Yes! Yes!<</nicole>>
<video @src=_NicoleTryOnFuckh1 autoplay muted loop></video>
<<cont keypress append>><<player>>Ride that cock hard!<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>I'm doing it as fast as I ca-a-a-an!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Alright, I'll assist you.<</player>>
<video @src=_NicoleTryOnFuckh2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Fu-u-u-uck!<</nicole>>
[[Time for something else|NicoleTryOnFuckSecondWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_nicole_fuckchair"></div>
<<script>>experiencedEvent("02_photo_nicole_fuckchair", "SEE", "02_Photo_nicole_fuckchair", State.temporary.events)<</script>>
<<player>>Come, sit on the chair with me.<</player>>
<video @src=_NicoleTryOnFucke1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>This is co-o-o-ozy!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>It i-i-is!<</player>>
<video @src=_NicoleTryOnFucke2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Fuck that pussy! Fuck it hard!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Mmm, those tits.<</player>>
<video @src=_NicoleTryOnFucke3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm.<</nicole>>
[[Time for something else|NicoleTryOnFuckSecondWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_nicole_fuckside"></div>
<<script>>experiencedEvent("02_photo_nicole_fuckside", "SEE", "02_Photo_nicole_fuckside", State.temporary.events)<</script>>
<<nicole>>You don't have trouble finding that pussy now, do you?<</nicole>>
<video @src=_NicoleTryOnFuckf1 autoplay muted loop></video>
<<cont keypress append>><<player>>I'll never lose sight of it again.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>That's good to hear.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Now stop talking and moan for me.<</player>>
<video @src=_NicoleTryOnFuckf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Yes! Yes! Yes!<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>I still hear words from that pretty mouth of yours.<</player>>
<video @src=_NicoleTryOnFuckf3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>A-a-a-a-ah!<</nicole>>
[[Time for something else|NicoleTryOnFuckSecondWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<<player>>I'm about to cum.<</player>>
<video @src=_NicoleTryOnFuckj1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Tell me when you're there... I want that load in my mouth.<</nicole>>
<video @src=_NicoleTryOnFuckj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Panting): Right...<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Is it time?<</nicole>>
<video @src=_NicoleTryOnFuckj3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Panting): Yes.<</player>>
[[Finish|NicoleTryOnFuckFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<nicole>>I can give you a short blowjob...<</nicole>>
<<cont keypress append>><<player>>What's so special about that?<</player>>
<video @src=_NicoleTryOnFuckg5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>I'll do it from up here.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Wow!<</player>>
<video @src=_NicoleTryOnFuckg6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>You are one flexible slut, aren't you?<</player>>
<video @src=_NicoleTryOnFuckg7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm-aah! I sure am.<</nicole>>
[[Time for something else|NicoleTryOnFuckSecondWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="02_Photo_nicole_fuckcum"></div>
<<script>>experiencedEvent("02_photo_nicole_fuckcum", "SEE", "02_Photo_nicole_fuckcum", State.temporary.events)<</script>>
<<player>>Let me mess up that cute little face.<</player>>
<video @src=_NicoleTryOnFuckj4 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Mmm, mmm.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>Suck it dry!<</player>>
<video @src=_NicoleTryOnFuckj5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, it's so good.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>...<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>So... Thanks for the assistance with the lingeries?<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>No worries. Do you want me to send them to you by mail, or what?<</nicole>>
<video @src=_NicoleTryOnFuckj6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That'd be great.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I need to find clothes from elsewhere as well.<</player>>
[[Return|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_LimeDress to 'videos/Melanie/version0.2/model/limedress/scr.png',
_LimeDress1 to 'videos/Melanie/version0.2/model/limedress/1.mp4',
_LimeDress1a to 'videos/Melanie/version0.2/model/limedress/1ascr.png',
_LimeDress1b to 'videos/Melanie/version0.2/model/limedress/1bscr.png',
_LimeDress2 to 'videos/Melanie/version0.2/model/limedress/2.mp4',
_LimeDress2a to 'videos/Melanie/version0.2/model/limedress/2ascr.png',
_LimeDress2b to 'videos/Melanie/version0.2/model/limedress/2bscr.png',
_LimeDress3 to 'videos/Melanie/version0.2/model/limedress/3.mp4',
_LimeDress3a to 'videos/Melanie/version0.2/model/limedress/3scr.png',
_LimeDress4 to 'videos/Melanie/version0.2/model/limedress/4.mp4',
_LimeDress4a to 'videos/Melanie/version0.2/model/limedress/4ascr.png',
_LimeDress4b to 'videos/Melanie/version0.2/model/limedress/4bscr.png',
_LimeDress5 to 'videos/Melanie/version0.2/model/limedress/5.mp4',
_LimeDress5a to 'videos/Melanie/version0.2/model/limedress/5scr.png',
_LimeDress6 to 'videos/Melanie/version0.2/model/limedress/6.mp4',
_LimeDress7 to 'videos/Melanie/version0.2/model/limedress/7.mp4',
_LimeDress7a to 'videos/Melanie/version0.2/model/limedress/7scr.png',
_LimeDress8 to 'videos/Melanie/version0.2/model/limedress/8.mp4',
_LimeDress8a to 'videos/Melanie/version0.2/model/limedress/8scr.png',
_LimeDress9 to 'videos/Melanie/version0.2/model/limedress/9.mp4',
_LimeDress9a to 'videos/Melanie/version0.2/model/limedress/9ascr.png',
_LimeDress9b to 'videos/Melanie/version0.2/model/limedress/9bscr.png',
_LimeDress10 to 'videos/Melanie/version0.2/model/limedress/10.mp4',
_LimeDress10a to 'videos/Melanie/version0.2/model/limedress/10ascr.png',
_LimeDress10b to 'videos/Melanie/version0.2/model/limedress/10bscr.png'
>><<set
_NicoleTryOnFuck1 to 'videos/Others/version0.2/nicole/tryon/fuck/1.mp4',
_NicoleTryOnFuck2 to 'videos/Others/version0.2/nicole/tryon/fuck/2.mp4',
_NicoleTryOnFucka1 to 'videos/Others/version0.2/nicole/tryon/fuck/a1.mp4',
_NicoleTryOnFucka2 to 'videos/Others/version0.2/nicole/tryon/fuck/a2.mp4',
_NicoleTryOnFucka3 to 'videos/Others/version0.2/nicole/tryon/fuck/a3.mp4',
_NicoleTryOnFucka4 to 'videos/Others/version0.2/nicole/tryon/fuck/a4.mp4',
_NicoleTryOnFucka5 to 'videos/Others/version0.2/nicole/tryon/fuck/a5.mp4',
_NicoleTryOnFuckb1 to 'videos/Others/version0.2/nicole/tryon/fuck/b1.mp4',
_NicoleTryOnFuckb2 to 'videos/Others/version0.2/nicole/tryon/fuck/b2.mp4',
_NicoleTryOnFuckc1 to 'videos/Others/version0.2/nicole/tryon/fuck/c1.mp4',
_NicoleTryOnFuckc2 to 'videos/Others/version0.2/nicole/tryon/fuck/c2.mp4',
_NicoleTryOnFuckc3 to 'videos/Others/version0.2/nicole/tryon/fuck/c3.mp4',
_NicoleTryOnFuckc4 to 'videos/Others/version0.2/nicole/tryon/fuck/c4.mp4',
_NicoleTryOnFuckd1 to 'videos/Others/version0.2/nicole/tryon/fuck/d1.mp4',
_NicoleTryOnFuckd2 to 'videos/Others/version0.2/nicole/tryon/fuck/d2.mp4',
_NicoleTryOnFucke1 to 'videos/Others/version0.2/nicole/tryon/fuck/e1.mp4',
_NicoleTryOnFucke2 to 'videos/Others/version0.2/nicole/tryon/fuck/e2.mp4',
_NicoleTryOnFucke3 to 'videos/Others/version0.2/nicole/tryon/fuck/e3.mp4',
_NicoleTryOnFuckf1 to 'videos/Others/version0.2/nicole/tryon/fuck/f1.mp4',
_NicoleTryOnFuckf2 to 'videos/Others/version0.2/nicole/tryon/fuck/f2.mp4',
_NicoleTryOnFuckf3 to 'videos/Others/version0.2/nicole/tryon/fuck/f3.mp4',
_NicoleTryOnFuckg1 to 'videos/Others/version0.2/nicole/tryon/fuck/g1.mp4',
_NicoleTryOnFuckg2 to 'videos/Others/version0.2/nicole/tryon/fuck/g2.mp4',
_NicoleTryOnFuckg3 to 'videos/Others/version0.2/nicole/tryon/fuck/g3.mp4',
_NicoleTryOnFuckg4 to 'videos/Others/version0.2/nicole/tryon/fuck/g4.mp4',
_NicoleTryOnFuckg5 to 'videos/Others/version0.2/nicole/tryon/fuck/g5.mp4',
_NicoleTryOnFuckg6 to 'videos/Others/version0.2/nicole/tryon/fuck/g6.mp4',
_NicoleTryOnFuckg7 to 'videos/Others/version0.2/nicole/tryon/fuck/g7.mp4',
_NicoleTryOnFuckh1 to 'videos/Others/version0.2/nicole/tryon/fuck/h1.mp4',
_NicoleTryOnFuckh2 to 'videos/Others/version0.2/nicole/tryon/fuck/h2.mp4',
_NicoleTryOnFucki1 to 'videos/Others/version0.2/nicole/tryon/fuck/i1.mp4',
_NicoleTryOnFucki2 to 'videos/Others/version0.2/nicole/tryon/fuck/i2.mp4',
_NicoleTryOnFucki3 to 'videos/Others/version0.2/nicole/tryon/fuck/i3.mp4',
_NicoleTryOnFucki4 to 'videos/Others/version0.2/nicole/tryon/fuck/i4.mp4',
_NicoleTryOnFuckj1 to 'videos/Others/version0.2/nicole/tryon/fuck/j1.mp4',
_NicoleTryOnFuckj2 to 'videos/Others/version0.2/nicole/tryon/fuck/j2.mp4',
_NicoleTryOnFuckj3 to 'videos/Others/version0.2/nicole/tryon/fuck/j3.mp4',
_NicoleTryOnFuckj4 to 'videos/Others/version0.2/nicole/tryon/fuck/j4.mp4',
_NicoleTryOnFuckj5 to 'videos/Others/version0.2/nicole/tryon/fuck/j5.mp4',
_NicoleTryOnFuckj6 to 'videos/Others/version0.2/nicole/tryon/fuck/j6.mp4'
>><<set
_NicoleTryOn1 to 'https://video.wixstatic.com/video/6b0d8e_10ee752f1fdf4962b2c1612afe9f09f7/360p/mp4/file.mp4',
_NicoleTryOn2 to 'https://video.wixstatic.com/video/6b0d8e_7d81649d75b847cbb4657fe487606056/360p/mp4/file.mp4',
_NicoleTryOn3 to 'https://video.wixstatic.com/video/6b0d8e_540035d5cad944b7ab9412bc66770766/360p/mp4/file.mp4',
_NicoleTryOna1 to 'https://video.wixstatic.com/video/6b0d8e_5bc6f3cc84be4824b0f2d31df3aa0fd2/360p/mp4/file.mp4',
_NicoleTryOna2 to 'https://video.wixstatic.com/video/6b0d8e_88d584b4bdac4ef4b7d3103eee2ac174/360p/mp4/file.mp4',
_NicoleTryOnb1 to 'https://video.wixstatic.com/video/6b0d8e_b5688f0d2e7b40aaadc014b846f0689d/360p/mp4/file.mp4',
_NicoleTryOnb2 to 'https://video.wixstatic.com/video/6b0d8e_a3ff79a68b9a48dea7beb8a4cf7e15a8/360p/mp4/file.mp4',
_NicoleTryOnc1 to 'https://video.wixstatic.com/video/6b0d8e_7229ab09f0754df9b06f2fc75bb67ebc/360p/mp4/file.mp4',
_NicoleTryOnc2 to 'https://video.wixstatic.com/video/6b0d8e_305d7c300c9a421698e23718bc13e56b/360p/mp4/file.mp4',
_NicoleTryOnd1 to 'https://video.wixstatic.com/video/6b0d8e_3dd7a60b5aed4dbbbe26844ac340fbd7/360p/mp4/file.mp4',
_NicoleTryOnd2 to 'https://video.wixstatic.com/video/6b0d8e_a31190beee04471ebe36862eb92a74c1/360p/mp4/file.mp4',
_NicoleTryOne1 to 'https://video.wixstatic.com/video/6b0d8e_bf3d758a98b241fd98dec7ffc35b77cd/360p/mp4/file.mp4',
_NicoleTryOne2 to 'https://video.wixstatic.com/video/6b0d8e_4831ffba58aa49af924b9cb9c9ea1a79/360p/mp4/file.mp4',
_NicoleTryOnf1 to 'https://video.wixstatic.com/video/6b0d8e_cacb633272964e388d97be6f349a89d4/360p/mp4/file.mp4',
_NicoleTryOnf2 to 'https://video.wixstatic.com/video/6b0d8e_136f893d673c4795a89632ae4a028997/360p/mp4/file.mp4',
_NicoleTryOnf3 to 'https://video.wixstatic.com/video/6b0d8e_98ba8c996829479682cd2f89e6a1c769/360p/mp4/file.mp4',
_NicoleTryOnf4 to 'https://video.wixstatic.com/video/6b0d8e_1b096d69927e43799cb8a109bab7b193/360p/mp4/file.mp4',
_NicoleTryOnf5 to 'https://video.wixstatic.com/video/6b0d8e_63cad76abe87485e9fa0f82f652f49ca/360p/mp4/file.mp4',
_NicoleTryOng1 to 'https://video.wixstatic.com/video/6b0d8e_0312ca54f26c4007a43d4bfe75c8fecc/360p/mp4/file.mp4',
_NicoleTryOng2 to 'https://video.wixstatic.com/video/6b0d8e_4cf092c0a7c740c1a720e77d2142fa34/360p/mp4/file.mp4',
_NicoleTryOng3 to 'https://video.wixstatic.com/video/6b0d8e_33a52b9f8d5545a493ab4ac20189e7e9/360p/mp4/file.mp4',
_NicoleTryOng4 to 'https://video.wixstatic.com/video/6b0d8e_bc79962187de4da089a39b7e92fd2714/360p/mp4/file.mp4',
_NicoleTryOng5 to 'https://video.wixstatic.com/video/6b0d8e_ea941bc902454d3eb1baced010cc953b/360p/mp4/file.mp4',
_NicoleTryOng6 to 'https://video.wixstatic.com/video/6b0d8e_c14837e79ca94bd09533b637be809675/360p/mp4/file.mp4',
_NicoleTryOnh1 to 'https://video.wixstatic.com/video/6b0d8e_6c3757e86d084ff1b8f12c737c737ae7/360p/mp4/file.mp4',
_NicoleTryOnh2 to 'https://video.wixstatic.com/video/6b0d8e_c9d121c08b5a4bae966cecfc34bd41f6/360p/mp4/file.mp4',
_NicoleTryOnh3 to 'https://video.wixstatic.com/video/6b0d8e_afc5cd62895c483991e5bef66c54eaca/360p/mp4/file.mp4',
_NicoleTryOni1 to 'https://video.wixstatic.com/video/6b0d8e_13e37eaf16d84813aa561f5a41b417ab/360p/mp4/file.mp4',
_NicoleTryOni2 to 'https://video.wixstatic.com/video/6b0d8e_7956d21890824e37a01a459f4caf23a4/360p/mp4/file.mp4',
_NicoleTryOni3 to 'https://video.wixstatic.com/video/6b0d8e_3a38b0e6b73a4aa787ba6036e4959c8b/360p/mp4/file.mp4',
_NicoleTryOnj1 to 'https://video.wixstatic.com/video/6b0d8e_9aeab57ee1484443be2ef1da82bb2903/360p/mp4/file.mp4',
_NicoleTryOnj2 to 'https://video.wixstatic.com/video/6b0d8e_851056104e0640bcbd8cdc9ddd2ca60b/360p/mp4/file.mp4',
_NicoleTryOnk1 to 'https://video.wixstatic.com/video/6b0d8e_5a616a5a6eae41379c1b1c5118f605fc/360p/mp4/file.mp4',
_NicoleTryOnBlue to 'https://static.wixstatic.com/media/6b0d8e_fa62c760b80246a48a929304c6f3d0c5~mv2.png',
_NicoleTryOnYellow to 'https://static.wixstatic.com/media/6b0d8e_4cf9cf2e567345d19cf71175f2c7a1be~mv2.png',
_NicoleTryOnSheer to 'https://static.wixstatic.com/media/6b0d8e_af773dd0e24949a888fe2ecef00931b7~mv2.png'
>><<set
_NicoleTryOn1 to 'videos/Others/version0.2/nicole/tryon/tryon/1.mp4',
_NicoleTryOn2 to 'videos/Others/version0.2/nicole/tryon/tryon/2.mp4',
_NicoleTryOn3 to 'videos/Others/version0.2/nicole/tryon/tryon/3.mp4',
_NicoleTryOna1 to 'videos/Others/version0.2/nicole/tryon/tryon/a1.mp4',
_NicoleTryOna2 to 'videos/Others/version0.2/nicole/tryon/tryon/a2.mp4',
_NicoleTryOnb1 to 'videos/Others/version0.2/nicole/tryon/tryon/b1.mp4',
_NicoleTryOnb2 to 'videos/Others/version0.2/nicole/tryon/tryon/b2.mp4',
_NicoleTryOnc1 to 'videos/Others/version0.2/nicole/tryon/tryon/c1.mp4',
_NicoleTryOnc2 to 'videos/Others/version0.2/nicole/tryon/tryon/c2.mp4',
_NicoleTryOnd1 to 'videos/Others/version0.2/nicole/tryon/tryon/d1.mp4',
_NicoleTryOnd2 to 'videos/Others/version0.2/nicole/tryon/tryon/d2.mp4',
_NicoleTryOne1 to 'videos/Others/version0.2/nicole/tryon/tryon/e1.mp4',
_NicoleTryOne2 to 'videos/Others/version0.2/nicole/tryon/tryon/e2.mp4',
_NicoleTryOnf1 to 'videos/Others/version0.2/nicole/tryon/tryon/f1.mp4',
_NicoleTryOnf2 to 'videos/Others/version0.2/nicole/tryon/tryon/f2.mp4',
_NicoleTryOnf3 to 'videos/Others/version0.2/nicole/tryon/tryon/f3.mp4',
_NicoleTryOnf4 to 'videos/Others/version0.2/nicole/tryon/tryon/f4.mp4',
_NicoleTryOnf5 to 'videos/Others/version0.2/nicole/tryon/tryon/f5.mp4',
_NicoleTryOng1 to 'videos/Others/version0.2/nicole/tryon/tryon/g1.mp4',
_NicoleTryOng2 to 'videos/Others/version0.2/nicole/tryon/tryon/g2.mp4',
_NicoleTryOng3 to 'videos/Others/version0.2/nicole/tryon/tryon/g3.mp4',
_NicoleTryOng4 to 'videos/Others/version0.2/nicole/tryon/tryon/g4.mp4',
_NicoleTryOng5 to 'videos/Others/version0.2/nicole/tryon/tryon/g5.mp4',
_NicoleTryOng6 to 'videos/Others/version0.2/nicole/tryon/tryon/g6.mp4',
_NicoleTryOnh1 to 'videos/Others/version0.2/nicole/tryon/tryon/h1.mp4',
_NicoleTryOnh2 to 'videos/Others/version0.2/nicole/tryon/tryon/h2.mp4',
_NicoleTryOnh3 to 'videos/Others/version0.2/nicole/tryon/tryon/h3.mp4',
_NicoleTryOni1 to 'videos/Others/version0.2/nicole/tryon/tryon/i1.mp4',
_NicoleTryOni2 to 'videos/Others/version0.2/nicole/tryon/tryon/i2.mp4',
_NicoleTryOni3 to 'videos/Others/version0.2/nicole/tryon/tryon/i3.mp4',
_NicoleTryOnj1 to 'videos/Others/version0.2/nicole/tryon/tryon/j1.mp4',
_NicoleTryOnj2 to 'videos/Others/version0.2/nicole/tryon/tryon/j2.mp4',
_NicoleTryOnk1 to 'videos/Others/version0.2/nicole/tryon/tryon/k1.mp4',
_NicoleTryOnBlue to 'videos/Others/version0.2/nicole/tryon/tryon/blue.png',
_NicoleTryOnYellow to 'videos/Others/version0.2/nicole/tryon/tryon/yellow.png',
_NicoleTryOnSheer to 'videos/Others/version0.2/nicole/tryon/tryon/sheer.png'
>><<set
_CassidyOffice1 to 'videos/Others/version0.2/cassidy/office/1.mp4',
_CassidyOffice2 to 'videos/Others/version0.2/cassidy/office/2.mp4',
_CassidyOffice3 to 'videos/Others/version0.2/cassidy/office/3.mp4',
_CassidyOffice4 to 'videos/Others/version0.2/cassidy/office/4.mp4',
_CassidyOffice5 to 'videos/Others/version0.2/cassidy/office/5.mp4',
_CassidyOffice6 to 'videos/Others/version0.2/cassidy/office/6.mp4',
_CassidyOffice7 to 'videos/Others/version0.2/cassidy/office/7.mp4',
_CassidyOfficea1 to 'videos/Others/version0.2/cassidy/office/a1.mp4',
_CassidyOfficea2 to 'videos/Others/version0.2/cassidy/office/a2.mp4',
_CassidyOfficea3 to 'videos/Others/version0.2/cassidy/office/a3.mp4',
_CassidyOfficea4 to 'videos/Others/version0.2/cassidy/office/a4.mp4',
_CassidyOfficea5 to 'videos/Others/version0.2/cassidy/office/a5.mp4',
_CassidyOfficea6 to 'videos/Others/version0.2/cassidy/office/a6.mp4',
_CassidyOfficeb1 to 'videos/Others/version0.2/cassidy/office/b1.mp4',
_CassidyOfficeb2 to 'videos/Others/version0.2/cassidy/office/b2.mp4',
_CassidyOfficeb3 to 'videos/Others/version0.2/cassidy/office/b3.mp4',
_CassidyOfficeb4 to 'videos/Others/version0.2/cassidy/office/b4.mp4',
_CassidyOfficeb5 to 'videos/Others/version0.2/cassidy/office/b5.mp4',
_CassidyOfficeb6 to 'videos/Others/version0.2/cassidy/office/b6.mp4',
_CassidyOfficeb7 to 'videos/Others/version0.2/cassidy/office/b7.mp4',
_CassidyOfficec1 to 'videos/Others/version0.2/cassidy/office/c1.mp4',
_CassidyOfficec2 to 'videos/Others/version0.2/cassidy/office/c2.mp4'
>><<set
_CassidyOffice1 to 'https://video.wixstatic.com/video/6b0d8e_436435a6c3244374a4e7a1c1d726472e/480p/mp4/file.mp4',
_CassidyOffice2 to 'https://video.wixstatic.com/video/6b0d8e_104e08799c304ee9ae76056948e963e4/480p/mp4/file.mp4',
_CassidyOffice3 to 'https://video.wixstatic.com/video/6b0d8e_7e20f8e929864ad98559e56cc64ca4a6/480p/mp4/file.mp4',
_CassidyOffice4 to 'https://video.wixstatic.com/video/6b0d8e_b77ba75d010b47ebb90dc26185c943a1/480p/mp4/file.mp4',
_CassidyOffice5 to 'https://video.wixstatic.com/video/6b0d8e_9c383b5bbf7e4b469aaf0cc695fa798b/480p/mp4/file.mp4',
_CassidyOffice6 to 'https://video.wixstatic.com/video/6b0d8e_a52e98d908c44ea183020d2969fde88b/480p/mp4/file.mp4',
_CassidyOffice7 to 'https://video.wixstatic.com/video/6b0d8e_06257a0022184ef699945d11d75b12d8/480p/mp4/file.mp4',
_CassidyOfficea1 to 'https://video.wixstatic.com/video/6b0d8e_4f6ebe4db2374749bcdd7bac33314c6a/480p/mp4/file.mp4',
_CassidyOfficea2 to 'https://video.wixstatic.com/video/6b0d8e_8aaf98497a874b2faa7ec555b4f39fa8/480p/mp4/file.mp4',
_CassidyOfficea3 to 'https://video.wixstatic.com/video/6b0d8e_ab803f4e37e24e5995c71591b684159c/480p/mp4/file.mp4',
_CassidyOfficea4 to 'https://video.wixstatic.com/video/6b0d8e_b058c86536dd489981de9028807f5ca7/480p/mp4/file.mp4',
_CassidyOfficea5 to 'https://video.wixstatic.com/video/6b0d8e_555edb7a3e7449f38e58e9457d44630c/480p/mp4/file.mp4',
_CassidyOfficea6 to 'https://video.wixstatic.com/video/6b0d8e_cf67c7ddd095417ba744fe28f31798b5/720p/mp4/file.mp4',
_CassidyOfficeb1 to 'https://video.wixstatic.com/video/6b0d8e_7f84fc5d9977454a8fb09ff2053ca416/480p/mp4/file.mp4',
_CassidyOfficeb2 to 'https://video.wixstatic.com/video/6b0d8e_f431b857e05d44aa9ef789f3eed535db/480p/mp4/file.mp4',
_CassidyOfficeb3 to 'https://video.wixstatic.com/video/6b0d8e_4da28ff8c71447baa04540e3a16ddeb6/480p/mp4/file.mp4',
_CassidyOfficeb4 to 'https://video.wixstatic.com/video/6b0d8e_e63767b7d8c94705a34074cce4943c14/480p/mp4/file.mp4',
_CassidyOfficeb5 to 'https://video.wixstatic.com/video/6b0d8e_7c0241ae8c554c0bb43233b93b10dc9d/480p/mp4/file.mp4',
_CassidyOfficeb6 to 'https://video.wixstatic.com/video/6b0d8e_130602b80e4a4699a504ddabb66353be/480p/mp4/file.mp4',
_CassidyOfficeb7 to 'https://video.wixstatic.com/video/6b0d8e_821489105fad4a9bb734f1d375832ac8/480p/mp4/file.mp4',
_CassidyOfficec1 to 'https://video.wixstatic.com/video/6b0d8e_eeb3a12979ab4388bb25ba6edea35b2e/480p/mp4/file.mp4',
_CassidyOfficec2 to 'https://video.wixstatic.com/video/6b0d8e_d94e1e45c02b4e398ebc474d9d034b2e/480p/mp4/file.mp4'
>><<set
_KaylaDecision1 to 'https://video.wixstatic.com/video/6b0d8e_b075521b7c1648e9abf849f16baba359/360p/mp4/file.mp4',
_KaylaDecision2 to 'https://video.wixstatic.com/video/6b0d8e_0697c840878644e99d0e1bcc154624da/360p/mp4/file.mp4',
_KaylaDecision3 to 'https://video.wixstatic.com/video/6b0d8e_20cc3231d98543b881bbdee5a63b84ca/360p/mp4/file.mp4',
_KaylaDecision4 to 'https://video.wixstatic.com/video/6b0d8e_3f1e6e60f0d24679ae4a588dd5e893f1/360p/mp4/file.mp4',
_KaylaDecision5 to 'https://video.wixstatic.com/video/6b0d8e_eb1679a2eac249d2a79e0d958cee4357/360p/mp4/file.mp4',
_KaylaDecisiona1 to 'https://video.wixstatic.com/video/6b0d8e_00896a73de004a8a8e755894c31e7eae/360p/mp4/file.mp4',
_KaylaDecisiona2 to 'https://video.wixstatic.com/video/6b0d8e_dd42809e3fe9437ebc0d7f75a374cd5b/360p/mp4/file.mp4',
_KaylaDecisiona3 to 'https://video.wixstatic.com/video/6b0d8e_5d2e5b91a37a4630bfa48bfe2d4a42c5/360p/mp4/file.mp4',
_KaylaDecisiona4 to 'https://video.wixstatic.com/video/6b0d8e_a90ec5b882f3491d967a1555d949a3a8/360p/mp4/file.mp4',
_KaylaDecisiona5 to 'https://video.wixstatic.com/video/6b0d8e_eb743f8dcea9485aba30957ab6074476/360p/mp4/file.mp4',
_KaylaDecisiona6 to 'https://video.wixstatic.com/video/6b0d8e_33fe9aa68ed94bfdb0f3bb427bef90a9/360p/mp4/file.mp4',
_KaylaDecisiona7 to 'https://video.wixstatic.com/video/6b0d8e_ecc758f7a6ce43c8951094fe31df354e/360p/mp4/file.mp4',
_KaylaDecisiona8 to 'https://video.wixstatic.com/video/6b0d8e_9fcbe0b71d064be7af760fa955b2b4f2/360p/mp4/file.mp4',
_KaylaDecisiona9 to 'https://video.wixstatic.com/video/6b0d8e_5807f73644974769946cb3b539a9b400/360p/mp4/file.mp4',
_KaylaDecisionb1 to 'https://video.wixstatic.com/video/6b0d8e_1b9abf064ca647e7845387103455bfa7/360p/mp4/file.mp4',
_KaylaDecisionb2 to 'https://video.wixstatic.com/video/6b0d8e_36a206391f3846a984e0c25892b6f309/360p/mp4/file.mp4',
_KaylaDecisionc1 to 'https://video.wixstatic.com/video/6b0d8e_5ee59ddd75474c519e4cff4b89e3ad9d/360p/mp4/file.mp4',
_KaylaDecisionc2 to 'https://video.wixstatic.com/video/6b0d8e_33df3f4cea9f46c485ccf4d2ad10ee85/360p/mp4/file.mp4',
_KaylaDecisiond1 to 'https://video.wixstatic.com/video/6b0d8e_9386aea9cfba465993123039eca4fb6f/360p/mp4/file.mp4',
_KaylaDecisiond2 to 'https://video.wixstatic.com/video/6b0d8e_3dbc812d72a54a34bcc93dd4b1b1112c/360p/mp4/file.mp4',
_KaylaDecisiond3 to 'https://video.wixstatic.com/video/6b0d8e_7f7ce00fb89b461eb2b3977e2ac5d154/360p/mp4/file.mp4',
_KaylaDecisione1 to 'https://video.wixstatic.com/video/6b0d8e_284145098ba743fbb9b83b66085c085d/360p/mp4/file.mp4',
_KaylaDecisione2 to 'https://video.wixstatic.com/video/6b0d8e_ce5759d681a54f1e8dcfb1bcf3eeb739/360p/mp4/file.mp4',
_KaylaDecisionf1 to 'https://video.wixstatic.com/video/6b0d8e_9ad4f857860e4dc09d05ada7d5a5ede4/360p/mp4/file.mp4',
_KaylaDecisionf2 to 'https://video.wixstatic.com/video/6b0d8e_89f1acee742346f3ad3fed41f0a0a2ab/360p/mp4/file.mp4',
_KaylaDecisiong1 to 'https://video.wixstatic.com/video/6b0d8e_d3639927df65426ca4bee4f7a02c2b84/360p/mp4/file.mp4',
_KaylaDecisiong2 to 'https://video.wixstatic.com/video/6b0d8e_52be7d2675c64e4d9f4f6aca5bbf8307/360p/mp4/file.mp4',
_KaylaDecisionh1 to 'https://video.wixstatic.com/video/6b0d8e_3a4e9a3255ec4a8e9185eda2a43b02e9/360p/mp4/file.mp4',
_KaylaDecisionh2 to 'https://video.wixstatic.com/video/6b0d8e_13c7caadab4848519f1fe2129bbbe4f0/360p/mp4/file.mp4',
_KaylaDecisionh3 to 'https://video.wixstatic.com/video/6b0d8e_d076e78db8e446eea38cd464852e71c5/360p/mp4/file.mp4',
_KaylaDecisioni1 to 'https://video.wixstatic.com/video/6b0d8e_5758be486f514ea981ccf98577e5b8a2/360p/mp4/file.mp4',
_KaylaDecisioni2 to 'https://video.wixstatic.com/video/6b0d8e_7624c0e31c874af28ede46a3352a30cd/360p/mp4/file.mp4',
_KaylaDecisionj1 to 'https://video.wixstatic.com/video/6b0d8e_d27e463af5d74a59ab3e957b6c2cdc47/360p/mp4/file.mp4',
_KaylaDecisionj2 to 'https://video.wixstatic.com/video/6b0d8e_2e06217e765c41d6a2a21b0dee0441f1/360p/mp4/file.mp4',
_KaylaDecisionj3 to 'https://video.wixstatic.com/video/6b0d8e_ecc06695dfd64f808289670edcf99ad7/360p/mp4/file.mp4',
_KaylaDecisionk1 to 'https://video.wixstatic.com/video/6b0d8e_67c1a76701624a64a6f6e0dcc9f357d6/360p/mp4/file.mp4',
_KaylaDecisionk2 to 'https://video.wixstatic.com/video/6b0d8e_6966b5f355c64ba6bad507e0ec4f18a7/360p/mp4/file.mp4'
>><<set
_ContHandsomeTenant1 to 'videos/Melanie/version0.2/tenant/finish/1.mp4',
_ContHandsomeTenant2 to 'videos/Melanie/version0.2/tenant/finish/2.mp4',
_ContHandsomeTenant3 to 'videos/Melanie/version0.2/tenant/finish/3.mp4',
_ContHandsomeTenant4 to 'videos/Melanie/version0.2/tenant/finish/4.mp4',
_ContHandsomeTenant5 to 'videos/Melanie/version0.2/tenant/finish/5.mp4',
_ContHandsomeTenant6 to 'videos/Melanie/version0.2/tenant/finish/6.mp4',
_ContHandsomeTenant7 to 'videos/Melanie/version0.2/tenant/finish/7.mp4',
_ContHandsomeTenant8 to 'videos/Melanie/version0.2/tenant/finish/8.mp4',
_ContHandsomeTenanta1 to 'videos/Melanie/version0.2/tenant/finish/a1.mp4',
_ContHandsomeTenanta2 to 'videos/Melanie/version0.2/tenant/finish/a2.mp4',
_ContHandsomeTenanta3 to 'videos/Melanie/version0.2/tenant/finish/a3.mp4',
_ContHandsomeTenanta4 to 'videos/Melanie/version0.2/tenant/finish/a4.mp4',
_ContHandsomeTenantb1 to 'videos/Melanie/version0.2/tenant/finish/b1.mp4',
_ContHandsomeTenantb2 to 'videos/Melanie/version0.2/tenant/finish/b2.mp4',
_ContHandsomeTenantb3 to 'videos/Melanie/version0.2/tenant/finish/b3.mp4',
_ContHandsomeTenantb4 to 'videos/Melanie/version0.2/tenant/finish/b4.mp4',
_ContHandsomeTenantc1 to 'videos/Melanie/version0.2/tenant/finish/c1.mp4',
_ContHandsomeTenantc2 to 'videos/Melanie/version0.2/tenant/finish/c2.mp4',
_ContHandsomeTenantd1 to 'videos/Melanie/version0.2/tenant/finish/d1.mp4',
_ContHandsomeTenantd2 to 'videos/Melanie/version0.2/tenant/finish/d2.mp4',
_ContHandsomeTenantd3 to 'videos/Melanie/version0.2/tenant/finish/d3.mp4',
_ContHandsomeTenante1 to 'videos/Melanie/version0.2/tenant/finish/e1.mp4',
_ContHandsomeTenante2 to 'videos/Melanie/version0.2/tenant/finish/e2.mp4',
_ContHandsomeTenantf1 to 'videos/Melanie/version0.2/tenant/finish/f1.mp4',
_ContHandsomeTenantf2 to 'videos/Melanie/version0.2/tenant/finish/f2.mp4',
_ContHandsomeTenantg1 to 'videos/Melanie/version0.2/tenant/finish/g1.mp4',
_ContHandsomeTenantg2 to 'videos/Melanie/version0.2/tenant/finish/g2.mp4',
_ContHandsomeTenantg3 to 'videos/Melanie/version0.2/tenant/finish/g3.mp4',
_ContHandsomeTenantg4 to 'videos/Melanie/version0.2/tenant/finish/g4.mp4',
_ContHandsomeTenanth1 to 'videos/Melanie/version0.2/tenant/finish/h1.mp4',
_ContHandsomeTenanth2 to 'videos/Melanie/version0.2/tenant/finish/h2.mp4',
_ContHandsomeTenanth3 to 'videos/Melanie/version0.2/tenant/finish/h3.mp4',
_ContHandsomeTenanth4 to 'videos/Melanie/version0.2/tenant/finish/h4.mp4',
_ContHandsomeTenanth5 to 'videos/Melanie/version0.2/tenant/finish/h5.mp4'
>><<set
_HandsomeTenant1 to 'videos/Melanie/version0.2/tenant/initial/1.mp4',
_HandsomeTenant2 to 'videos/Melanie/version0.2/tenant/initial/2.mp4',
_HandsomeTenant3 to 'videos/Melanie/version0.2/tenant/initial/3.mp4',
_HandsomeTenant4 to 'videos/Melanie/version0.2/tenant/initial/4.mp4',
_HandsomeTenant5 to 'videos/Melanie/version0.2/tenant/initial/5.mp4',
_HandsomeTenant6 to 'videos/Melanie/version0.2/tenant/initial/6.mp4',
_HandsomeTenant7 to 'videos/Melanie/version0.2/tenant/initial/7.mp4',
_HandsomeTenant8 to 'videos/Melanie/version0.2/tenant/initial/8.mp4',
_HandsomeTenanta1 to 'videos/Melanie/version0.2/tenant/initial/a1.mp4',
_HandsomeTenanta2 to 'videos/Melanie/version0.2/tenant/initial/a2.mp4',
_HandsomeTenanta3 to 'videos/Melanie/version0.2/tenant/initial/a3.mp4',
_HandsomeTenanta4 to 'videos/Melanie/version0.2/tenant/initial/a4.mp4',
_HandsomeTenantb1 to 'videos/Melanie/version0.2/tenant/initial/b1.mp4',
_HandsomeTenantb2 to 'videos/Melanie/version0.2/tenant/initial/b2.mp4',
_HandsomeTenantb3 to 'videos/Melanie/version0.2/tenant/initial/b3.mp4',
_HandsomeTenantb4 to 'videos/Melanie/version0.2/tenant/initial/b4.mp4',
_HandsomeTenantc1 to 'videos/Melanie/version0.2/tenant/initial/c1.mp4',
_HandsomeTenantc2 to 'videos/Melanie/version0.2/tenant/initial/c2.mp4'
>><<set
_HandsomeTenant1 to 'https://video.wixstatic.com/video/6b0d8e_bda3b48e25434cd1b86019c0ea02e0fa/480p/mp4/file.mp4',
_HandsomeTenant2 to 'https://video.wixstatic.com/video/6b0d8e_9abac146483c421db9770c836b30436c/480p/mp4/file.mp4',
_HandsomeTenant3 to 'https://video.wixstatic.com/video/6b0d8e_10020a2691a6483ba6211f51049fcd8b/480p/mp4/file.mp4',
_HandsomeTenant4 to 'https://video.wixstatic.com/video/6b0d8e_d8646e369bda4d21872086f743c10b80/480p/mp4/file.mp4',
_HandsomeTenant5 to 'https://video.wixstatic.com/video/6b0d8e_6a48f87d2fe44a1c80e4831d23583501/480p/mp4/file.mp4',
_HandsomeTenant6 to 'https://video.wixstatic.com/video/6b0d8e_752c1d7080d149a7b92b9a3ac0da1399/480p/mp4/file.mp4',
_HandsomeTenant7 to 'https://video.wixstatic.com/video/6b0d8e_01e01c25d8f24ac4871a60319c7ef27d/480p/mp4/file.mp4',
_HandsomeTenant8 to 'https://video.wixstatic.com/video/6b0d8e_dbcf934f5c714ac59583eb8584518ee8/480p/mp4/file.mp4',
_HandsomeTennanta1 to 'https://video.wixstatic.com/video/6b0d8e_3b682e921c5b4879b9a80811a423b595/480p/mp4/file.mp4',
_HandsomeTenanta2 to 'https://video.wixstatic.com/video/6b0d8e_a4adb78df7154d3ba9d284648f4d863f/480p/mp4/file.mp4',
_HandsomeTenanta3 to 'https://video.wixstatic.com/video/6b0d8e_c049f4c202964f19b82cd5e9f076753d/480p/mp4/file.mp4',
_HandsomeTenanta4 to 'https://video.wixstatic.com/video/6b0d8e_499c6d1aefad4c798d2fef73fc2e6f74/480p/mp4/file.mp4',
_HandsomeTenantb1 to 'https://video.wixstatic.com/video/6b0d8e_e17cc33803bb490cbd329891b0254e63/480p/mp4/file.mp4',
_HandsomeTenantb2 to 'https://video.wixstatic.com/video/6b0d8e_6360f81e1c044e73b7b5ef3d71ac90e0/480p/mp4/file.mp4',
_HandsomeTenantb3 to 'https://video.wixstatic.com/video/6b0d8e_7904a997391548728b255d07d3cb3efd/480p/mp4/file.mp4',
_HandsomeTenantb4 to 'https://video.wixstatic.com/video/6b0d8e_0c4fc38e6b604164830fd87b78a77d72/480p/mp4/file.mp4',
_HandsomeTenantc1 to 'https://video.wixstatic.com/video/6b0d8e_ad36562bbade4c0f924d30e53b295a59/480p/mp4/file.mp4',
_HandsomeTenantc2 to 'https://video.wixstatic.com/video/6b0d8e_6d8202c6b2434a839253ea9b65361695/480p/mp4/file.mp4'
>><<set
_NicoleTryOnHello1 to 'https://video.wixstatic.com/video/6b0d8e_301145f43a5246bca3839f798f6da01e/360p/mp4/file.mp4',
_NicoleTryOnHello2 to 'https://video.wixstatic.com/video/6b0d8e_acc091b751624af8aad5fbaf2a15bb5e/360p/mp4/file.mp4',
_NicoleTryOnHello3 to 'https://video.wixstatic.com/video/6b0d8e_0c95b33900224f6b9f034f5c0c412734/360p/mp4/file.mp4',
_NicoleTryOnHelloa1 to 'https://video.wixstatic.com/video/6b0d8e_6b1b9f768fa4414d934bf7dc6fb6a96c/360p/mp4/file.mp4',
_NicoleTryOnHelloa2 to 'https://video.wixstatic.com/video/6b0d8e_852033ca20e8478596fb29786eae5696/360p/mp4/file.mp4',
_NicoleTryOnHelloa3 to 'https://video.wixstatic.com/video/6b0d8e_2993c11a9f984edba9db3d96d5c86133/360p/mp4/file.mp4',
_NicoleTryOnHellob1 to 'https://video.wixstatic.com/video/6b0d8e_cdbc3f84acae4a4ebeac600e202ed00f/360p/mp4/file.mp4',
_NicoleTryOnHellob2 to 'https://video.wixstatic.com/video/6b0d8e_7fafc8d19be74c6eb697a8d5bb439a73/360p/mp4/file.mp4',
_NicoleTryOnHellob3 to 'https://video.wixstatic.com/video/6b0d8e_4e31621443704f7a9ae07ccff5dfa5f0/360p/mp4/file.mp4'
>><<set
_NicoleTryOnHello1 to 'videos/Others/version0.2/nicole/tryon/hello/1.mp4',
_NicoleTryOnHello2 to 'videos/Others/version0.2/nicole/tryon/hello/2.mp4',
_NicoleTryOnHello3 to 'videos/Others/version0.2/nicole/tryon/hello/3.mp4',
_NicoleTryOnHelloa1 to 'videos/Others/version0.2/nicole/tryon/hello/a1.mp4',
_NicoleTryOnHelloa2 to 'videos/Others/version0.2/nicole/tryon/hello/a2.mp4',
_NicoleTryOnHelloa3 to 'videos/Others/version0.2/nicole/tryon/hello/a3.mp4',
_NicoleTryOnHellob1 to 'videos/Others/version0.2/nicole/tryon/hello/b1.mp4',
_NicoleTryOnHellob2 to 'videos/Others/version0.2/nicole/tryon/hello/b2.mp4',
_NicoleTryOnHellob3 to 'videos/Others/version0.2/nicole/tryon/hello/b3.mp4'
>><<set
_PhotoSofaSneakFuck1 to 'videos/Melanie/version0.2/model/sofaphotofuck/1.mp4',
_PhotoSofaSneakFuck2 to 'videos/Melanie/version0.2/model/sofaphotofuck/2.mp4',
_PhotoSofaSneakFucka1 to 'videos/Melanie/version0.2/model/sofaphotofuck/a1.mp4',
_PhotoSofaSneakFuckb1 to 'videos/Melanie/version0.2/model/sofaphotofuck/b1.mp4',
_PhotoSofaSneakFuckc1 to 'videos/Melanie/version0.2/model/sofaphotofuck/c1.mp4',
_PhotoSofaSneakFuckd1 to 'videos/Melanie/version0.2/model/sofaphotofuck/d1.mp4',
_PhotoSofaSneakFuckd2 to 'videos/Melanie/version0.2/model/sofaphotofuck/d2.mp4',
_PhotoSofaSneakFuckd3 to 'videos/Melanie/version0.2/model/sofaphotofuck/d3.mp4'
>><<set
_FirstPhotoMeeting1 to 'https://video.wixstatic.com/video/6b0d8e_8cea3138d9274490b3eff0e21695cf6c/480p/mp4/file.mp4',
_FirstPhotoMeeting2 to 'https://video.wixstatic.com/video/6b0d8e_776a8c0552574e3eb36997be8db54561/480p/mp4/file.mp4',
_FirstPhotoMeeting3 to 'https://video.wixstatic.com/video/6b0d8e_b47756e03f2b46cba7471f194f36733b/480p/mp4/file.mp4',
_FirstPhotoMeeting4 to 'https://video.wixstatic.com/video/6b0d8e_ee23c219792d4a81ad3171295cdd5cbf/480p/mp4/file.mp4',
_FirstPhotoMeeting5 to 'https://video.wixstatic.com/video/6b0d8e_a30d014095424fb9b7a12c0219c9a509/480p/mp4/file.mp4',
_FirstPhotoMeeting6 to 'https://video.wixstatic.com/video/6b0d8e_bf4fd38d7d194cfd8ac9d9fda7882ca9/480p/mp4/file.mp4'
>><<set
_FirstPhotoMeeting1 to 'videos/Melanie/version0.2/model/firstmeeting/1.mp4',
_FirstPhotoMeeting2 to 'videos/Melanie/version0.2/model/firstmeeting/2.mp4',
_FirstPhotoMeeting3 to 'videos/Melanie/version0.2/model/firstmeeting/3.mp4',
_FirstPhotoMeeting4 to 'videos/Melanie/version0.2/model/firstmeeting/4.mp4',
_FirstPhotoMeeting5 to 'videos/Melanie/version0.2/model/firstmeeting/5.mp4',
_FirstPhotoMeeting6 to 'videos/Melanie/version0.2/model/firstmeeting/6.mp4'
>><<set
_AgentSecond1 to 'https://video.wixstatic.com/video/6b0d8e_1f518a9ddb264f00bb1171d474c70031/480p/mp4/file.mp4',
_AgentSecond2 to 'https://video.wixstatic.com/video/6b0d8e_30871e0acf9f4479879e1faf51745179/480p/mp4/file.mp4',
_AgentSecond3 to 'https://video.wixstatic.com/video/6b0d8e_f3e66c3741dc495bbc3c1538f7a62015/480p/mp4/file.mp4',
_AgentSecond4 to 'https://video.wixstatic.com/video/6b0d8e_cdadde22ee0448e68cabd14389c46f9d/480p/mp4/file.mp4',
_AgentSecond5 to 'https://video.wixstatic.com/video/6b0d8e_e343f59b274643bc9154a51593f6e5ac/480p/mp4/file.mp4',
_AgentSecond6 to 'https://video.wixstatic.com/video/6b0d8e_8080a9cfa355484d9581778bc0aa378d/480p/mp4/file.mp4',
_AgentSecond7 to 'https://video.wixstatic.com/video/6b0d8e_5c675aacf3bf4ba891c65c83b4a75e71/480p/mp4/file.mp4',
_AgentSecond8 to 'https://video.wixstatic.com/video/6b0d8e_65b5029946574985ac3ee5afb0744bd9/480p/mp4/file.mp4',
_AgentSecond9 to 'https://video.wixstatic.com/video/6b0d8e_d0723a390cff4d5dab74668395fdc832/480p/mp4/file.mp4',
_AgentSeconda1 to 'https://video.wixstatic.com/video/6b0d8e_08e6e3bf1b8a48bb9abee0b7b98c2a12/480p/mp4/file.mp4',
_AgentSeconda2 to 'https://video.wixstatic.com/video/6b0d8e_981ec6b4c2d14e8790ca0d6ff023e58c/480p/mp4/file.mp4',
_AgentSeconda3 to 'https://video.wixstatic.com/video/6b0d8e_4e2f658689614da58f67986e1d84c549/480p/mp4/file.mp4',
_AgentSeconda4 to 'https://video.wixstatic.com/video/6b0d8e_bda7e3d81af448cba06d1eb9465d0b55/480p/mp4/file.mp4',
_AgentSecondb1 to 'https://video.wixstatic.com/video/6b0d8e_8d8aa6e1191b422aa86423288c230a10/480p/mp4/file.mp4',
_AgentSecondb2 to 'https://video.wixstatic.com/video/6b0d8e_7a867675fe174303a2f0c31eb8b9dd82/480p/mp4/file.mp4',
_AgentSecondb3 to 'https://video.wixstatic.com/video/6b0d8e_fa8b2b3200264df4a8492381b0969fe0/480p/mp4/file.mp4',
_AgentSecondb4 to 'https://video.wixstatic.com/video/6b0d8e_50eabfa117e54c4a9bbb7fce9c7be653/480p/mp4/file.mp4',
_AgentSecondc1 to 'https://video.wixstatic.com/video/6b0d8e_a4936e371a8047678d2829019ccf4657/480p/mp4/file.mp4',
_AgentSecondc2 to 'https://video.wixstatic.com/video/6b0d8e_7efed2d1c74b4e0daa40026cba4b8300/480p/mp4/file.mp4',
_AgentSecondc3 to 'https://video.wixstatic.com/video/6b0d8e_44c52450d5d549c28d4a55c9ce0be424/480p/mp4/file.mp4',
_AgentSecondd1 to 'https://video.wixstatic.com/video/6b0d8e_f9a1c0dbbcdb4bc9a0e1aacfc16e982d/480p/mp4/file.mp4',
_AgentSecondd2 to 'https://video.wixstatic.com/video/6b0d8e_d3586031351147e9be0b0585f6cf5ba1/480p/mp4/file.mp4',
_AgentSecondd3 to 'https://video.wixstatic.com/video/6b0d8e_d441c789932d4c01bd6172ee65040d78/480p/mp4/file.mp4',
_AgentSeconde1 to 'https://video.wixstatic.com/video/6b0d8e_fe8f8195620f4ae786b26a19cc2f49e0/480p/mp4/file.mp4',
_AgentSeconde2 to 'https://video.wixstatic.com/video/6b0d8e_8d3f4c91cf724090953a59d9be10a20c/480p/mp4/file.mp4',
_AgentSecondf1 to 'https://video.wixstatic.com/video/6b0d8e_072faf34ad3c45778017c3be8c62388b/480p/mp4/file.mp4',
_AgentSecondf2 to 'https://video.wixstatic.com/video/6b0d8e_ce55b27fb4b04cc9a92ccdf078758dad/480p/mp4/file.mp4',
_AgentSecondf3 to 'https://video.wixstatic.com/video/6b0d8e_f04ab3f955da4acdbf19aa3ba629151d/480p/mp4/file.mp4',
_AgentSecondf4 to 'https://video.wixstatic.com/video/6b0d8e_8f963cb1aac74ee39356781ed439cfea/480p/mp4/file.mp4',
_AgentSecondg1 to 'https://video.wixstatic.com/video/6b0d8e_e4cbb76511e64138b95def8b7d68e64b/480p/mp4/file.mp4',
_AgentSecondg2 to 'https://video.wixstatic.com/video/6b0d8e_ec3f18902b104ce788a2a98b340d1ec4/480p/mp4/file.mp4',
_AgentSecondg3 to 'https://video.wixstatic.com/video/6b0d8e_1a0b2c590c5e4da5a3c94014505f7844/480p/mp4/file.mp4',
_AgentSecondh1 to 'https://video.wixstatic.com/video/6b0d8e_1406045652ab404ca3671d6c6dc7df1b/480p/mp4/file.mp4',
_AgentSecondh2 to 'https://video.wixstatic.com/video/6b0d8e_c9126d4360ba4dfca718ae2afdadcefd/480p/mp4/file.mp4',
_AgentSecondh3 to 'https://video.wixstatic.com/video/6b0d8e_77567568690b475ab801248bac13ac22/480p/mp4/file.mp4',
_AgentSecondh4 to 'https://video.wixstatic.com/video/6b0d8e_bfa24f8829724e718176c4807d13b859/480p/mp4/file.mp4',
_AgentSecondi1 to 'https://video.wixstatic.com/video/6b0d8e_98a16aeea73b411ba66ef81006673a8f/480p/mp4/file.mp4',
_AgentSecondi2 to 'https://video.wixstatic.com/video/6b0d8e_4b17bcf423534520a4901e2898df5bc4/480p/mp4/file.mp4',
_AgentSecondi3 to 'https://video.wixstatic.com/video/6b0d8e_b6975c0c6bb0424fb36f88f34384902c/480p/mp4/file.mp4',
_AgentSecondj1 to 'https://video.wixstatic.com/video/6b0d8e_81a0d68080b642389295bd96247cdc52/480p/mp4/file.mp4',
_AgentSecondj2 to 'https://video.wixstatic.com/video/6b0d8e_71c32b2721f54e6885af7b9c474d6193/480p/mp4/file.mp4',
_AgentSecondj3 to 'https://video.wixstatic.com/video/6b0d8e_ea3aa7b4b80a40f1934a6873026c1476/480p/mp4/file.mp4',
_AgentSecondj4 to 'https://video.wixstatic.com/video/6b0d8e_64ad106d230546339abd8c1cd0f11864/480p/mp4/file.mp4',
_AgentSecondj5 to 'https://video.wixstatic.com/video/6b0d8e_af06529ae6d94653bc6544a0acfd1f7a/480p/mp4/file.mp4'
>><<set
_AgentSecond1 to 'videos/Melanie/version0.2/model/agentsecond/1.mp4',
_AgentSecond2 to 'videos/Melanie/version0.2/model/agentsecond/2.mp4',
_AgentSecond3 to 'videos/Melanie/version0.2/model/agentsecond/3.mp4',
_AgentSecond4 to 'videos/Melanie/version0.2/model/agentsecond/4.mp4',
_AgentSecond5 to 'videos/Melanie/version0.2/model/agentsecond/5.mp4',
_AgentSecond6 to 'videos/Melanie/version0.2/model/agentsecond/6.mp4',
_AgentSecond7 to 'videos/Melanie/version0.2/model/agentsecond/7.mp4',
_AgentSecond8 to 'videos/Melanie/version0.2/model/agentsecond/8.mp4',
_AgentSecond9 to 'videos/Melanie/version0.2/model/agentsecond/9.mp4',
_AgentSeconda1 to 'videos/Melanie/version0.2/model/agentsecond/a1.mp4',
_AgentSeconda2 to 'videos/Melanie/version0.2/model/agentsecond/a2.mp4',
_AgentSeconda3 to 'videos/Melanie/version0.2/model/agentsecond/a3.mp4',
_AgentSeconda4 to 'videos/Melanie/version0.2/model/agentsecond/a4.mp4',
_AgentSecondb1 to 'videos/Melanie/version0.2/model/agentsecond/b1.mp4',
_AgentSecondb2 to 'videos/Melanie/version0.2/model/agentsecond/b2.mp4',
_AgentSecondb3 to 'videos/Melanie/version0.2/model/agentsecond/b3.mp4',
_AgentSecondb4 to 'videos/Melanie/version0.2/model/agentsecond/b4.mp4',
_AgentSecondc1 to 'videos/Melanie/version0.2/model/agentsecond/c1.mp4',
_AgentSecondc2 to 'videos/Melanie/version0.2/model/agentsecond/c2.mp4',
_AgentSecondc3 to 'videos/Melanie/version0.2/model/agentsecond/c3.mp4',
_AgentSecondd1 to 'videos/Melanie/version0.2/model/agentsecond/d1.mp4',
_AgentSecondd2 to 'videos/Melanie/version0.2/model/agentsecond/d2.mp4',
_AgentSecondd3 to 'videos/Melanie/version0.2/model/agentsecond/d3.mp4',
_AgentSeconde1 to 'videos/Melanie/version0.2/model/agentsecond/e1.mp4',
_AgentSeconde2 to 'videos/Melanie/version0.2/model/agentsecond/e2.mp4',
_AgentSecondf1 to 'videos/Melanie/version0.2/model/agentsecond/f1.mp4',
_AgentSecondf2 to 'videos/Melanie/version0.2/model/agentsecond/f2.mp4',
_AgentSecondf3 to 'videos/Melanie/version0.2/model/agentsecond/f3.mp4',
_AgentSecondf4 to 'videos/Melanie/version0.2/model/agentsecond/f4.mp4',
_AgentSecondg1 to 'videos/Melanie/version0.2/model/agentsecond/g1.mp4',
_AgentSecondg2 to 'videos/Melanie/version0.2/model/agentsecond/g2.mp4',
_AgentSecondg3 to 'videos/Melanie/version0.2/model/agentsecond/g3.mp4',
_AgentSecondh1 to 'videos/Melanie/version0.2/model/agentsecond/h1.mp4',
_AgentSecondh2 to 'videos/Melanie/version0.2/model/agentsecond/h2.mp4',
_AgentSecondh3 to 'videos/Melanie/version0.2/model/agentsecond/h3.mp4',
_AgentSecondh4 to 'videos/Melanie/version0.2/model/agentsecond/h4.mp4',
_AgentSecondi1 to 'videos/Melanie/version0.2/model/agentsecond/i1.mp4',
_AgentSecondi2 to 'videos/Melanie/version0.2/model/agentsecond/i2.mp4',
_AgentSecondi3 to 'videos/Melanie/version0.2/model/agentsecond/i3.mp4',
_AgentSecondj1 to 'videos/Melanie/version0.2/model/agentsecond/j1.mp4',
_AgentSecondj2 to 'videos/Melanie/version0.2/model/agentsecond/j2.mp4',
_AgentSecondj3 to 'videos/Melanie/version0.2/model/agentsecond/j3.mp4',
_AgentSecondj4 to 'videos/Melanie/version0.2/model/agentsecond/j4.mp4',
_AgentSecondj5 to 'videos/Melanie/version0.2/model/agentsecond/j5.mp4'
>><<set
_AgentFirst1 to 'https://video.wixstatic.com/video/6b0d8e_5c29b62e80a14d2ca3f334cc2f89aecc/480p/mp4/file.mp4',
_AgentFirst2 to 'https://video.wixstatic.com/video/6b0d8e_66a7de4c22b64881b7bb79d70f93e361/480p/mp4/file.mp4',
_AgentFirst3 to 'https://video.wixstatic.com/video/6b0d8e_ba69c02e84e440c893fa4f017022d3d8/480p/mp4/file.mp4',
_AgentFirst4 to 'https://video.wixstatic.com/video/6b0d8e_0302720488d141939b97e05a210f1ef3/480p/mp4/file.mp4',
_AgentFirst5 to 'https://video.wixstatic.com/video/6b0d8e_f5d5ef09b52b43408bfb10bbe7da8a6e/480p/mp4/file.mp4',
_AgentFirst6 to 'https://video.wixstatic.com/video/6b0d8e_93d2ab602e524c3b844b869cd6ef0fbd/480p/mp4/file.mp4',
_AgentFirst7 to 'https://video.wixstatic.com/video/6b0d8e_8e2c076b8e54448ea84b93082115ff4c/480p/mp4/file.mp4',
_AgentFirst8 to 'https://video.wixstatic.com/video/6b0d8e_a3c2a4f9c0614b52988cece657776ac6/480p/mp4/file.mp4',
_AgentFirsta1 to 'https://video.wixstatic.com/video/6b0d8e_4264bd2bc5274dc0a97babe55903939b/480p/mp4/file.mp4',
_AgentFirsta2 to 'https://video.wixstatic.com/video/6b0d8e_249c8aa49e1e49e8997df2ad2d9d92f8/480p/mp4/file.mp4',
_AgentFirsta3 to 'https://video.wixstatic.com/video/6b0d8e_225948c69a7849a893f949c578d11fe7/480p/mp4/file.mp4',
_AgentFirsta4 to 'https://video.wixstatic.com/video/6b0d8e_ff0d44fa62a241078695918a005bdb47/480p/mp4/file.mp4',
_AgentFirsta5 to 'https://video.wixstatic.com/video/6b0d8e_7a2bd629a1724caab679671f7ad7b8ee/480p/mp4/file.mp4',
_AgentFirstb1 to 'https://video.wixstatic.com/video/6b0d8e_d70031b7b8474fbaa98a7fa34bb0dc89/480p/mp4/file.mp4',
_AgentFirstb2 to 'https://video.wixstatic.com/video/6b0d8e_caefb0b465b14bdea59f929e12107a2d/480p/mp4/file.mp4',
_AgentFirstb3 to 'https://video.wixstatic.com/video/6b0d8e_e2354fc402184c91bb96077b810abc65/480p/mp4/file.mp4',
_AgentFirstc1 to 'https://video.wixstatic.com/video/6b0d8e_9ae55847d9ec46e5be6061bfa3fdccce/480p/mp4/file.mp4',
_AgentFirstc2 to 'https://video.wixstatic.com/video/6b0d8e_6b14d3eb2aad494ba12778781ecc4e50/480p/mp4/file.mp4',
_AgentFirstc3 to 'https://video.wixstatic.com/video/6b0d8e_e3690819aa2d4145a9cf3982f447bf08/480p/mp4/file.mp4',
_AgentFirstd1 to 'https://video.wixstatic.com/video/6b0d8e_a4b78bda6dc84cc08ab0665f987ab9ed/480p/mp4/file.mp4',
_AgentFirstd2 to 'https://video.wixstatic.com/video/6b0d8e_f56a0fe66ec74085963bff930b94eb21/480p/mp4/file.mp4',
_AgentFirstd3 to 'https://video.wixstatic.com/video/6b0d8e_0bd0984238704ff69f1d7c67e20de7e4/480p/mp4/file.mp4',
_AgentFirste1 to 'https://video.wixstatic.com/video/6b0d8e_efc94b854fc645a38048d534b5e53cdc/480p/mp4/file.mp4',
_AgentFirste2 to 'https://video.wixstatic.com/video/6b0d8e_9eebfb6436e144fc9358a0f7f9f44ce0/480p/mp4/file.mp4',
_AgentFirste3 to 'https://video.wixstatic.com/video/6b0d8e_4764258648c54b68b5e21f3f418f188b/480p/mp4/file.mp4',
_AgentFirstf1 to 'https://video.wixstatic.com/video/6b0d8e_77c096dcee944673a5f755175e276bbd/480p/mp4/file.mp4',
_AgentFirstf2 to 'https://video.wixstatic.com/video/6b0d8e_02ad0dcb529e4ab3ad23904cfa900394/480p/mp4/file.mp4',
_AgentFirstg1 to 'https://video.wixstatic.com/video/6b0d8e_78321a63330e4bdc8a2d45e9c018dc33/480p/mp4/file.mp4',
_AgentFirstg2 to 'https://video.wixstatic.com/video/6b0d8e_c3b845b95eec43e3a12d784df8687d3e/480p/mp4/file.mp4',
_AgentFirstg3 to 'https://video.wixstatic.com/video/6b0d8e_3d94a3a4c2cb48018c48b576211976a7/480p/mp4/file.mp4',
_AgentFirstg4 to 'https://video.wixstatic.com/video/6b0d8e_dddf6d404ef5460c901b4c91e06a274e/480p/mp4/file.mp4',
_AgentFirsth1 to 'https://video.wixstatic.com/video/6b0d8e_1bb201232c4a4364bcb2b51185afc85b/480p/mp4/file.mp4',
_AgentFirsth2 to 'https://video.wixstatic.com/video/6b0d8e_da0e1594ba194974949d3875c191901c/480p/mp4/file.mp4',
_AgentFirsth3 to 'https://video.wixstatic.com/video/6b0d8e_c168e57a7bfe4c4f9e1d74069bec13e9/480p/mp4/file.mp4',
_AgentFirsti1 to 'https://video.wixstatic.com/video/6b0d8e_abc62ca5c5c643fc94e9a3c54e6f8a9b/480p/mp4/file.mp4',
_AgentFirsti2 to 'https://video.wixstatic.com/video/6b0d8e_08ed6f43a87b427c94844073374dfc1c/480p/mp4/file.mp4',
_AgentFirsti3 to 'https://video.wixstatic.com/video/6b0d8e_ea68bd823e91476aa35d33912677affe/480p/mp4/file.mp4',
_AgentFirsti4 to 'https://video.wixstatic.com/video/6b0d8e_f9b4b4e1c2cb46389204653f1a06df15/480p/mp4/file.mp4'
>><<set
_AgentFirst1 to 'videos/Melanie/version0.2/model/agentfirst/1.mp4',
_AgentFirst2 to 'videos/Melanie/version0.2/model/agentfirst/2.mp4',
_AgentFirst3 to 'videos/Melanie/version0.2/model/agentfirst/3.mp4',
_AgentFirst4 to 'videos/Melanie/version0.2/model/agentfirst/4.mp4',
_AgentFirst5 to 'videos/Melanie/version0.2/model/agentfirst/5.mp4',
_AgentFirst6 to 'videos/Melanie/version0.2/model/agentfirst/6.mp4',
_AgentFirst7 to 'videos/Melanie/version0.2/model/agentfirst/7.mp4',
_AgentFirst8 to 'videos/Melanie/version0.2/model/agentfirst/8.mp4',
_AgentFirsta1 to 'videos/Melanie/version0.2/model/agentfirst/a1.mp4',
_AgentFirsta2 to 'videos/Melanie/version0.2/model/agentfirst/a2.mp4',
_AgentFirsta3 to 'videos/Melanie/version0.2/model/agentfirst/a3.mp4',
_AgentFirsta4 to 'videos/Melanie/version0.2/model/agentfirst/a4.mp4',
_AgentFirsta5 to 'videos/Melanie/version0.2/model/agentfirst/a5.mp4',
_AgentFirstb1 to 'videos/Melanie/version0.2/model/agentfirst/b1.mp4',
_AgentFirstb2 to 'videos/Melanie/version0.2/model/agentfirst/b2.mp4',
_AgentFirstb3 to 'videos/Melanie/version0.2/model/agentfirst/b3.mp4',
_AgentFirstc1 to 'videos/Melanie/version0.2/model/agentfirst/c1.mp4',
_AgentFirstc2 to 'videos/Melanie/version0.2/model/agentfirst/c2.mp4',
_AgentFirstc3 to 'videos/Melanie/version0.2/model/agentfirst/c3.mp4'
_AgentFirstd1 to 'videos/Melanie/version0.2/model/agentfirst/d1.mp4',
_AgentFirstd2 to 'videos/Melanie/version0.2/model/agentfirst/d2.mp4',
_AgentFirstd3 to 'videos/Melanie/version0.2/model/agentfirst/d3.mp4',
_AgentFirste1 to 'videos/Melanie/version0.2/model/agentfirst/e1.mp4',
_AgentFirste2 to 'videos/Melanie/version0.2/model/agentfirst/e2.mp4',
_AgentFirste3 to 'videos/Melanie/version0.2/model/agentfirst/e3.mp4',
_AgentFirstf1 to 'videos/Melanie/version0.2/model/agentfirst/f1.mp4',
_AgentFirstf2 to 'videos/Melanie/version0.2/model/agentfirst/f2.mp4',
_AgentFirstg1 to 'videos/Melanie/version0.2/model/agentfirst/g1.mp4',
_AgentFirstg2 to 'videos/Melanie/version0.2/model/agentfirst/g2.mp4',
_AgentFirstg3 to 'videos/Melanie/version0.2/model/agentfirst/g3.mp4',
_AgentFirstg4 to 'videos/Melanie/version0.2/model/agentfirst/g4.mp4',
_AgentFirsth1 to 'videos/Melanie/version0.2/model/agentfirst/h1.mp4',
_AgentFirsth2 to 'videos/Melanie/version0.2/model/agentfirst/h2.mp4',
_AgentFirsth3 to 'videos/Melanie/version0.2/model/agentfirst/h3.mp4',
_AgentFirsti1 to 'videos/Melanie/version0.2/model/agentfirst/i1.mp4',
_AgentFirsti2 to 'videos/Melanie/version0.2/model/agentfirst/i2.mp4',
_AgentFirsti3 to 'videos/Melanie/version0.2/model/agentfirst/i3.mp4',
_AgentFirsti4 to 'videos/Melanie/version0.2/model/agentfirst/i4.mp4'
>><<set
_Homework1 to 'https://video.wixstatic.com/video/6b0d8e_918c4394cf814769977eb3654faedd19/480p/mp4/file.mp4',
_Homework2 to 'https://video.wixstatic.com/video/6b0d8e_7b5fe89a05ef46199e6ed0e9aa16a159/480p/mp4/file.mp4',
_Homework3 to 'https://video.wixstatic.com/video/6b0d8e_16eab9c122204e3088ad8e87bcb194ea/480p/mp4/file.mp4',
_Homework4 to 'https://video.wixstatic.com/video/6b0d8e_7fc36671665044d8830273b75299f0ac/480p/mp4/file.mp4',
_Homework5 to 'https://video.wixstatic.com/video/6b0d8e_2ca078255875403dad54f915f49b4c98/480p/mp4/file.mp4',
_Homework6 to 'https://video.wixstatic.com/video/6b0d8e_2c5c265b578b4b6797fe3c94f013b3eb/480p/mp4/file.mp4',
_Homework7 to 'https://video.wixstatic.com/video/6b0d8e_6f0ab2d5e6604cf09bc136d4e5844dc0/480p/mp4/file.mp4',
_Homework8 to 'https://video.wixstatic.com/video/6b0d8e_31b21b1427514b6d81a6aaafe5d3201c/480p/mp4/file.mp4'
>><<set
_Homework1 to 'videos/Melanie/version0.2/work/homework/1.mp4',
_Homework2 to 'videos/Melanie/version0.2/work/homework/2.mp4',
_Homework3 to 'videos/Melanie/version0.2/work/homework/3.mp4',
_Homework4 to 'videos/Melanie/version0.2/work/homework/4.mp4',
_Homework5 to 'videos/Melanie/version0.2/work/homework/5.mp4',
_Homework6 to 'videos/Melanie/version0.2/work/homework/6.mp4',
_Homework7 to 'videos/Melanie/version0.2/work/homework/7.mp4',
_Homework8 to 'videos/Melanie/version0.2/work/homework/8.mp4'
>>
<<set
_AgreeModel1 to 'https://video.wixstatic.com/video/6b0d8e_d62a81ed62e144f38a8717fb9662cd66/480p/mp4/file.mp4',
_AgreeModela1 to 'https://video.wixstatic.com/video/6b0d8e_0816ed9f1a6843fea7825d5fbc5ff623/480p/mp4/file.mp4',
_AgreeModela2 to 'https://video.wixstatic.com/video/6b0d8e_facd11fc9a324d0fad0a4e2ef9eeab83/480p/mp4/file.mp4',
_AgreeModelb1 to 'https://video.wixstatic.com/video/6b0d8e_e2687236646e4e50a5db6d529cba151d/480p/mp4/file.mp4',
_AgreeModelb2 to 'https://video.wixstatic.com/video/6b0d8e_3451f212ccd94b12a7ab00c35668ba33/480p/mp4/file.mp4',
_AgreeModelb3 to 'https://video.wixstatic.com/video/6b0d8e_fa49886d3b79496db3c12c8b1abe8d9d/480p/mp4/file.mp4',
_AgreeModelc1 to 'https://video.wixstatic.com/video/6b0d8e_73f252edfe6b48b491c331430fab3655/480p/mp4/file.mp4',
_AgreeModelc2 to 'https://video.wixstatic.com/video/6b0d8e_30e634a9273f4c5686546b9bf9d04786/480p/mp4/file.mp4',
_AgreeModeld1 to 'https://video.wixstatic.com/video/6b0d8e_deb8d3a91c254dd0ab67f90aeb40241c/480p/mp4/file.mp4',
_AgreeModeld2 to 'https://video.wixstatic.com/video/6b0d8e_485d0042b2c74cf3993c2c42311d26bd/480p/mp4/file.mp4',
_AgreeModeld3 to 'https://video.wixstatic.com/video/6b0d8e_51f8525895484598b4ea7ac293112fc2/480p/mp4/file.mp4',
_AgreeModeld4 to 'https://video.wixstatic.com/video/6b0d8e_4203b4c0cbb54810864bab3ce912859f/480p/mp4/file.mp4',
_AgreeModeld5 to 'https://video.wixstatic.com/video/6b0d8e_18a9ce5c1f27462198412678aa78d935/480p/mp4/file.mp4',
_AgreeModeld6 to 'https://video.wixstatic.com/video/6b0d8e_6eb3975327734875bc45041421a3182f/480p/mp4/file.mp4',
_AgreeModeld7 to 'https://video.wixstatic.com/video/6b0d8e_dba516bf77e443798671d42f087c7270/480p/mp4/file.mp4',
_AgreeModele1 to 'https://video.wixstatic.com/video/6b0d8e_ea9b936d2e1d4341b1ce9eea04b193c9/480p/mp4/file.mp4',
_AgreeModele2 to 'https://video.wixstatic.com/video/6b0d8e_fef060e0deba42e4926471a1d0525685/480p/mp4/file.mp4',
_AgreeModele3 to 'https://video.wixstatic.com/video/6b0d8e_1e7b3126c7994fe28712ceaca9da95f0/480p/mp4/file.mp4',
_AgreeModele4 to 'https://video.wixstatic.com/video/6b0d8e_ae31be7173254653844da27cf1ef3599/480p/mp4/file.mp4',
_AgreeModele5 to 'https://video.wixstatic.com/video/6b0d8e_96898754c6794fb88b1b0b1e27b35f30/480p/mp4/file.mp4',
_AgreeModele6 to 'https://video.wixstatic.com/video/6b0d8e_ed76b4f2a5854845976881e03f1a67fb/480p/mp4/file.mp4',
_AgreeModele7 to 'https://video.wixstatic.com/video/6b0d8e_2dcaab9c7bd349459d9653f0f14484b6/480p/mp4/file.mp4',
_AgreeModele8 to 'https://video.wixstatic.com/video/6b0d8e_aa9729c1fa4a4d88a099f3069aaace7e/480p/mp4/file.mp4'
>><<set
_AgreeModel1 to 'videos/Melanie/version0.2/model/agreemodel/1.mp4',
_AgreeModela1 to 'videos/Melanie/version0.2/model/agreemodel/a1.mp4',
_AgreeModela2 to 'videos/Melanie/version0.2/model/agreemodel/a2.mp4',
_AgreeModelb1 to 'videos/Melanie/version0.2/model/agreemodel/b1.mp4',
_AgreeModelb2 to 'videos/Melanie/version0.2/model/agreemodel/b2.mp4',
_AgreeModelb3 to 'videos/Melanie/version0.2/model/agreemodel/b3.mp4',
_AgreeModelc1 to 'videos/Melanie/version0.2/model/agreemodel/c1.mp4',
_AgreeModelc2 to 'videos/Melanie/version0.2/model/agreemodel/c2.mp4',
_AgreeModeld1 to 'videos/Melanie/version0.2/model/agreemodel/d1.mp4',
_AgreeModeld2 to 'videos/Melanie/version0.2/model/agreemodel/d2.mp4',
_AgreeModeld3 to 'videos/Melanie/version0.2/model/agreemodel/d3.mp4',
_AgreeModeld4 to 'videos/Melanie/version0.2/model/agreemodel/d4.mp4',
_AgreeModeld5 to 'videos/Melanie/version0.2/model/agreemodel/d5.mp4',
_AgreeModeld6 to 'videos/Melanie/version0.2/model/agreemodel/d6.mp4',
_AgreeModeld7 to 'videos/Melanie/version0.2/model/agreemodel/d7.mp4',
_AgreeModele1 to 'videos/Melanie/version0.2/model/agreemodel/e1.mp4',
_AgreeModele2 to 'videos/Melanie/version0.2/model/agreemodel/e2.mp4',
_AgreeModele3 to 'videos/Melanie/version0.2/model/agreemodel/e3.mp4',
_AgreeModele4 to 'videos/Melanie/version0.2/model/agreemodel/e4.mp4',
_AgreeModele5 to 'videos/Melanie/version0.2/model/agreemodel/e5.mp4',
_AgreeModele6 to 'videos/Melanie/version0.2/model/agreemodel/e6.mp4',
_AgreeModele7 to 'videos/Melanie/version0.2/model/agreemodel/e7.mp4',
_AgreeModele8 to 'videos/Melanie/version0.2/model/agreemodel/e8.mp4'
>><!-- SNEAK -->
<<include "BlackBedCumReleaseInit">>
<<include "MelanieHomePatioSofaSneakReleaseInit">>
<<include "MelanieWalkinClosetReleaseInit">>
<<include "StepMomPeekReleaseInit">>
<<include "PeekHomeAloneShowerReleaseInit">>
<<include "PeekShowerFuckHomeReleaseInit">>
<!-- WORK -->
<<include "TeacherExtraQuestionReleaseInit">>
<<include "CoffeeBreakMelanieReleaseInit">>
<<include "MelanieWorkShowerFuckPeekReleaseInit">>
<<include "MelanieWorkCumChairReleaseInit">>
<<include "CassidyMeetReleaseInit">>
<<include "CassidyOfficeReleaseInit">>
<<include "OfficeWankTalkReleaseInit">>
<<include "OfficeWankTeaseReleaseInit">>
<<include "ChristinaMeetReleaseInit">>
<!-- MODEL -->
<<include "HomeworkReleaseInit">>
<<include "HomeworkExtraTeaseReleaseInit">>
<<include "HomeworkExtraFuckReleaseInit">>
<<include "AlettaAgreeModelReleaseInit">>
<<include "MelanieMeetsAgentFirstTimeReleaseInit">>
<<include "MelanieMeetsAgentSecondReleaseInit">>
<<include "AlettaFirstDayAtPhotoStudioReleaseInit">>
<<include "PhotoSofaSneakFuckReleaseInit">>
<<include "NicoleTryOnHelloReleaseInit">>
<<include "NicoleTryOnReleaseInit">>
<<include "NicoleTryOnFuckReleaseInit">>
<<include "RachelTryOnIntroReleaseInit">>
<<include "RachelTryOnTeaseReleaseInit">>
<<include "RachelTryOnFuckReleaseInit">>
<<include "MelaniePSPurpledressReleaseInit">>
<<include "MelaniePSBrownReleaseInit">>
<<include "MelanieTeacherDress1ReleaseInit">>
<<include "MelanieTeacherDress2ReleaseInit">>
<!-- APARTMENT -->
<<include "HandsomeTenantReleaseInit">>
<<set
_WorkShowerPeek1 to 'https://video.wixstatic.com/video/6b0d8e_31e51483a6a144579e80ba33dfa04140/360p/mp4/file.mp4',
_WorkShowerPeek2 to 'https://video.wixstatic.com/video/6b0d8e_99869a6223c749d08ce39ed9f45ac447/360p/mp4/file.mp4',
_WorkShowerPeeka1 to 'https://video.wixstatic.com/video/6b0d8e_9f1a897dddf2477888106c7730db3c04/360p/mp4/file.mp4',
_WorkShowerPeeka2 to 'https://video.wixstatic.com/video/6b0d8e_ea836e83a9324d40ab3717722a673d36/360p/mp4/file.mp4',
_WorkShowerPeekb1 to 'https://video.wixstatic.com/video/6b0d8e_5d47ad36fa9d46aaab71c055b67f56e0/360p/mp4/file.mp4',
_WorkShowerPeekb2 to 'https://video.wixstatic.com/video/6b0d8e_ac4f79ae212b4c389754689c70e69402/360p/mp4/file.mp4',
_WorkShowerPeekb3 to 'https://video.wixstatic.com/video/6b0d8e_b86fff72ba4d45bdbcb5bb5aa2e97035/360p/mp4/file.mp4',
_WorkShowerPeekb4 to 'https://video.wixstatic.com/video/6b0d8e_e4907308d0bd4a2581be5739be377e25/360p/mp4/file.mp4',
_WorkShowerPeekc1 to 'https://video.wixstatic.com/video/6b0d8e_f1f3ceaf4f374221a162bcbab9520ef2/360p/mp4/file.mp4',
_WorkShowerPeekc2 to 'https://video.wixstatic.com/video/6b0d8e_9d6a966b6b8940778170b1ddb956cc10/360p/mp4/file.mp4',
_WorkShowerPeekc3 to 'https://video.wixstatic.com/video/6b0d8e_2c56f8056e33492d85013f76bfb3fa2b/360p/mp4/file.mp4',
_WorkShowerPeekd1 to 'https://video.wixstatic.com/video/6b0d8e_f0636eda5c664cb7923c591722dc7c43/360p/mp4/file.mp4',
_WorkShowerPeekd2 to 'https://video.wixstatic.com/video/6b0d8e_1a9d7176b7454853a5ebc521f90ae1bd/360p/mp4/file.mp4'
>><<set
_WorkShowerPeek1 to 'videos/Melanie/version0.2/work/showerfuckpeek/1.mp4',
_WorkShowerPeek2 to 'videos/Melanie/version0.2/work/showerfuckpeek/2.mp4',
_WorkShowerPeeka1 to 'videos/Melanie/version0.2/work/showerfuckpeek/a1.mp4',
_WorkShowerPeeka2 to 'videos/Melanie/version0.2/work/showerfuckpeek/a2.mp4',
_WorkShowerPeekb1 to 'videos/Melanie/version0.2/work/showerfuckpeek/b1.mp4',
_WorkShowerPeekb2 to 'videos/Melanie/version0.2/work/showerfuckpeek/b2.mp4',
_WorkShowerPeekb3 to 'videos/Melanie/version0.2/work/showerfuckpeek/b3.mp4',
_WorkShowerPeekb4 to 'videos/Melanie/version0.2/work/showerfuckpeek/b4.mp4',
_WorkShowerPeekc1 to 'videos/Melanie/version0.2/work/showerfuckpeek/c1.mp4',
_WorkShowerPeekc2 to 'videos/Melanie/version0.2/work/showerfuckpeek/c2.mp4',
_WorkShowerPeekc3 to 'videos/Melanie/version0.2/work/showerfuckpeek/c3.mp4',
_WorkShowerPeekd1 to 'videos/Melanie/version0.2/work/showerfuckpeek/d1.mp4',
_WorkShowerPeekd2 to 'videos/Melanie/version0.2/work/showerfuckpeek/d2.mp4'
>><<set
_WorkCumChair1 to 'https://video.wixstatic.com/video/6b0d8e_c3d8279ad3b5493a829cad9fadfe15ff/480p/mp4/file.mp4',
_WorkCumChair2 to 'https://video.wixstatic.com/video/6b0d8e_ea83c7b541a14a4792ba4df04ea49b11/480p/mp4/file.mp4',
_WorkCumChair3 to 'https://video.wixstatic.com/video/6b0d8e_2210ec2fef1a4ee38ed2fba0de3684b2/480p/mp4/file.mp4',
_WorkCumChair4 to 'https://video.wixstatic.com/video/6b0d8e_d989002988734a98b8192eaab596bb88/480p/mp4/file.mp4',
_WorkCumChair5 to 'https://video.wixstatic.com/video/6b0d8e_3f9116271b3345a58e28ab14e61dc595/480p/mp4/file.mp4',
_WorkCumChair6 to 'https://video.wixstatic.com/video/6b0d8e_be78a1f4cf7b4ffab911be647fad6afd/480p/mp4/file.mp4',
_WorkCumChair7 to 'https://video.wixstatic.com/video/6b0d8e_d26fad5b804f4c068f42b0221d92d58d/480p/mp4/file.mp4'
>><<set
_WorkCumChair1 to 'videos/Melanie/version0.2/work/cumchair/1.mp4',
_WorkCumChair2 to 'videos/Melanie/version0.2/work/cumchair/2.mp4',
_WorkCumChair3 to 'videos/Melanie/version0.2/work/cumchair/3.mp4',
_WorkCumChair4 to 'videos/Melanie/version0.2/work/cumchair/4.mp4',
_WorkCumChair5 to 'videos/Melanie/version0.2/work/cumchair/5.mp4',
_WorkCumChair6 to 'videos/Melanie/version0.2/work/cumchair/6.mp4',
_WorkCumChair7 to 'videos/Melanie/version0.2/work/cumchair/7.mp4'
>><<set
_Walkincloset1 to 'https://video.wixstatic.com/video/6b0d8e_4f13508e4fa0486b8ee4b3ed814f0219/360p/mp4/file.mp4',
_Walkincloset2 to 'https://video.wixstatic.com/video/6b0d8e_c708a6016a714ecb85d04320d75be3fa/360p/mp4/file.mp4',
_Walkincloset3 to 'https://video.wixstatic.com/video/6b0d8e_fc0f7b3e94a04852a8d6b235e6577399/360p/mp4/file.mp4',
_Walkincloset4 to 'https://video.wixstatic.com/video/6b0d8e_6c5942329fb94485969d9c98e8defff3/360p/mp4/file.mp4',
_Walkincloset5 to 'https://video.wixstatic.com/video/6b0d8e_a2d70ee1511f43a69af8e84803a88b3c/360p/mp4/file.mp4'
>><<set
_Walkincloset1 to 'videos/Melanie/version0.2/sneak/walkincloset/1.mp4',
_Walkincloset2 to 'videos/Melanie/version0.2/sneak/walkincloset/2.mp4',
_Walkincloset3 to 'videos/Melanie/version0.2/sneak/walkincloset/3.mp4',
_Walkincloset4 to 'videos/Melanie/version0.2/sneak/walkincloset/4.mp4',
_Walkincloset5 to 'videos/Melanie/version0.2/sneak/walkincloset/5.mp4'
>>
<<set
_PatioSofaSneak1 to 'https://video.wixstatic.com/video/6b0d8e_3d9232e7611f4c029114f8e62db1f66e/360p/mp4/file.mp4',
_PatioSofaSneaka1 to 'https://video.wixstatic.com/video/6b0d8e_148d0996c389498884364c964e078303/360p/mp4/file.mp4',
_PatioSofaSneaka2 to 'https://video.wixstatic.com/video/6b0d8e_343684646fb642f29eb6d63791ad5b21/360p/mp4/file.mp4',
_PatioSofaSneaka3 to 'https://video.wixstatic.com/video/6b0d8e_aa385552781d4026b4dad492626322c6/360p/mp4/file.mp4',
_PatioSofaSneakb1 to 'https://video.wixstatic.com/video/6b0d8e_1be2f9e47a884de68f20a2c28942c988/360p/mp4/file.mp4',
_PatioSofaSneakb2 to 'https://video.wixstatic.com/video/6b0d8e_b94430a6f3eb4f10a7d8e772755499ad/360p/mp4/file.mp4',
_PatioSofaSneakc1 to 'https://video.wixstatic.com/video/6b0d8e_8a5773d41ead451bbd157627b2e1d2fb/360p/mp4/file.mp4',
_PatioSofaSneakc2 to 'https://video.wixstatic.com/video/6b0d8e_87013879993649e78bccee142bb2f0b8/360p/mp4/file.mp4',
_PatioSofaSneakc3 to 'https://video.wixstatic.com/video/6b0d8e_878a82dca1c6433f9e529887b7a32255/360p/mp4/file.mp4',
_PatioSofaSneakd1 to 'https://video.wixstatic.com/video/6b0d8e_a464c8955a2845daa821260015ef1710/360p/mp4/file.mp4',
_PatioSofaSneakd2 to 'https://video.wixstatic.com/video/6b0d8e_c0e3a063cedc4c6eb9db006267dac5ac/360p/mp4/file.mp4',
_PatioSofaSneakd3 to 'https://video.wixstatic.com/video/6b0d8e_934319bef1604ef1ac2df11b7c492bc1/360p/mp4/file.mp4',
_PatioSofaSneake1 to 'https://video.wixstatic.com/video/6b0d8e_c23af3a1cc764ccabd4313f4646033fb/360p/mp4/file.mp4',
_PatioSofaSneake2 to 'https://video.wixstatic.com/video/6b0d8e_6f00333c54634bfdbfb621892ec366ca/360p/mp4/file.mp4',
_PatioSofaSneake3 to 'https://video.wixstatic.com/video/6b0d8e_50ca167ecab54eac88090601a30f6834/360p/mp4/file.mp4'
>><<set
_PatioSofaSneak1 to 'videos/Melanie/version0.2/sneak/patiosofasneak/1.mp4',
_PatioSofaSneaka1 to 'videos/Melanie/version0.2/sneak/patiosofasneak/a1.mp4',
_PatioSofaSneaka2 to 'videos/Melanie/version0.2/sneak/patiosofasneak/a2.mp4',
_PatioSofaSneaka3 to 'videos/Melanie/version0.2/sneak/patiosofasneak/a3.mp4',
_PatioSofaSneakb1 to 'videos/Melanie/version0.2/sneak/patiosofasneak/b1.mp4',
_PatioSofaSneakb2 to 'videos/Melanie/version0.2/sneak/patiosofasneak/b2.mp4',
_PatioSofaSneakc1 to 'videos/Melanie/version0.2/sneak/patiosofasneak/c1.mp4',
_PatioSofaSneakc2 to 'videos/Melanie/version0.2/sneak/patiosofasneak/c2.mp4',
_PatioSofaSneakc3 to 'videos/Melanie/version0.2/sneak/patiosofasneak/c3.mp4',
_PatioSofaSneakd1 to 'videos/Melanie/version0.2/sneak/patiosofasneak/d1.mp4',
_PatioSofaSneakd2 to 'videos/Melanie/version0.2/sneak/patiosofasneak/d2.mp4',
_PatioSofaSneakd3 to 'videos/Melanie/version0.2/sneak/patiosofasneak/d3.mp4',
_PatioSofaSneake1 to 'videos/Melanie/version0.2/sneak/patiosofasneak/e1.mp4',
_PatioSofaSneake2 to 'videos/Melanie/version0.2/sneak/patiosofasneak/e2.mp4',
_PatioSofaSneake3 to 'videos/Melanie/version0.2/sneak/patiosofasneak/e3.mp4'
>><<set
_StepMomPeek1 to 'https://video.wixstatic.com/video/6b0d8e_5151396dc69b498aa9846a324927a846/480p/mp4/file.mp4',
_StepMomPeek2 to 'https://video.wixstatic.com/video/6b0d8e_28ac4cba17f94b0fa97a303a27bca5a7/480p/mp4/file.mp4',
_StepMomPeek3 to 'https://video.wixstatic.com/video/6b0d8e_d76a53551fac40c287a599dacf1204de/480p/mp4/file.mp4',
_StepMomPeek4 to 'https://video.wixstatic.com/video/6b0d8e_3be6bcd5bb0b45ecbbe6313a671d9962/480p/mp4/file.mp4',
_StepMomPeeka1 to 'https://video.wixstatic.com/video/6b0d8e_dc31d5d56e6b4dafb27c7c78e5ea96b6/480p/mp4/file.mp4',
_StepMomPeeka2 to 'https://video.wixstatic.com/video/6b0d8e_ae3c2d87232b40109b9b9005861bdba1/480p/mp4/file.mp4',
_StepMomPeeka3 to 'https://video.wixstatic.com/video/6b0d8e_2ffe5f1f7a7845e79c00c336d677cf6b/480p/mp4/file.mp4'
>><<set
_StepMomPeek1 to 'videos/Melanie/version0.2/sneak/stepmompeek/1.mp4',
_StepMomPeek2 to 'videos/Melanie/version0.2/sneak/stepmompeek/2.mp4',
_StepMomPeek3 to 'videos/Melanie/version0.2/sneak/stepmompeek/3.mp4',
_StepMomPeek4 to 'videos/Melanie/version0.2/sneak/stepmompeek/4.mp4',
_StepMomPeeka1 to 'videos/Melanie/version0.2/sneak/stepmompeek/a1.mp4',
_StepMomPeeka2 to 'videos/Melanie/version0.2/sneak/stepmompeek/a2.mp4',
_StepMomPeeka3 to 'videos/Melanie/version0.2/sneak/stepmompeek/a3.mp4'
>><<set
_BlackBedCum1 to 'https://video.wixstatic.com/video/6b0d8e_5415f7d70a174b6abff15f7df7c57bfe/480p/mp4/file.mp4',
_BlackBedCum2 to 'https://video.wixstatic.com/video/6b0d8e_2597e8f44d794638a2aceaedad0f2a40/480p/mp4/file.mp4',
_BlackBedCum3 to 'https://video.wixstatic.com/video/6b0d8e_29d46fc91974407ea78f23bca7362bbe/480p/mp4/file.mp4',
_BlackBedCum4 to 'https://video.wixstatic.com/video/6b0d8e_e19b598607f34c7498f672fd1e9c194a/480p/mp4/file.mp4',
_BlackBedCum5 to 'https://video.wixstatic.com/video/6b0d8e_6cbc846461e342b38e0fff627be28689/480p/mp4/file.mp4'
>><<set
_BlackBedCum1 to 'videos/Melanie/version0.2/sneak/blackbedcum/1.mp4',
_BlackBedCum2 to 'videos/Melanie/version0.2/sneak/blackbedcum/2.mp4',
_BlackBedCum3 to 'videos/Melanie/version0.2/sneak/blackbedcum/3.mp4',
_BlackBedCum4 to 'videos/Melanie/version0.2/sneak/blackbedcum/4.mp4',
_BlackBedCum5 to 'videos/Melanie/version0.2/sneak/blackbedcum/5.mp4'
>><<set
_MeetCassidy1 to 'https://video.wixstatic.com/video/6b0d8e_2feeb3659e334ddf9be5539bb88297fb/720p/mp4/file.mp4',
_MeetCassidy2 to 'https://video.wixstatic.com/video/6b0d8e_b3d265c344e2446f9238617c76fb0a91/720p/mp4/file.mp4',
_MeetCassidy3 to 'https://video.wixstatic.com/video/6b0d8e_f75f340067ad4e9cb24699d7f1a2a148/720p/mp4/file.mp4',
_MeetCassidy4 to 'https://video.wixstatic.com/video/6b0d8e_76c432ec290447929cea42cac840dd3c/720p/mp4/file.mp4',
_MeetCassidy5 to 'https://video.wixstatic.com/video/6b0d8e_f1cf0fd9b4844e50abcaa0f543f2b61c/720p/mp4/file.mp4'
>><<set
_MeetCassidy1 to 'videos/Others/version0.2/cassidy/meet/1.mp4',
_MeetCassidy2 to 'videos/Others/version0.2/cassidy/meet/2.mp4',
_MeetCassidy3 to 'videos/Others/version0.2/cassidy/meet/3.mp4',
_MeetCassidy4 to 'videos/Others/version0.2/cassidy/meet/4.mp4',
_MeetCassidy5 to 'videos/Others/version0.2/cassidy/meet/5.mp4'
>><<set
_HomeAloneSneakShower1 to 'https://video.wixstatic.com/video/6b0d8e_135935b04cbf4cce8fab786d4cde9a63/360p/mp4/file.mp4',
_HomeAloneSneakShower2 to 'https://video.wixstatic.com/video/6b0d8e_669683e4eda349fab975b1dc200158e8/360p/mp4/file.mp4',
_HomeAloneSneakShower3 to 'https://video.wixstatic.com/video/6b0d8e_f6dce2616e694ec9b040720df9ce2c6b/360p/mp4/file.mp4'
>><<set
_HomeAloneSneakShower1 to 'videos/Melanie/version0.2/sneak/aloneshower/1.mp4',
_HomeAloneSneakShower2 to 'videos/Melanie/version0.2/sneak/aloneshower/2.mp4',
_HomeAloneSneakShower3 to 'videos/Melanie/version0.2/sneak/aloneshower/3.mp4'
>><<character 'melanie' 'https://static.wixstatic.com/media/6b0d8e_4b6c873edab44e7e8cf90e75c87beb51~mv2.jpeg'>>
<<character 'dude' 'https://static.wixstatic.com/media/6b0d8e_c9c5bb1cbcdb431494ae937dc0c8db6f~mv2.jpg'>>
<<character 'cassidy' 'https://static.wixstatic.com/media/6b0d8e_c72ff298e7534172b29ef52711abc841~mv2.jpeg'>>
<<character 'player' 'You' 'https://static.wixstatic.com/media/6b0d8e_9e061199e84040d9926db589189b2ca0~mv2.jpeg'>>
<<character 'ryan' 'https://static.wixstatic.com/media/6b0d8e_6782c01af3ab435295d3fa42b17f8dc1~mv2.jpeg'>>
<<character 'erica' 'https://static.wixstatic.com/media/6b0d8e_6ae3d6019a6444bf810c6134f12a1932~mv2.jpeg'>>
<<character 'rachel' 'https://static.wixstatic.com/media/6b0d8e_c8edd519a5db4bb79f089207df814d6b~mv2.jpeg'>>
<<character 'peta' 'https://static.wixstatic.com/media/6b0d8e_96d8dbeee1434b43bbe5f1d1ad19ee37~mv2.jpeg'>>
<<character 'krissy' 'https://static.wixstatic.com/media/6b0d8e_91de96d4f29b467d8be53c3c7c386023~mv2.jpg'>>
<<character 'audrey' 'https://static.wixstatic.com/media/6b0d8e_fdd9297eb3984498a031443fa2fa3c46~mv2.jpeg'>>
<<character 'kayla' 'https://static.wixstatic.com/media/6b0d8e_f116eff489bb401796ba7273d5d0fbf9~mv2.jpeg'>>
<<character 'adriana' 'https://static.wixstatic.com/media/6b0d8e_4101615b12ce49c7bd5478e15442613f~mv2.jpeg'>>
<<character 'nicole' 'https://static.wixstatic.com/media/6b0d8e_574c1dc482b6423d93424cc559647d48~mv2.jpeg'>>
<<character 'nikita' 'https://static.wixstatic.com/media/6b0d8e_5d77b1fc5a9948fc842ee09beb1cec0f~mv2.jpg'>>
<<character 'madison' 'https://static.wixstatic.com/media/6b0d8e_c38ce1b3b12b49cfbe5a1f8a653019d1~mv2.jpeg'>><<character 'melanie' 'images/profile/melanie.jpeg'>>
<<character 'dude' 'images/profile/pumpkin.jpeg'>>
<<character 'cassidy' 'images/profile/cassidy.jpeg'>>
<<character 'player' 'You' 'images/profile/mask.jpeg'>>
<<character 'ryan' 'images/profile/an.jpeg'>>
<<character 'erica' 'images/profile/erica.jpeg'>>
<<character 'rachel' 'images/profile/rachel.jpeg'>>
<<character 'peta' 'images/profile/peta.jpeg'>>
<<character 'krissy' 'images/profile/krissy.jpeg'>>
<<character 'audrey' 'images/profile/audrey.jpeg'>>
<<character 'kayla' 'images/profile/kayla.jpeg'>>
<<character 'adriana' 'images/profile/adriana.jpeg'>>
<<character 'nicole' 'images/profile/nicole.jpeg'>>
<<character 'nikita' 'images/profile/nikita.jpg'>>
<<character 'madison' 'images/profile/madison.jpeg'>>
<<character 'christina' 'images/profile/christina.jpeg'>>
<<character 'randomgirl' 'Random girl' 'images/profile/randomgirl.jpeg'>>
<<character 'monique' 'images/profile/monique.jpeg'>>
<<character 'sandee' 'images/profile/sandee.jpeg'>>
<<character 'president' 'images/profile/an.jpeg'>>
<<character 'barnie' 'images/profile/pumpkin.jpeg'>>
<<character 'bertie' 'images/profile/pumpkin.jpeg'>>
<<character 'marie' 'images/profile/cousin.jpeg'>>
<<character 'lela' 'images/profile/lela.jpeg'>>
<<character 'victoria' 'images/profile/victoria.jpeg'>>
<<character 'katie' 'images/profile/katie.jpg'>>
<<character 'alexis' 'images/profile/alexis.jpeg'>>
<<character 'kendra' 'images/profile/kendra.jpeg'>>
<<character 'sarah' 'images/profile/sarah.jpeg'>>
<<character 'tiffany' 'images/profile/tiffany.jpeg'>>
<<character 'bob' 'images/profile/pumpkin.jpeg'>>
<<character 'husband' 'Melanie´s husband' 'images/profile/pumpkin.jpeg'>><<set
_MelaniePSLightGreydress to 'videos/Melanie/version0.2/model/lightgreydress/img.png',
_MelaniePSLightGreydress1 to 'videos/Melanie/version0.2/model/lightgreydress/1.mp4',
_MelaniePSLightGreydress2 to 'videos/Melanie/version0.2/model/lightgreydress/2.mp4',
_MelaniePSLightGreydress3 to 'videos/Melanie/version0.2/model/lightgreydress/3.mp4',
_MelaniePSLightGreydress1d to 'videos/Melanie/version0.2/model/lightgreydress/1d.png',
_MelaniePSLightGreydress2d to 'videos/Melanie/version0.2/model/lightgreydress/2d.png',
_MelaniePSLightGreydress1n to 'videos/Melanie/version0.2/model/lightgreydress/1n.png',
_MelaniePSLightGreydress2n to 'videos/Melanie/version0.2/model/lightgreydress/2n.png',
_MelaniePSLightGreydressa1 to 'videos/Melanie/version0.2/model/lightgreydress/a1.mp4',
_MelaniePSLightGreydressa2 to 'videos/Melanie/version0.2/model/lightgreydress/a2.mp4',
_MelaniePSLightGreydressa1d to 'videos/Melanie/version0.2/model/lightgreydress/a1d.png',
_MelaniePSLightGreydressa1n to 'videos/Melanie/version0.2/model/lightgreydress/a1n.png',
_MelaniePSLightGreydressb1 to 'videos/Melanie/version0.2/model/lightgreydress/b1.mp4',
_MelaniePSLightGreydressb2 to 'videos/Melanie/version0.2/model/lightgreydress/b2.mp4',
_MelaniePSLightGreydressb3 to 'videos/Melanie/version0.2/model/lightgreydress/b3.mp4',
_MelaniePSLightGreydressb1n to 'videos/Melanie/version0.2/model/lightgreydress/b1n.png',
_MelaniePSLightGreydressb2n to 'videos/Melanie/version0.2/model/lightgreydress/b2n.png',
_MelaniePSLightGreydressb3n to 'videos/Melanie/version0.2/model/lightgreydress/b3n.png',
_MelaniePSLightGreydressb4n to 'videos/Melanie/version0.2/model/lightgreydress/b4n.png',
_MelaniePSLightGreydressc1 to 'videos/Melanie/version0.2/model/lightgreydress/c1.mp4',
_MelaniePSLightGreydressc2 to 'videos/Melanie/version0.2/model/lightgreydress/c2.mp4',
_MelaniePSLightGreydressc3 to 'videos/Melanie/version0.2/model/lightgreydress/c3.mp4',
_MelaniePSLightGreydressc1n to 'videos/Melanie/version0.2/model/lightgreydress/c1n.png',
_MelaniePSLightGreydressc2n to 'videos/Melanie/version0.2/model/lightgreydress/c2n.png',
_MelaniePSLightGreydressc3n to 'videos/Melanie/version0.2/model/lightgreydress/c3n.png'
>><div id="03_Modelgrey_decent1"></div>
<<script>>experiencedEvent("03_modelgrey_decent1", "SEE", "03_Modelgrey_decent1", State.temporary.events)<</script>>
<<player>>Here's you, looking into the camera.<</player>>
<img @src=_MelaniePSLightGreydress1d width="600">
<<cont keypress append>><<melanie>>Not particularly exciting, is it, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's a shot of your beautiful legs.<</player>>
<img @src=_MelaniePSLightGreydress2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Upset): My legs? There's not even a hint of my ass or my boobs?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think your legs...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't care about what you think. Now, shut up and take some good photos.<</melanie>>
[[Another try|MelaniePSLightGreydressnextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Modelgrey_naughty1"></div>
<<script>>experiencedEvent("03_modelgrey_naughty1", "SEE", "03_Modelgrey_naughty1", State.temporary.events)<</script>>
<<player>>Here's a shot of your boobs.<</player>>
<img @src=_MelaniePSLightGreydress1n width="600">
<<cont keypress append>><<melanie>>Yeah, they are good.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Nodding, smiling): Yes, they are.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't get too hard, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Putting on a serious expression): Right. And here's a pic of you slightly touching them.<</player>>
<img @src=_MelaniePSLightGreydress2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>That's the touch I'd want from the men with the huge dicks.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I could provide her with that touch.<</player>>
<<melanie>>Let's continue.<</melanie>>
[[Next pose|MelaniePSLightGreydressnextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<<player>>Maybe we can take some pictures from behind?<</player>>
<<cont keypress append>><<melanie>>Sure. I guess you want to sneak a peek of my pussy?<</melanie>>
<video @src=_MelaniePSLightGreydressa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): ...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, no need to answer, $playerFirstName, of course you do.<</melanie>>
<video @src=_MelaniePSLightGreydressa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos, to yourself): Maybe I could ask her to be a bit more daring?<</player>>
<<scrolldown>><<cont keypress append>><<player>>If you show your ass to the camera, I could publish some good pictures to the men with the huge cocks.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Hesitantly): That's not an entirely stupid idea, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So, can you do it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me see the pics you've got so far.<</melanie>>
[[Show the decent pics|MelaniePSLightGreydressSecondShotsDecent]]
<<disable !canExperienceEvent("03_modelgrey_naughty2", State.temporary.events)>>[[Show the naughty pics|MelaniePSLightGreydressSecondShotsNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<div id="03_Modelgrey_decent2"></div>
<<script>>experiencedEvent("03_modelgrey_decent2", "SEE", "03_Modelgrey_decent2", State.temporary.events)<</script>>
<<player>>Here's a pic of your ass.<</player>>
<img @src=_MelaniePSLightGreydressa1d width="600">
<<cont keypress append>><<melanie>>(Disappointed): I once thought you were a talented photographer, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No, but...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Throwing the camera on the floor): I'll have to go and find the huge cocks on my own.<</melanie>>
<<scrolldown>><<cont keypress append>>And she leaves.
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="03_Modelgrey_naughty2"></div>
<<script>>experiencedEvent("03_modelgrey_naughty2", "SEE", "03_Modelgrey_naughty2", State.temporary.events)<</script>>
<<player>>I like how your ass is accentuated in this one.<</player>>
<img @src=_MelaniePSLightGreydressa1n width="600">
<<cont keypress append>><<melanie>>(A little disappointed): But you can't see it. $playerFirstName, is this the best you can do?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, there is no X-ray on the camera.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You mean I'll have to...<</melanie>>
[[Yes|MelaniePSLightGreydressLastChance]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>Okay, I'll show you some.<</melanie>>
<video @src=_MelaniePSLightGreydressb1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Frantically taking photos): Wow, that's beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Obviously. It's the best ass out there.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She doesn't wear panties?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It needs some good treatment.<</melanie>>
<video @src=_MelaniePSLightGreydressb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Naturally.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please don't explode on me, $playerFirstName.<</melanie>>
<video @src=_MelaniePSLightGreydressb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I'll try.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Try harder. And show me those photos.<</melanie>>
[[Show the pics you've got|MelaniePSLightGreydressthirdSetOfPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Here you do a little teasing.<</player>>
<img @src=_MelaniePSLightGreydressb1n width="600">
<<cont keypress append>><<melanie>>(Impressed): This is a good photo, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Thanks, Melanie.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't get too hard. What's the next photo?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Here you put your whole ass on display.<</player>>
<img @src=_MelaniePSLightGreydressb2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Nodding): Impressing.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's a close-up.<</player>>
<img @src=_MelaniePSLightGreydressb3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Laying a hand on your shoulder): You're good, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And the last one. In this one you bend forward slightly.<</player>>
<img @src=_MelaniePSLightGreydressb4n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Studying the photo, moaning): Wow, $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Quite sexy, don't you think?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Studying the photo): And you even got a glimpse of my pussy?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, a glimpse.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Kissing you on the cheek): There's the pervert I like.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She likes me?<</player>>
[[She wants to do a few extra poses|MelaniePSLightGreydressExtra]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>So what do you think?<</melanie>>
<<cont keypress append>><<player>>About what?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you think the men with the huge dicks will like my pussy?<</melanie>>
<video @src=_MelaniePSLightGreydressc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I think they will love it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you think they will lick me, right here?<</melanie>>
<video @src=_MelaniePSLightGreydressc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I have no doubt.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And maybe they will fuck me, real real hard?<</melanie>>
<video @src=_MelaniePSLightGreydressc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Definitely.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Good. Let me see those photos.<</melanie>>
[[Show the last pics|MelaniePSLightGreydressExtraPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="03_Modelgrey_happy"></div>
<<script>>experiencedEvent("03_modelgrey_happy", "SEE", "03_Modelgrey_happy", State.temporary.events)<</script>>
<<player>>Here you reach for your pussy.<</player>>
<img @src=_MelaniePSLightGreydressc1n width="600">
<<cont keypress append>><<melanie>>You'll publish these photos as soon as possible, won't you, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Of course. And here you touch it.<</player>>
<img @src=_MelaniePSLightGreydressc2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>And then you will keep an eye on your inbox, in case some admirer asks for me?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Don't you worry about that. And here's a close-up.<</player>>
<img @src=_MelaniePSLightGreydressc3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>And if there is a letter from a man with a huge dick, you will set up a meeting?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I promise.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Kissing you on the cheek): Great. I have to go now. Bye, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Goodbye<</player>>
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MelaniePSBlackdress to 'videos/Melanie/version0.2/model/blackdress/img.png',
_MelaniePSBlackdress1 to 'videos/Melanie/version0.2/model/blackdress/1.mp4',
_MelaniePSBlackdress2 to 'videos/Melanie/version0.2/model/blackdress/2.mp4',
_MelaniePSBlackdress3 to 'videos/Melanie/version0.2/model/blackdress/3.mp4',
_MelaniePSBlackdress1d to 'videos/Melanie/version0.2/model/blackdress/1d.png',
_MelaniePSBlackdress2d to 'videos/Melanie/version0.2/model/blackdress/2d.png',
_MelaniePSBlackdress1n to 'videos/Melanie/version0.2/model/blackdress/1n.png',
_MelaniePSBlackdress2n to 'videos/Melanie/version0.2/model/blackdress/2n.png',
_MelaniePSBlackdressa1 to 'videos/Melanie/version0.2/model/blackdress/a1.mp4',
_MelaniePSBlackdressa2 to 'videos/Melanie/version0.2/model/blackdress/a2.mp4',
_MelaniePSBlackdressa3 to 'videos/Melanie/version0.2/model/blackdress/a3.mp4',
_MelaniePSBlackdressa1d to 'videos/Melanie/version0.2/model/blackdress/a1d.png',
_MelaniePSBlackdressa2d to 'videos/Melanie/version0.2/model/blackdress/a2d.png',
_MelaniePSBlackdressa1n to 'videos/Melanie/version0.2/model/blackdress/a1n.png',
_MelaniePSBlackdressa2n to 'videos/Melanie/version0.2/model/blackdress/a2n.png',
_MelaniePSBlackdressb1 to 'videos/Melanie/version0.2/model/blackdress/b1.mp4',
_MelaniePSBlackdressb2 to 'videos/Melanie/version0.2/model/blackdress/b2.mp4',
_MelaniePSBlackdressb1d to 'videos/Melanie/version0.2/model/blackdress/b1d.png',
_MelaniePSBlackdressb1n to 'videos/Melanie/version0.2/model/blackdress/b1n.png'
>><div id="03_Modelblack_decent1"></div>
<<script>>experiencedEvent("03_modelblack_decent1", "SEE", "03_Modelblack_decent1", State.temporary.events)<</script>>
<<player>>(Hesitating): ...<</player>>
<<cont keypress append>><<melanie>>Hahaha, don't fool yourself, $playerFirstName. Of course you thought about me. Now, show me those photos.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Here's a close-up of your face.<</player>>
<img @src=_MelaniePSBlackdress1d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Why? Is it my face you think about when you masturbate?<</melanie>>
<<player>>No, but...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So why do you show me a photo with only my face?<</melanie>>
<<player>>Because...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Never mind. Show me the next one.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Right. Here's you, looking confident.<</player>>
<img @src=_MelaniePSBlackdress2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Well, there's some cleavage... But... No.<</melanie>>
[[Another try|MelaniePSBlackdressnextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Modelblack_naughty1"></div>
<<script>>experiencedEvent("03_modelblack_naughty1", "SEE", "03_Modelblack_naughty1", State.temporary.events)<</script>>
<<player>>Yes. I thought of you when I masturbated.<</player>>
<<cont keypress append>><<melanie>>Not very surprising, to say the least. Now, show me the photos.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Right. Here are your boobs.<</player>>
<img @src=_MelaniePSBlackdress1n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>It's a good shot. It's apparent that you want me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you're spreading your legs a bit.<</player>>
<img @src=_MelaniePSBlackdress2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>You didn't catch me when I showed you my pussy? I've overestimated you, $playerFirstName.<</melanie>>
[[Another try|MelaniePSBlackdressnextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>So when do you plan to masturbate next time, $playerFirstName?<</melanie>>
<video @src=_MelaniePSBlackdressa1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos): I haven't planned for it, actually.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I conclude that you will start wanking as soon as I leave the room.<</melanie>>
<video @src=_MelaniePSBlackdressa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): It's possible.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's convenient, since you will be rock hard from the beginning.<</melanie>>
<video @src=_MelaniePSBlackdressa3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): That's true.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me see those photos. Maybe you won't even need to use your imagination.<</melanie>>
[[Show her the decent pics|MelaniePSBlackdressSecondShotsDecent]]
<<disable !canExperienceEvent("03_modelblack_naughty2", State.temporary.events)>>[[Show her the naughty pics|MelaniePSBlackdressSecondShotsNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Modelblack_decent2"></div>
<<script>>experiencedEvent("03_modelblack_decent2", "SEE", "03_Modelblack_decent2", State.temporary.events)<</script>>
<<player>>Here's you, from the front.<</player>>
<img @src=_MelaniePSBlackdressa1d width="600">
<<cont keypress append>><<melanie>>$playerFirstName, $playerFirstName, what is this?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's a shot from behind.<</player>>
<img @src=_MelaniePSBlackdressa2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>No, $playerFirstName, this won't do.<</melanie>>
[[She gives you one last chance|MelaniePSBlackdressLastTry]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_Modelblack_naughty2"></div>
<<script>>experiencedEvent("03_modelblack_naughty2", "SEE", "03_Modelblack_naughty2", State.temporary.events)<</script>>
<<player>>Here's you, lifting the dress just an inch.<</player>>
<img @src=_MelaniePSBlackdressa1n width="600">
<<cont keypress append>><<melanie>>It is quite sexy, but you can't see a lot in this pic. Next.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Here's you, bending forward. I got quite a view.<</player>>
<img @src=_MelaniePSBlackdressa2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>But did you see my pussy, $playerFirstName? That's the million dollar question.<</melanie>>
[[You'll get another try|MelaniePSBlackdressLastTry]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>Tell me something about your imaginations, $playerFirstName, what part of me is grinding on your cock?<</melanie>>
<<cont keypress append>><<player>>Excuse me?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Is it my ass?<</melanie>>
<video @src=_MelaniePSBlackdressb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>My boobs? Or my pussy?<</melanie>>
<video @src=_MelaniePSBlackdressb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): ...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or my pussy?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, show me what you've got.<</melanie>>
[[Show the decent pic|MelaniePSBlackdressThirdShotsDecent]]
<<disable !canExperienceEvent("03_modelblack_naughty3", State.temporary.events)>>[[Show the naughty pic|MelaniePSBlackdressThirdShotsNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="03_Modelblack_decent3"></div>
<<script>>experiencedEvent("03_modelblack_decent3", "SEE", "03_Modelblack_decent3", State.temporary.events)<</script>>
<<player>>Here's a profile shot.<</player>>
<img @src=_MelaniePSBlackdressb1d width="600">
<<cont keypress append>><<melanie>>(Throwing the camera on the floor): Profile? Pathetic!<</melanie>>
<<scrolldown>><<cont keypress append>>And she leaves.
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="03_Modelblack_naughty3"></div>
<<script>>experiencedEvent("03_modelblack_naughty3", "SEE", "03_Modelblack_naughty3", State.temporary.events)<</script>>
<<player>>Here's you, touching your pussy.<</player>>
<<cont keypress append>><<melanie>>But you still can't see my pussy, can you.<</melanie>>
<img @src=_MelaniePSBlackdressb1n width="600">
<<scrolldown>><<cont keypress append>><<player>>No, but...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, I'll be completely honest with you: a picture like this doesn't match my standards.<</melanie>>
<<scrolldown>><<cont keypress append>>And she leaves.
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<set
_MelaniePSPurpledress to 'https://static.wixstatic.com/media/6b0d8e_8167f90ef6e44ae6af15370dde90fcf7~mv2.png',
_MelaniePSPurpledress1 to 'https://video.wixstatic.com/video/6b0d8e_8615d436bd634ba0a32cf5854f7dc6b9/480p/mp4/file.mp4',
_MelaniePSPurpledress2 to 'https://video.wixstatic.com/video/6b0d8e_3081f613018e4d339c757ada498360dc/480p/mp4/file.mp4',
_MelaniePSPurpledress1d to 'https://static.wixstatic.com/media/6b0d8e_cdd9cd65343b4ef189aef50a1bfb5450~mv2.png',
_MelaniePSPurpledress1n to 'https://static.wixstatic.com/media/6b0d8e_3f02168b22384a9bb5dd54554dddacb0~mv2.png',
_MelaniePSPurpledressa1 to 'https://video.wixstatic.com/video/6b0d8e_547cd8a013bc44a68229ac806d199dd2/480p/mp4/file.mp4',
_MelaniePSPurpledressa2 to 'https://video.wixstatic.com/video/6b0d8e_cbddee9652934943b6793385951d77ec/480p/mp4/file.mp4',
_MelaniePSPurpledressa1d to 'https://static.wixstatic.com/media/6b0d8e_afb16ce145174c7fb178308726168f33~mv2.png',
_MelaniePSPurpledressa2d to 'https://static.wixstatic.com/media/6b0d8e_1615e9c8b8404bfc91ee571bb6c88d5c~mv2.png',
_MelaniePSPurpledressa1n to 'https://static.wixstatic.com/media/6b0d8e_3fc0f17c8f814173bf24dcc1973fed87~mv2.png',
_MelaniePSPurpledressa2n to 'https://static.wixstatic.com/media/6b0d8e_f26f3dae05174bea857741d2741613f6~mv2.png',
_MelaniePSPurpledressb1 to 'https://video.wixstatic.com/video/6b0d8e_c5eeedde17014b77b6f89661305896d7/480p/mp4/file.mp4',
_MelaniePSPurpledressb2 to 'https://video.wixstatic.com/video/6b0d8e_d828047e596e4b4e9212364da7f52ae4/480p/mp4/file.mp4',
_MelaniePSPurpledressb3 to 'https://video.wixstatic.com/video/6b0d8e_9a4f9abf9dc34f3eb234175c206ca09a/480p/mp4/file.mp4',
_MelaniePSPurpledressb4 to 'https://video.wixstatic.com/video/6b0d8e_03249985b1f14f558220e5f373a7aed9/480p/mp4/file.mp4',
_MelaniePSPurpledressb1d to 'https://static.wixstatic.com/media/6b0d8e_3a26cf83016d4ee79dae7185dd7bb6fc~mv2.png',
_MelaniePSPurpledressb2d to 'https://static.wixstatic.com/media/6b0d8e_9da46b2b403f434aa084129fe23e923c~mv2.png',
_MelaniePSPurpledressb3d to 'https://static.wixstatic.com/media/6b0d8e_ef3b10da246e4ce8bad521a43070cc5c~mv2.png',
_MelaniePSPurpledressb4d to 'https://static.wixstatic.com/media/6b0d8e_0d8d219de52d4404be2e2dca141b4054~mv2.png'
>><<set
_MelaniePSPurpledress to 'videos/Melanie/version0.2/model/purpledress/img.png',
_MelaniePSPurpledress1 to 'videos/Melanie/version0.2/model/purpledress/1.mp4',
_MelaniePSPurpledress2 to 'videos/Melanie/version0.2/model/purpledress/2.mp4',
_MelaniePSPurpledress1d to 'videos/Melanie/version0.2/model/purpledress/1d.png',
_MelaniePSPurpledress1n to 'videos/Melanie/version0.2/model/purpledress/1n.png',
_MelaniePSPurpledressa1 to 'videos/Melanie/version0.2/model/purpledress/a1.mp4',
_MelaniePSPurpledressa2 to 'videos/Melanie/version0.2/model/purpledress/a2.mp4',
_MelaniePSPurpledressa1d to 'videos/Melanie/version0.2/model/purpledress/a1d.png',
_MelaniePSPurpledressa2d to 'videos/Melanie/version0.2/model/purpledress/a2d.png',
_MelaniePSPurpledressa1n to 'videos/Melanie/version0.2/model/purpledress/a1n.png',
_MelaniePSPurpledressa2n to 'videos/Melanie/version0.2/model/purpledress/a2n.png',
_MelaniePSPurpledressb1 to 'videos/Melanie/version0.2/model/purpledress/b1.mp4',
_MelaniePSPurpledressb2 to 'videos/Melanie/version0.2/model/purpledress/b2.mp4',
_MelaniePSPurpledressb3 to 'videos/Melanie/version0.2/model/purpledress/b3.mp4',
_MelaniePSPurpledressb4 to 'videos/Melanie/version0.2/model/purpledress/b4.mp4',
_MelaniePSPurpledressb1d to 'videos/Melanie/version0.2/model/purpledress/b1d.png',
_MelaniePSPurpledressb2d to 'videos/Melanie/version0.2/model/purpledress/b2d.png',
_MelaniePSPurpledressb3d to 'videos/Melanie/version0.2/model/purpledress/b3d.png',
_MelaniePSPurpledressb4d to 'videos/Melanie/version0.2/model/purpledress/b4d.png'
>>
<div id="02_Photo_dress_purpleblackbelt2"></div>
<<script>>experiencedEvent("02_photo_dress_purpleblackbelt2", "SEE", "02_Photo_dress_purpleblackbelt2", State.temporary.events)<</script>>
<<player>>This is when you admire your new belt.<</player>>
<img @src=_MelaniePSPurpledress1d width="600">
<<cont keypress append>><<melanie>>Do you really think that's sexy, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Never mind. Of course you do. But this photo won't do for the viewers I have in mind. Let's try again.<</melanie>>
[[Another try|MelaniePSPurpledressnextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="02_Photo_dress_purpleblackbelt3"></div>
<<script>>experiencedEvent("02_photo_dress_purpleblackbelt3", "SEE", "02_Photo_dress_purpleblackbelt3", State.temporary.events)<</script>>
<<player>>This is when you admire yourself in the mirror.<</player>>
<<cont keypress append>><<melanie>>Do you imagine me sucking your cock, $playerFirstName?<</melanie>>
<img @src=_MelaniePSPurpledress1n width="600">
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't embarass yourself, $playerFirstName. Of course you do. My point is, it will never happen.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): You wanna bet on it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now bring up that camera.<</melanie>>
[[Another try|MelaniePSPurpledressnextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Why don't you imagine you have a huge cock in front of you?<</player>>
<<cont keypress append>><<melanie>>Like this, $playerFirstName?<</melanie>>
<video @src=_MelaniePSPurpledressa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Perfect.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you sure this isn't too much, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think these poses makes for some classy photos.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>If you say so.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Is the cock hard yet?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The cocks are always hard for me.<</melanie>>
<video @src=_MelaniePSPurpledressa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I don't doubt it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're such a perv, $playerFirstName. Now, let me see those pics.<</melanie>>
[[Show the decent pics|MelaniePSPurpledressSecondShotDecent]]
<<disable !canExperienceEvent("02_photo_dress_purpleblackbelt5", State.temporary.events)>>[[Show the naughty pics|MelaniePSPurpledressSecondShotNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_dress_purpleblackbelt4"></div>
<<script>>experiencedEvent("02_photo_dress_purpleblackbelt4", "SEE", "02_Photo_dress_purpleblackbelt4", State.temporary.events)<</script>>
<<player>>Look at your body on this one.<</player>>
<img @src=_MelaniePSPurpledressa1d width="600">
<<cont keypress append>><<melanie>>My body is always perfect, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How about this one? Look at your beautiful hair.<</player>>
<img @src=_MelaniePSPurpledressa2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>I licked an imaginary cock in front of me, $playerFirstName. Yet, I cannot see it anywhere in the photo. Why?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's because you're a lousy photographer.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I should have shown her the naughty photos.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You'll have one last try.<</melanie>>
[[Last try|MelaniePSPurpledressThirdTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_dress_purpleblackbelt5"></div>
<<script>>experiencedEvent("02_photo_dress_purpleblackbelt5", "SEE", "02_Photo_dress_purpleblackbelt5", State.temporary.events)<</script>>
<<player>>Look at this one. It's something for your imagination, isn't it?<</player>>
<img @src=_MelaniePSPurpledressa1n width="600">
<<cont keypress append>><<melanie>>I told you I'll never suck your cock, $playerFirstName. You'd better imagine something else.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Oh, I imagine a lot of stuff. Don't you worry about my imagination.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Well, how about this one then?<</player>>
<img @src=_MelaniePSPurpledressa2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>And I'll never let you cum in my mouth either, $playerFirstName, you sick pervert.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Let's see about that.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But I must admit, you are a skilled photographer.<</melanie>>
[[Last few poses|MelaniePSPurpledressThirdTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Did you meet a girlfriend yet, $playerFirstName?<</melanie>>
<video @src=_MelaniePSPurpledressb1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos, making things up): Maybe.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Maybe? So how does she look?<</melanie>>
<video @src=_MelaniePSPurpledressb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos, making things up): Well, she's quite sexy.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Does she have big boobs?<</melanie>>
<video @src=_MelaniePSPurpledressb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos, making things up): They are fairly big.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Fairly? So I guess their size is a third of mine?<</melanie>>
<video @src=_MelaniePSPurpledressb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>A fourth?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh my! $playerFirstName, you really have a small dick, don't you?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's nothing to be ashamed of. Now, let me see those pics.<</melanie>>
[[Show the pics you've got|MelaniePSPurpledressLastShotDecent]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_dress_purpleblackbelt6"></div>
<<script>>experiencedEvent("02_photo_dress_purpleblackbelt6", "SEE", "02_Photo_dress_purpleblackbelt6", State.temporary.events)<</script>>
<<player>>Here's a close-up.<</player>>
<img @src=_MelaniePSPurpledressb1d width="600">
<<cont keypress append>><<melanie>>It doesn't how very much boob, does it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's a profile shot.<</player>>
<img @src=_MelaniePSPurpledressb2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>I don't know, $playerFirstName, I think you've lost it again.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How about this one from behind?<</player>>
<img @src=_MelaniePSPurpledressb3d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Where's the ass, $playerFirstName? I can't see the ass?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>This is the best, I think. I like how alluring your eyes are.<</player>>
<img @src=_MelaniePSPurpledressb4d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Disappointed, leaving): I don't care about alluring eyes! I want you to expose my goodies!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I guess I'll have to do better next time.<</player>>
[[I guess we're finished|MelaniePhotoShootWindmillDress][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MelaniePSBrown to 'https://static.wixstatic.com/media/6b0d8e_342a90c192cb4c72a10661ebe380799d~mv2.png',
_MelaniePSBrown1 to 'https://video.wixstatic.com/video/6b0d8e_e4bbafa6ce6244b0b1a806fad2da4247/720p/mp4/file.mp4',
_MelaniePSBrown2 to 'https://video.wixstatic.com/video/6b0d8e_ef4ee4a11f374e6cae1ab39baa491a0a/720p/mp4/file.mp4',
_MelaniePSBrown3 to 'https://video.wixstatic.com/video/6b0d8e_6e5ae2e8c2b046deba023e2f8ad5c86b/720p/mp4/file.mp4',
_MelaniePSBrown4 to 'https://video.wixstatic.com/video/6b0d8e_3b809532925f4f9bb33dac4836d81968/720p/mp4/file.mp4',
_MelaniePSBrown1n to 'https://static.wixstatic.com/media/6b0d8e_f6139de63f804061b068fd84d6ea0817~mv2.png',
_MelaniePSBrown2n to 'https://static.wixstatic.com/media/6b0d8e_3ba932e1b6a14b728ec08de3288e4a6a~mv2.png',
_MelaniePSBrown1d to 'https://static.wixstatic.com/media/6b0d8e_a67650fc72074eb6831b981b0f4d125f~mv2.png',
_MelaniePSBrown2d to 'https://static.wixstatic.com/media/6b0d8e_3976f5046bcd4fa0b5d8b7592c74862d~mv2.png',
_MelaniePSBrowna1 to 'https://video.wixstatic.com/video/6b0d8e_105b9e697fdb449ca3fdb4839f722546/720p/mp4/file.mp4',
_MelaniePSBrowna2 to 'https://video.wixstatic.com/video/6b0d8e_821e556515ab41329024d897b5590a0d/720p/mp4/file.mp4',
_MelaniePSBrowna3 to 'https://video.wixstatic.com/video/6b0d8e_ff070ca05aad42d3a0b0464ad1bd68fa/720p/mp4/file.mp4',
_MelaniePSBrowna1n to 'https://static.wixstatic.com/media/6b0d8e_ed892167866545809a3b39e506b046c7~mv2.png',
_MelaniePSBrowna2n to 'https://static.wixstatic.com/media/6b0d8e_3efd0a0e5de9455ab3676b5ed4303386~mv2.png',
_MelaniePSBrowna1d to 'https://static.wixstatic.com/media/6b0d8e_487cdadf120d46bfb6bb1fc3d60ae338~mv2.png',
_MelaniePSBrowna2d to 'https://static.wixstatic.com/media/6b0d8e_e06b6c085e814a92aeadf42630efc302~mv2.png'
>><<set
_MelaniePSBrown to 'videos/Melanie/version0.2/model/browndress/img.png',
_MelaniePSBrown1 to 'videos/Melanie/version0.2/model/browndress/1.mp4',
_MelaniePSBrown2 to 'videos/Melanie/version0.2/model/browndress/2.mp4',
_MelaniePSBrown3 to 'videos/Melanie/version0.2/model/browndress/3.mp4',
_MelaniePSBrown4 to 'videos/Melanie/version0.2/model/browndress/4.mp4',
_MelaniePSBrown1n to 'videos/Melanie/version0.2/model/browndress/1n.png',
_MelaniePSBrown2n to 'videos/Melanie/version0.2/model/browndress/2n.png',
_MelaniePSBrown1d to 'videos/Melanie/version0.2/model/browndress/1d.png',
_MelaniePSBrown2d to 'videos/Melanie/version0.2/model/browndress/2d.png',
_MelaniePSBrowna1 to 'videos/Melanie/version0.2/model/browndress/a1.mp4',
_MelaniePSBrowna2 to 'videos/Melanie/version0.2/model/browndress/a2.mp4',
_MelaniePSBrowna3 to 'videos/Melanie/version0.2/model/browndress/a3.mp4',
_MelaniePSBrowna1n to 'videos/Melanie/version0.2/model/browndress/a1n.png',
_MelaniePSBrowna2n to 'videos/Melanie/version0.2/model/browndress/a2n.png',
_MelaniePSBrowna1d to 'videos/Melanie/version0.2/model/browndress/a1d.png',
_MelaniePSBrowna2d to 'videos/Melanie/version0.2/model/browndress/a2d.png'
>><div id="02_Photo_dress_brown2"></div>
<<script>>experiencedEvent("02_photo_dress_brown2", "SEE", "02_Photo_dress_brown2", State.temporary.events)<</script>>
<<player>>I think you look really beautiful on this one.<</player>>
<img @src=_MelaniePSBrown1d width="600">
<<cont keypress append>><<melanie>>(Sighing): $playerFirstName, $playerFirstName...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What does she mean?<</player>>
<<scrolldown>><<cont keypress append>><<player>>And here's a profile close-up.<</player>>
<img @src=_MelaniePSBrown2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Sighing): $playerFirstName, this won't do.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Because the men with huge cocks will not see my big boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Rolling your eyes): Yeah, that is a problem.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'll give you one more chance.<</melanie>>
[[Another try|MelaniePSBrownNextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_dress_brown3"></div>
<<script>>experiencedEvent("02_photo_dress_brown3", "SEE", "02_Photo_dress_brown3", State.temporary.events)<</script>>
<<player>>On this one you can almost get a glimpse of your ass.<</player>>
<img @src=_MelaniePSBrown1n width="600">
<<cont keypress append>><<melanie>>You're such a pervert, $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think it's important to show your beauty.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't try to find excuses! Let me see the second pic.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Alright...<</player>>
<<scrolldown>><<cont keypress append>><<player>>Here, I think you look quite alluring.<</player>>
<img @src=_MelaniePSBrown2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, did you sneak a peek of my pussy?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It will be obvious to everybody that you're a sick pervert if you publish photos like that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'll give you another chance.<</melanie>>
[[Another try|MelaniePSBrownNextTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_dress_brown4"></div>
<<script>>experiencedEvent("02_photo_dress_brown4", "SEE", "02_Photo_dress_brown4", State.temporary.events)<</script>>
<<melanie>>Now you can get a proper shot at my ass.<</melanie>>
<video @src=_MelaniePSBrowna1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos, to yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't fool yourself, $playerFirstName. I'm not doing the poses for you. I'm doing them for the men with the huge cocks.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Right...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you imagine my pussy beneath this dress, $playerFirstName?<</melanie>>
<video @src=_MelaniePSBrowna2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): ...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, don't be silly. Obviously, you do.<</melanie>>
<<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But don't worry, you'll not have to imagine much longer.<</melanie>>
<<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Because I will do whatever it takes to look extraordinary in front of the men with the huge cocks.<</melanie>>
<<player>>And what does that mean?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It means I have to let you see some of my goods as well.<</melanie>>
<video @src=_MelaniePSBrowna3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos, to yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And damn you if you didn't get some good material this time.<</melanie>>
[[Show her the decent pics|MelaniePSBrownSecondShotDecent]]
<<disable !canExperienceEvent("02_photo_dress_brown6", State.temporary.events)>>[[Show her the naughty pics|MelaniePSBrownSecondShotNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_dress_brown5"></div>
<<script>>experiencedEvent("02_photo_dress_brown5", "SEE", "02_Photo_dress_brown5", State.temporary.events)<</script>>
<<player>>(To yourself): I'll play a trick on her.<</player>>
<<cont keypress append>><<player>>I think this one is really beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Reaching for the camera): Who cares about beauty, it's...<</melanie>>
<img @src=_MelaniePSBrowna1d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Outraged): What... The... Fuck... Have you done, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Uh, oh...<</player>>
<<scrolldown>><<cont keypress append>><<player>>(Hesitantly): Taken photos?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Taken shit photos, rather.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking the camera): There is another. It's even more alluring. You'll love it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I believe it when I see it.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Here it is.<</player>>
<img @src=_MelaniePSBrowna2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Throwing the camera on the floor): I show you my boobs. I show you my pussy. And these are the photos you take?<</melanie>>
<<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): Your dick is even smaller than I thought.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I should have shown her the naughty pics.<</player>>
[[I guess we're finished|MelaniePhotoShootWindmillDress][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_dress_brown6"></div>
<<script>>experiencedEvent("02_photo_dress_brown6", "SEE", "02_Photo_dress_brown6", State.temporary.events)<</script>>
<<player>>(To yourself): Let's see what she thinks of these ones.<</player>>
<<cont keypress append>><<player>>In this one I got a glance of your pussy.<</player>>
<img @src=_MelaniePSBrowna1n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Don't get too hard, $playerFirstName. I told you, I don't touch dicks as small as yours, obviously.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Someday I'll fuck her silly.<</player>>
<<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So let's see the next photo.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, here your boobs are visible as well.<</player>>
<img @src=_MelaniePSBrowna2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>You're a pervert, $playerFirstName. But I have to admit you're also a skilled photographer.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Stuttering): It's easy to be a good photographer if you have a stunning model such as yourself.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving, turning her back to you): Obviously.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(As she closes the door, to yourself): Obviously.<</player>>
[[I guess we're finished|MelaniePhotoShootWindmillDress][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak3")>><<stopallaudio>><<audio "sneak3" volume 1 play>><</if>>
You hang around in Melanie's house when you hear voices in the distance.
<<cont keypress append>><<melanie>>(In the distance): There you are.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(In the distance): I'm working.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): I don't care. I wanna fuck, right now.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That man is so lucky.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>(In the distance): Alright.<</dude>>
<<scrolldown>><<cont keypress append>>They're coming your way.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better hide.<</player>>
[[Hide in the bathroom|PeekShowerFuckHomeHide]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
You run into the bathroom
<<cont keypress append>><<dude>>(In the distance): Can we fuck in the shower? I have to be at the office in half an hour.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(Panicking, to yourself): I'm so screwed.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Coming into the bathroom): As long as I get a huge load in my mouth it's fine.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Undressing): I think I have something in stock for you.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(Panicking, to yourself): Can I hide somewhere?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Dropping her bra on the floor): Good. Now, let's get to business.<</melanie>>
[[Hide behind an old shower curtain|PeekShowerFuckHomeBJ]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<div id="02_Sneak_showerhusband1"></div>
<<script>>experiencedEvent("02_sneak_showerhusband1", "SEE", "02_Sneak_showerhusband1", State.temporary.events)<</script>>
<<melanie>>Mmm, mmm.<</melanie>>
<video @src=_PeekShowerFuckHome1 autoplay muted loop></video>
<<cont keypress append>><<dude>>Yeah, suck that cock.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, Melanie is an amazing woman.<</player>>
[[Continue|PeekShowerFuckHomeSide]]
<<scrolldown>><</cont>><</cont>><<melanie>>Now, fuck me.<</melanie>>
<video @src=_PeekShowerFuckHomea1 autoplay muted loop></video>
<<cont keypress append>><<dude>>Yeah, that ass.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Why don't you grab my boobs?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Good suggestion.<</dude>>
<video @src=_PeekShowerFuckHomea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That moron didn't think of it himself?<</player>>
[[Continue|PeekShowerFuckHomeFront]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Fuck me up against that wall.<</melanie>>
<<cont keypress append>><<dude>>That wall?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>No, this one... With the old curtain.<</melanie>>
<video @src=_PeekShowerFuckHomeb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>Why here?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Why not? Doesn't it feel good he-e-e-ere?<</melanie>>
<video @src=_PeekShowerFuckHomeb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I could literally stretch out my hand and grab her boob.<</player>>
[[Continue|PeekShowerFuckHomeFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<<melanie>>Now give me that load you bragged about.<</melanie>>
<<cont keypress append>><<dude>>You just sit there and be patient.<</dude>>
<video @src=_PeekShowerFuckHomec1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Yes! Now, suck that dry.<</dude>>
<video @src=_PeekShowerFuckHomec2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Exiting the shower): Now, I really have to go.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Someday, I'll be the one that fucks her like that.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_PeekShowerFuckHome1 to 'https://video.wixstatic.com/video/6b0d8e_726ff913777141988b4179fa3c2130bf/360p/mp4/file.mp4',
_PeekShowerFuckHomea1 to 'https://video.wixstatic.com/video/6b0d8e_2aaf0fce44f7490395a7410cb09df2b1/360p/mp4/file.mp4',
_PeekShowerFuckHomea2 to 'https://video.wixstatic.com/video/6b0d8e_661789ec85ac411f9789ab7cf4b563e9/360p/mp4/file.mp4',
_PeekShowerFuckHomeb1 to 'https://video.wixstatic.com/video/6b0d8e_437bad2e25804dbf88c4e222a0284550/360p/mp4/file.mp4',
_PeekShowerFuckHomeb2 to 'https://video.wixstatic.com/video/6b0d8e_bdf416a64bd74bb590e039835fae89a0/360p/mp4/file.mp4',
_PeekShowerFuckHomec1 to 'https://video.wixstatic.com/video/6b0d8e_3d3499b8637c4c5d804cdc4f66eccbc9/360p/mp4/file.mp4',
_PeekShowerFuckHomec2 to 'https://video.wixstatic.com/video/6b0d8e_dde51e3c841f477da14b79484e644a47/360p/mp4/file.mp4'
>><<set
_PeekShowerFuckHome1 to 'videos/Melanie/version0.2/sneak/peekshower/1.mp4',
_PeekShowerFuckHomea1 to 'videos/Melanie/version0.2/sneak/peekshower/a1.mp4',
_PeekShowerFuckHomea2 to 'videos/Melanie/version0.2/sneak/peekshower/a2.mp4',
_PeekShowerFuckHomeb1 to 'videos/Melanie/version0.2/sneak/peekshower/b1.mp4',
_PeekShowerFuckHomeb2 to 'videos/Melanie/version0.2/sneak/peekshower/b2.mp4',
_PeekShowerFuckHomec1 to 'videos/Melanie/version0.2/sneak/peekshower/c1.mp4',
_PeekShowerFuckHomec2 to 'videos/Melanie/version0.2/sneak/peekshower/c2.mp4'
>><<if !isPlaying("party4")>><<stopallaudio>><<audio "party4" volume 1 play>><</if>>
You made a cup of coffee for you and Melanie.
<<cont keypress append>><<player>>(To yourself): There she is.<</player>>
<video @src=_CoffeeBreakMelanie1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yeah, her boobs are as great as ever.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I wonder what she's doing...<</player>>
<video @src=_CoffeeBreakMelanie2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Chatting with random men?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Looking at pictures of herself?<</player>>
<video @src=_CoffeeBreakMelanie3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Sacking random emplyees?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): No matter. I'd better approach her.<</player>>
[[Hey, Melanie|CoffeeBreakMelanieHello]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>$playerFirstName? You think I'll show you my boobs for a cup of coffee?<</melanie>>
<video @src=_CoffeeBreakMelaniea1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Smiling): No, of course not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you would like to see them, right?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I mean...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, what a silly question. Obviously you would.<</melanie>>
<video @src=_CoffeeBreakMelaniea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So why are you here?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I actually have a question.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I already told you several times, I'm not giving you a blowjob.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's actually something else, it's...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Why don't we bring the coffee outside? It's a wonderful day. <</melanie>>
<video @src=_CoffeeBreakMelaniea3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
[[Let's go|CoffeeBreakMelanieBreak]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party4")>><<stopallaudio>><<audio "party4" volume 1 play>><</if>>
<div id="02_Work_coffeebreak1"></div>
<<script>>experiencedEvent("02_work_coffeebreak1", "SEE", "02_Work_coffeebreak1", State.temporary.events)<</script>>
<<player>>I was wondering whether I could see one of the apartments?<</player>>
<<cont keypress append>><<melanie>>The ones over there?<</melanie>>
<video @src=_CoffeeBreakMelanieb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Exactly.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me be clear with you, $playerFirstName. I don't give handjobs, boobjobs or any kind of jobs to men only because they have a fancy apartment...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I still need an apartment.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please, $playerFirstName, let me finish.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sorry, go ahead.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The only measure I use before I choose whether to or not to have sex with a man, $playerFirstName, is the size of his penis.<</melanie>>
<video @src=_CoffeeBreakMelanieb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And frankly, yours is too small for me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, I'm still interested in those apartments.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sure... I'll arrange a viewing for you.<</melanie>>
<video @src=_CoffeeBreakMelanieb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Thanks.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No worries. Now, back to work. Chop chop!<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_CoffeeBreakMelanie1 to 'https://video.wixstatic.com/video/6b0d8e_37894ffad2384569b019a178ed98159e/720p/mp4/file.mp4',
_CoffeeBreakMelanie2 to 'https://video.wixstatic.com/video/6b0d8e_f7e5f9f0ec15492096038548b285b7b3/720p/mp4/file.mp4',
_CoffeeBreakMelanie3 to 'https://video.wixstatic.com/video/6b0d8e_915560eadeab4db6824669d9606c4b39/720p/mp4/file.mp4',
_CoffeeBreakMelaniea1 to 'https://video.wixstatic.com/video/6b0d8e_14ce1028751342bc8e3ce1b15aaab5ed/720p/mp4/file.mp4',
_CoffeeBreakMelaniea2 to 'https://video.wixstatic.com/video/6b0d8e_662c1e99df184c518e11d5511f333512/720p/mp4/file.mp4',
_CoffeeBreakMelaniea3 to 'https://video.wixstatic.com/video/6b0d8e_eea63aa5a84c4291935fdfec6cb1bf61/720p/mp4/file.mp4',
_CoffeeBreakMelanieb1 to 'https://video.wixstatic.com/video/6b0d8e_02c5867f1bd043f7a69609b81a07e329/720p/mp4/file.mp4',
_CoffeeBreakMelanieb2 to 'https://video.wixstatic.com/video/6b0d8e_3ae124a0fec9446f8e871dc7f18f1708/720p/mp4/file.mp4',
_CoffeeBreakMelanieb3 to 'https://video.wixstatic.com/video/6b0d8e_97bce602744e44448c54befe1f9057cb/720p/mp4/file.mp4',
_CoffeeBreakMelanieb4 to 'https://video.wixstatic.com/video/6b0d8e_3b1a43343f8844798ac8b6ab971bb7f2/720p/mp4/file.mp4'
>><<set
_CoffeeBreakMelanie1 to 'videos/Melanie/version0.2/work/coffeebreak/1.mp4',
_CoffeeBreakMelanie2 to 'videos/Melanie/version0.2/work/coffeebreak/2.mp4',
_CoffeeBreakMelanie3 to 'videos/Melanie/version0.2/work/coffeebreak/3.mp4',
_CoffeeBreakMelaniea1 to 'videos/Melanie/version0.2/work/coffeebreak/a1.mp4',
_CoffeeBreakMelaniea2 to 'videos/Melanie/version0.2/work/coffeebreak/a2.mp4',
_CoffeeBreakMelaniea3 to 'videos/Melanie/version0.2/work/coffeebreak/a3.mp4',
_CoffeeBreakMelanieb1 to 'videos/Melanie/version0.2/work/coffeebreak/b1.mp4',
_CoffeeBreakMelanieb2 to 'videos/Melanie/version0.2/work/coffeebreak/b2.mp4',
_CoffeeBreakMelanieb3 to 'videos/Melanie/version0.2/work/coffeebreak/b3.mp4',
_CoffeeBreakMelanieb4 to 'videos/Melanie/version0.2/work/coffeebreak/b4.mp4'
>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
Sitting in the lounge area of the photo studio, you hear a noice.
<<cont keypress append>><<player>>(To yourself): Is someone knocking on the door?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I'll better go open it up.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Hello.<</player>>
<video @src=_RachelTryOnIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Hi, I'm here to do a photo shoot with Bob. Is he here?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Right, he must be another photographer who rents this studio.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Not that I know of.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Is it alright if I come inside?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Of course.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>I'm Rachel by the way<</rachel>>
<video @src=_RachelTryOnIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, she's really hot.<</player>>
<<scrolldown>><<cont keypress append>><<player>>I'm $playerFirstName, pleasure to meet you.<</player>>
[[Continue|RachelTryOnIntroHello]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_RachelTryOnIntro1 to 'https://video.wixstatic.com/video/6b0d8e_6e541039e4bf435fa8da32bf2888176a/480p/mp4/file.mp4',
_RachelTryOnIntro2 to 'https://video.wixstatic.com/video/6b0d8e_c59a4a85da8e4d9e850f7cea1d945e23/480p/mp4/file.mp4',
_RachelTryOnIntro3 to 'https://video.wixstatic.com/video/6b0d8e_9fa07df8356e438b96755830b3380976/480p/mp4/file.mp4',
_RachelTryOnIntro4 to 'https://video.wixstatic.com/video/6b0d8e_98eb39a2f92d47b7a656c6e1bd9db79c/480p/mp4/file.mp4',
_RachelTryOnIntro5 to 'https://video.wixstatic.com/video/6b0d8e_f8cc2e7bc36a41e3b9f4a700f1a9091a/480p/mp4/file.mp4',
_RachelTryOnIntro6 to 'https://video.wixstatic.com/video/6b0d8e_4bc55efc2ffa4b87b2f20a51103cbd02/480p/mp4/file.mp4',
_RachelTryOnIntroa1 to 'https://video.wixstatic.com/video/6b0d8e_ee08c5b032fe4fbe9601faf61d887545/480p/mp4/file.mp4',
_RachelTryOnIntroa2 to 'https://video.wixstatic.com/video/6b0d8e_2902dab275484e0e9800bc4f5e2761ad/480p/mp4/file.mp4',
_RachelTryOnIntrob1 to 'https://video.wixstatic.com/video/6b0d8e_8641e722e787426590b9e25b4375c47f/480p/mp4/file.mp4',
_RachelTryOnIntrob2 to 'https://video.wixstatic.com/video/6b0d8e_5dce69c7561346b7badd29b6cea36c69/480p/mp4/file.mp4',
_RachelTryOnIntrob3 to 'https://video.wixstatic.com/video/6b0d8e_7d5515b31c0343d2aaca2209cfdf6e13/480p/mp4/file.mp4',
_RachelTryOnIntroc1 to 'https://video.wixstatic.com/video/6b0d8e_e0d192fba24f4f198cf177cca8287435/480p/mp4/file.mp4',
_RachelTryOnIntroc2 to 'https://video.wixstatic.com/video/6b0d8e_878fe59a8ff2455fb616cf845709122f/480p/mp4/file.mp4',
_RachelTryOnIntroc3 to 'https://video.wixstatic.com/video/6b0d8e_0187f1645b0b4f48890d43d5dd3c404c/480p/mp4/file.mp4',
_RachelTryOnIntrod1 to 'https://video.wixstatic.com/video/6b0d8e_e898abb7cb564cdb93d9aa2764558824/480p/mp4/file.mp4',
_RachelTryOnIntrod2 to 'https://video.wixstatic.com/video/6b0d8e_9c5eaf5996ac4cfa80f4c3ec42e64340/480p/mp4/file.mp4',
_RachelTryOnIntrod3 to 'https://video.wixstatic.com/video/6b0d8e_36bcad1b36fc4f3f8cb65a65c7af93e3/480p/mp4/file.mp4'
>><<set
_RachelTryOnIntro1 to 'videos/Others/version0.2/rachel/tryon/intro/1.mp4',
_RachelTryOnIntro2 to 'videos/Others/version0.2/rachel/tryon/intro/2.mp4',
_RachelTryOnIntro3 to 'videos/Others/version0.2/rachel/tryon/intro/3.mp4',
_RachelTryOnIntro4 to 'videos/Others/version0.2/rachel/tryon/intro/4.mp4',
_RachelTryOnIntro5 to 'videos/Others/version0.2/rachel/tryon/intro/5.mp4',
_RachelTryOnIntro6 to 'videos/Others/version0.2/rachel/tryon/intro/6.mp4',
_RachelTryOnIntroa1 to 'videos/Others/version0.2/rachel/tryon/intro/a1.mp4',
_RachelTryOnIntroa2 to 'videos/Others/version0.2/rachel/tryon/intro/a2.mp4',
_RachelTryOnIntrob1 to 'videos/Others/version0.2/rachel/tryon/intro/b1.mp4',
_RachelTryOnIntrob2 to 'videos/Others/version0.2/rachel/tryon/intro/b2.mp4',
_RachelTryOnIntrob3 to 'videos/Others/version0.2/rachel/tryon/intro/b3.mp4',
_RachelTryOnIntroc1 to 'videos/Others/version0.2/rachel/tryon/intro/c1.mp4',
_RachelTryOnIntroc2 to 'videos/Others/version0.2/rachel/tryon/intro/c2.mp4',
_RachelTryOnIntroc3 to 'videos/Others/version0.2/rachel/tryon/intro/c3.mp4',
_RachelTryOnIntrod1 to 'videos/Others/version0.2/rachel/tryon/intro/d1.mp4',
_RachelTryOnIntrod2 to 'videos/Others/version0.2/rachel/tryon/intro/d2.mp4',
_RachelTryOnIntrod3 to 'videos/Others/version0.2/rachel/tryon/intro/d3.mp4'
>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<rachel>>It will be my first shooting with a real photographer.<</rachel>>
<video @src=_RachelTryOnIntro3 autoplay muted loop></video>
<<cont keypress append>><<player>>What kind of shootings have you done before?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Well, I'm from the countryside... So, mostly with boyfriends and such.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>I see...<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Are you also a photographer?<</rachel>>
<video @src=_RachelTryOnIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, of course...<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I might got a chance here.<</player>>
<<scrolldown>><<cont keypress append>><<player>>I actually own the studio.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Wow, how cool is that!<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>I know, right?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Hey, then perhaps you know where I can change clothes?<</rachel>>
[[You can change here|RachelTryOnIntroStartChange1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="02_Photo_rachel_hello1"></div>
<<script>>experiencedEvent("02_photo_rachel_hello1", "SEE", "02_Photo_rachel_hello1", State.temporary.events)<</script>>
<<player>>You can change right here. I'm a professional.<</player>>
<<cont keypress append>><<rachel>>Well, some of the rules are the same as on the contryside, I guess.<</rachel>>
<video @src=_RachelTryOnIntroa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, she actually did it.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>But now you'll actually have to leave. I don't remove my panties in front of unknown men.<</rachel>>
<<player>>(To yourself): Maybe I can ask Ryan for advice?<</player>>
[[Alright (return)|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="02_Photo_rachel_hello2"></div>
<<script>>experiencedEvent("02_photo_rachel_hello2", "SEE", "02_Photo_rachel_hello2", State.temporary.events)<</script>>
<<player>>You want to be prepared when Bob arrives? How nice of you.<</player>>
<<cont keypress append>><<rachel>>Well, it's my first time... I want to make a good first impression.<</rachel>>
<video @src=_RachelTryOnIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>A gorgeous woman like you will always make a good first impression.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Well, thank you, $playerFirstName.<</rachel>>
<video @src=_RachelTryOnIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's true.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Hahaha, there's the charmer! Now, where can I change?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>(Thinking)<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Here? You don't mind, do you?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Of course not...<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Good.<</rachel>>
<video @src=_RachelTryOnIntroa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
[[Of course you can change here|RachelTryOnIntroStartChange2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_hello5"></div>
<<script>>experiencedEvent("02_photo_rachel_hello5", "SEE", "02_Photo_rachel_hello5", State.temporary.events)<</script>>
<<rachel>>Getting naked in front of men is part of the work. I know. I've heard that many times.<</rachel>>
<video @src=_RachelTryOnIntrob3 autoplay muted loop></video>
<<cont keypress append>><<player>>You've received some good education.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>No doubt.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>(Thinking out loud): I wonder, were these the panties Bob asked me to use?<</rachel>>
<video @src=_RachelTryOnIntroc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>I guess so. And then it's the dress.<</rachel>>
[[Be nice|RachelTryOnIntroBeNicePutOnDress]]
<<disable !canExperienceEvent("02_photo_rachel_hello7", State.temporary.events)>>[[Just put it on|RachelTryOnIntroPutOnDress]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_hello4"></div>
<<script>>experiencedEvent("02_photo_rachel_hello4", "SEE", "02_Photo_rachel_hello4", State.temporary.events)<</script>>
<<player>>I'll leave. I just wanted to say something...<</player>>
<<cont keypress append>><<rachel>>What, $playerFirstName?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Well, this Bob... He seems like such a nice guy.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>How come?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Well, he's so good to his parents, for once.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Hahaha, that's what he tells every girl he wants to fuck.<</rachel>>
<video @src=_RachelTryOnIntrob1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It is?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Yeah, about him kissing his mothers forehead and all.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha, that's lame.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Totally.<</rachel>>
<video @src=_RachelTryOnIntrob2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'm almost there... Now, let's play it cool.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Do you want me to leave? I mean, before you remove your panties?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>No, you can stay. I mean, we practically know each other.<</rachel>>
[[Cool|RachelTryOnIntroStartRemovePanties]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_hello7"></div>
<<script>>experiencedEvent("02_photo_rachel_hello7", "SEE", "02_Photo_rachel_hello7", State.temporary.events)<</script>>
<<player>>Why don't you put on that dress.<</player>>
<video @src=_RachelTryOnIntrod1 autoplay muted loop></video>
<<cont keypress append>><<rachel>>Bob asked me to bring it.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>I can see why.<</player>>
<video @src=_RachelTryOnIntrod2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Oh, yeah? How come?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>No reason.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Well, I'm done. I'll just have to wait for Bob.<</rachel>>
[[I guess that's it (return)|Photo][wait()]]
[[Maybe I can be your photographer (creepy)?|RachelTryOnIntroCreepy]]
<<disable !canExperienceEvent("02_photo_rachel_tease1", State.temporary.events)>>[[Tell her a secret about Bob|RachelTryOnTeaseBefore]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_hello6"></div>
<<script>>experiencedEvent("02_photo_rachel_hello6", "SEE", "02_Photo_rachel_hello6", State.temporary.events)<</script>>
<<player>>I wouldn't mind see you naked a bit more.<</player>>
<video @src=_RachelTryOnIntroc2 autoplay muted loop></video>
<<cont keypress append>><<rachel>>Hahaha, $playerFirstName, you know I need to prepare for the photo shooting!<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>I love your navel piercing.<</player>>
<video @src=_RachelTryOnIntroc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>You do? Thank you, $playerFirstName.<</rachel>>
[[Now, put on that dress|RachelTryOnIntroPutOnDress]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_hello8"></div>
<<script>>experiencedEvent("02_photo_rachel_hello8", "SEE", "02_Photo_rachel_hello8", State.temporary.events)<</script>>
<<player>>(Sneaking up on her): Maybe I could be your photographer?<</player>>
<<cont keypress append>><<rachel>>I don't think that's a good idea, $playerFirstName.<</rachel>>
<video @src=_RachelTryOnIntrod3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why not?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>We barely know each other.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>How could we get to know each other more?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Well, you could tell me another of Bob's secrets, for one.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I'll have to talk to Ryan again.<</player>>
[[I guess that's it (return)|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<rachel>>I have actually tried out a few cocks as well.<</rachel>>
<video @src=_RachelTryOnTease1 autoplay muted loop></video>
<<cont keypress append>><<player>>I... I can tell.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Now, let me see that big cock of yours.<</rachel>>
<video @src=_RachelTryOnTease2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Be my guest.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>It's rather hard already. Good.<</rachel>>
<video @src=_RachelTryOnTease3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It can grow even harder.<</player>>
[[She starts teasing it|RachelTryOnTeaseGlide]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<rachel>>Are you getting turned on when I slide over it like this?<</rachel>>
<video @src=_RachelTryOnTease4 autoplay muted loop></video>
<<cont keypress append>><<player>>It's... It's good.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Maybe it's better when I press my boobs on it?<</rachel>>
<video @src=_RachelTryOnTease5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's also a good approach.<</player>>
[[Continue|RachelTryOnTeaseWindMill]]
<<scrolldown>><</cont>><</cont>><</cont>><<rachel>>So what do you want me to do now?<</rachel>>
[[Tease with mouth|RachelTryOnTeaseMouthTease]]
<<disable !canExperienceEvent("02_photo_rachel_tease3", State.temporary.events)>>[[Grind from front|RachelTryOnTeaseGrindFront]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_tease4", State.temporary.events)>>[[Grind from back|RachelTryOnTeaseGrindBack]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_tease5", State.temporary.events)>>[[Please, lick it (continue)|RachelTryOnTeaseLick]]<</disable>><div id="02_Photo_rachel_tease2"></div>
<<script>>experiencedEvent("02_photo_rachel_tease2", "SEE", "02_Photo_rachel_tease2", State.temporary.events)<</script>>
<<rachel>>You imagine me blowing that dick, don't you, $playerFirstName?<</rachel>>
<video @src=_RachelTryOnTeasec1 autoplay muted loop></video>
<<cont keypress append>><<player>>Yes. Yes I do.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>It's hard to think about anything else when I'm teasing it this bad, isn't it?<</rachel>>
<video @src=_RachelTryOnTeasec2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's real real hard.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>How about when I breathe on it, like this?<</rachel>>
<video @src=_RachelTryOnTeasec3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's... I don't know what to say.<</player>>
[[Continue|RachelTryOnTeaseWindMill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_tease3"></div>
<<script>>experiencedEvent("02_photo_rachel_tease3", "SEE", "02_Photo_rachel_tease3", State.temporary.events)<</script>>
<<rachel>>Let me just...<</rachel>>
<<cont keypress append>><<rachel>>...Sit on your dick for just a minute, $playerFirstName.<</rachel>>
<video @src=_RachelTryOnTeaseb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Make yourself comfortable.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Oh, don't mind me. The question is: are you comfortable?<</rachel>>
<video @src=_RachelTryOnTeaseb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm very comfortable.<</player>>
[[Continue|RachelTryOnTeaseWindMill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_tease4"></div>
<<script>>experiencedEvent("02_photo_rachel_tease4", "SEE", "02_Photo_rachel_tease4", State.temporary.events)<</script>>
<<rachel>>How does it feel, grinding your cock between my ass cheeks, $playerFirstName?<</rachel>>
<video @src=_RachelTryOnTeasea1 autoplay muted loop></video>
<<cont keypress append>><<player>>It feels amazing.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>But not as good as my pussy, I presume?<</rachel>>
<video @src=_RachelTryOnTeasea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's correct.<</player>>
[[Continue|RachelTryOnTeaseWindMill]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_rachel_tease6"></div>
<<script>>experiencedEvent("02_photo_rachel_tease6", "SEE", "02_Photo_rachel_tease6", State.temporary.events)<</script>>
<<player>>Isn't there an exception for this rule?<</player>>
<<cont keypress append>><<rachel>>Not really, except if...<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>If what?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>If you could arrange an audition for me for a position as a professional cock-tester?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>I'll see what I can do.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Well, if we shared a secret about a common friend we would be friends for sure.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Right. I think I'll have to talk to Christina again.<</player>>
[[I guess that's it (return)|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_RachelTryOnTease1 to 'https://video.wixstatic.com/video/6b0d8e_558b2eae398449bfb63febacf0cf317a/480p/mp4/file.mp4',
_RachelTryOnTease2 to 'https://video.wixstatic.com/video/6b0d8e_9726504b6e974451b1b2d83fc3f2011f/480p/mp4/file.mp4',
_RachelTryOnTease3 to 'https://video.wixstatic.com/video/6b0d8e_8b8b10599ba04f9aad38ce027952ba47/480p/mp4/file.mp4',
_RachelTryOnTease4 to 'https://video.wixstatic.com/video/6b0d8e_0bc6a05fcdb149a8a47625a4ff317193/480p/mp4/file.mp4',
_RachelTryOnTease5 to 'https://video.wixstatic.com/video/6b0d8e_0158320f77d84e7a9b23d6b936a127c1/480p/mp4/file.mp4',
_RachelTryOnTeasea1 to 'https://video.wixstatic.com/video/6b0d8e_2cc2bf69f77749e7aaff3cae3d1c8294/480p/mp4/file.mp4',
_RachelTryOnTeasea2 to 'https://video.wixstatic.com/video/6b0d8e_76bade72283e4954993b67bf15ff21af/480p/mp4/file.mp4',
_RachelTryOnTeaseb1 to 'https://video.wixstatic.com/video/6b0d8e_b7bd3d90f833426fae3acd66e3f80104/480p/mp4/file.mp4',
_RachelTryOnTeaseb2 to 'https://video.wixstatic.com/video/6b0d8e_db7e8b47218541c0b224acea4d1939ff/480p/mp4/file.mp4',
_RachelTryOnTeasec1 to 'https://video.wixstatic.com/video/6b0d8e_9b67cc520af04d07897b5d301bdcf14a/480p/mp4/file.mp4',
_RachelTryOnTeasec2 to 'https://video.wixstatic.com/video/6b0d8e_6b5bc17fbe384a5793cadd0579667d2a/480p/mp4/file.mp4',
_RachelTryOnTeasec3 to 'https://video.wixstatic.com/video/6b0d8e_716efa7d6c064480817987c4a9f527e4/480p/mp4/file.mp4',
_RachelTryOnTeasec4 to 'https://video.wixstatic.com/video/6b0d8e_2bc988b798024a09936f28b8db6c1eda/480p/mp4/file.mp4',
_RachelTryOnTeasec5 to 'https://video.wixstatic.com/video/6b0d8e_73044b3189a849c7a0de0e8cb40a3201/480p/mp4/file.mp4',
_RachelTryOnTeasec6 to 'https://video.wixstatic.com/video/6b0d8e_f1e65c8495a04dcc960ccf8152e19367/480p/mp4/file.mp4'
>><<set
_RachelTryOnTease1 to 'videos/Others/version0.2/rachel/tryon/tease/1.mp4',
_RachelTryOnTease2 to 'videos/Others/version0.2/rachel/tryon/tease/2.mp4',
_RachelTryOnTease3 to 'videos/Others/version0.2/rachel/tryon/tease/3.mp4',
_RachelTryOnTease4 to 'videos/Others/version0.2/rachel/tryon/tease/4.mp4',
_RachelTryOnTease5 to 'videos/Others/version0.2/rachel/tryon/tease/5.mp4',
_RachelTryOnTeasea1 to 'videos/Others/version0.2/rachel/tryon/tease/a1.mp4',
_RachelTryOnTeasea2 to 'videos/Others/version0.2/rachel/tryon/tease/a2.mp4',
_RachelTryOnTeaseb1 to 'videos/Others/version0.2/rachel/tryon/tease/b1.mp4',
_RachelTryOnTeaseb2 to 'videos/Others/version0.2/rachel/tryon/tease/b2.mp4',
_RachelTryOnTeasec1 to 'videos/Others/version0.2/rachel/tryon/tease/c1.mp4',
_RachelTryOnTeasec2 to 'videos/Others/version0.2/rachel/tryon/tease/c2.mp4',
_RachelTryOnTeasec3 to 'videos/Others/version0.2/rachel/tryon/tease/c3.mp4',
_RachelTryOnTeasec4 to 'videos/Others/version0.2/rachel/tryon/tease/c4.mp4',
_RachelTryOnTeasec5 to 'videos/Others/version0.2/rachel/tryon/tease/c5.mp4',
_RachelTryOnTeasec6 to 'videos/Others/version0.2/rachel/tryon/tease/c6.mp4'
>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="02_Photo_rachel_fuck1"></div>
<<script>>experiencedEvent("02_photo_rachel_fuck1", "SEE", "02_Photo_rachel_fuck1", State.temporary.events)<</script>>
<<player>>But I have arranged an audition for you.<</player>>
<<cont keypress append>><<rachel>>An audition? What kind of audition?<</rachel>>
<video @src=_RachelTryOnFuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I... I talked to Melanie about you... That you're a talented in treating cocks in different ways.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Do you think you have experienced everything I have to offer?<</rachel>>
<video @src=_RachelTryOnFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I... I...<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>I'll give you a clue: you haven't.<</rachel>>
<video @src=_RachelTryOnFuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I suspected that.<</player>>
[[Continue|RachelTryOnFuckContinue]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<rachel>>You remember the rule: no penetration of any kind?<</rachel>>
<<cont keypress append>><<player>>Yes?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>It doesn't apply to guys who arrange auditions for me.<</rachel>>
<video @src=_RachelTryOnFucka1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Do you wanna hear my review about your cock, $playerFirstName?<</rachel>>
<video @src=_RachelTryOnFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Can you give an accurate review before I cum hard in your face?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Mmm... Mmm... Mmm.<</rachel>>
<video @src=_RachelTryOnFucka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You'll have to do more than that to earn my cum, you know.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>It's just a quick test. Most guys would have cum in my mouth by now.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Don't you worry about that. We will have some good time together.<</player>>
<video @src=_RachelTryOnFucka4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>You're a dirty boy, $playerFirstName.<</rachel>>
[[Continue|RachelTryOnFuckTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<rachel>>It seems I'll have to let this big guy into my pussy as well, don't you think?<</rachel>>
<video @src=_RachelTryOnFuckb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Well... I mean... If you want to get covered in cum...<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>You're a tough negotiator, $playerFirstName.<</rachel>>
<video @src=_RachelTryOnFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I went to law school before I became a photographer.<</player>>
[[Let's fuck|RachelTryOnFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>>All your dreams can be fulfilled. What do you want to do?
[[Missionary|RachelTryOnFuckM]]
<<disable !canExperienceEvent("02_photo_rachel_fuck3", State.temporary.events)>>[[On top|RachelTryOnFuckOnTop]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_fuck4", State.temporary.events)>>[[Butterfly|RachelTryOnFuckButterfly]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_fuck5", State.temporary.events)>>[[Doggystyle, legs apart|RachelTryOnFuckDSapart]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_fuck6", State.temporary.events)>>[[Doggystyle|RachelTryOnFuckDS]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_fuck7", State.temporary.events)>>[[Cum|RachelTryOnFuckCum]]<</disable>>
<div id="02_Photo_rachel_fuck2"></div>
<<script>>experiencedEvent("02_photo_rachel_fuck2", "SEE", "02_Photo_rachel_fuck2", State.temporary.events)<</script>>
<<rachel>>You'd like to stick that cock into my pussy, don't you?<</rachel>>
<video @src=_RachelTryOnFuckc1 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm a reasonable man. I can wait.<</player>>
<video @src=_RachelTryOnFuckc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Don't be a smartass, $playerFirstName, stick it in!<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Like this?<</player>>
<video @src=_RachelTryOnFuckc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Yes, like that!<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>So you like it? Why don't you say it then?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>I love it!<</rachel>>
<video @src=_RachelTryOnFuckc4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good girl.<</player>>
[[Let's fuck|RachelTryOnFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_fuck3"></div>
<<script>>experiencedEvent("02_photo_rachel_fuck3", "SEE", "02_Photo_rachel_fuck3", State.temporary.events)<</script>>
<<rachel>>You like it when I ride your cock like this, don't you?<</rachel>>
<<cont keypress append>><<player>>I have an awesome cock. I can see why you love to ride it.<</player>>
<video @src=_RachelTryOnFuckd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>When did you become such a douchebag, $playerFirstName?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>It grew on me a little bit each time you teased me and left me blue-balled.<</player>>
<video @src=_RachelTryOnFuckd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>That's fair, I guess.<</rachel>>
<video @src=_RachelTryOnFuckd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Now, let me squeeze those boobs.<</player>>
<video @src=_RachelTryOnFuckd4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>They're all yours.<</rachel>>
[[Let's fuck|RachelTryOnFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_fuck4"></div>
<<script>>experiencedEvent("02_photo_rachel_fuck4", "SEE", "02_Photo_rachel_fuck4", State.temporary.events)<</script>>
<<rachel>>How do you like my ass, $playerFirstName?<</rachel>>
<video @src=_RachelTryOnFucke1 autoplay muted loop></video>
<<cont keypress append>><<player>>It depends... Can I spank it?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>You can do whatever you want with it.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Awesome.<</player>>
<video @src=_RachelTryOnFucke2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>You have simple needs, $playerFirstName.<</rachel>>
<video @src=_RachelTryOnFucke3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm a simple man... With a big cock.<</player>>
<video @src=_RachelTryOnFucke4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Inde-e-e-ed!<</rachel>>
[[Let's fuck|RachelTryOnFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_fuck5"></div>
<<script>>experiencedEvent("02_photo_rachel_fuck5", "SEE", "02_Photo_rachel_fuck5", State.temporary.events)<</script>>
<<rachel>>How about twerking, $playerFirstName, you like when girls do that for you?<</rachel>>
<video @src=_RachelTryOnFuckf1 autoplay muted loop></video>
<<cont keypress append>><<player>>Only if they can pull it off.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>You always play this hard-to-get, $playerFirstName?<</rachel>>
<video @src=_RachelTryOnFuckf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Only with girls who licked my cock rock-hard and then left me.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>You'll just have to forgive and forget, $playerFirstName.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>And by forgive you mean fuck hard from behind?<</player>>
<video @src=_RachelTryOnFuckf3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Something like that.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Alright, I think I can do that.<</player>>
<video @src=_RachelTryOnFuckf4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>I think so as well.<</rachel>>
[[Let's fuck|RachelTryOnFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="02_Photo_rachel_fuck6"></div>
<<script>>experiencedEvent("02_photo_rachel_fuck6", "SEE", "02_Photo_rachel_fuck6", State.temporary.events)<</script>>
<<rachel>>I would like you to examine my pussy, $playerFirstName, I would like you to examine it real close.<</rachel>>
<video @src=_RachelTryOnFuckg1 autoplay muted loop></video>
<<cont keypress append>><<player>>I could do that.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>How does it make you feel, $playerFirstName? Does it make you hard?<</rachel>>
<video @src=_RachelTryOnFuckg2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I don't know. I think I'll need to go even closer.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Be my guest. But be sure to bring that large pole of yours.<</rachel>>
<video @src=_RachelTryOnFuckg3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Don't you worry about that.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>So why don't you...<</rachel>>
<video @src=_RachelTryOnFuckg4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Don't do what? Fuck you hard from behind?<</player>>
<video @src=_RachelTryOnFuckg5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Ex-hactly! Ex-hactly!<</rachel>>
[[Let's fuck|RachelTryOnFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="02_Photo_rachel_fuck7"></div>
<<script>>experiencedEvent("02_photo_rachel_fuck7", "SEE", "02_Photo_rachel_fuck7", State.temporary.events)<</script>>
<<player>>Are you ready to get covered in cum?<</player>>
<<cont keypress append>><<rachel>>Finally! Let me work that cock!<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<video @src=_RachelTryOnFuckh1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Mmm! Mmm!<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Look at me while you work it.<</player>>
<video @src=_RachelTryOnFuckh2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Are you close, $playerFirstName?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>(Panting): About to cum now.<</player>>
<video @src=_RachelTryOnFuckh3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<rachel>>Wow, that's quite a load, $playerFirstName.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>So how did you like that cock?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Ten out of ten.<</rachel>>
<video @src=_RachelTryOnFuckh4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's very insightful. I think you will get that job.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Thanks for your support, $playerFirstName.<</rachel>>
[[I guess that's it (return)|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Double-click this passage to edit it.<<set _RachelTryOnFuck1 to 'videos/Others/version0.2/rachel/tryon/fuck/1.mp4',
_RachelTryOnFuck2 to 'videos/Others/version0.2/rachel/tryon/fuck/2.mp4',
_RachelTryOnFuck3 to 'videos/Others/version0.2/rachel/tryon/fuck/3.mp4',
_RachelTryOnFucka1 to 'videos/Others/version0.2/rachel/tryon/fuck/a1.mp4',
_RachelTryOnFucka2 to 'videos/Others/version0.2/rachel/tryon/fuck/a2.mp4',
_RachelTryOnFucka3 to 'videos/Others/version0.2/rachel/tryon/fuck/a3.mp4',
_RachelTryOnFucka4 to 'videos/Others/version0.2/rachel/tryon/fuck/a4.mp4',
_RachelTryOnFuckb1 to 'videos/Others/version0.2/rachel/tryon/fuck/b1.mp4',
_RachelTryOnFuckb2 to 'videos/Others/version0.2/rachel/tryon/fuck/b2.mp4',
_RachelTryOnFuckc1 to 'videos/Others/version0.2/rachel/tryon/fuck/c1.mp4',
_RachelTryOnFuckc2 to 'videos/Others/version0.2/rachel/tryon/fuck/c2.mp4',
_RachelTryOnFuckc3 to 'videos/Others/version0.2/rachel/tryon/fuck/c3.mp4',
_RachelTryOnFuckc4 to 'videos/Others/version0.2/rachel/tryon/fuck/c4.mp4',
_RachelTryOnFuckd1 to 'videos/Others/version0.2/rachel/tryon/fuck/d1.mp4',
_RachelTryOnFuckd2 to 'videos/Others/version0.2/rachel/tryon/fuck/d2.mp4',
_RachelTryOnFuckd3 to 'videos/Others/version0.2/rachel/tryon/fuck/d3.mp4',
_RachelTryOnFuckd4 to 'videos/Others/version0.2/rachel/tryon/fuck/d4.mp4',
_RachelTryOnFucke1 to 'videos/Others/version0.2/rachel/tryon/fuck/e1.mp4',
_RachelTryOnFucke2 to 'videos/Others/version0.2/rachel/tryon/fuck/e2.mp4',
_RachelTryOnFucke3 to 'videos/Others/version0.2/rachel/tryon/fuck/e3.mp4',
_RachelTryOnFucke4 to 'videos/Others/version0.2/rachel/tryon/fuck/e4.mp4',
_RachelTryOnFuckf1 to 'videos/Others/version0.2/rachel/tryon/fuck/f1.mp4',
_RachelTryOnFuckf2 to 'videos/Others/version0.2/rachel/tryon/fuck/f2.mp4',
_RachelTryOnFuckf3 to 'videos/Others/version0.2/rachel/tryon/fuck/f3.mp4',
_RachelTryOnFuckf4 to 'videos/Others/version0.2/rachel/tryon/fuck/f4.mp4',
_RachelTryOnFuckg1 to 'videos/Others/version0.2/rachel/tryon/fuck/g1.mp4',
_RachelTryOnFuckg2 to 'videos/Others/version0.2/rachel/tryon/fuck/g2.mp4',
_RachelTryOnFuckg3 to 'videos/Others/version0.2/rachel/tryon/fuck/g3.mp4',
_RachelTryOnFuckg4 to 'videos/Others/version0.2/rachel/tryon/fuck/g4.mp4',
_RachelTryOnFuckg5 to 'videos/Others/version0.2/rachel/tryon/fuck/g5.mp4',
_RachelTryOnFuckh1 to 'videos/Others/version0.2/rachel/tryon/fuck/h1.mp4',
_RachelTryOnFuckh2 to 'videos/Others/version0.2/rachel/tryon/fuck/h2.mp4',
_RachelTryOnFuckh3 to 'videos/Others/version0.2/rachel/tryon/fuck/h3.mp4',
_RachelTryOnFuckh4 to 'videos/Others/version0.2/rachel/tryon/fuck/h4.mp4'
>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="03_Teacher_extra_question"></div>
<<script>>experiencedEvent("03_teacher_extra_question", "SEE", "03_Teacher_extra_question", State.temporary.events)<</script>>
<<player>>What's the relation between the boobs of the company and the cock?<</player>>
<<cont keypress append>><<melanie>>$playerFirstName, I think you know the answer to that question perfectly well.<</melanie>>
<video @src=_TeacherExtraQuestion1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
[[I really don't understand|TeacherExtraQuestionCont2]]
<<scrolldown>><</cont>><</cont>>
Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character studies the foundations of Melanie's company. She is his teacher, and he asks her an extra question. She has her own way of answering. And her answer is the best ever.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto TeacherExtraQuestionCont>><</button>><<set
_TeacherExtraQuestion1 to 'videos/Melanie/version0.2/work/teacher/advance/1.mp4',
_TeacherExtraQuestion2 to 'videos/Melanie/version0.2/work/teacher/advance/2.mp4',
_TeacherExtraQuestiona1 to 'videos/Melanie/version0.2/work/teacher/advance/a1.mp4',
_TeacherExtraQuestiona2 to 'videos/Melanie/version0.2/work/teacher/advance/a2.mp4',
_TeacherExtraQuestiona3 to 'videos/Melanie/version0.2/work/teacher/advance/a3.mp4',
_TeacherForceFuck1 to 'videos/Melanie/version0.2/work/teacher/force/1.mp4',
_TeacherForceFuck2 to 'videos/Melanie/version0.2/work/teacher/force/2.mp4',
_TeacherForceFucka1 to 'videos/Melanie/version0.2/work/teacher/force/a1.mp4',
_TeacherForceFucka2 to 'videos/Melanie/version0.2/work/teacher/force/a2.mp4',
_TeacherForceFuckb1 to 'videos/Melanie/version0.2/work/teacher/force/b1.mp4',
_TeacherForceFuckb2 to 'videos/Melanie/version0.2/work/teacher/force/b2.mp4',
_TeacherForceFuckb3 to 'videos/Melanie/version0.2/work/teacher/force/b3.mp4',
_TeacherForceFuckb4 to 'videos/Melanie/version0.2/work/teacher/force/b4.mp4',
_TeacherForceFuckc1 to 'videos/Melanie/version0.2/work/teacher/cum/1.mp4',
_TeacherForceFuckc2 to 'videos/Melanie/version0.2/work/teacher/cum/2.mp4',
_TeacherForceFuckc3 to 'videos/Melanie/version0.2/work/teacher/cum/3.mp4',
_TeacherForceFuckc4 to 'videos/Melanie/version0.2/work/teacher/cum/4.mp4',
_TeacherForceFuckc5 to 'videos/Melanie/version0.2/work/teacher/cum/5.mp4',
_TeacherBlow1 to 'videos/Melanie/version0.2/work/teacher/suck/1.mp4',
_TeacherBlow2 to 'videos/Melanie/version0.2/work/teacher/suck/2.mp4',
_TeacherBlow3 to 'videos/Melanie/version0.2/work/teacher/suck/3.mp4',
_TeacherBlowa1 to 'videos/Melanie/version0.2/work/teacher/suck/a1.mp4',
_TeacherBlowa2 to 'videos/Melanie/version0.2/work/teacher/suck/a2.mp4',
_TeacherBlowb1 to 'videos/Melanie/version0.2/work/teacher/cum/1.mp4',
_TeacherBlowb2 to 'videos/Melanie/version0.2/work/teacher/cum/2.mp4',
_TeacherBlowb3 to 'videos/Melanie/version0.2/work/teacher/cum/3.mp4',
_TeacherBlowb4 to 'videos/Melanie/version0.2/work/teacher/cum/4.mp4',
_TeacherBlowb5 to 'videos/Melanie/version0.2/work/teacher/cum/5.mp4',
_TeacherFuck1 to 'videos/Melanie/version0.2/work/teacher/fuck/1.mp4',
_TeacherFuck2 to 'videos/Melanie/version0.2/work/teacher/fuck/2.mp4',
_TeacherFuck3 to 'videos/Melanie/version0.2/work/teacher/fuck/3.mp4',
_TeacherFuck4 to 'videos/Melanie/version0.2/work/teacher/fuck/4.mp4',
_TeacherFucka1 to 'videos/Melanie/version0.2/work/teacher/fuck/a1.mp4',
_TeacherFuckb1 to 'videos/Melanie/version0.2/work/teacher/fuck/b1.mp4',
_TeacherFuckb2 to 'videos/Melanie/version0.2/work/teacher/fuck/b2.mp4',
_TeacherFuckc1 to 'videos/Melanie/version0.2/work/teacher/fuck/c1.mp4',
_TeacherFuckd1 to 'videos/Melanie/version0.2/work/teacher/cum/1.mp4',
_TeacherFuckd2 to 'videos/Melanie/version0.2/work/teacher/cum/2.mp4',
_TeacherFuckd3 to 'videos/Melanie/version0.2/work/teacher/cum/3.mp4',
_TeacherFuckd4 to 'videos/Melanie/version0.2/work/teacher/cum/4.mp4',
_TeacherFuckd5 to 'videos/Melanie/version0.2/work/teacher/cum/5.mp4'
>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="03_Teacher_extra_question_force"></div>
<<script>>experiencedEvent("03_teacher_extra_question_force", "SEE", "03_Teacher_extra_question_force", State.temporary.events)<</script>>
<<player>>I think I need to understand this in a physical sense.<</player>>
<<cont keypress append>><<melanie>>Physical how?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Like this.<</player>>
<video @src=_TeacherForceFuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<video @src=_TeacherForceFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Angk-ga! Angk-ga!<</melanie>>
[[Give me your tits|TeacherForceFuckTits]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>I have my own theory about the relation between the cock and the boobs.<</player>>
<video @src=_TeacherForceFucka1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>You're not too far off.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I would say I hit the spot.<</player>>
<video @src=_TeacherForceFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You'll never hit the spot, $playerFirstName.<</melanie>>
[[On the table|TeacherForceFuckTable]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>Lie on that table.<</player>>
<<cont keypress append>><<melanie>>Why?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Because I say so.<</player>>
<video @src=_TeacherForceFuckb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You like that, don't you?<</player>>
<video @src=_TeacherForceFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Shut up and give it to me hard.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Like this?<</player>>
<video @src=_TeacherForceFuckb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Angk-ga! Angk-ga!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No need to answer. Let me slap that pretty little mouth of yours.<</player>>
<video @src=_TeacherForceFuckb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Don't mess up my face, mister mini-dick.<</melanie>>
[[She stands up and leaves the room|Melwork][wait()]]
<<disable !canExperienceEvent("03_teacher_extra_question_jizz", State.temporary.events)>>[[She actually let you jizz in her face|TeacherForceFuckCum]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="03_Teacher_extra_question_jizz"></div>
<<script>>experiencedEvent("03_teacher_extra_question_jizz", "SEE", "03_Teacher_extra_question_jizz", State.temporary.events)<</script>>
<<melanie>>You'd rather cum all over my face, wouldn't you, $playerFirstName?<</melanie>>
<video @src=_TeacherBlowb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You'd like to mess up those fancy glasses, wouldn't you?<</melanie>>
<video @src=_TeacherBlowb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I can't let you do that if you dontt give me a taste of those juices.<</melanie>>
<video @src=_TeacherBlowb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Be my guest.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<video @src=_TeacherBlowb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, the cum is good. But the cock is too small, unfortunately.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>But you let me jizz in your face.<</player>>
<video @src=_TeacherBlowb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That's only because I'm such a good girl.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_Teacher_extra_question_fuck"></div>
<<script>>experiencedEvent("03_teacher_extra_question_fuck", "SEE", "03_Teacher_extra_question_fuck", State.temporary.events)<</script>>
<<melanie>>Alright, $playerFirstName, this one time you're allowed to fuck me in the ass.<</melanie>>
<<cont keypress append>><<player>>Wow.<</player>>
<video @src=_TeacherFuckb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Be sure to lick that ass carefully.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I will.<</player>>
<video @src=_TeacherFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm... Now, stick it in.<</melanie>>
[[From behind|TeacherFuckDoggie]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Hurry, $playerFirstName! Hurry!<</melanie>>
<<cont keypress append>><<player>>I'm coming, I'm coming.<</player>>
<video @src=_TeacherFuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Well, don't cum too soon.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Was that a joke?<</player>>
<video @src=_TeacherFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Why not be a little more rough, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Like this?<</player>>
<video @src=_TeacherFuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Exactly.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I can fuck you harder if you'd like to.<</player>>
<video @src=_TeacherFuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, ple-e-e-e-ease!<</melanie>>
[[Eat again|TeacherFuckAssAgain]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Don't you dare touch that pussy, $playerFirstName!<</melanie>>
<video @src=_TeacherFuckc1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): One day I'll fuck her pussy silly.<</player>>
[[On top|TeacherFuckOnTop]]
<<scrolldown>><</cont>><<melanie>>Yes! Yes! Ye-e-e-es!<</melanie>>
<video @src=_TeacherFucka1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): No complaints now.<</player>>
[[Cum|TeacherFuckCum]]
<<scrolldown>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_Teacher_extra_question_jizz"></div>
<<script>>experiencedEvent("03_teacher_extra_question_jizz", "SEE", "03_Teacher_extra_question_jizz", State.temporary.events)<</script>>
<<melanie>>You'd rather cum all over my face, wouldn't you, $playerFirstName?<</melanie>>
<video @src=_TeacherBlowb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You'd like to mess up those fancy glasses, wouldn't you?<</melanie>>
<video @src=_TeacherBlowb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I can't let you do that if you dontt give me a taste of those juices.<</melanie>>
<video @src=_TeacherBlowb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Be my guest.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<video @src=_TeacherBlowb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, the cum is good. But the cock is too small, unfortunately.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>But you let me jizz in your face.<</player>>
<video @src=_TeacherBlowb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That's only because I'm such a good girl.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<div id="03_Teacher_extra_question_blow"></div>
<<script>>experiencedEvent("03_teacher_extra_question_blow", "SEE", "03_Teacher_extra_question_blow", State.temporary.events)<</script>>
<<melanie>>$playerFirstName, I can see in your eyes that you still don't understand.<</melanie>>
<<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Here, give it to me.<</melanie>>
<video @src=_TeacherBlow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<video @src=_TeacherBlow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I think I'm starting to see what you're after.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm! Mmm! Good.<</melanie>>
<video @src=_TeacherBlow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You see, the mouth also has a crucial relationship to the cock. It's not only the boobs.<</melanie>>
[[But the boobs are most important, right?|TeacherBlowLieDown]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Exactly, nothing is as important as the boobs.<</melanie>>
<video @src=_TeacherBlowa1 autoplay muted loop></video>
<<cont keypress append>><<player>>Right.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I guess you can sense the truth of that statement on the tip of your little cock?<</melanie>>
<video @src=_TeacherBlowa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I believe I can.<</player>>
[[Cum|TeacherBlowCum]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("romance2")>><<stopallaudio>><<audio "romance2" volume 1 play>><</if>>
<div id="03_Teacher_extra_question_jizz"></div>
<<script>>experiencedEvent("03_teacher_extra_question_jizz", "SEE", "03_Teacher_extra_question_jizz", State.temporary.events)<</script>>
<<melanie>>You'd rather cum all over my face, wouldn't you, $playerFirstName?<</melanie>>
<video @src=_TeacherBlowb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You'd like to mess up those fancy glasses, wouldn't you?<</melanie>>
<video @src=_TeacherBlowb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I can't let you do that if you dontt give me a taste of those juices.<</melanie>>
<video @src=_TeacherBlowb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Be my guest.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<video @src=_TeacherBlowb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, the cum is good. But the cock is too small, unfortunately.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>But you let me jizz in your face.<</player>>
<video @src=_TeacherBlowb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That's only because I'm such a good girl.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="02_Work_officeWank1"></div>
<<script>>experiencedEvent("02_work_officeWank1", "SEE", "02_Work_officeWank1", State.temporary.events)<</script>>
You and Melanie sit and work.
<<cont keypress append>><<melanie>>Thinking about my boobs, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, I mean...<</player>>
<video @src=_OfficeWankTalk1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You mean that you're always thinking about them a little bit?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sure...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me tell you something, $playerFirstName. Honesty is the single most important personal trait.<</melanie>>
<video @src=_OfficeWankTalk2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I agree.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So what are you thinking about, right now?<</melanie>>
[[I don't have time for this (leave)|Melwork][wait()]]
<<disable !canExperienceEvent("02_work_officeWank_offercoffee", State.temporary.events)>>[[Want coffee?|OfficeWankTalkCoffee]]<</disable>>
<<if canExperienceEvent("02_work_officeWank_cass", State.temporary.events)>>[[Maybe Melanie knows more about Cassidy?|OfficeWankTalkCallAboutCass]]
<</if>><<if canExperienceEvent("02_work_officeWank_panties", State.temporary.events)>>[[Someone sent panties to me|OfficeWankTalkCall]]
<</if>><<if canExperienceEvent("02_work_officeWank_paperclips", State.temporary.events)>>[[I had this weird conversation with Cassidy...|OfficeWankPaperClipsCall]]
<</if>><<if canExperienceEvent("022_work_officeWank_chris", State.temporary.events)>>[[Do you know Christina?|OfficeWankChristinaCall]]
<</if>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_OfficeWankTalk1 to 'https://video.wixstatic.com/video/6b0d8e_70d74287d0884d8e8a486ed495a14cd8/480p/mp4/file.mp4',
_OfficeWankTalk2 to 'https://video.wixstatic.com/video/6b0d8e_79704ee02e88459ca8d3e7af8a664ce5/480p/mp4/file.mp4',
_OfficeWankTalk3 to 'https://video.wixstatic.com/video/6b0d8e_dbe0f7c6a84d4777ada037d8448cad14/480p/mp4/file.mp4',
_OfficeWankTalk4 to 'https://video.wixstatic.com/video/6b0d8e_275e33a093414341b9ca658a69db3af0/480p/mp4/file.mp4',
_OfficeWankTalk5 to 'https://video.wixstatic.com/video/6b0d8e_56e5417f8311470d8238cc30e12d5e8b/480p/mp4/file.mp4',
_OfficeWankTalka1 to 'https://video.wixstatic.com/video/6b0d8e_2ff75b4bfec64cd0accd309a4ac3f34e/480p/mp4/file.mp4',
_OfficeWankTalka2 to 'https://video.wixstatic.com/video/6b0d8e_c8171cb188d2495cb43a1ba1a670d1ce/480p/mp4/file.mp4',
_OfficeWankTalka3 to 'https://video.wixstatic.com/video/6b0d8e_6a27178fd207488bb670b939aab20524/480p/mp4/file.mp4',
_OfficeWankTalka4 to 'https://video.wixstatic.com/video/6b0d8e_16038902e7dd4fd09b130b1d0a6f1f49/480p/mp4/file.mp4',
_OfficeWankTalka5 to 'https://video.wixstatic.com/video/6b0d8e_c444d6c340514a99820c1dc641f1691d/480p/mp4/file.mp4',
_OfficeWankTalkb1 to 'https://video.wixstatic.com/video/6b0d8e_f602db77258a424ba56e875d32e63154/480p/mp4/file.mp4',
_OfficeWankTalkb2 to 'https://video.wixstatic.com/video/6b0d8e_9039bc95a62049fa8e0d1c4d1d143522/480p/mp4/file.mp4',
_OfficeWankTalkb3 to 'https://video.wixstatic.com/video/6b0d8e_7d33eb84eb464bff9823b8d5bc5b3239/480p/mp4/file.mp4',
_OfficeWankTalkb4 to 'https://video.wixstatic.com/video/6b0d8e_3489b91b2bda40b0bb897cf3030f1959/480p/mp4/file.mp4',
_OfficeWankTalkb5 to 'https://video.wixstatic.com/video/6b0d8e_e49b200acafd4894b6a5f659b98013bb/480p/mp4/file.mp4',
_OfficeWankTalkb6 to 'https://video.wixstatic.com/video/6b0d8e_70ef242a3b0b4c74aae79c5071c6925d/480p/mp4/file.mp4',
_OfficeWankTalkb7 to 'https://video.wixstatic.com/video/6b0d8e_7a50e3c3dcc944e2b0a8965962d03d79/480p/mp4/file.mp4',
_OfficeWankTalkc1 to 'https://video.wixstatic.com/video/6b0d8e_d2ba55cf792c4ee6925722512e3408eb/480p/mp4/file.mp4',
_OfficeWankTalkc2 to 'https://video.wixstatic.com/video/6b0d8e_ba262989150147f8b6fb2d27e942df36/480p/mp4/file.mp4',
_OfficeWankTalkc3 to 'https://video.wixstatic.com/video/6b0d8e_99162a2cf36c4557a5947de0fc5890d9/480p/mp4/file.mp4'
>><<set
_OfficeWankTalk1 to 'videos/Melanie/version0.2/work/wank/talk/1.mp4',
_OfficeWankTalk2 to 'videos/Melanie/version0.2/work/wank/talk/2.mp4',
_OfficeWankTalk3 to 'videos/Melanie/version0.2/work/wank/talk/3.mp4',
_OfficeWankTalk4 to 'videos/Melanie/version0.2/work/wank/talk/4.mp4',
_OfficeWankTalk5 to 'videos/Melanie/version0.2/work/wank/talk/5.mp4',
_OfficeWankTalka1 to 'videos/Melanie/version0.2/work/wank/talk/a1.mp4',
_OfficeWankTalka2 to 'videos/Melanie/version0.2/work/wank/talk/a2.mp4',
_OfficeWankTalka3 to 'videos/Melanie/version0.2/work/wank/talk/a3.mp4',
_OfficeWankTalka4 to 'videos/Melanie/version0.2/work/wank/talk/a4.mp4',
_OfficeWankTalka5 to 'videos/Melanie/version0.2/work/wank/talk/a5.mp4',
_OfficeWankTalkb1 to 'videos/Melanie/version0.2/work/wank/talk/b1.mp4',
_OfficeWankTalkb2 to 'videos/Melanie/version0.2/work/wank/talk/b2.mp4',
_OfficeWankTalkb3 to 'videos/Melanie/version0.2/work/wank/talk/b3.mp4',
_OfficeWankTalkb4 to 'videos/Melanie/version0.2/work/wank/talk/b4.mp4',
_OfficeWankTalkb5 to 'videos/Melanie/version0.2/work/wank/talk/b5.mp4',
_OfficeWankTalkb6 to 'videos/Melanie/version0.2/work/wank/talk/b6.mp4',
_OfficeWankTalkb7 to 'videos/Melanie/version0.2/work/wank/talk/b7.mp4',
_OfficeWankTalkc1 to 'videos/Melanie/version0.2/work/wank/talk/c1.mp4',
_OfficeWankTalkc2 to 'videos/Melanie/version0.2/work/wank/talk/c2.mp4',
_OfficeWankTalkc3 to 'videos/Melanie/version0.2/work/wank/talk/c3.mp4'
>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_officeWank_panties"></div>
<<script>>experiencedEvent("02_work_officeWank_panties", "SEE", "02_Work_officeWank_panties", State.temporary.events)<</script>>
<<player>>I actually wonder... Someone keeps sending panties to me...<</player>>
<<cont keypress append>><<melanie>>She did that? I'll call her instantly.<</melanie>>
<video @src=_OfficeWankTalk3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Who?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Darling, why did you send panties to $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Muffled): I think he's cute, and I want to fuck him.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Well, you can't. He's mine.<</melanie>>
<video @src=_OfficeWankTalk4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So you know who it was?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Distraught): No. No, I don't know who sent panties to you.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe it is that girl Cassidy after all. I'll ask her next time.<</player>>
[[Ok|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="02_Work_officeWank_offercoffee"></div>
<<script>>experiencedEvent("02_work_officeWank_offercoffee", "SEE", "02_Work_officeWank_offercoffee", State.temporary.events)<</script>>
<<melanie>>I'm gonna get a cup of coffee while you think.<</melanie>>
<video @src=_OfficeWankTalk5 autoplay muted loop></video>
<<cont keypress append>><<player>>Go ahead.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you want a cup as well?<</melanie>>
[[No, thanks|OfficeWankTalkCoffeeNo]]
<<disable !canExperienceEvent("02_work_officeWank_yestocoffee", State.temporary.events)>>[[Yes, please|OfficeWankTalkCoffeeYes]]<</disable>>
<<scrolldown>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="02_Work_officeWank_yestocoffee"></div>
<<script>>experiencedEvent("02_work_officeWank_yestocoffee", "SEE", "02_Work_officeWank_yestocoffee", State.temporary.events)<</script>>
What do you want to do while she's away?
[[Wait|OfficeWankTalkBringsCoffee]]
<<disable !canExperienceEvent("02_work_officeWank_coffee_callryan", State.temporary.events)>>[[Call Ryan|OfficeWankTalkSpy]]<</disable>>
<<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
What do you want to while Melanie's away?
[[Stay and work|OfficeWankBackNoCoffee]]
<<disable !canExperienceEvent("02_work_officeWank_nocoffee_see", State.temporary.events)>>[[Take a walk|OfficeWankTalkWalk]]<</disable>>
<<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="02_Work_officeWank_nocoffee_see"></div>
<<script>>experiencedEvent("02_work_officeWank_nocoffee_see", "SEE", "02_Work_officeWank_nocoffee_see", State.temporary.events)<</script>>
<<player>>(To yourself): Maybe I'll go to the kitchen and help Melanie.<</player>>
<<cont keypress append>><<player>>(To yourself): Yes, that's a good idea.<</player>>
<<scrolldown>><<cont keypress append>>You approach the kitchen.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Here it is.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is that Melanie?<</player>>
<video @src=_OfficeWankTalkc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is she masturbating?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, that's so hot.<</player>>
What do you want to do?
[[Return|OfficeWankBackNoCoffee]]
<<disable !canExperienceEvent("02_work_officeWank_nocoffee_mast", State.temporary.events)>>[[Stay and masturbate|OfficeWankTalkWalkMast]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
You manage to sit down a few seconds before Melanie is back.
<<cont keypress append>><<player>>(Panting): So, how did you like the coffee?<</player>>
<video @src=_OfficeWankTalka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's alright. I didn't find any extras though.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Extras?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You know, milk, sugar, cookies, cocks.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Right.<</player>>
[[Go to work|Melwork][wait()]]
<<disable !canExperienceEvent("02_work_officeWank_nocoffee_confront", State.temporary.events)>>[[Confront her|OfficeWankTalkConfront]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="02_Work_officeWank_nocoffee_confront"></div>
<<script>>experiencedEvent("02_work_officeWank_nocoffee_confront", "SEE", "02_Work_officeWank_nocoffee_confront", State.temporary.events)<</script>>
<<player>>So that's why I heard moanings from the kitchen?<</player>>
<<cont keypress append>><<melanie>>Excuse me?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I got the impression that someone was masturbating in the kitchen.<</player>>
<video @src=_OfficeWankTalka4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, that was me. Did you get hard?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I... I mean...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha no need to answer that question, $playerFirstName, of course you got hard.<</melanie>>
[[Go to work|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="02_Work_officeWank_coffee_callryan"></div>
<<script>>experiencedEvent("02_work_officeWank_coffee_callryan", "SEE", "02_Work_officeWank_coffee_callryan", State.temporary.events)<</script>>
<<player>>(On the radio): You there?<</player>>
<<cont keypress append>><<ryan>>(On the radio, whispering): Always, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): She's on her way to the kitchen. Turn on the camera.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Right. Right. I see her. Can you see her on your screen as well?<</ryan>>
<video @src=_OfficeWankTalkb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): Perfect.<</player>>
[[She's making coffee|OfficeWankTalkMakesCoffee]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<ryan>>(On the radio, whispering): She's reaching for her pussy.<</ryan>>
<video @src=_OfficeWankTalkb2 autoplay muted loop></video>
<<cont keypress append>><<player>>(On the radio): She's such a slut.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Yeah, I know. She's great.<</ryan>>
<video @src=_OfficeWankTalkb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): She's still a slut.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Who cares? Can I go to her?<</ryan>>
<video @src=_OfficeWankTalkb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): What? No! Absolutely not!<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Why? She obviously needs a cock.<</ryan>>
[[She starts wanking|OfficeWankTalkStartsWanking]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(On the radio): She will kill you if you suddenly show up in the kitchen.<</player>>
<<cont keypress append>><<ryan>>(On the radio, whispering): I think she will dive for my cock.<</ryan>>
<video @src=_OfficeWankTalkb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): He's probably right, actually.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): You might be correct, but she will definitely kill me afterwards.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Alright, today I'll spare your life.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>(Panting, muffled): A-a-a-a-ah!<</melanie>>
<video @src=_OfficeWankTalkb6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the radio): She's doing alright, isn't she?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Definitely.<</ryan>>
[[She's soon finished|OfficeWankTalkSitsDown]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<ryan>>(On the radio, whispering): Yeah, she's finished.<</ryan>>
<video @src=_OfficeWankTalkb7 autoplay muted loop></video>
<<cont keypress append>><<player>>(On the radio): Right, let's hang up. Thanks, Ryan.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the radio, whispering): Anytime, $playerFirstName.<</ryan>>
[[Back with coffee|OfficeWankTalkBringsCoffee]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
When Melanie is back you pretend that you spent the whole time working.
<<cont keypress append>><<melanie>>There you go, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Thanks, Melanie.<</player>>
<video @src=_OfficeWankTalka1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>So, $playerFirstName, what were you thinking about?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Excuse me?<</player>>
<video @src=_OfficeWankTalka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You had one simple task: to figure out what you were thinking about.<</melanie>>
[[Thought about work|OfficeWankTalkBackToWork]]
<<disable !canExperienceEvent("03_officeWank_admit", State.temporary.events)>>[[Thought about Melanie's pussy|OfficeWank2Start]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="02_Work_officeWank_coffee_work"></div>
<<script>>experiencedEvent("02_work_officeWank_coffee_work", "SEE", "02_Work_officeWank_coffee_work", State.temporary.events)<</script>>
<<player>>I was actually focused on this work-related task.<</player>>
<video @src=_OfficeWankTalka3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>$playerFirstName, your dick is the tiniest mini-penis in the history of this company.<</melanie>>
[[Go to work|Melwork][wait()]]
<<scrolldown>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="03_OfficeWank_show"></div>
<<script>>experiencedEvent("03_officeWank_show", "SEE", "03_OfficeWank_show", State.temporary.events)<</script>>
<<melanie>>Is this how you imagine it, $playerFirstName?<</melanie>>
<video @src=_OfficeWankTease1 autoplay muted loop></video>
<<cont keypress append>><<player>>It's... It's much better than I could ever dream of.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me remind you that you'll never get the chance to put that pathetic little penis of yours inside.<</melanie>>
<video @src=_OfficeWankTease2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>But maybe... Maybe I can lick it?<</player>>
[[In your dreams (leave)|Melwork][wait()]]
<<disable !canExperienceEvent("03_officeWank_touchboobs", State.temporary.events)>>[[She comes over|OfficeWankTeaseComesOver]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>>Welcome to this Melanies Marvelous Boobs preview. This is a scene from the office. Melanie asks the main character what he's daydreaming about, and he gives her an honest answer.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto OfficeWank2Start>><</button>><<set
_OfficeWankTease1 to 'videos/Melanie/version0.2/work/wank/tease/1.mp4',
_OfficeWankTease2 to 'videos/Melanie/version0.2/work/wank/tease/2.mp4',
_OfficeWankTeasea1 to 'videos/Melanie/version0.2/work/wank/tease/a1.mp4',
_OfficeWankTeasea2 to 'videos/Melanie/version0.2/work/wank/tease/a2.mp4',
_OfficeWankTeasea3 to 'videos/Melanie/version0.2/work/wank/tease/a3.mp4',
_OfficeWankTeasea4 to 'videos/Melanie/version0.2/work/wank/tease/a4.mp4',
_OfficeWankTeasea5 to 'videos/Melanie/version0.2/work/wank/tease/a5.mp4',
_OfficeWankTeaseb1 to 'videos/Melanie/version0.2/work/wank/tease/b1.mp4',
_OfficeWankTeaseb2 to 'videos/Melanie/version0.2/work/wank/tease/b2.mp4',
_OfficeWankTeasec1 to 'videos/Melanie/version0.2/work/wank/tease/c1.mp4',
_OfficeWankTeasec2 to 'videos/Melanie/version0.2/work/wank/tease/c2.mp4',
_OfficeWankTeasec3 to 'videos/Melanie/version0.2/work/wank/tease/c3.mp4'
>>
<<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>Well, that depends, $playerFirstName.<</melanie>>
<video @src=_OfficeWankTeasea1 autoplay muted loop></video>
<<cont keypress append>><<player>>On what? What do I have to do?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, for one, you can't cum in my hair.<</melanie>>
<video @src=_OfficeWankTeasea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I promise I won't do that.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't make promises you can't keep, $playerFirstName.<</melanie>>
<video @src=_OfficeWankTeasea3 autoplay muted loop></video>
[[Can I at least see your boobs?|OfficeWankTeaseStrip]]
<<disable !canExperienceEvent("03_officeWank_lick", State.temporary.events)>>[[Can I at least lick your asshole?|OfficeWankTeaseLickAss]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_OfficeWank_lick"></div>
<<script>>experiencedEvent("03_officeWank_lick", "SEE", "03_OfficeWank_lick", State.temporary.events)<</script>>
<<melanie>>Alright, but you know the rules: touch the pussy and you're out.<</melanie>>
<video @src=_OfficeWankTeasea4 autoplay muted loop></video>
<<cont keypress append>><<player>>I'll keep to the asshole.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You should be grateful. It's the best asshole you can find.<</melanie>>
<video @src=_OfficeWankTeasea5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I don't doubt it.<</player>>
[[She strips|OfficeWankTeaseStrip]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_OfficeWank_touchboobs"></div>
<<script>>experiencedEvent("03_officeWank_touchboobs", "SEE", "03_OfficeWank_touchboobs", State.temporary.events)<</script>>
<<melanie>>Just stay put, $playerFirstName.<</melanie>>
<video @src=_OfficeWankTeaseb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Are you gonna remove that dress?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>What do you think?<</melanie>>
<video @src=_OfficeWankTeaseb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You are the most beautiful woman I've ever seen.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're a very predictable man, $playerFirstName.<</melanie>>
[[Dive in on her boobs|OfficeWankTeaseBoobs]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>This one time I'll let you suck my nipples.<</melanie>>
<video @src=_OfficeWankTeasec1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't get too hard. You're still not allowed to mess up my hair.<</melanie>>
<video @src=_OfficeWankTeasec2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I don't care about her insults.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's enough. You can let go now.<</melanie>>
<video @src=_OfficeWankTeasec3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Just a little bit more.<</player>>
[[She said no (Leave)|Melwork][wait()]]
<<disable !canExperienceEvent("03_officeWank_fun", State.temporary.events)>>[[I'll not let her go|OfficeWankFuckStart]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="03_OfficeWank_fun"></div>
<<script>>experiencedEvent("03_officeWank_fun", "SEE", "03_OfficeWank_fun", State.temporary.events)<</script>>
<<melanie>>Alright, $playerFirstName, you have been a loyal employee. I guess you're entitled to some kind of gratification.<</melanie>>
<<cont keypress append>><<player>>(To yourself): Wow<</player>>
<video @src=_OfficeWankFuck1 autoplay muted loop></video>
[[Continue|OfficeWankFuckWindmill]]
<<scrolldown>><</cont>><<set
_OfficeWankFuck1 to 'https://video.wixstatic.com/video/6b0d8e_382ab334629549cc9fc7befb8a5438ab/480p/mp4/file.mp4',
_OfficeWankFuck2 to 'https://video.wixstatic.com/video/6b0d8e_da8ffce4ed1b4b3489b389a1baf401df/480p/mp4/file.mp4',
_OfficeWankFuck3 to 'https://video.wixstatic.com/video/6b0d8e_5e7659d1d5944916bb8f092378b7b836/480p/mp4/file.mp4',
_OfficeWankFuck4 to 'https://video.wixstatic.com/video/6b0d8e_50c5185d80de4a93a255aee896b5f4e5/480p/mp4/file.mp4',
_OfficeWankFucka1 to 'https://video.wixstatic.com/video/6b0d8e_dd7910aac1074d0b89d1a0641a8c31fb/480p/mp4/file.mp4',
_OfficeWankFucka2 to 'https://video.wixstatic.com/video/6b0d8e_0972dac840b3472988651755157aa5ae/480p/mp4/file.mp4',
_OfficeWankFucka3 to 'https://video.wixstatic.com/video/6b0d8e_39a0c06aebd048c08f790ade1bd67b5f/480p/mp4/file.mp4',
_OfficeWankFuckb1 to 'https://video.wixstatic.com/video/6b0d8e_676c1bb8d7d54f2a9c62757acd2743ef/480p/mp4/file.mp4',
_OfficeWankFuckb2 to 'https://video.wixstatic.com/video/6b0d8e_b653a8c6191d4b9b87941a74b1c85c2b/480p/mp4/file.mp4',
_OfficeWankFuckb3 to 'https://video.wixstatic.com/video/6b0d8e_801472f43e514bb6b0ccdeb1e9dc6a07/480p/mp4/file.mp4',
_OfficeWankFuckb4 to 'https://video.wixstatic.com/video/6b0d8e_e45b98d35e0f4e67805c3424290be1ab/480p/mp4/file.mp4',
_OfficeWankFuckc1 to 'https://video.wixstatic.com/video/6b0d8e_e583be538fa14eb6ae727e9752ccb0a8/480p/mp4/file.mp4',
_OfficeWankFuckc2 to 'https://video.wixstatic.com/video/6b0d8e_45a7c0a8dc804545854c200e9e8cc336/480p/mp4/file.mp4',
_OfficeWankFuckc3 to 'https://video.wixstatic.com/video/6b0d8e_ee26f105bbeb447581e7cd6db6cfb7f5/480p/mp4/file.mp4',
_OfficeWankFuckc4 to 'https://video.wixstatic.com/video/6b0d8e_d35a1c61eff84c518a1e49e603ecb119/480p/mp4/file.mp4',
_OfficeWankFuckd1 to 'https://video.wixstatic.com/video/6b0d8e_848f6fdbbe724fb2870a004eaf26beb9/480p/mp4/file.mp4',
_OfficeWankFuckd2 to 'https://video.wixstatic.com/video/6b0d8e_d7ec9174dfc2445bbf28ccac568800b2/480p/mp4/file.mp4',
_OfficeWankFuckd3 to 'https://video.wixstatic.com/video/6b0d8e_f4b69ef3f2364451b7598f1370dc81cd/480p/mp4/file.mp4',
_OfficeWankFuckd4 to 'https://video.wixstatic.com/video/6b0d8e_94065d50a25a44838a5547690a1a9013/480p/mp4/file.mp4'
>><<set
_OfficeWankFuck1 to 'videos/Melanie/version0.2/work/wank/fuck/1.mp4',
_OfficeWankFuck2 to 'videos/Melanie/version0.2/work/wank/fuck/2.mp4',
_OfficeWankFuck3 to 'videos/Melanie/version0.2/work/wank/fuck/3.mp4',
_OfficeWankFuck4 to 'videos/Melanie/version0.2/work/wank/fuck/4.mp4',
_OfficeWankFucka1 to 'videos/Melanie/version0.2/work/wank/fuck/a1.mp4',
_OfficeWankFucka2 to 'videos/Melanie/version0.2/work/wank/fuck/a2.mp4',
_OfficeWankFucka3 to 'videos/Melanie/version0.2/work/wank/fuck/a3.mp4',
_OfficeWankFuckb1 to 'videos/Melanie/version0.2/work/wank/fuck/b1.mp4',
_OfficeWankFuckb2 to 'videos/Melanie/version0.2/work/wank/fuck/b2.mp4',
_OfficeWankFuckb3 to 'videos/Melanie/version0.2/work/wank/fuck/b3.mp4',
_OfficeWankFuckb4 to 'videos/Melanie/version0.2/work/wank/fuck/b4.mp4',
_OfficeWankFuckc1 to 'videos/Melanie/version0.2/work/wank/fuck/c1.mp4',
_OfficeWankFuckc2 to 'videos/Melanie/version0.2/work/wank/fuck/c2.mp4',
_OfficeWankFuckc3 to 'videos/Melanie/version0.2/work/wank/fuck/c3.mp4',
_OfficeWankFuckc4 to 'videos/Melanie/version0.2/work/wank/fuck/c4.mp4',
_OfficeWankFuckd1 to 'videos/Melanie/version0.2/work/wank/fuck/d1.mp4',
_OfficeWankFuckd2 to 'videos/Melanie/version0.2/work/wank/fuck/d2.mp4',
_OfficeWankFuckd3 to 'videos/Melanie/version0.2/work/wank/fuck/d3.mp4',
_OfficeWankFuckd4 to 'videos/Melanie/version0.2/work/wank/fuck/d4.mp4'
>>It seems Melanie will let you have some fun today. What do you want to do?
[[Blow me|OfficeWankFuckBlow]]
<<disable !canExperienceEvent("03_officeWank_boobs", State.temporary.events)>>[[Boobjob|OfficeWankFuckBoobjob]]<</disable>>
<<disable !canExperienceEvent("03_officeWank_eat", State.temporary.events)>>[[Let me eat you|OfficeWankFuckEat]]<</disable>>
<<disable !canExperienceEvent("03_officeWank_sixtynine", State.temporary.events)>>[[Sixty-nine|OfficeWankFuck69]]<</disable>>
<<disable !canExperienceEvent("03_officeWank_cum", State.temporary.events)>>[[Cum|OfficeWankFuckCum]]<</disable>>
<<melanie>>You want me to blow that little cock of yours, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Yes, please.<</player>>
<video @src=_OfficeWankFuckb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Well, then let's see what we can do.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): This will be so great.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you like when I lick the tip of your cock like this, $playerFirstName?<</melanie>>
<video @src=_OfficeWankFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Holding your breath): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But maybe you prefer when I work it a bit harder?<</melanie>>
<video @src=_OfficeWankFuckb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
[[So what do you wanna do|OfficeWankFuckWindmill]]
[[I think you can go deeper|OfficeWankFuckBlowDeep]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_OfficeWank_eat"></div>
<<script>>experiencedEvent("03_officeWank_eat", "SEE", "03_OfficeWank_eat", State.temporary.events)<</script>>
<<melanie>>I usually don't let men with small dicks touch my pussy, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Thank God mine is a huge one.<</player>>
<video @src=_OfficeWankFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>In your dreams, $playerFirstName. Be thankful that I let you lick me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I could leave you at any time, and go fuck Cassidy instead<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Be realistic, $playerFirstName, no one would prefer Cassidy over me.<</melanie>>
<video @src=_OfficeWankFuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, I guess that's true.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, lick that pussy. I know you want it.<</melanie>>
<video @src=_OfficeWankFuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Slurp, slurp.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Wow, right now I can hardly tell the size of your co-o-o-ock!<</melanie>>
[[So what do you wanna do|OfficeWankFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_OfficeWank_sixtynine"></div>
<<script>>experiencedEvent("03_officeWank_sixtynine", "SEE", "03_OfficeWank_sixtynine", State.temporary.events)<</script>>
<<melanie>>You're a predictable man, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>A predictable man with a huge cock.<</player>>
<video @src=_OfficeWankFuckc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Not according to my standards, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Use whatever standards you like. Just suck that cock.<</player>>
<video @src=_OfficeWankFuckc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Slurp, slurp!<</player>>
<video @src=_OfficeWankFuckc4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>If you come in my hair I will kill you, $playerFirstName.<</melanie>>
[[So what do you wanna do|OfficeWankFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_OfficeWank_cum"></div>
<<script>>experiencedEvent("03_officeWank_cum", "SEE", "03_OfficeWank_cum", State.temporary.events)<</script>>
<<melanie>>You know how to aim properly, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>(Panting): Just hold out those boobs for me<</player>>
<video @src=_OfficeWankFuckd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I told you not to come in my hair, didn't I, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Panting): Yes! Yes!<</player>>
<video @src=_OfficeWankFuckd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Wow, all of your jizz ended up on my boobs. That's surprisingly accurate, $playerFirstName.<</melanie>>
[[Clean that cock|OfficeWankFuckCum2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_OfficeWank_dp"></div>
<<script>>experiencedEvent("03_officeWank_dp", "SEE", "03_OfficeWank_dp", State.temporary.events)<</script>>
<<melanie>>How do you mean, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Like this.<</player>>
<video @src=_OfficeWankFucka1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mng-ng-ng-ngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Down to here. Down to here you can go.<</player>>
<video @src=_OfficeWankFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Ng-ng-ng-ngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Deep down that throat.<</player>>
<video @src=_OfficeWankFucka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk-ah! You and your small cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Bullshit. You know it's a big one.<</player>>
[[So what do you wanna do|OfficeWankFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>Are you sure you understand the basic concepts, $playerFirstName?<</melanie>>
<video @src=_HomeworkExtraTease1 autoplay muted loop></video>
<<cont keypress append>><<player>>I think I do.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>There is no such thing as a stupid question. You can ask whatever you want.<</melanie>>
<video @src=_HomeworkExtraTease2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, this section is interesting. Can you be just a bit more concrete?<</melanie>>
[[I wonder... Can you show me your boobs?|HomeworkExtraTeaseSmile]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<set
_HomeworkExtraTease1 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/1.mp4',
_HomeworkExtraTease2 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/2.mp4',
_HomeworkExtraTease3 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/3.mp4',
_HomeworkExtraTease4 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/4.mp4',
_HomeworkExtraTeasea1 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/a1.mp4',
_HomeworkExtraTeasea2 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/a2.mp4',
_HomeworkExtraTeaseb1 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/b1.mp4',
_HomeworkExtraTeaseb2 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/b2.mp4',
_HomeworkExtraTeaseb3 to 'videos/Melanie/version0.2/work/homeworkExtra/tease/b3.mp4'
>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<<melanie>>Alright, $playerFirstName, come around.<</melanie>>
<<cont keypress append>><<player>>Are you gonna let me see your tits?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, I want my staff to be as efficient as possible.<</melanie>>
<video @src=_HomeworkExtraTeasea1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You are an excellent boss.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Not a single employee says otherwise.<</melanie>>
<video @src=_HomeworkExtraTeasea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I don't doubt it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you'll have to promise me one thing, $playerFirstName...<</melanie>>
[[What?|HomeworkExtraTeaseShow]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<<melanie>>You can't cum in my hair, $playerFirstName.<</melanie>>
<video @src=_HomeworkExtraTeaseb1 autoplay muted loop></video>
<<cont keypress append>><<player>>I promise.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Wow, your cock is slightly bigger than I thought it was, $playerFirstName.<</melanie>>
<video @src=_HomeworkExtraTeaseb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mmm, mmm.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please, don't touch my pussy.<</melanie>>
<video @src=_HomeworkExtraTeaseb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why not? You like it, don't you?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's enough, $playerFirstName.<</melanie>>
[[She leaves|Melwork][wait()]]
<<disable !canExperienceEvent("03_homework_extra_question_blow", State.temporary.events)>>[[She hesitates|HomeworkExtraFuckStart]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<melanie>>I don't know, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Why?<</player>>
<video @src=_HomeworkExtraFuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's so small.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's not small. Did you ever measure it?<</player>>
<video @src=_HomeworkExtraFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No, but...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So why don't you? I promise you, it's huge.<</player>>
[[Bring it forth|HomeworkExtraFuckBringIt]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_HomeworkExtraFuck1 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/1.mp4',
_HomeworkExtraFuck2 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/2.mp4',
_HomeworkExtraFucka1 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/a1.mp4',
_HomeworkExtraFucka2 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/a2.mp4',
_HomeworkExtraFucka3 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/a3.mp4',
_HomeworkExtraFucka4 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/a4.mp4',
_HomeworkExtraFuckb1 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/b1.mp4',
_HomeworkExtraFuckb2 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/b2.mp4',
_HomeworkExtraFuckc1 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/c1.mp4',
_HomeworkExtraFuckd1 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/d1.mp4',
_HomeworkExtraFuckd2 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/d2.mp4',
_HomeworkExtraFucke1 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/e1.mp4',
_HomeworkExtraFucke2 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/e2.mp4',
_HomeworkExtraFucke3 to 'videos/Melanie/version0.2/work/homeworkExtra/blow/e3.mp4',
_HomeworkExtraFuckf1 to 'videos/Melanie/version0.2/work/homeworkExtra/anal/1.mp4',
_HomeworkExtraFuckf2 to 'videos/Melanie/version0.2/work/homeworkExtra/anal/2.mp4',
_HomeworkExtraFuckf3 to 'videos/Melanie/version0.2/work/homeworkExtra/anal/3.mp4',
_HomeworkExtraFuckg1 to 'videos/Melanie/version0.2/work/homeworkExtra/anal/a1.mp4',
_HomeworkExtraFuckg2 to 'videos/Melanie/version0.2/work/homeworkExtra/anal/a2.mp4',
_HomeworkExtraFuckg3 to 'videos/Melanie/version0.2/work/homeworkExtra/anal/a3.mp4',
_HomeworkExtraFuckh1 to 'videos/Melanie/version0.2/work/homeworkExtra/cum/1.mp4',
_HomeworkExtraFuckh2 to 'videos/Melanie/version0.2/work/homeworkExtra/cum/2.mp4',
_HomeworkExtraFuckh3 to 'videos/Melanie/version0.2/work/homeworkExtra/cum/3.mp4',
_HomeworkExtraFuckh4 to 'videos/Melanie/version0.2/work/homeworkExtra/cum/4.mp4'
>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<player>>Look at that. You'd love to put that in your mouth, wouldn't you?<</player>>
<video @src=_HomeworkExtraFucka1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>In your dreams, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Are you gonna work it? Are you gonna work it good?<</player>>
<video @src=_HomeworkExtraFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You're a dork, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Who cares what she thinks? I'm gonna fuck her silly.<</player>>
<video @src=_HomeworkExtraFucka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Watch out so you don't cum in my mouth, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You'd better work that cock hard, or you'll never get any cum in that pretty little mouth of yours.<</player>>
<video @src=_HomeworkExtraFucka4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Say, why would I want your petty cum in my mouth, $playerFirstName?<</melanie>>
[[Blow it|HomeworkExtraFuckBlowIt]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="03_Homework_extra_question_blow"></div>
<<script>>experiencedEvent("03_homework_extra_question_blow", "SEE", "03_Homework_extra_question_blow", State.temporary.events)<</script>>
<<player>>Maybe you'd prefer if I head over to Cassidy's office and jizzed in her mouth?<</player>>
<<cont keypress append>><<melanie>>No. I'm fine. I can have this load.<</melanie>>
<video @src=_HomeworkExtraFuckb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I thought so.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I want all that sweet juice for myself.<</melanie>>
<video @src=_HomeworkExtraFuckb2 autoplay muted loop></video>
[[Boobjob|HomeworkExtraFuckBoobIt]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>You'd better let that cock get a good taste of those boobs.<</player>>
<<cont keypress append>><<melanie>>Alright.<</melanie>>
<video @src=_HomeworkExtraFuckc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Now you can give it another blow.<</player>>
[[Blow it again|HomeworkExtraFuckBlowItAgain]]
<<scrolldown>><</cont>><</cont>><<melanie>>You're demanding, $playerFirstName.<</melanie>>
<video @src=_HomeworkExtraFuckd1 autoplay muted loop></video>
<<cont keypress append>><<player>>I have a decent cock. It deserves good treatment.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's fair, I guess.<</melanie>>
<video @src=_HomeworkExtraFuckd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So will you let me fuck your pussy?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, but you might be allowed to fuck my ass.<</melanie>>
[[Just jizz on her|HomeworkExtraFuckCum]]
<<disable !canExperienceEvent("03_homework_extra_question_fuckside", State.temporary.events)>>[[Fuck her ass|HomeworkExtraFuckWindmill]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>You're fucking Melanie's ass. What's your approach?
[[On side|HomeworkExtraFuckSide]]
<<disable !canExperienceEvent("03_homework_extra_question_fuckdoggy", State.temporary.events)>>[[Doggystyle|HomeworkExtraDoggystyle]]<</disable>>
<<disable !canExperienceEvent("03_homework_extra_question_fuckblow", State.temporary.events)>>[[Blowjob on table|HomeworkExtraBlowTable]]<</disable>>
[[Cum|HomeworkExtraFuckCum]]<<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="03_Homework_extra_question_cum"></div>
<<script>>experiencedEvent("03_homework_extra_question_cum", "SEE", "03_Homework_extra_question_cum", State.temporary.events)<</script>>
<<player>>Now, suck it dry!<</player>>
<video @src=_HomeworkExtraFuckh1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes! Yes!<</player>>
<video @src=_HomeworkExtraFuckh2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmmm, mmmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's quite good, don't you think?<</player>>
<video @src=_HomeworkExtraFuckh3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Slurp, slurp.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It wasn't such a small cock after all, was it?<</player>>
<video @src=_HomeworkExtraFuckh4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Let me remind you, $playerFirstName, that I only handle giant cocks. In comparison, yours is a dwarf.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Homework_extra_question_fuckside"></div>
<<script>>experiencedEvent("03_homework_extra_question_fuckside", "SEE", "03_Homework_extra_question_fuckside", State.temporary.events)<</script>>
<<melanie>>Yes, push it in, $playerFirstName.<</melanie>>
<video @src=_HomeworkExtraFuckf1 autoplay muted loop></video>
<<cont keypress append>><<player>>You like that, don't you?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I sure do-o-o-o-o!<</melanie>>
<video @src=_HomeworkExtraFuckf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So, is it a small penis or a giant penis?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's a gia-a-a-ant one!<</melanie>>
<video @src=_HomeworkExtraFuckf3 autoplay muted loop></video>
[[You wanna fuck my ass?|HomeworkExtraFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Homework_extra_question_fuckblow"></div>
<<script>>experiencedEvent("03_homework_extra_question_fuckblow", "SEE", "03_Homework_extra_question_fuckblow", State.temporary.events)<</script>>
<<player>>Lie down on your back.<</player>>
<<cont keypress append>><<melanie>>Like this, $playerFirstName?<</melanie>>
<video @src=_HomeworkExtraFucke1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, but take my cock in your mouth.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Like this?<</melanie>>
<video @src=_HomeworkExtraFucke2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Exactly.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmmngk! Mmmngk!<</melanie>>
<video @src=_HomeworkExtraFucke3 autoplay muted loop></video>
[[You wanna fuck my ass?|HomeworkExtraFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Homework_extra_question_fuckdoggy"></div>
<<script>>experiencedEvent("03_homework_extra_question_fuckdoggy", "SEE", "03_Homework_extra_question_fuckdoggy", State.temporary.events)<</script>>
<<player>>You'd better cry out good now.<</player>>
<video @src=_HomeworkExtraFuckg1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>I'll cry out good if you fuck me good, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So, how about this?<</player>>
<video @src=_HomeworkExtraFuckg2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's good! It's good! It's good!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And this?<</player>>
<video @src=_HomeworkExtraFuckg3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's go-o-o-o-od!<</melanie>>
[[You wanna fuck my ass?|HomeworkExtraFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<player>>(To yourself): It seems Melanie's getting ready for a photo shoot.<</player>>
What do you want to do?
[[Leave|Photo][wait()]]
[[Go talk to her|ModelTalkMelanieDressingRoom]]<<set
_ModelTalkMelanie1 to 'videos/Melanie/version0.2/model/modeltalk/talk/1.mp4',
_ModelTalkMelanie2 to 'videos/Melanie/version0.2/model/modeltalk/talk/2.mp4',
_ModelTalkMelaniea1 to 'videos/Melanie/version0.2/model/modeltalk/talk/a1.mp4',
_ModelTalkMelaniea2 to 'videos/Melanie/version0.2/model/modeltalk/talk/a2.mp4',
_ModelTalkMelaniea3 to 'videos/Melanie/version0.2/model/modeltalk/talk/a3.mp4',
_ModelTalkMelanieb1 to 'videos/Melanie/version0.2/model/modeltalk/talk/b1.mp4',
_ModelTalkMelaniec1 to 'videos/Melanie/version0.2/model/modeltalk/talk/c1.mp4',
_ModelTalkMelaniec2 to 'videos/Melanie/version0.2/model/modeltalk/talk/c2.mp4',
_ModelTalkMelaniec3 to 'videos/Melanie/version0.2/model/modeltalk/talk/c3.mp4',
_ModelTalkMelanied1 to 'videos/Melanie/version0.2/model/modeltalk/talk/d1.mp4',
_ModelTalkMelanied2 to 'videos/Melanie/version0.2/model/modeltalk/talk/d2.mp4',
_ModelTalkMelanied3 to 'videos/Melanie/version0.2/model/modeltalk/talk/d3.mp4'
>><div id="03_Modeltalk_intro"></div>
<<script>>experiencedEvent("03_modeltalk_intro", "SEE", "03_Modeltalk_intro", State.temporary.events)<</script>>
<<player>>(To yourself): There she is.<</player>>
<video @src=_ModelTalkMelanie1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Wow, she's beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No reason to hide, $playerFirstName, I already changed clothes.<</melanie>>
<video @src=_ModelTalkMelanie2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Alright, I'll go to her.<</player>>
[[Approach her|ModelTalkMelanieApproach]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>You imagine fucking me, don't you?<</melanie>>
<video @src=_ModelTalkMelaniea1 autoplay muted loop></video>
<<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha what a silly question, of course you do!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll say it. I'll fucking say it.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Melanie, look at me.<</player>>
<video @src=_ModelTalkMelaniea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I dream about fucking you everyday.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please, $playerFirstName, think about your little dick.<</melanie>>
<video @src=_ModelTalkMelaniea3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You know I don't have a small dick.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, right. In your dreams, $playerFirstName.<</melanie>>
[[Sit down|ModelTalkMelanieSitDown]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<player>>I have something to say.<</player>>
<video @src=_ModelTalkMelanieb1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>I'm all ears.<</melanie>>
[[Never mind (Leave)|Photo][wait()]]
<<if canExperienceEvent("03_modeltalk_bbca", State.temporary.events)>>[[I received a call from a group called BBCA|ModelTalkMelanieBBCA]]<<if !eventIdIsSeen("03_modeltalk_bbca")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_modeltalk_teacherextra", State.temporary.events)>>[[There is a certain dress you look fabulous in|ModelTalkMelanieTeacherDress]]<<if !eventIdIsSeen("03_modeltalk_teacherextra")>> NEW EVENT!<</if>>
<</if>>
<<scrolldown>><</cont>>
<<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="03_Modeltalk_bbca"></div>
<<script>>experiencedEvent("03_modeltalk_bbca", "SEE", "03_Modeltalk_bbca", State.temporary.events)<</script>>
<<player>>A representative from BBCA called me.<</player>>
<<cont keypress append>><<melanie>>And?<</melanie>>
<video @src=_ModelTalkMelaniec1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>BBCA stands for...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Big Black Cock Association. I'm very well aware of that, thank you.<</melanie>>
<video @src=_ModelTalkMelaniec3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, and now they have seen you in my photos. And they want to meet you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>When?<</melanie>>
<video @src=_ModelTalkMelaniec2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Thursday.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Great, I'll be there.<</melanie>>
[[It seems she's got all the info she needs (leave)|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>We've started of with dresses, haven't we?<</player>>
<video @src=_ModelTalkMelaniec1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Yes.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>They haven't shown that much boob, have they?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No.<</melanie>>
<video @src=_ModelTalkMelaniec3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You know, I have a vision. I want my models to be able to express their beauty through my photos.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's so sweet of you, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So I wonder if you would like to try out a new collection of more daring dresses?<</player>>
<video @src=_ModelTalkMelaniec2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Well, why don't you show them to me, and we'll see what I think.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): You bet I will.<</player>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><video @src=_ModelTalkMelanieBlow1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlow2 autoplay muted loop></video>
[[Come|ModelTalkMelanieBlowSit]]Double-click this passage to edit it.<<set
_ModelTalkMelanieBlow1 to 'https://video.wixstatic.com/video/6b0d8e_619840edf07a4aea887bcc52bc9947fc/360p/mp4/file.mp4',
_ModelTalkMelanieBlow2 to 'https://video.wixstatic.com/video/6b0d8e_a0ac91ce47f64fd3bbc8a3aa63882226/360p/mp4/file.mp4',
_ModelTalkMelanieBlowa1 to 'https://video.wixstatic.com/video/6b0d8e_5e673d8f042e40e388584df0ee95571b/360p/mp4/file.mp4',
_ModelTalkMelanieBlowa2 to 'https://video.wixstatic.com/video/6b0d8e_dcca27f8f8ec401887bab26ed9b4bd75/360p/mp4/file.mp4',
_ModelTalkMelanieBlowb1 to 'https://video.wixstatic.com/video/6b0d8e_1797ec14a3ae41c89331fedb8eee3ccf/360p/mp4/file.mp4',
_ModelTalkMelanieBlowb2 to 'https://video.wixstatic.com/video/6b0d8e_41905584c76c48abae69b853a048a2c2/360p/mp4/file.mp4',
_ModelTalkMelanieBlowb3 to 'https://video.wixstatic.com/video/6b0d8e_635d8dc271314ad2accaf31532470405/360p/mp4/file.mp4',
_ModelTalkMelanieBlowc1 to 'https://video.wixstatic.com/video/6b0d8e_6e702d94dd8747c0b402c3e771885473/360p/mp4/file.mp4',
_ModelTalkMelanieBlowc2 to 'https://video.wixstatic.com/video/6b0d8e_36e963fc33d14a06bf60e8d82ebf1e8a/360p/mp4/file.mp4',
_ModelTalkMelanieBlowd1 to 'https://video.wixstatic.com/video/6b0d8e_772252a51c7741d885e1d361b88d9dfa/360p/mp4/file.mp4',
_ModelTalkMelanieBlowd2 to 'https://video.wixstatic.com/video/6b0d8e_86230a634eed47c69e9eb1eb1d280547/360p/mp4/file.mp4',
_ModelTalkMelanieBlowd3 to 'https://video.wixstatic.com/video/6b0d8e_33b45a14088242489af687790fb6d5a9/360p/mp4/file.mp4',
_ModelTalkMelanieBlowd4 to 'https://video.wixstatic.com/video/6b0d8e_064a5e096dd74ab8a18165ef3e6ff352/360p/mp4/file.mp4',
_ModelTalkMelanieBlowe1 to 'https://video.wixstatic.com/video/6b0d8e_f73b278c58ba4ca19bc9f12c61cb2657/480p/mp4/file.mp4',
_ModelTalkMelanieBlowe2 to 'https://video.wixstatic.com/video/6b0d8e_5a72e381d797460a87584a7808f52a7e/480p/mp4/file.mp4',
_ModelTalkMelanieBlowe3 to 'https://video.wixstatic.com/video/6b0d8e_7d64a62766f34ffe8b8ad70e578c81cb/480p/mp4/file.mp4',
_ModelTalkMelanieBlowf1 to 'https://video.wixstatic.com/video/6b0d8e_a317e0cd98cd43d2980f09621277aa53/480p/mp4/file.mp4',
_ModelTalkMelanieBlowf2 to 'https://video.wixstatic.com/video/6b0d8e_aa6fc8b8d92e4d849bb40e762f347de2/480p/mp4/file.mp4',
_ModelTalkMelanieBlowf3 to 'https://video.wixstatic.com/video/6b0d8e_decbdc9adda743d2800c4d2f20601bf3/480p/mp4/file.mp4',
_ModelTalkMelanieBlowg1 to 'https://video.wixstatic.com/video/6b0d8e_40db0484047146e4b0738577cf000384/480p/mp4/file.mp4',
_ModelTalkMelanieBlowg2 to 'https://video.wixstatic.com/video/6b0d8e_b3e863d7d1fb405a952bf07e8482d862/480p/mp4/file.mp4',
_ModelTalkMelanieBlowh1 to 'https://video.wixstatic.com/video/6b0d8e_704153e5697a4fb9b03fc17ca69c2b34/480p/mp4/file.mp4',
_ModelTalkMelanieBlowh2 to 'https://video.wixstatic.com/video/6b0d8e_7039156ea4694c06a15f86770fe2e87a/480p/mp4/file.mp4',
_ModelTalkMelanieBlowh3 to 'https://video.wixstatic.com/video/6b0d8e_b4c36555c37e4735a2376d89cc0b6783/480p/mp4/file.mp4',
_ModelTalkMelanieBlowi1 to 'https://video.wixstatic.com/video/6b0d8e_bc51060f31ad4443a39d0fb237b40f55/480p/mp4/file.mp4',
_ModelTalkMelanieBlowi2 to 'https://video.wixstatic.com/video/6b0d8e_aa7a42e69d8d471ab411d731dea76c3e/480p/mp4/file.mp4',
_ModelTalkMelanieBlowj1 to 'https://video.wixstatic.com/video/6b0d8e_2ba77b0ab68f4e0b88678a14f68ea6ca/480p/mp4/file.mp4',
_ModelTalkMelanieBlowj2 to 'https://video.wixstatic.com/video/6b0d8e_0c674801ccee4b43ae0be9d6951ff4f5/480p/mp4/file.mp4',
_ModelTalkMelanieBlowj3 to 'https://video.wixstatic.com/video/6b0d8e_f9148fecf5ba4ea492bd73abc1436c1c/480p/mp4/file.mp4'
>><<set
_ModelTalkMelanieBlow1 to 'videos/Melanie/version0.2/model/modeltalk/walk/1.mp4',
_ModelTalkMelanieBlow2 to 'videos/Melanie/version0.2/model/modeltalk/walk/2.mp4',
_ModelTalkMelanieBlowa1 to 'videos/Melanie/version0.2/model/modeltalk/walk/a1.mp4',
_ModelTalkMelanieBlowa2 to 'videos/Melanie/version0.2/model/modeltalk/walk/a2.mp4',
_ModelTalkMelanieBlowb1 to 'videos/Melanie/version0.2/model/modeltalk/walk/b1.mp4',
_ModelTalkMelanieBlowb2 to 'videos/Melanie/version0.2/model/modeltalk/walk/b2.mp4',
_ModelTalkMelanieBlowb3 to 'videos/Melanie/version0.2/model/modeltalk/walk/b3.mp4',
_ModelTalkMelanieBlowc1 to 'videos/Melanie/version0.2/model/modeltalk/walk/c1.mp4',
_ModelTalkMelanieBlowc2 to 'videos/Melanie/version0.2/model/modeltalk/walk/c2.mp4',
_ModelTalkMelanieBlowd1 to 'videos/Melanie/version0.2/model/modeltalk/walk/d1.mp4',
_ModelTalkMelanieBlowd2 to 'videos/Melanie/version0.2/model/modeltalk/walk/d2.mp4',
_ModelTalkMelanieBlowd3 to 'videos/Melanie/version0.2/model/modeltalk/walk/d3.mp4',
_ModelTalkMelanieBlowd4 to 'videos/Melanie/version0.2/model/modeltalk/walk/d4.mp4',
_ModelTalkMelanieBlowe1 to 'videos/Melanie/version0.2/model/modeltalk/walk/e1.mp4',
_ModelTalkMelanieBlowe2 to 'videos/Melanie/version0.2/model/modeltalk/walk/e2.mp4',
_ModelTalkMelanieBlowe3 to 'videos/Melanie/version0.2/model/modeltalk/walk/e3.mp4',
_ModelTalkMelanieBlowf1 to 'videos/Melanie/version0.2/model/modeltalk/walk/f1.mp4',
_ModelTalkMelanieBlowf2 to 'videos/Melanie/version0.2/model/modeltalk/walk/f2.mp4',
_ModelTalkMelanieBlowf3 to 'videos/Melanie/version0.2/model/modeltalk/walk/f3.mp4',
_ModelTalkMelanieBlowg1 to 'videos/Melanie/version0.2/model/modeltalk/walk/g1.mp4',
_ModelTalkMelanieBlowg2 to 'videos/Melanie/version0.2/model/modeltalk/walk/g2.mp4',
_ModelTalkMelanieBlowh1 to 'videos/Melanie/version0.2/model/modeltalk/walk/h1.mp4',
_ModelTalkMelanieBlowh2 to 'videos/Melanie/version0.2/model/modeltalk/walk/h2.mp4',
_ModelTalkMelanieBlowh3 to 'videos/Melanie/version0.2/model/modeltalk/walk/h3.mp4',
_ModelTalkMelanieBlowi1 to 'videos/Melanie/version0.2/model/modeltalk/walk/i1.mp4',
_ModelTalkMelanieBlowi2 to 'videos/Melanie/version0.2/model/modeltalk/walk/i2.mp4',
_ModelTalkMelanieBlowj1 to 'videos/Melanie/version0.2/model/modeltalk/walk/j1.mp4',
_ModelTalkMelanieBlowj2 to 'videos/Melanie/version0.2/model/modeltalk/walk/j2.mp4',
_ModelTalkMelanieBlowj3 to 'videos/Melanie/version0.2/model/modeltalk/walk/j3.mp4'
>><video @src=_ModelTalkMelanieBlowa1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowa2 autoplay muted loop></video>
[[Feel it|ModelTalkMelanieBlowFeel]]<video @src=_ModelTalkMelanieBlowb1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowb2 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowb3 autoplay muted loop></video>
[[Look|ModelTalkMelanieBlowLook]]<video @src=_ModelTalkMelanieBlowc1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowc2 autoplay muted loop></video>
[[Taste|ModelTalkMelanieBlowTaste]]<video @src=_ModelTalkMelanieBlowd1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowd2 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowd3 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowd4 autoplay muted loop></video>
[[Undress|ModelTalkMelanieBlowUndress]]<video @src=_ModelTalkMelanieBlowe1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowe2 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowe3 autoplay muted loop></video>
[[Now blow me|ModelTalkMelanieBlowWindmill]][[Balls|ModelTalkMelanieBlowBalls]]
[[Boobs|ModelTalkMelanieBlowBoobs]]
[[Force|ModelTalkMelanieBlowForce]]
[[Work hard|ModelTalkMelanieBlowWork]]
[[Cum|ModelTalkMelanieBlowCum]]<video @src=_ModelTalkMelanieBlowf1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowf2 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowf3 autoplay muted loop></video>
[[Blow me more|ModelTalkMelanieBlowWindmill]]<video @src=_ModelTalkMelanieBlowi1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowi2 autoplay muted loop></video>
[[Blow me more|ModelTalkMelanieBlowWindmill]]<video @src=_ModelTalkMelanieBlowh1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowh2 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowh3 autoplay muted loop></video>
[[Blow me more|ModelTalkMelanieBlowWindmill]]<video @src=_ModelTalkMelanieBlowg1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowg2 autoplay muted loop></video>
[[Blow me more|ModelTalkMelanieBlowWindmill]]<video @src=_ModelTalkMelanieBlowj1 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowj2 autoplay muted loop></video>
<video @src=_ModelTalkMelanieBlowj3 autoplay muted loop></video>
[[Leave|ModelTalkMelanieBlowStart]]<<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="03_Model_teacher_grey"></div>
<<script>>experiencedEvent("03_model_teacher_grey", "SEE", "03_Model_teacher_grey", State.temporary.events)<</script>>
<<melanie>>What do you think, $playerFirstName, do you think you'll get a glance of one of my nipples today?<</melanie>>
<video @src=_MelanieTeacherDress11 autoplay muted loop></video>
<<cont keypress append>><<player>>That depends on you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You think so? How come?<</melanie>>
<video @src=_MelanieTeacherDress12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>If you're a good wife, I might get disappointed. On the other hand, If you're a good model, I might see some goods.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You've given this issue some thoughts.<</melanie>>
[[She turns around|MelanieTeacherDress1TurnAround]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="03_Model_teacher_black"></div>
<<script>>experiencedEvent("03_model_teacher_black", "SEE", "03_Model_teacher_black", State.temporary.events)<</script>>
<<melanie>>That's some intense focus on my face, $playerFirstName, what's the occasion?<</melanie>>
<<cont keypress append>><<player>>Nothing. You're just beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Is it my lips? Do you imagine them caressing your little cock, $playerFirstName?<</melanie>>
<video @src=_MelanieTeacherDress21 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's better. Give some attention to my cleavage.<</melanie>>
<video @src=_MelanieTeacherDress22 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You look stunning today.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You don't have to emphasize facts that everyone already knows, $playerFirstName.<</melanie>>
<video @src=_MelanieTeacherDress23 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, show me your photos.<</melanie>>
[[Decent|MelanieTeacherDress2Decent]]
<<disable !canExperienceEvent("03_model_teacher_blackn1", State.temporary.events)>>[[Naughty|MelanieTeacherDress2Naughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<player>>I have an absolute lovely dress for you.<</player>>
<<cont keypress append>><<melanie>>Does it have a deep cleavage?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Actually, it has.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Standing up): Why am I not surprised?<</melanie>>
[[She leaves for the dressing room|CleavageBlackDress1]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_CleavageBlackDress to 'videos/Melanie/version0.2/model/blackvdress/img.png',
_CleavageBlackDress1 to 'videos/Melanie/version0.2/model/blackvdress/1.mp4',
_CleavageBlackDress2 to 'videos/Melanie/version0.2/model/blackvdress/2.mp4',
_CleavageBlackDress3 to 'videos/Melanie/version0.2/model/blackvdress/3.mp4',
_CleavageBlackDress4 to 'videos/Melanie/version0.2/model/blackvdress/4.mp4',
_CleavageBlackDress1d to 'videos/Melanie/version0.2/model/blackvdress/1d.png',
_CleavageBlackDress2d to 'videos/Melanie/version0.2/model/blackvdress/2d.png',
_CleavageBlackDress3d to 'videos/Melanie/version0.2/model/blackvdress/3d.png',
_CleavageBlackDressa1 to 'videos/Melanie/version0.2/model/blackvdress/a1.mp4',
_CleavageBlackDressa2 to 'videos/Melanie/version0.2/model/blackvdress/a2.mp4',
_CleavageBlackDressa1d to 'videos/Melanie/version0.2/model/blackvdress/a1d.png',
_CleavageBlackDressa2d to 'videos/Melanie/version0.2/model/blackvdress/a2d.png',
_CleavageBlackDressb1 to 'videos/Melanie/version0.2/model/blackvdress/b1.mp4',
_CleavageBlackDressb2 to 'videos/Melanie/version0.2/model/blackvdress/b2.mp4',
_CleavageBlackDressb3 to 'videos/Melanie/version0.2/model/blackvdress/b3.mp4',
_CleavageBlackDressb4 to 'videos/Melanie/version0.2/model/blackvdress/b4.mp4',
_CleavageBlackDressb5 to 'videos/Melanie/version0.2/model/blackvdress/b5.mp4',
_CleavageBlackDressb1d to 'videos/Melanie/version0.2/model/blackvdress/b1d.png',
_CleavageBlackDressb1n to 'videos/Melanie/version0.2/model/blackvdress/b1n.png',
_CleavageBlackDressb2n to 'videos/Melanie/version0.2/model/blackvdress/b2n.png',
_CleavageBlackDressb3n to 'videos/Melanie/version0.2/model/blackvdress/b3n.png',
_CleavageBlackDressc1 to 'videos/Melanie/version0.2/model/blackvdress/c1.mp4',
_CleavageBlackDressc2 to 'videos/Melanie/version0.2/model/blackvdress/c2.mp4',
_CleavageBlackDressc3 to 'videos/Melanie/version0.2/model/blackvdress/c3.mp4',
_CleavageBlackDressc1d to 'videos/Melanie/version0.2/model/blackvdress/c1d.png',
_CleavageBlackDressc1n to 'videos/Melanie/version0.2/model/blackvdress/c1n.png',
_CleavageBlackDressd1 to 'videos/Melanie/version0.2/model/blackvdress/d1.mp4',
_CleavageBlackDressd2 to 'videos/Melanie/version0.2/model/blackvdress/d2.mp4',
_CleavageBlackDressd3 to 'videos/Melanie/version0.2/model/blackvdress/d3.mp4',
_CleavageBlackDressd1n to 'videos/Melanie/version0.2/model/blackvdress/d1n.png',
_CleavageBlackDressd2n to 'videos/Melanie/version0.2/model/blackvdress/d2n.png',
_CleavageBlackDresse1 to 'videos/Melanie/version0.2/model/blackvdress/e1.mp4',
_CleavageBlackDresse2 to 'videos/Melanie/version0.2/model/blackvdress/e2.mp4',
_CleavageBlackDresse3 to 'videos/Melanie/version0.2/model/blackvdress/e3.mp4',
_CleavageBlackDresse4 to 'videos/Melanie/version0.2/model/blackvdress/e4.mp4',
_CleavageBlackDresse1n to 'videos/Melanie/version0.2/model/blackvdress/e1n.png',
_CleavageBlackDresse2n to 'videos/Melanie/version0.2/model/blackvdress/e2n.png',
_CleavageBlackDresse3n to 'videos/Melanie/version0.2/model/blackvdress/e3n.png'
>><<player>>So this is when you chill out in the chair.<</player>>
<img @src=_CleavageBlackDress1d width="600">
<<cont keypress append>><<melanie>>Not very exciting, is it, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's when you look at the camera, somewhat teasing.<</player>>
<img @src=_CleavageBlackDress2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>It is slightly better, I have to give you that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you stretch out. Look at the boobs.<</player>>
<img @src=_CleavageBlackDress3d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Why? You barely caught them in this worthless photo. Let's do it again.<</melanie>>
[[Try again|CleavageBlackDressSecondTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>If you don't manage to produce good photos when I wear this dress, I don't know what to do with you, $playerFirstName.<</melanie>>
<video @src=_CleavageBlackDressa1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos): I think I will manage.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Just relax. Focus on my boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Oh, I do...<</player>>
<video @src=_CleavageBlackDressa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos, to yourself): ...All the time.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Excuse me?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Nothing. Here's the new pics.<</player>>
[[Show pics|CleavageBlackDressShowNewPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Here you're on your way to rise up from the chair.<</player>>
<img @src=_CleavageBlackDressa1d width="600">
<<cont keypress append>><<melanie>>Let me remind you that I want men with big dicks to look at these pictures and notice me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you're standing up.<</player>>
<img @src=_CleavageBlackDressa2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>You can't tell the shape of my boobs from this angle.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I can ask her to show more?<</player>>
<<scrolldown>><<cont keypress append>><<player>>Well, it's hard for me to show your boobs in the photos if you don't show them to me when you pose.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...<</melanie>>
[[I'll give you some material|CleavageBlackDressShowBoobs]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<melanie>>I think you're a perv, $playerFirstName, but you might be right on this one.<</melanie>>
<<cont keypress append>><<player>>I am a professional photographer.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sure you are. Let's put you to work, shall we?<</melanie>>
<video @src=_CleavageBlackDressb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Great idea.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Oh, my God. Did she just do a nipple-slip?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So maybe you'll manage to photograph this boob, right here?<</melanie>>
<video @src=_CleavageBlackDressb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Am I dreaming?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or perhaps you wanna do both at the same time?<</melanie>>
<video @src=_CleavageBlackDressb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): A double is always preferable.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is she for real?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>This is what I usually do when I try to entice huge cocks.<</melanie>>
<video @src=_CleavageBlackDressb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I think you can use that strategy for enticing any cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't want your tiny little mini-dick, $playerFirstName. Now, show me those pics.<</melanie>>
[[Show the one decent pic you took|CleavageBlackDressShowPicsDecent]]
<<disable !canExperienceEvent("03_modelblackcleavage_naughty", State.temporary.events)>>[[Show the naughty pics|CleavageBlackDressShowPicsNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_Modelblackcleavage_decent"></div>
<<script>>experiencedEvent("03_modelblackcleavage_decent", "SEE", "03_Modelblackcleavage_decent", State.temporary.events)<</script>>
<<player>>(To yourself): I'll try something out.<</player>>
<<cont keypress append>><<player>>Well, you changed poses so fast, I didn't have time to catch everything on tape.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>What do you mean, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>This is the only photo I've got.<</player>>
<img @src=_CleavageBlackDressb1d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Outraged): This... Shit photo... Is the only one you've got?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Moaning): Aargh!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Being pragmatic): Well, I guess we'll have to do some more work.<</melanie>>
[[Still another try|CleavageBlackDressThirdTry]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="03_Modelblackcleavage_naughty"></div>
<<script>>experiencedEvent("03_modelblackcleavage_naughty", "SEE", "03_Modelblackcleavage_naughty", State.temporary.events)<</script>>
<<player>>Here's your first boob.<</player>>
<img @src=_CleavageBlackDressb1n width="600">
<<cont keypress append>><<melanie>>Wow, this is a great photo!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's both of them.<</player>>
<img @src=_CleavageBlackDressb2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Putting a hand on your shoulder): And this is even better!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you press them together. Imagine a huge cock in the middle.<</player>>
<img @src=_CleavageBlackDressb3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Panting): This is a true masterpiece, $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm quite pleased myself, I must say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Kissing you on the cheek): Publish those immediately, $playerFirstName! Now, I have to leave. Bye!<</melanie>>
<<scrolldown>><<cont keypress append>>And she leaves.
[[Good (leave)|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Let's get go work, shall we?<</melanie>>
<video @src=_CleavageBlackDressc1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Frantically taking photos): Right.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How's it going, $playerFirstName?<</melanie>>
<video @src=_CleavageBlackDressc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): It's going well.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I doubt it. Do you see my ass?<</melanie>>
<video @src=_CleavageBlackDressc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, that's something. Let me see what you've got.<</melanie>>
[[Show her some pics (decent)|CleavageBlackDressThirdPicsDecent]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Here's you, from behind.<</player>>
<img @src=_CleavageBlackDressc1d width="600">
<<cont keypress append>><<melanie>>This is a horrible shot, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you bend forward.<</player>>
<img @src=_CleavageBlackDressc1n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>It's slightly better. Let's continue.<</melanie>>
[[Continue|CleavageBlackDressRemoveSkirt]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>Don't get too hard now, $playerFirstName, but I think it's necessary that I remove my skirt.<</melanie>>
<video @src=_CleavageBlackDressd1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Frantically taking photos): I'll keep calm.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You can't fool anyone, $playerFirstName. Both you and me know that you're on the verge of exploding.<</melanie>>
<video @src=_CleavageBlackDressd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Well, you are quite sexy.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not just quite sexy, $playerFirstName. I am an absolute sex Goddess. Now, let's try to show that in a photo.<</melanie>>
<video @src=_CleavageBlackDressd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Gulp.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me see what you've got now.<</melanie>>
[[Show her|CleavageBlackDressRemoveSkirtPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Well, here your boobs and your ass are quite visible.<</player>>
<img @src=_CleavageBlackDressd1n width="600">
<<cont keypress append>><<melanie>>It's getting better, $playerFirstName. But I can't say I'm completely satisfied.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Satisfied?<</player>>
<<scrolldown>><<cont keypress append>><<player>>And here's the next one.<</player>>
<img @src=_CleavageBlackDressd2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Studying the photo closely): You know what, $playerFirstName? I think we'd better get this right once and for all.<</melanie>>
[[She goes back to the chair|CleavageBlackDressShowPussy]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Look here, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>(To yourself): What is she doing now.<</player>>
<video @src=_CleavageBlackDresse1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Gulp.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>This, $playerFirstName, is called a pussy.<</melanie>>
<video @src=_CleavageBlackDresse2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I'm aware of the concept.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Thats where I want the huge cocks to be.<</melanie>>
<video @src=_CleavageBlackDresse3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I see.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The cock should be rock hard, and it should be thrusted into me. Right through that little hole.<</melanie>>
<video @src=_CleavageBlackDresse4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): I... I could...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, $playerFirstName, you could not. But please show me the photos.<</melanie>>
[[See pics|CleavageBlackDressShowPussyPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_Modelblackcleavage_revenge"></div>
<<script>>experiencedEvent("03_modelblackcleavage_revenge", "SEE", "03_Modelblackcleavage_revenge", State.temporary.events)<</script>>
<<player>>Here's you, spreading your legs.<</player>>
<img @src=_CleavageBlackDresse1n width="600">
<<cont keypress append>><<melanie>>Promising start, $playerFirstName, promising start indeed.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you show off your pussy.<</player>>
<img @src=_CleavageBlackDresse2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Wow, that's a little masterpiece right there, $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you suck on your fingers, pretending they are a huge dick.<</player>>
<img @src=_CleavageBlackDresse3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Tears in her eyes): This is an absolutely amazing picture. You should be proud of it, $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I am.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, publish it as soon as possible. I have to leave. Bye.<</melanie>>
<<scrolldown>><<cont keypress append>>And she leaves.
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MelanieTeacherDress1 to 'videos/Melanie/version0.2/model/teacher/img.png',
_MelanieTeacherDress11 to 'videos/Melanie/version0.2/model/teacher/1.mp4',
_MelanieTeacherDress12 to 'videos/Melanie/version0.2/model/teacher/2.mp4',
_MelanieTeacherDress13 to 'videos/Melanie/version0.2/model/teacher/3.mp4',
_MelanieTeacherDress14 to 'videos/Melanie/version0.2/model/teacher/4.mp4',
_MelanieTeacherDress15 to 'videos/Melanie/version0.2/model/teacher/5.mp4',
_MelanieTeacherDress16 to 'videos/Melanie/version0.2/model/teacher/6.mp4',
_MelanieTeacherDress11d to 'videos/Melanie/version0.2/model/teacher/1d.png',
_MelanieTeacherDress12d to 'videos/Melanie/version0.2/model/teacher/2d.png',
_MelanieTeacherDress13d to 'videos/Melanie/version0.2/model/teacher/3d.png',
_MelanieTeacherDress11n to 'videos/Melanie/version0.2/model/teacher/1n.png',
_MelanieTeacherDress12n to 'videos/Melanie/version0.2/model/teacher/2n.png',
_MelanieTeacherDress13n to 'videos/Melanie/version0.2/model/teacher/3n.png',
_MelanieTeacherDress1a1 to 'videos/Melanie/version0.2/model/teacher/a1.mp4',
_MelanieTeacherDress1a2 to 'videos/Melanie/version0.2/model/teacher/a2.mp4',
_MelanieTeacherDress1a3 to 'videos/Melanie/version0.2/model/teacher/a3.mp4',
_MelanieTeacherDress1a4 to 'videos/Melanie/version0.2/model/teacher/a4.mp4',
_MelanieTeacherDress1a1d to 'videos/Melanie/version0.2/model/teacher/a1d.png',
_MelanieTeacherDress1a1n to 'videos/Melanie/version0.2/model/teacher/a1n.png',
_MelanieTeacherDress1a2n to 'videos/Melanie/version0.2/model/teacher/a2n.png',
_MelanieTeacherDress1b1 to 'videos/Melanie/version0.2/model/teacher/b1.mp4',
_MelanieTeacherDress1b2 to 'videos/Melanie/version0.2/model/teacher/b2.mp4',
_MelanieTeacherDress1b3 to 'videos/Melanie/version0.2/model/teacher/b3.mp4',
_MelanieTeacherDress1b1n to 'videos/Melanie/version0.2/model/teacher/b1n.png',
_MelanieTeacherDress1b2n to 'videos/Melanie/version0.2/model/teacher/b2n.png',
_MelanieTeacherDress1c1 to 'videos/Melanie/version0.2/model/teacher/c1.mp4',
_MelanieTeacherDress1c2 to 'videos/Melanie/version0.2/model/teacher/c2.mp4',
_MelanieTeacherDress1c3 to 'videos/Melanie/version0.2/model/teacher/c3.mp4',
_MelanieTeacherDress1c1n to 'videos/Melanie/version0.2/model/teacher/c1n.png',
_MelanieTeacherDress1c2n to 'videos/Melanie/version0.2/model/teacher/c2n.png',
_MelanieTeacherDress1c3n to 'videos/Melanie/version0.2/model/teacher/c3n.png',
_MelanieTeacherDress1c4n to 'videos/Melanie/version0.2/model/teacher/c4n.png'
>><<melanie>>How do you like my hair, $playerFirstName?<</melanie>>
<video @src=_MelanieTeacherDress13 autoplay muted loop></video>
<<cont keypress append>><<player>>It's very nice<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I went to the hairdresser today. My husband has promised to fuck me in the ass tonight, and he likes to hold my hair when doing so.<</melanie>>
<video @src=_MelanieTeacherDress14 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I understand him.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>He likes to pretend I'm a horse.<</melanie>>
[[Please, turn to me again|MelanieTeacherDress1Turn]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Did someone contact you about me yet, $playerFirstName?<</melanie>>
<video @src=_MelanieTeacherDress15 autoplay muted loop></video>
<<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Did any of the men with huge cocks contact you?<</melanie>>
<video @src=_MelanieTeacherDress16 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You'll let me know as soon as they do, won't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sure I will.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, let me see those pics.<</melanie>>
[[Decent pics|MelanieTeacherDress1Decent]]
<<disable !canExperienceEvent("03_model_teacher_greyn1", State.temporary.events)>>[[Naughty pics|MelanieTeacherDress1SecondNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Model_teacher_greyd1"></div>
<<script>>experiencedEvent("03_model_teacher_greyd1", "SEE", "03_Model_teacher_greyd1", State.temporary.events)<</script>>
<<player>>Here you pose in that beautiful dress.<</player>>
<img @src=_MelanieTeacherDress11d width="600">
<<cont keypress append>><<melanie>>Not very sexy, $playerFirstName, is it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you are from behind.<</player>>
<img @src=_MelanieTeacherDress12d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Not very daring, I must say.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's a shot from underneath.<</player>>
<img @src=_MelanieTeacherDress13d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>You call that underneath? Pathetic, $playerFirstName.<</melanie>>
[[Another chance|MelanieTeacherDress1SecondChance]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Model_teacher_greyn1"></div>
<<script>>experiencedEvent("03_model_teacher_greyn1", "SEE", "03_Model_teacher_greyn1", State.temporary.events)<</script>>
<<player>>Here's a pic where you slightly expose your nipple.<</player>>
<img @src=_MelanieTeacherDress11n width="600">
<<cont keypress append>><<melanie>>You're a perv, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>A perv who's an excellent photographer.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, that's actually true.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you are, bending over.<</player>>
<img @src=_MelanieTeacherDress12n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Quite a few men with huge cocks will contact you when they see that pic, won't they?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And if they don't, they will when they see this picture.<</player>>
<img @src=_MelanieTeacherDress13n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>(Scream in delight): $playerFirstName, this is a masterpiece!<</melanie>>
[[She starts posing again|MelanieTeacherDress1SecondChance]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<melanie>>I think it's time to focus on my ass.<</melanie>>
<video @src=_MelanieTeacherDress1a1 autoplay muted loop></video>
<<cont keypress append>><<player>>Whatever you say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I always get the impression that men give me an extra look when I bend over.<</melanie>>
<video @src=_MelanieTeacherDress1a2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That might be true.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or when I expose my ass cheeks.<</melanie>>
<video @src=_MelanieTeacherDress1a3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I can guarantee that's true.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or when I do a twerk, like this.<</melanie>>
<video @src=_MelanieTeacherDress1a4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I... I don't know what to say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You don't have to say anything. Just show me those pics.<</melanie>>
[[Decent|MelanieTeacherDress1SecondDPic]]
<<disable !canExperienceEvent("03_model_teacher_greyn2", State.temporary.events)>>[[Naughty|MelanieTeacherDress1SecondNPics]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="03_Model_teacher_greyd2"></div>
<<script>>experiencedEvent("03_model_teacher_greyd2", "SEE", "03_Model_teacher_greyd2", State.temporary.events)<</script>>
<<player>>Here's a quite wild pic from behind.<</player>>
<img @src=_MelanieTeacherDress1a1d width="600">
<<cont keypress append>><<melanie>>(Slapping your face): I'm showing off my ass and boobs, and this is what you come up with?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sorry.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Grabbing her coat): I haven't met a single photographer with a smaller dick than yours, $playerFirstName.<</melanie>>
[[I guess we're finished|MelaniePhotoShootWindmillDress][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="03_Model_teacher_greyn2"></div>
<<script>>experiencedEvent("03_model_teacher_greyn2", "SEE", "03_Model_teacher_greyn2", State.temporary.events)<</script>>
<<player>>This piece I call: "Woman bends over, daring gaze".<</player>>
<img @src=_MelanieTeacherDress1a1n width="600">
<<cont keypress append>><<melanie>>Interesting name, $playerFirstName, where did you get that from?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And this is: "Woman with big booty, pink panties".<</player>>
<img @src=_MelanieTeacherDress1a2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>You could be an artist, $playerFirstName<</melanie>>
[[She gets naughty|MelanieTeacherDress1ThirdChance]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<melanie>>I've heard that men with big dicks like too spank their women's asses. Is that true?<</melanie>>
<video @src=_MelanieTeacherDress1b1 autoplay muted loop></video>
<<cont keypress append>><<player>>It is...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How silly of me... How could you know? You don't know any men with bick dicks, do you?<</melanie>>
<video @src=_MelanieTeacherDress1b2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I am...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course you don't. Excuse me for being so blunt.<</melanie>>
<video @src=_MelanieTeacherDress1b3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't be so hard on yourself, $playerFirstName, it's not easy for a man to have a small cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I don...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, let's see those pics.<</melanie>>
[[Pics|MelanieTeacherDress1ThirdPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Here's one with your big booty.<</player>>
<img @src=_MelanieTeacherDress1b1n width="600">
<<cont keypress append>><<melanie>>Wow. I've never really appreciated how beautiful it is.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here it is again. As you see, you're holding up your ass cheeks.<</player>>
<img @src=_MelanieTeacherDress1b2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>I actually believe that men with big dicks will see this pic and imagine fucking my asshole.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You believe that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, I actually do.<</melanie>>
[[A few last, dirty poses|MelanieTeacherDress1Dirty]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>The question is: would you like them to fuck your asshole?<</player>>
<<cont keypress append>><<melanie>>I'll tell you what I would like them to do, $playerFirstName. I would like them to spank my ass, right here.<</melanie>>
<video @src=_MelanieTeacherDress1c1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Right...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then they will tease my asshole, like so.<</melanie>>
<video @src=_MelanieTeacherDress1c2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good idea.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And then they will reveal my boobs, and spank my nipples with their rock hard cocks.<</melanie>>
<video @src=_MelanieTeacherDress1c3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'll not tell you more. I don't want you to mess up my hair.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, let me see those pics.<</melanie>>
[[Dirty pics|MelanieTeacherDress1DirtyPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<player>>Here, you imagine a big cock teasing your pussy.<</player>>
<img @src=_MelanieTeacherDress1c1n width="600">
<<cont keypress append>><<melanie>>My asshole, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here, you reveal a nipple.<</player>>
<img @src=_MelanieTeacherDress1c3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Don't cum on the camera, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here, you reveal both.<</player>>
<img @src=_MelanieTeacherDress1c2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>A big cock would fit well in between those boobies, wouldn't it, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Definitely.<</player>>
[[I guess we're finished|MelaniePhotoShootWindmillDress][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MelanieTeacherDress2 to 'videos/Melanie/version0.2/model/teacher2/img.png',
_MelanieTeacherDress21 to 'videos/Melanie/version0.2/model/teacher2/1.mp4',
_MelanieTeacherDress22 to 'videos/Melanie/version0.2/model/teacher2/2.mp4',
_MelanieTeacherDress23 to 'videos/Melanie/version0.2/model/teacher2/3.mp4',
_MelanieTeacherDress21d to 'videos/Melanie/version0.2/model/teacher2/1d.png',
_MelanieTeacherDress22d to 'videos/Melanie/version0.2/model/teacher2/2d.png',
_MelanieTeacherDress21n to 'videos/Melanie/version0.2/model/teacher2/1n.png',
_MelanieTeacherDress22n to 'videos/Melanie/version0.2/model/teacher2/2n.png',
_MelanieTeacherDress2a1 to 'videos/Melanie/version0.2/model/teacher2/a1.mp4',
_MelanieTeacherDress2a2 to 'videos/Melanie/version0.2/model/teacher2/a2.mp4',
_MelanieTeacherDress2a3 to 'videos/Melanie/version0.2/model/teacher2/a3.mp4',
_MelanieTeacherDress2a1d to 'videos/Melanie/version0.2/model/teacher2/a1d.png',
_MelanieTeacherDress2a2d to 'videos/Melanie/version0.2/model/teacher2/a2d.png',
_MelanieTeacherDress2a3d to 'videos/Melanie/version0.2/model/teacher2/a3d.png',
_MelanieTeacherDress2a1n to 'videos/Melanie/version0.2/model/teacher2/a1n.png',
_MelanieTeacherDress2a2n to 'videos/Melanie/version0.2/model/teacher2/a2n.png',
_MelanieTeacherDress2a3n to 'videos/Melanie/version0.2/model/teacher2/a3n.png',
_MelanieTeacherDress2b1 to 'videos/Melanie/version0.2/model/teacher2/b1.mp4',
_MelanieTeacherDress2b2 to 'videos/Melanie/version0.2/model/teacher2/b2.mp4',
_MelanieTeacherDress2b3 to 'videos/Melanie/version0.2/model/teacher2/b3.mp4',
_MelanieTeacherDress2b4 to 'videos/Melanie/version0.2/model/teacher2/b4.mp4',
_MelanieTeacherDress2b5 to 'videos/Melanie/version0.2/model/teacher2/b5.mp4',
_MelanieTeacherDress2b1n to 'videos/Melanie/version0.2/model/teacher2/b1n.png',
_MelanieTeacherDress2b2n to 'videos/Melanie/version0.2/model/teacher2/b2n.png',
_MelanieTeacherDress2b3n to 'videos/Melanie/version0.2/model/teacher2/b3n.png',
_MelanieTeacherDress2c1 to 'videos/Melanie/version0.2/model/teacher2/c1.mp4',
_MelanieTeacherDress2c2 to 'videos/Melanie/version0.2/model/teacher2/c2.mp4',
_MelanieTeacherDress2c3 to 'videos/Melanie/version0.2/model/teacher2/c3.mp4',
_MelanieTeacherDress2c1n to 'videos/Melanie/version0.2/model/teacher2/c1n.png',
_MelanieTeacherDress2c2n to 'videos/Melanie/version0.2/model/teacher2/c2n.png',
_MelanieTeacherDress2c3n to 'videos/Melanie/version0.2/model/teacher2/c3n.png'
>><div id="03_Model_teacher_blackd1"></div>
<<script>>experiencedEvent("03_model_teacher_blackd1", "SEE", "03_Model_teacher_blackd1", State.temporary.events)<</script>>
<<player>>Here's you, looking horny.<</player>>
<img @src=_MelanieTeacherDress21d width="600">
<<cont keypress append>><<melanie>>Horny? $playerFirstName, I can tell you're not a ladies' man.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here's another one, where you touch your boobs slightly.<</player>>
<img @src=_MelanieTeacherDress22d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Slightly indeed.<</melanie>>
[[Second chance|MelanieTeacherDress2SecondChance]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_Model_teacher_blackn1"></div>
<<script>>experiencedEvent("03_model_teacher_blackn1", "SEE", "03_Model_teacher_blackn1", State.temporary.events)<</script>>
<<player>>Here's you, ready for a cock right in between those big boobs.<</player>>
<img @src=_MelanieTeacherDress21n width="600">
<<cont keypress append>><<melanie>>Wow, you're a real pervert, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you show off one of your nipples.<</player>>
<img @src=_MelanieTeacherDress22n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Quite an impressing photo, I must admit, $playerFirstName.<</melanie>>
[[Then why don't you give me another pose?|MelanieTeacherDress2SecondChance]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>I'll be honest with you, $playerFirstName, today I'm ready to do the hard work.<</melanie>>
<video @src=_MelanieTeacherDress2a1 autoplay muted loop></video>
<<cont keypress append>><<player>>The hard work?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Today, I'll do what's needed for the men with big dicks to notice me.<</melanie>>
<video @src=_MelanieTeacherDress2a2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Oh, they will notice you alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>All of them will imagine slapping my tits with their cocks.<</melanie>>
<video @src=_MelanieTeacherDress2a3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me see what you've got.<</melanie>>
[[Decent|MelanieTeacherDress2Decent2]]
<<disable !canExperienceEvent("03_model_teacher_blackn2", State.temporary.events)>>[[Naughty|MelanieTeacherDress2Naughty2]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="03_Model_teacher_blackd2"></div>
<<script>>experiencedEvent("03_model_teacher_blackd2", "SEE", "03_Model_teacher_blackd2", State.temporary.events)<</script>>
<<player>>Here, you sit up.<</player>>
<img @src=_MelanieTeacherDress2a1d width="600">
<<cont keypress append>><<melanie>>$playerFirstName, did you understand what I said?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Here, you show your cleavage.<</player>>
<img @src=_MelanieTeacherDress2a2d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, it scares me how small your penis is.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here, you hold you boobs tight.<</player>>
<img @src=_MelanieTeacherDress2a3d width="600">
<<scrolldown>><<cont keypress append>><<melanie>>If I didn't want a huge cock in my ass this badly, I would walk out on you right now.<</melanie>>
[[You're lucky to get another shot|MelanieTeacherDress2ThirdChance]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="03_Model_teacher_blackn2"></div>
<<script>>experiencedEvent("03_model_teacher_blackn2", "SEE", "03_Model_teacher_blackn2", State.temporary.events)<</script>>
<<player>>Here, you show one of your nipples.<</player>>
<img @src=_MelanieTeacherDress2a1n width="600">
<<cont keypress append>><<melanie>>Imagine a big cock slapping that nipple hard.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'm imagining it right now.<</player>>
<<scrolldown>><<cont keypress append>><<player>>And here's both of them.<</player>>
<img @src=_MelanieTeacherDress2a2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Quite hot, don't you think?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Indeed.<</player>>
<<scrolldown>><<cont keypress append>><<player>>In this last photo you move your hands in between your boobs, just like a cock would've.<</player>>
<img @src=_MelanieTeacherDress2a3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>A huge cock, $playerFirstName.<</melanie>>
[[She would probably be up for a huge cock right now|MelanieTeacherDress2ThirdChance]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<melanie>>It's time to remove this skirt.<</melanie>>
<video @src=_MelanieTeacherDress2b1 autoplay muted loop></video>
<<cont keypress append>><<player>>That will do for some great photos.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You can't fool anyone, $playerFirstName. We both know you only want to see me naked.<</melanie>>
<video @src=_MelanieTeacherDress2b2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'll have to admit that's true.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Snorting): Obviously<</melanie>>
<video @src=_MelanieTeacherDress2b3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I removed my skirt, but that doesn't mean you're allowed to wank on it, $playerFirstName.<</melanie>>
<video @src=_MelanieTeacherDress2b4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, let's see those pics.<</melanie>>
[[Pics|MelanieTeacherDress2NaughtyPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Right, here's your ass.<</player>>
<img @src=_MelanieTeacherDress2b1n width="600">
<<cont keypress append>><<melanie>>Great photo, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And here you're grabbing your ass.<</player>>
<img @src=_MelanieTeacherDress2b2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Quite good as well.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And in this one it seems you stick your fingers up your pussy.<</player>>
<img @src=_MelanieTeacherDress2b3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>My asshole, $playerFirstName. A-S-S-H-O-L-E. Asshole.<</melanie>>
[[Strip|MelanieTeacherDress2Strip]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Let's be honest, $playerFirstName, those photos would be even better without this piece, wouldn't they?.<</melanie>>
<<cont keypress append>><<player>>I mean...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, obviously they would.<</melanie>>
<video @src=_MelanieTeacherDress2b5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Obviously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't explode now, $playerFirstName.<</melanie>>
<video @src=_MelanieTeacherDress2c1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>When you go to bed at night, I guess your picturing the best boobs imaginable. Don't you, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Sometimes, yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, are they better than mine?<</melanie>>
<video @src=_MelanieTeacherDress2c2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Throwing a kiss): Not really, right?<</melanie>>
<video @src=_MelanieTeacherDress2c3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, you'd better took some good pictures.<</melanie>>
[[Dirty pics|MelanieTeacherDress2DirtyPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_Model_teacher_blackn3"></div>
<<script>>experiencedEvent("03_model_teacher_blackn3", "SEE", "03_Model_teacher_blackn3", State.temporary.events)<</script>>
<<player>>Here, you remove your dress.<</player>>
<img @src=_MelanieTeacherDress2c1n width="600">
<<cont keypress append>><<melanie>>Wow, those boobs are truly marvelous.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>This is your beautiful smile.<</player>>
<img @src=_MelanieTeacherDress2c2n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>They are so big, and yet perfectly firm and round.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And in this last pic you throw a kiss to the camera.<</player>>
<img @src=_MelanieTeacherDress2c3n width="600">
<<scrolldown>><<cont keypress append>><<melanie>>Isn't that a true dream woman, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yes, but I don't want to tell her that.<</player>>
[[I guess we're finished|MelaniePhotoShootWindmillDress][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>You meet up outside.
<<cont keypress append>><<player>>Wow, that looks good.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You can't fool me, $playerFirstName. No man with a huge cock will be impressed by me if I wear this kind of dress.<</melanie>>
<video @src=_MelaniePSBrown1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Why not?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Because men with huge dicks like chicks with big boobs. And my boobs aren't on display when I wear this.<</melanie>>
<video @src=_MelaniePSBrown2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): Maybe you have other assets to show up?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You mean that I should show my ass?<</melanie>>
<video @src=_MelaniePSBrown3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): That might be an idea.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or even better, my pussy?<</melanie>>
<video @src=_MelaniePSBrown4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Oh my God.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(Frantically taking photos): You choose how to pose. I can only find the best angles.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't trust you. Let me see what you've got so far.<</melanie>>
[[Show her the decent pics|MelaniePSBrownFirstShotDecent]]
<<disable !canExperienceEvent("02_photo_dress_brown3", State.temporary.events)>>[[Show her the naughty pics|MelaniePSBrownFirstShotNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>You meet up in the bathroom.
<<cont keypress append>><<player>>What do you think?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The black belt matches my hair alright.<</melanie>>
<video @src=_MelaniePSPurpledress1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): I thought you weren't a moviestar from the fifties.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Why don't you just creep into a closet and wank for the rest of your life, $playerFirstName?<</melanie>>
<video @src=_MelaniePSPurpledress2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): First, I'll have to collect enough wanking material.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're a sick pervert, $playerFirstName. Let me see those photos.<</melanie>>
[[Show the decent pic|MelaniePSPurpledressFirstShotDecent]]
<<disable !canExperienceEvent("02_photo_dress_purpleblackbelt3", State.temporary.events)>>[[Show the naughty pic|MelaniePSPurpledressFirstShotNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Modelgrey_intro"></div>
<<script>>experiencedEvent("03_modelgrey_intro", "SEE", "03_Modelgrey_intro", State.temporary.events)<</script>>
<<melanie>>Are you sure, $playerFirstName?<</melanie>>
<video @src=_MelaniePSLightGreydress1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos): How do you mean?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you think the men with huge cocks will notice me in this dress?<</melanie>>
<video @src=_MelaniePSLightGreydress2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Yes. Definitely.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You'd better take some good photos. Cause I crave some big dick right now.<</melanie>>
<video @src=_MelaniePSLightGreydress3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): I'll do my best.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, show me those pics.<</melanie>>
[[Show the decent pics|MelaniePSLightGreydressFirstShotsDecent]]
<<disable !canExperienceEvent("03_modelgrey_naughty1", State.temporary.events)>>[[Show the naughty pics|MelaniePSLightGreydressFirstShotsNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Yes, $playerFirstName, those are my boobs.<</melanie>>
<video @src=_MelaniePSBlackdress1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself, taking photos): You don't say.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I trust you have practiced masturbation today?<</melanie>>
<video @src=_MelaniePSBlackdress2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Several times, even?<</melanie>>
<video @src=_MelaniePSBlackdress3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Four times.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Good. Did you think of me?<</melanie>>
[[Hesitant (and show her the decent pics)|MelaniePSBlackdressFirstShotsDecent]]
<<disable !canExperienceEvent("03_modelblack_naughty1", State.temporary.events)>>[[Yes (And show her the naughty pics)|MelaniePSBlackdressFirstShotsNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Modelblackcleavage_intro"></div>
<<script>>experiencedEvent("03_modelblackcleavage_intro", "SEE", "03_Modelblackcleavage_intro", State.temporary.events)<</script>>
You meet up in the living room.
<<cont keypress append>><<melanie>>$playerFirstName, you're a perv, you know that?<</melanie>>
<video @src=_CleavageBlackDress1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Well, I mean... I like to see big tits.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Obviously.<</melanie>>
<video @src=_CleavageBlackDress2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): So how do you like the dress yourself?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I love it. Finally you have given me something to work with.<</melanie>>
<video @src=_CleavageBlackDress3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): I'm glad to hear it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Just make sure to take great photos.<</melanie>>
<video @src=_CleavageBlackDress4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): I'll try my best.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't try. Just take great pictures.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is she trying to paraphrase Yoda?<</player>>
[[Show her the first pics|CleavageBlackDressShowFirstPics]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="02_Work_officeWank_nocoffee_mast"></div>
<<script>>experiencedEvent("02_work_officeWank_nocoffee_mast", "SEE", "02_Work_officeWank_nocoffee_mast", State.temporary.events)<</script>>
<<player>>(To yourself): Yes, finger that pussy.<</player>>
<video @src=_OfficeWankTalkc2 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Finger it hard.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Oops, I'd better return.<</player>>
<video @src=_OfficeWankTalkc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): But I will talk to Ryan about this. Maybe we can arrange something.<</player>>
[[She comes back|OfficeWankBackNoCoffee]]
<<scrolldown>><</cont>><</cont>><</cont>><<include "IntroductionReleaseInit">>
<!-- RYAN'S -->
<<include "AudreyReleaseInit">>
<<include "AlettaShirtReleaseInit">>
<!-- PARK -->
<<include "EricaReleaseInit">>
<<include "KrissyReleaseInit">>
<<include "PetaReleaseInit">>
<<include "ParkSneakReleaseInit">>
<!-- MELANIE'S HOME -->
<<include "AlettaPostBoyReleaseInit">>
<<include "AlettaPizzaReleaseInit">>
<!-- SNEAK -->
<<include "AlettaBackYardReleaseInit">>
<<include "SneakBathroomReleaseInit">>
<<include "SneakSofaReleaseInit">>
<!-- OFFICE -->
<<include "AlettaWindowReleaseInit">>
<<include "AlettaOfficeReleaseInit">>
<<include "AlettaTeachReleaseInit">>
<<set
_Introduction11 to 'https://static.wixstatic.com/media/6b0d8e_1eaad0ef010d46049dad79dd993688e2~mv2.png',
_Introduction12 to 'https://video.wixstatic.com/video/6b0d8e_3394b46f28624887b7ecbea10e2cf6f9/480p/mp4/file.mp4',
_Introduction13 to 'https://static.wixstatic.com/media/6b0d8e_3aafddd437564fad8e830d9b6a5abcf2~mv2.png',
_Introduction14 to 'https://static.wixstatic.com/media/6b0d8e_2266cc3b449d4d7ebe68427453e61a33~mv2.png',
_Introduction15 to 'https://static.wixstatic.com/media/6b0d8e_e8c0b28d6e11400bacd41da4e2ea25ac~mv2.png',
_Introduction21 to 'https://static.wixstatic.com/media/6b0d8e_03fa531fc41d488b83309b917c30fef3~mv2.png',
_Introduction22 to 'https://static.wixstatic.com/media/6b0d8e_9e1abb85945e4e8896e6a6304fe78829~mv2.png',
_Introduction23 to 'https://video.wixstatic.com/video/6b0d8e_1a81462ea68e4e4783d1e6f82b4df655/480p/mp4/file.mp4',
_Introduction24 to 'https://static.wixstatic.com/media/6b0d8e_7b98e5264e2c4294b71fc78bee8a6220~mv2.png',
_Introduction31 to 'https://video.wixstatic.com/video/6b0d8e_40fe5694fe644104a6a43bacbc4643f3/480p/mp4/file.mp4',
_Introduction32 to 'https://video.wixstatic.com/video/6b0d8e_8035dfec850b4237aa2608da6ecddbd2/720p/mp4/file.mp4',
_Introduction33 to 'https://video.wixstatic.com/video/6b0d8e_764902baeb5a4e108d101aaa294bf025/480p/mp4/file.mp4',
_Introduction34 to 'https://static.wixstatic.com/media/6b0d8e_f6dc52720ba34abfa129e714356d7b85~mv2.png',
_Introduction41 to 'https://static.wixstatic.com/media/6b0d8e_2dba74a4af334c119026bb01c073e134~mv2.png',
_Introduction42 to 'https://static.wixstatic.com/media/6b0d8e_35ce5061a90d4c11ab175fc39d7215ff~mv2.png',
_Introduction43 to 'https://static.wixstatic.com/media/6b0d8e_d0b6223c95c74360bacb5a9994c4a519~mv2.png',
_Introduction44 to 'https://static.wixstatic.com/media/6b0d8e_6ad3cb260736497197e02231516bcc7c~mv2.png',
_Introduction45 to 'https://static.wixstatic.com/media/6b0d8e_9304e8bb50a24446859b17774b29a50c~mv2.png'
>>
<<set
_Chapter0Image to 'intro/chapters/0.png',
_Chapter1Image to 'intro/chapters/1.png',
_Chapter2Image to 'intro/chapters/2.png',
_Chapter3Image to 'intro/chapters/3.png',
_Chapter4Image to 'intro/chapters/4.png',
_Chapter5Image to 'intro/chapters/5.png',
_Chapter6Image to 'intro/chapters/6.png',
_Chapter7Image to 'intro/chapters/7.png',
_Chapter8Image to 'intro/chapters/8.png',
_Chapter9Image to 'intro/chapters/9.png',
_Introduction11 to 'intro/part1/shirt.png',
_Introduction12 to 'intro/part1/shirt.mp4',
_Introduction13 to 'intro/part1/pizza1.png',
_Introduction14 to 'intro/part1/pizza2.png',
_Introduction15 to 'intro/part1/post.png',
_Introduction21 to 'intro/part2/teach.png',
_Introduction22 to 'intro/part2/work.png',
_Introduction23 to 'intro/part2/shirt.mp4',
_Introduction24 to 'intro/part2/photo.png',
_Introduction31 to 'intro/part3/gym.mp4',
_Introduction32 to 'intro/part3/sec.mp4',
_Introduction33 to 'intro/part3/green.mp4',
_Introduction34 to 'intro/part3/touch.png',
_Introduction41 to 'intro/part4/boat.png',
_Introduction42 to 'intro/part4/visit1.png',
_Introduction43 to 'intro/part4/visit2.png',
_Introduction44 to 'intro/part4/visit3.png',
_Introduction45 to 'intro/part4/escort.png',
_logo to 'images/logo.jpg',
_inltt to 'images/inltt.jpg',
_patreon to 'images/patreon.png'
>><<set
_LocationSneak to 'https://static.wixstatic.com/media/6b0d8e_c4089c059acd481a893ae8b13ae604ad~mv2.jpg',
_LocationRyan to 'https://static.wixstatic.com/media/6b0d8e_75df2449df77492a9057ec72bc09881d~mv2.jpg',
_LocationPark to 'https://static.wixstatic.com/media/6b0d8e_60ba7da4c4b94541b671e1592fafd745~mv2.jpg',
_LocationMel to 'https://static.wixstatic.com/media/6b0d8e_eeefeb3f91c743fdae08389554ce0794~mv2.jpg',
_LocationWork to 'https://static.wixstatic.com/media/6b0d8e_99912bf1cbba40528fcaea2bef2d1647~mv2.jpg',
_LocationPhoto to 'https://static.wixstatic.com/media/6b0d8e_5e490b0c87ec465ebba8a0bf6d2fbe50~mv2.jpg',
_LocationHome to 'https://static.wixstatic.com/media/6b0d8e_afe2e82772db4753a3ff7a21a45cb5a0~mv2.jpg'
>><<set
_LocationSneak to 'images/location/sneak.jpeg',
_LocationRyan to 'images/location/apartment.jpeg',
_LocationPark to 'images/location/park.jpeg',
_LocationMel to 'images/location/yard.jpeg',
_LocationWork to 'images/location/office.jpeg',
_LocationPhoto to 'images/location/photo.jpeg',
_LocationHome to 'images/location/newHome.jpg'
_LocationBBCA to 'images/location/hq.jpg',
_LocationGym to 'images/location/gym.jpg',
_LocationMarina to 'images/location/marina.jpeg'
>><<set
_Audrey1 to 'https://video.wixstatic.com/video/6b0d8e_0249e462c70e42ceb7dba8c5d431f23e/360p/mp4/file.mp4',
_Audrey2 to 'https://video.wixstatic.com/video/6b0d8e_4feead5b70e8405d96d742620c5fe6f2/360p/mp4/file.mp4',
_Audrey3 to 'https://video.wixstatic.com/video/6b0d8e_d27a2cce7de54aa394c67f350a13f6f8/360p/mp4/file.mp4',
_Audreya1 to 'https://video.wixstatic.com/video/6b0d8e_5eda7e5e43d448a8a9a794477c6b4529/360p/mp4/file.mp4',
_Audreyb1 to 'https://video.wixstatic.com/video/6b0d8e_3db606ad2375420a84ca736430e0ef43/360p/mp4/file.mp4',
_Audreyb2 to 'https://video.wixstatic.com/video/6b0d8e_577e893bf6d84c48ab8adfc843f73f61/360p/mp4/file.mp4',
_Audreyb3 to 'https://video.wixstatic.com/video/6b0d8e_d8f4d0070a1446b1b91b01618a8c9975/360p/mp4/file.mp4',
_Audreyb4 to 'https://video.wixstatic.com/video/6b0d8e_8e781441b65c4597aa7b707bc2d1ea3c/360p/mp4/file.mp4',
_Audreyc1 to 'https://video.wixstatic.com/video/6b0d8e_1cdea7a9063d4a5c9f27f5cd16b8c83b/360p/mp4/file.mp4',
_Audreyc2 to 'https://video.wixstatic.com/video/6b0d8e_46ced9c9330545d9b4c16c6faec4c3d2/360p/mp4/file.mp4',
_Audreyc3 to 'https://video.wixstatic.com/video/6b0d8e_b8806b5b4fb04650957b1cb47c1dedb0/360p/mp4/file.mp4',
_Audreyd1 to 'https://video.wixstatic.com/video/6b0d8e_cdaf8cc6da5446149fecad93de4c0c8a/360p/mp4/file.mp4',
_Audreyd2 to 'https://video.wixstatic.com/video/6b0d8e_fa24514198c640fa93ff0d3e824551a2/360p/mp4/file.mp4',
_Audreyd3 to 'https://video.wixstatic.com/video/6b0d8e_46f879c3be1944d2ad7fb35e9ea3f795/360p/mp4/file.mp4',
_Audreyd4 to 'https://video.wixstatic.com/video/6b0d8e_7ac537c3101a45d4aa94fcf631cd9f33/360p/mp4/file.mp4',
_Audreyd5 to 'https://video.wixstatic.com/video/6b0d8e_75a6c96fc7f748a7ab5beec96c42a3b7/360p/mp4/file.mp4',
_Audreyd6 to 'https://video.wixstatic.com/video/6b0d8e_7bc05fbe3fdf4014af71812329ee9329/360p/mp4/file.mp4',
_Audreyd7 to 'https://video.wixstatic.com/video/6b0d8e_eb22bd69a83949d495905a30c8c790a6/360p/mp4/file.mp4'
>><<set
_Audrey1 to 'videos/Others/version0.1/audrey/moving/1.mp4',
_Audrey2 to 'videos/Others/version0.1/audrey/moving/2.mp4',
_Audrey3 to 'videos/Others/version0.1/audrey/moving/3.mp4',
_Audreya1 to 'videos/Others/version0.1/audrey/moving/a1.mp4',
_Audreyb1 to 'videos/Others/version0.1/audrey/moving/b1.mp4',
_Audreyb2 to 'videos/Others/version0.1/audrey/moving/b2.mp4',
_Audreyb3 to 'videos/Others/version0.1/audrey/moving/b3.mp4',
_Audreyb4 to 'videos/Others/version0.1/audrey/moving/b4.mp4',
_Audreyc1 to 'videos/Others/version0.1/audrey/moving/c1.mp4',
_Audreyc2 to 'videos/Others/version0.1/audrey/moving/c2.mp4',
_Audreyc3 to 'videos/Others/version0.1/audrey/moving/c3.mp4',
_Audreyd1 to 'videos/Others/version0.1/audrey/moving/d1.mp4',
_Audreyd2 to 'videos/Others/version0.1/audrey/moving/d2.mp4',
_Audreyd3 to 'videos/Others/version0.1/audrey/moving/d3.mp4',
_Audreyd4 to 'videos/Others/version0.1/audrey/moving/d4.mp4',
_Audreyd5 to 'videos/Others/version0.1/audrey/moving/d5.mp4',
_Audreyd6 to 'videos/Others/version0.1/audrey/moving/d6.mp4',
_Audreyd7 to 'videos/Others/version0.1/audrey/moving/d7.mp4'
>>
<<set
_Erica1 to 'https://video.wixstatic.com/video/6b0d8e_c6d04ab94767450289223058626f5ee7/480p/mp4/file.mp4',
_Erica2 to 'https://video.wixstatic.com/video/6b0d8e_f6d8d1cb430b4db18ca50ade603f31f0/480p/mp4/file.mp4',
_Erica3 to 'https://video.wixstatic.com/video/6b0d8e_34c9cf022ce345ac9cd7b0b6df01ceb0/480p/mp4/file.mp4',
_Erica4 to 'https://video.wixstatic.com/video/6b0d8e_ed54659ba891463db84c9dafb0b2bfb9/480p/mp4/file.mp4',
_Erica5 to 'https://video.wixstatic.com/video/6b0d8e_5903ef3acd6b48cb9ecbcb5ce62b3fbf/480p/mp4/file.mp4',
_Erica6 to 'https://video.wixstatic.com/video/6b0d8e_7a76087fdb5541b986ea3aad96dbb263/480p/mp4/file.mp4',
_Erica7 to 'https://video.wixstatic.com/video/6b0d8e_f4e20df42ce846fc893c154c63531ad1/480p/mp4/file.mp4',
_Ericaa1 to 'https://video.wixstatic.com/video/6b0d8e_c1a1a738668640d99b261e93e062587a/480p/mp4/file.mp4',
_Ericaa2 to 'https://video.wixstatic.com/video/6b0d8e_c17dc388f15248b082d869ebcfd4347d/480p/mp4/file.mp4',
_Ericaa3 to 'https://video.wixstatic.com/video/6b0d8e_84836c4aa678469e8bfecc930904d448/480p/mp4/file.mp4',
_Ericab1 to 'https://video.wixstatic.com/video/6b0d8e_828023dc30724aec83b922db864753b5/480p/mp4/file.mp4',
_Ericac1 to 'https://video.wixstatic.com/video/6b0d8e_afac77798af647e0910bccf5b3f44b3f/480p/mp4/file.mp4',
_Ericac2 to 'https://video.wixstatic.com/video/6b0d8e_e594196431f1459fbbe4a49ff50df34d/480p/mp4/file.mp4',
_Ericac3 to 'https://video.wixstatic.com/video/6b0d8e_4fc6af746fd4478a9772fd2cfd9c9c98/480p/mp4/file.mp4',
_Ericac4 to 'https://video.wixstatic.com/video/6b0d8e_7dc4395bac7446cca37df8c7fa744b26/480p/mp4/file.mp4',
_Ericac5 to 'https://video.wixstatic.com/video/6b0d8e_2482d4b5b0344caeb381433f1d84b122/480p/mp4/file.mp4',
_Ericac6 to 'https://video.wixstatic.com/video/6b0d8e_7d2bd2a715c3450fa9f9ac096f8bfb51/480p/mp4/file.mp4'
>><<set
_Erica1 to 'videos/Others/version0.1/erica/yoga/1.mp4',
_Erica2 to 'videos/Others/version0.1/erica/yoga/2.mp4',
_Erica3 to 'videos/Others/version0.1/erica/yoga/3.mp4',
_Erica4 to 'videos/Others/version0.1/erica/yoga/4.mp4',
_Erica5 to 'videos/Others/version0.1/erica/yoga/5.mp4',
_Erica6 to 'videos/Others/version0.1/erica/yoga/6.mp4',
_Erica7 to 'videos/Others/version0.1/erica/yoga/7.mp4',
_Ericaa1 to 'videos/Others/version0.1/erica/yoga/a1.mp4',
_Ericaa2 to 'videos/Others/version0.1/erica/yoga/a2.mp4',
_Ericaa3 to 'videos/Others/version0.1/erica/yoga/a3.mp4',
_Ericab1 to 'videos/Others/version0.1/erica/yoga/b1.mp4',
_Ericac1 to 'videos/Others/version0.1/erica/yoga/c1.mp4',
_Ericac2 to 'videos/Others/version0.1/erica/yoga/c2.mp4',
_Ericac3 to 'videos/Others/version0.1/erica/yoga/c3.mp4',
_Ericac4 to 'videos/Others/version0.1/erica/yoga/c4.mp4',
_Ericac5 to 'videos/Others/version0.1/erica/yoga/c5.mp4',
_Ericac6 to 'videos/Others/version0.1/erica/yoga/c6.mp4'
>>
<<set
_Krissy1 to 'https://video.wixstatic.com/video/6b0d8e_4b5635c1aca54d73b740157d800e2cc8/480p/mp4/file.mp4',
_Krissy2 to 'https://video.wixstatic.com/video/6b0d8e_79874143014e4d2cb90a96df2c95e974/480p/mp4/file.mp4',
_Krissy3 to 'https://video.wixstatic.com/video/6b0d8e_92c7b3733b694f479ccfaafa294e91cc/480p/mp4/file.mp4',
_Krissy4 to 'https://video.wixstatic.com/video/6b0d8e_788c3f6e10914f97adcd3a6932a97a93/480p/mp4/file.mp4',
_Krissy5 to 'https://video.wixstatic.com/video/6b0d8e_1b5c5e4d25d74b04b52981fab0cde7ac/480p/mp4/file.mp4',
_Krissy6 to 'https://video.wixstatic.com/video/6b0d8e_bf219795daaa4b1aad28d23148e9b6a0/480p/mp4/file.mp4',
_Krissy7 to 'https://video.wixstatic.com/video/6b0d8e_58707b56d88040ae8ef016f810e37081/480p/mp4/file.mp4',
_Krissy8 to 'https://video.wixstatic.com/video/6b0d8e_8ad9cd1efa08451e9090d6d40b310032/480p/mp4/file.mp4',
_Krissy9 to 'https://video.wixstatic.com/video/6b0d8e_cfebe97874d44b61949b2534240c14b2/480p/mp4/file.mp4',
_Krissya1 to 'https://video.wixstatic.com/video/6b0d8e_3fd051fd05c34bfe948b739dc6556763/480p/mp4/file.mp4',
_Krissya2 to 'https://video.wixstatic.com/video/6b0d8e_141827b226ac4e6db78570c633539898/480p/mp4/file.mp4',
_Krissyb1 to 'https://video.wixstatic.com/video/6b0d8e_741ab5e1a98a4b0092069f4cb8acc918/480p/mp4/file.mp4',
_Krissyb2 to 'https://video.wixstatic.com/video/6b0d8e_d208cb9352c9419a98d6acf574cd103c/480p/mp4/file.mp4',
_Krissyb3 to 'https://video.wixstatic.com/video/6b0d8e_6cb10d5770f843faaa87eb51a6772d17/480p/mp4/file.mp4',
_Krissyb4 to 'https://video.wixstatic.com/video/6b0d8e_ab0251cb3dd74d95affb1f42b79480f2/480p/mp4/file.mp4',
_Krissyb5 to 'https://video.wixstatic.com/video/6b0d8e_de4e6fd423fc4b008a507d655309f8f3/480p/mp4/file.mp4',
_Krissyc1 to 'https://video.wixstatic.com/video/6b0d8e_b2f3a19f2d834c96b1b8bae2a45fb33e/480p/mp4/file.mp4',
_Krissyd1 to 'https://video.wixstatic.com/video/6b0d8e_1b2a21fcf2d5438ebfe01d9aad009b8b/480p/mp4/file.mp4',
_Krissyd2 to 'https://video.wixstatic.com/video/6b0d8e_d38fa74b142e4610b6cc1aa0e223c23f/480p/mp4/file.mp4',
_Krissyd3 to 'https://video.wixstatic.com/video/6b0d8e_0eeb6a772a884bbb95690a208774d8f8/480p/mp4/file.mp4'
>><<set
_Krissy1 to 'videos/Others/version0.1/krissy/jog/1.mp4',
_Krissy2 to 'videos/Others/version0.1/krissy/jog/2.mp4',
_Krissy3 to 'videos/Others/version0.1/krissy/jog/3.mp4',
_Krissy4 to 'videos/Others/version0.1/krissy/jog/4.mp4',
_Krissy5 to 'videos/Others/version0.1/krissy/jog/5.mp4',
_Krissy6 to 'videos/Others/version0.1/krissy/jog/6.mp4',
_Krissy7 to 'videos/Others/version0.1/krissy/jog/7.mp4',
_Krissy8 to 'videos/Others/version0.1/krissy/jog/8.mp4',
_Krissy9 to 'videos/Others/version0.1/krissy/jog/9.mp4',
_Krissya1 to 'videos/Others/version0.1/krissy/jog/a1.mp4',
_Krissya2 to 'videos/Others/version0.1/krissy/jog/a2.mp4',
_Krissyb1 to 'videos/Others/version0.1/krissy/jog/b1.mp4',
_Krissyb2 to 'videos/Others/version0.1/krissy/jog/b2.mp4',
_Krissyb3 to 'videos/Others/version0.1/krissy/jog/b3.mp4',
_Krissyb4 to 'videos/Others/version0.1/krissy/jog/b4.mp4',
_Krissyb5 to 'videos/Others/version0.1/krissy/jog/b5.mp4',
_Krissyc1 to 'videos/Others/version0.1/krissy/jog/c1.mp4',
_Krissyd1 to 'videos/Others/version0.1/krissy/jog/d1.mp4',
_Krissyd2 to 'videos/Others/version0.1/krissy/jog/d2.mp4',
_Krissyd3 to 'videos/Others/version0.1/krissy/jog/d3.mp4'
>><<set
_Peta1 to 'https://video.wixstatic.com/video/6b0d8e_3156d8af807a408586ddd574a23cb820/720p/mp4/file.mp4',
_Peta2 to 'https://video.wixstatic.com/video/6b0d8e_314020de102d4cb1b09376567311c241/720p/mp4/file.mp4',
_Peta3 to 'https://video.wixstatic.com/video/6b0d8e_b48d07b9ab1e4e15918b43697487d7c6/720p/mp4/file.mp4',
_Peta4 to 'https://video.wixstatic.com/video/6b0d8e_c6b80a193e2940d7ae33ea188a0cfb03/720p/mp4/file.mp4',
_Peta5 to 'https://video.wixstatic.com/video/6b0d8e_8b49d46ad7884c3cba899f924d7c84d0/720p/mp4/file.mp4',
_Peta6 to 'https://video.wixstatic.com/video/6b0d8e_88455c2353ef454c907a33ce3b1e61fe/720p/mp4/file.mp4',
_Petaa1 to 'https://video.wixstatic.com/video/6b0d8e_0861cd3d9f384ae9be4372ee111dd038/720p/mp4/file.mp4',
_Petaa2 to 'https://video.wixstatic.com/video/6b0d8e_7a7c07071f024068a283b1d17a9583aa/720p/mp4/file.mp4',
_Petaa3 to 'https://video.wixstatic.com/video/6b0d8e_b94cfebb4d684b398ccd4402072deb01/720p/mp4/file.mp4',
_Petaa4 to 'https://video.wixstatic.com/video/6b0d8e_8e32a5dd417942aab3964d5561d69eec/720p/mp4/file.mp4',
_Petaa5 to 'https://video.wixstatic.com/video/6b0d8e_ea7239c4fb534f2cbde0f1b74f4f3855/720p/mp4/file.mp4',
_Petaa6 to 'https://video.wixstatic.com/video/6b0d8e_5bc8f01a69514ad791ae1b780e49d9d2/720p/mp4/file.mp4',
_Petaa7 to 'https://video.wixstatic.com/video/6b0d8e_ca0758d8d42944bcb3750cd206fa33ea/720p/mp4/file.mp4',
_Petaa8 to 'https://video.wixstatic.com/video/6b0d8e_b70ca146965d4f85a7418d8ff68388e9/720p/mp4/file.mp4',
_Petaa9 to 'https://video.wixstatic.com/video/6b0d8e_abf057e8065f415ea72b384e32e3a597/720p/mp4/file.mp4',
_Petaba1 to 'https://video.wixstatic.com/video/6b0d8e_5645d23d550542feb35aa80611d498cc/720p/mp4/file.mp4',
_Petaba2 to 'https://video.wixstatic.com/video/6b0d8e_df4932f97b6f4206ad3add40d74f0438/720p/mp4/file.mp4',
_Petabj1 to 'https://video.wixstatic.com/video/6b0d8e_d4c19c9a7cc647de93852b688e5e263a/720p/mp4/file.mp4',
_Petabj2 to 'https://video.wixstatic.com/video/6b0d8e_56a48f8f12734338afc68010623d911b/720p/mp4/file.mp4',
_Petacu1 to 'https://video.wixstatic.com/video/6b0d8e_ff19989f5c75469982ff716ce5279319/720p/mp4/file.mp4',
_Petacu2 to 'https://video.wixstatic.com/video/6b0d8e_478fd401374b458c862e235f53b74e0a/720p/mp4/file.mp4',
_Petacu3 to 'https://video.wixstatic.com/video/6b0d8e_b9f4f80b58524ca0a7c42e2b19bfd880/720p/mp4/file.mp4',
_Petaf1 to 'https://video.wixstatic.com/video/6b0d8e_bf9716e892ee449990d281925b5ba16b/720p/mp4/file.mp4',
_Petaf2 to 'https://video.wixstatic.com/video/6b0d8e_a9fe1e00f4944477ad90ee5ac8addea1/720p/mp4/file.mp4',
_Petafu1 to 'https://video.wixstatic.com/video/6b0d8e_137e764a006b4a96a20d0ac53866ffed/720p/mp4/file.mp4',
_Petafu2 to 'https://video.wixstatic.com/video/6b0d8e_4cdf7f56c12a4cff93921630ce977126/720p/mp4/file.mp4',
_Petat1 to 'https://video.wixstatic.com/video/6b0d8e_547b7b95f9be463a9b1a21ab49059e75/720p/mp4/file.mp4',
_Petat2 to 'https://video.wixstatic.com/video/6b0d8e_3b10c7dc83664ec7a621379dd1f187f2/720p/mp4/file.mp4',
_Petat3 to 'https://video.wixstatic.com/video/6b0d8e_1240e9ec711b482cbf8294ed2e9b9c22/720p/mp4/file.mp4'
>><<set
_Peta1 to 'videos/Others/version0.1/peta/park/1.mp4',
_Peta2 to 'videos/Others/version0.1/peta/park/2.mp4',
_Peta3 to 'videos/Others/version0.1/peta/park/3.mp4',
_Peta4 to 'videos/Others/version0.1/peta/park/4.mp4',
_Peta5 to 'videos/Others/version0.1/peta/park/5.mp4',
_Peta6 to 'videos/Others/version0.1/peta/park/6.mp4',
_Petaa1 to 'videos/Others/version0.1/peta/park/a1.mp4',
_Petaa2 to 'videos/Others/version0.1/peta/park/a2.mp4',
_Petaa3 to 'videos/Others/version0.1/peta/park/a3.mp4',
_Petaa4 to 'videos/Others/version0.1/peta/park/a4.mp4',
_Petaa5 to 'videos/Others/version0.1/peta/park/a5.mp4',
_Petaa6 to 'videos/Others/version0.1/peta/park/a6.mp4',
_Petaa7 to 'videos/Others/version0.1/peta/park/a7.mp4',
_Petaa8 to 'videos/Others/version0.1/peta/park/a8.mp4',
_Petaa9 to 'videos/Others/version0.1/peta/park/a9.mp4',
_Petaba1 to 'videos/Others/version0.1/peta/park/ba1.mp4',
_Petaba2 to 'videos/Others/version0.1/peta/park/ba2.mp4',
_Petabj1 to 'videos/Others/version0.1/peta/park/bj1.mp4',
_Petabj2 to 'videos/Others/version0.1/peta/park/bj2.mp4',
_Petacu1 to 'videos/Others/version0.1/peta/park/cu1.mp4',
_Petacu2 to 'videos/Others/version0.1/peta/park/cu2.mp4',
_Petacu3 to 'videos/Others/version0.1/peta/park/cu3.mp4',
_Petaf1 to 'videos/Others/version0.1/peta/park/f1.mp4',
_Petaf2 to 'videos/Others/version0.1/peta/park/f2.mp4',
_Petafu1 to 'videos/Others/version0.1/peta/park/fu1.mp4',
_Petafu2 to 'videos/Others/version0.1/peta/park/fu2.mp4',
_Petat1 to 'videos/Others/version0.1/peta/park/t1.mp4',
_Petat2 to 'videos/Others/version0.1/peta/park/t2.mp4',
_Petat3 to 'videos/Others/version0.1/peta/park/t3.mp4'
>><<set
_AlettaShirt1 to 'https://video.wixstatic.com/video/6b0d8e_c2a7b9d4783649789a56c511343ee50d/480p/mp4/file.mp4',
_AlettaShirt2 to 'https://video.wixstatic.com/video/6b0d8e_b05700d5d1bf46c0a8263a6ba5aff61a/480p/mp4/file.mp4',
_AlettaShirt3 to 'https://video.wixstatic.com/video/6b0d8e_cddf0421611b4b05a45529d4a9282091/480p/mp4/file.mp4',
_AlettaShirta1 to 'https://video.wixstatic.com/video/6b0d8e_6f8818baaad7474a966a1c722fa4a42e/480p/mp4/file.mp4',
_AlettaShirtb1 to 'https://video.wixstatic.com/video/6b0d8e_670615702466489b9e8dda79c062b5b3/480p/mp4/file.mp4',
_AlettaShirtc1 to 'https://video.wixstatic.com/video/6b0d8e_1f2932d4816c496d9b5ec1a0a012c473/480p/mp4/file.mp4',
_AlettaShirtc2 to 'https://video.wixstatic.com/video/6b0d8e_172fbf8b84ea46afbc81f014199c177f/480p/mp4/file.mp4',
_AlettaShirtc3 to 'https://video.wixstatic.com/video/6b0d8e_848284ce56b7408ab0577590bad7029b/480p/mp4/file.mp4',
_AlettaShirtc4 to 'https://video.wixstatic.com/video/6b0d8e_b30a8e3bfd784a33ad63e61bfac5c305/480p/mp4/file.mp4',
_AlettaShirtc5 to 'https://video.wixstatic.com/video/6b0d8e_d7f9c33b5e3849b8ba9a7103a9049afe/480p/mp4/file.mp4',
_AlettaShirtc6 to 'https://video.wixstatic.com/video/6b0d8e_7a461ff4001d4121950849832adc2a5b/480p/mp4/file.mp4',
_AlettaShirtc7 to 'https://video.wixstatic.com/video/6b0d8e_3b06d9f49fca47e4af6f9e75eb68715d/480p/mp4/file.mp4',
_AlettaShirtc8 to 'https://video.wixstatic.com/video/6b0d8e_d51fedb396814af98bc6d43b93fef8cd/480p/mp4/file.mp4',
_AlettaShirtc9 to 'https://video.wixstatic.com/video/6b0d8e_b3988f9cbb88443a925e27d9cbb6c48b/480p/mp4/file.mp4',
_AlettaShirtc10 to 'https://video.wixstatic.com/video/6b0d8e_4ddc4333aed448a5a05ac35803c573b6/480p/mp4/file.mp4',
_AlettaShirtc11 to 'https://video.wixstatic.com/video/6b0d8e_4915d5715daf48f58f80a96818eceaef/480p/mp4/file.mp4'
>><<set _AlettaShirt1 to 'videos/Melanie/version0.1/coincidence/shirt/1.mp4'>>
<<set _AlettaShirt2 to 'videos/Melanie/version0.1/coincidence/shirt/2.mp4'>>
<<set _AlettaShirt3 to 'videos/Melanie/version0.1/coincidence/shirt/3.mp4'>>
<<set _AlettaShirta1 to 'videos/Melanie/version0.1/coincidence/shirt/a1.mp4'>>
<<set _AlettaShirtb1 to 'videos/Melanie/version0.1/coincidence/shirt/b1.mp4'>>
<<set _AlettaShirtc1 to 'videos/Melanie/version0.1/coincidence/shirt/c1.mp4'>>
<<set _AlettaShirtc2 to 'videos/Melanie/version0.1/coincidence/shirt/c2.mp4'>>
<<set _AlettaShirtc3 to 'videos/Melanie/version0.1/coincidence/shirt/c3.mp4'>>
<<set _AlettaShirtc4 to 'videos/Melanie/version0.1/coincidence/shirt/c4.mp4'>>
<<set _AlettaShirtc5 to 'videos/Melanie/version0.1/coincidence/shirt/c5.mp4'>>
<<set _AlettaShirtc6 to 'videos/Melanie/version0.1/coincidence/shirt/c6.mp4'>>
<<set _AlettaShirtc7 to 'videos/Melanie/version0.1/coincidence/shirt/c7.mp4'>>
<<set _AlettaShirtc8 to 'videos/Melanie/version0.1/coincidence/shirt/c8.mp4'>>
<<set _AlettaShirtc9 to 'videos/Melanie/version0.1/coincidence/shirt/c9.mp4'>>
<<set _AlettaShirtc10 to 'videos/Melanie/version0.1/coincidence/shirt/c10.mp4'>>
<<set _AlettaShirtc11 to 'videos/Melanie/version0.1/coincidence/shirt/c11.mp4'>><<set
_ParkSneak1 to 'https://video.wixstatic.com/video/6b0d8e_b80c893b3ccc4503bdf41d4383248891/360p/mp4/file.mp4',
_ParkSneak2 to 'https://video.wixstatic.com/video/6b0d8e_6d53c2f2f8c44aaa83b58571b29ffee1/360p/mp4/file.mp4',
_ParkSneak3 to 'https://video.wixstatic.com/video/6b0d8e_aaf07dfacb3549c8b7635d84f7b132f3/360p/mp4/file.mp4',
_ParkSneak4 to 'https://video.wixstatic.com/video/6b0d8e_5fcaa3906a3c45a7bcc926de98005177/360p/mp4/file.mp4',
_ParkSneak5 to 'https://video.wixstatic.com/video/6b0d8e_8276504672ac49ab9b770de6fcde3b19/360p/mp4/file.mp4',
_ParkSneak6 to 'https://video.wixstatic.com/video/6b0d8e_670b091ba8204bd7b842d3601296442e/360p/mp4/file.mp4'
>><<set
_ParkSneak1 to 'videos/Melanie/version0.1/peek/park/1.mp4',
_ParkSneak2 to 'videos/Melanie/version0.1/peek/park/2.mp4',
_ParkSneak3 to 'videos/Melanie/version0.1/peek/park/3.mp4',
_ParkSneak4 to 'videos/Melanie/version0.1/peek/park/4.mp4',
_ParkSneak5 to 'videos/Melanie/version0.1/peek/park/5.mp4',
_ParkSneak6 to 'videos/Melanie/version0.1/peek/park/6.mp4'
>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion01 to [
//Delivery Girl
new Event("meet_ryan", "You helped Ryan moving some boxes", "Help Ryan during lunchtime on a weekday", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, [], true, false, true, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_meet", "You received a delivery from Melanie", "Help Ryan with his delivery - open the door for the beautiful woman", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, [], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_meet_again", "You received another delivery from Melanie", "Help Ryan with his delivery again - open the door for Melanie", [0, 1, 2], [0, 1, 2], 0, 4, 0, 0, ["shirt_qa_meet"], true, false, true, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_name", "You got to know Melanie's name", "Help Ryan with his delivery - ask for the delivery girl's name", [0, 1, 2, 3], [0, 1, 2, 3], 0, 5, 1, 2, [], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_work", "You got the opportunity to work with Melanie", "Help Ryan with his delivery - ask about Melanie's work", [0, 1, 2, 3], [0, 1, 2, 3], 0, 4, 3, 3, ["shirt_qa_name"], true, false, false, [0, 1, 2, 3, 4], [1], ["work"], "0.1.0"),
new Event("shirt_qa_home", "You got to know where Melanie lives", "Help Ryan with his delivery - ask where Melanie lives", [0, 1, 2, 3], [0, 1, 2, 3], 1, 4, 3, 3, ["shirt_qa_name"], true, false, false, [0, 1, 2, 3, 4], [1], ["park"], "0.1.0"),
new Event("shirt_qa_interests", "You got to hear about Melanie' hobbies", "Help Ryan with his delivery - ask what Melanie does on her free time", [0, 1, 2, 3], [0, 1, 2, 3], 1, 5, 3, 3, ["shirt_qa_name"], true, false, true, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_boobs", "You had a good look at Melanie's cleavage", "Help Ryan with his delivery - checkout Melanie's boobs", [0, 1, 2, 3], [0, 1, 2, 3], 5, -3, 2, 3, [], true, false, true, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_comein", "You convinced Melanie to enter Ryan's home", "Help Ryan with his delivery - ask Melanie to come inside.", [1, 2, 3], [2, 3], 1, 3, 2, 3, [], false, false, true, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_request", "You and Ryan asked Melanie to try on a shirt", "Help Ryan with his delivery - ask Melanie to wear the shirt.", [1, 2, 3], [2, 3], 2, 4, 0, 0, [], false, false, true, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
new Event("shirt_qa_show", "You and Ryan convinced Melanie to try on the shirt", "Help Ryan with his delivery - Melanie wears the shirt.", [1, 2, 3], [2, 3], 4, 6, 2, 3, [], false, false, true, [0, 1, 2, 3, 4], [1], [], "0.1.0"),
// Peep in the yard
new Event("peep_listen", "You were in Melanies backyard, listening to Melanie's phone call", "Go to Melanies backyard.", [0, 1, 2, 3], [0, 1, 2, 3], 0, 0, 0, 0, ["postboy_findkey"], true, false, true, [0, 1, 2, 3, 4], [0], [], "0.1.0"),
new Event("peep_takepic", "You were in Melanies backyard, taking a picture of her through the window", "Go to Melanies backyard, take a picture of her.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 3, -2, 2, 4, ["postboy_findkey"], true, false, true, [0, 1, 2, 3, 4], [0], [], "0.1.0"),
new Event("peep_show", "You were in Melanies backyard, seeing her through the window", "Go to Melanies backyard, take a picture of her.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 3, -2, 2, 4, ["postboy_findkey"], true, false, true, [0, 1, 2, 3, 4], [0], [], "0.1.0"),
new Event("peep_closeuppic", "You were in Melanies backyard, taking a close-up picture of her", "Go to Melanies backyard, take a picture of her.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 5, -2, 2, 4, ["postboy_findkey"], true, false, true, [0, 1, 2, 3, 4], [0], [], "0.1.0"),
new Event("peep_staylow", "You were in Melanies backyard, hiding", "Go to Melanies backyard, take a picture of her.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], -2, 2, 4, 4, ["postboy_findkey"], true, false, true, [0, 1, 2, 3, 4], [0], [], "0.1.0"),
// Deliver pizza
new Event("pizza_pizza", "You deliver pizza to Melanie", "Deliver pizza to Melanie, emphasize the pizza.", [0, 1, 2], [0, 1, 2], -2, 2, 3, 3, ["peta_getanswer"], true, false, true, [5, 6], [1], [], "0.1.0"),
new Event("pizza_champ", "You deliver pizza to Melanie and talk about the champagne.", "Deliver pizza to Melanie, emphasize the champagne.", [0, 1, 2, 3], [0, 1, 2, 3], 2, 2, 3, 3, ["pizza_pizza"], true, false, true, [5, 6], [1], [], "0.1.0"),
new Event("pizza_cock", "You deliver pizza to Melanie and talk about your cock", "Deliver pizza to Melanie, emphasize your cock.", [0, 1, 2, 3], [0, 1, 2, 3], 2, 2, 2, 3, ["pizza_champ"], true, false, true, [5, 6], [1], [], "0.1.0"),
new Event("pizza_inside", "You deliver pizza to Melanie and follow her inside.", "Deliver pizza to Melanie, follow her inside.", [0, 1, 2, 3], [0, 1, 2, 3], 2, 2, 2, 3, ["pizza_champ"], true, false, true, [5, 6], [1], [], "0.1.0"),
// Postboy
new Event("postboy_hello", "You delivered a package to Melanie", "Deliver package to Melanie, in the morning, Monday, Wednesday or Thursday", [0, 1, 2, 3], [0, 1, 2, 3], 4, 4, 3, 3, ["peta_getanswer"], true, false, true, [0, 2, 4], [0], [], "0.1.0"),
new Event("postboy_boobs", "You checked out Melanie's boobs while delivering a package", "Deliver pizza to Melanie, emphasize the champagne.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 2, 2, 0, 0, ["peta_getanswer"], true, false, true, [0, 2, 4], [0], [], "0.1.0"),
new Event("postboy_ass", "You checked out Melanie's boobs while delivering a package", "Deliver package to Melanie, emphasize her ass.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 4, 2, 0, 0, ["peta_getanswer"], true, false, true, [0, 2, 4], [0], [], "0.1.0"),
new Event("postboy_silent", "You stayed silent while delivering a package to Melanie", "Deliver package to Melanie, stay silent.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], -5, -2, 0, 0, ["peta_getanswer"], true, false, true, [0, 2, 4], [0], [], "0.1.0"),
new Event("postboy_findkey", "You found a spare key while delivering a package to Melanie", "Deliver package to Melanie, stay silent, look for a spare key.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 3, 3, ["peta_getanswer"], true, false, false, [0, 2, 4], [0], ["sneak"], "0.1.0"),
new Event("postboy_boobsagain", "You checked Melanie's boobs twice while you delivered a package", "Deliver package to Melanie, mention her boobs, look at her boobs.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], -4, -2, 2, 0, ["peta_getanswer"], true, false, true, [0, 2, 4], [0], [], "0.1.0"),
new Event("postboy_open", "You delivered a package to Melanie and watched her open it", "Deliver package to Melanie, ask her to open it in front of you", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 8, 4, 2, 0, ["postboy_boobsagain"], true, false, true, [0, 2, 4], [0], [], "0.1.0"),
// Audrey
new Event("ryan_talkaboutaudrey", "You talked to Ryan about his girlfriend", "Be at Ryan's place, talk to him about his girlfriend", [0, 1, 2], [0, 1, 2], 0, 0, 2, 3, ["meet_ryan"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [0, 1, 2, 3, 4], [], "0.1.0"),
new Event("audrey_comein", "You met Audrey at the entrance", "Go to Ryan and help him move some boxes", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["ryan_talkaboutaudrey"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
new Event("audrey_greetryan", "You talk with Ryan about Audrey", "Go to Ryan to help him move some boxes. Talk to him.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["ryan_talkaboutaudrey"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
new Event("audrey_talk", "You talk with Audrey", "Go to Ryan to help him move some boxes. Talk to Audrey.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["audrey_greetryan"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
new Event("audrey_youresexy", "You tell Audrey she is sexy", "Go to Ryan to help him move some boxes. Talk to Audrey. Compliment her", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["audrey_greetryan"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
new Event("audrey_masturbate", "You masturbate in Ryan's bathroom", "Go to Ryan to help him move some boxes. Go to the bathroom and masturbate in front of Audrey.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["audrey_youresexy"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
new Event("audrey_suck", "You get a blowjob from Audrey.", "Go to Ryan to help him move some boxes. Ask Audrey for a blowjob.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["audrey_masturbate"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
new Event("audrey_discovered", "You and Audrey get busted by Ryan.", "Go to Ryan to help him move some boxes. Ask Audrey for a blowjob. Cum.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["audrey_masturbate"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
new Event("audrey_talktoryanafterwards", "You talk with Ryan about how Audrey cheats on him.", "Go to Ryan to help him move some boxes. Get a blowjob from Audrey. Get busted by Ryan, and talk to him afterwards.", [0, 1, 2], [0, 1, 2], 0, 0, 2, 3, ["audrey_masturbate"], true, false, true, [1, 3, 6], [3], [], "0.1.0"),
// Krissy
new Event("krissy_jog", "You see a jogger in the park.", "Go to the park, look out for a jogger.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["erica_ask"], true, false, true, [0, 2, 4], [2], [], "0.1.0"),
new Event("krissy_home", "You spy for the jogger at her home.", "Go to the park, see where the jogger comes from", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["krissy_jog"], true, false, true, [0, 2, 4], [1], [], "0.1.0"),
new Event("krissy_stop", "You stop the jogger.", "Go to the park, stop the jogger", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["krissy_jog"], true, false, true, [0, 2, 4], [2], [], "0.1.0"),
new Event("krissy_ask", "Ask the jogger about Melanie", "Go to the park. Stop the jogger. Ask her about Melanie's home.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["erica_ask"], true, false, true, [0, 2, 4], [2], [], "0.1.0"),
new Event("krissy_shower", "You let the jogger refresh herself with your water.", "Go to the park, stop the jogger, offer her water.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["krissy_jog"], true, false, true, [0, 2, 4], [2], [], "0.1.0"),
new Event("krissy_together", "You jog together with Krissy.", "Go to the park, stop the jogger. Ask her to jog together.", [0, 1, 2], [0, 1, 2], 0, 0, 0, 0, ["krissy_shower", "krissy_ask"], true, false, true, [0, 2, 4], [2], [], "0.1.0"),
new Event("krissy_wateragain", "Krissy reveals her boobs to you.", "Jog together with Krissy. Offer her another round of water.", [0, 1, 2], [0, 1, 2], 0, 0, 2, 3, ["krissy_together"], true, false, true, [0, 2, 4], [2], [], "0.1.0"),
new Event("krissy_askagain", "You ask Krissy about Melanie's address.", "Jog together with Krissy. Then, ask her about Melanie's home.", [0, 1, 2], [0, 1, 2], 0, 0, 2, 3, ["krissy_ask"], true, false, true, [0, 2, 4], [2], [], "0.1.0"),
// Peta
new Event("peta_spot", "You spot Peta sunbathing in the park.", "Go to the park. Spot the beautiful girl.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["krissy_askagain"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_caught", "You get caught spying on Peta.", "Go to the park. Spot the beautiful girl. Stay, and get caught", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["peta_spot"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_ask", "You ask Peta about Melanie's address.", "Go to Peta on your own. Ask her where Melanie lives.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["peta_caught"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_talk", "You ask Peta if she has a boyfriend.", "Go to Peta on your own. Ask her if she has a boyfriend", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["peta_caught"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_talktoryanaboutpeta", "You talk to Ryan about the girl in the park", "Go to Ryan. Talk to him about Peta.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["peta_talk"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [0, 1, 2, 3, 4], [], "0.1.0"),
new Event("peta_bringryan", "You and Ryan talk to Peta.", "Go to Peta in the park with Ryan.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["peta_talktoryanaboutpeta"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_ryanwantsadate", "Ryan asks Peta out.", "Go to Peta in the park with Ryan. Ryan asks her to go out with him.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["peta_bringryan"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_ryanwantsfuck", "Ryan asks Peta to fuck with him.", "Go to Peta in the park with Ryan. Ryan asks her to fuck with him.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 0, 0, ["peta_bringryan"], false, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_BJ", "Ryan gets a blowjob from Peta", "Ryan fucks with Peta. He gets a blowjob.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 5, 5, ["peta_ryanwantsfuck"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_LB", "Peta licks Ryan's balls", "Ryan fucks with Peta. She licks his balls.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 5, 5, ["peta_ryanwantsfuck"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_finger", "Ryan fingers Peta's pussy.", "Ryan fucks with Peta. He's fingering her.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 5, 5, ["peta_ryanwantsfuck"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_ontop", "Ryan fucks Peta.", "Ryan fucks with Peta.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 5, 5, ["peta_ryanwantsfuck"], true, false, true, [4, 5, 6], [0], [], "0.1.0"),
new Event("peta_getanswer", "You get to know where Melanie lives.", "Ryan fucks with Peta. He cums in her face. Finally, she tells you where Melanie lives.", [0, 1, 2, 3, 4], [0, 1, 2, 3, 4], 0, 0, 2, 3, ["peta_ryanwantsfuck"], true, false, true, [4, 5, 6], [0], ["mel_home"], "0.1.0"),
// Erica
new Event("erica_talktoryanaboutmelshome", "You talk to Ryan about how to find out where Melanie lives.", "Go to Ryan. Talk to him about how to find out where Melanie lives.", [0, 1, 2, 3], [0, 1, 2, 3], 0, 0, 4, 4, ["shirt_qa_home"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [0, 1, 2, 3, 4], [], "0.1.0"),
new Event("erica_spy", "You get caught spying on Erica.", "Spy on Erica while she performs yoga in the park. Get caught.", [0, 1, 2, 3, 4, 5, 6, 7], [0, 1, 2, 3, 4, 5, 6, 7], 0, 0, 0, 0, ["erica_talktoryanaboutmelshome"], true, false, true, [0, 1, 2, 3], [0], [], "0.1.0"),
new Event("erica_ask", "You ask Erica where Melanie lives.", "Go to Erica. Ask her where Melanie lives.", [0, 1, 2, 3, 4, 5, 6, 7], [0, 1, 2, 3, 4, 5, 6, 7], 0, 0, 0, 0, ["erica_spy"], true, false, true, [0, 1, 2, 3], [0], [], "0.1.0"),
new Event("erica_yoga", "You fool around with Erica", "Go to Erica. Join her in her yoga session. Take it further.", [0, 1, 2, 3, 4, 5, 6, 7], [0, 1, 2, 3, 4, 5, 6, 7], 0, 0, 4, 4, ["erica_ask"], true, false, true, [0, 1, 2, 3], [0], [], "0.1.0"),
// Melanie Sneak
new Event("melanie_parksneak", "You see Melanie fuck some dude in the park.", "Go to the park. Look for Melanie", [0, 1, 2, 3, 4, 5], [0, 1, 2, 3, 4, 5], 3, 0, 6, 6, ["shirt_qa_home"], true, false, true, [1, 3], [3], [], "0.1.0"),
new Event("melanie_sofasneak", "You see Melanie getting fucked from behind on the couch.", "Sneak into Melanie's home. What's happening on the couch?", [0, 1, 2, 3, 4, 5], [0, 1, 2, 3, 4, 5], 3, 0, 6, 6, ["postboy_findkey"], true, false, true, [0, 2], [4], [], "0.1.0"),
new Event("melanie_bathroomsneak", "You see Melanie getting fucked in the shower.", "Sneak into Melanie's home. What's happening in the shower?", [0, 1, 2, 3, 4, 5], [0, 1, 2, 3, 4, 5], 3, 0, 6, 6, ["postboy_findkey"], true, false, true, [5, 6], [0], [], "0.1.0"),
// Melanie teacher
new Event("melanie_teacher_intro", "You go to Melanie's introduction lesson about her company.", "Go to Melanie's work. Take the introduction class.", [0, 1, 2, 3, 4, 5, 6], [0, 1, 2, 3, 4, 5, 6], 0, 3, 0, 3, ["shirt_qa_work"], true, false, true, [0, 1], [1], [], "0.1.0"),
new Event("melanie_teacher_reassure", "You tell Melanie that you can concentrate despite her cleavage.", "Go to Melanie's introduction class. Tell her that you can concentrate.", [0, 1, 2, 3, 4, 5, 6, 7], [0, 1, 2, 3, 4, 5, 6, 7], -4, -4, 0, 0, ["melanie_teacher_intro"], true, false, true, [0, 1], [1], [], "0.1.0"),
new Event("melanie_teacher_needrelease", "You tell Melanie that you would need release before class.", "Go to Melanie's introduction class. Tell her that you'll need release before you can concentrate", [1, 2, 3, 4, 5, 6, 7], [1, 2, 3, 4, 5, 6, 7], 3, 0, 2, 0, ["melanie_teacher_reassure"], true, false, true, [0, 1], [1], [], "0.1.0"),
new Event("melanie_teacher_boobs", "You ask Melanie if the company has boobs.", "Go to Melanie's introduction class. Ask her if the company has boobs.", [1, 2, 3, 4, 5, 6, 7], [1, 2, 3, 4, 5, 6, 7], 6, 3, 2, 6, ["melanie_teacher_intro"], true, false, true, [0, 1], [1], [], "0.1.0"),
new Event("melanie_teacher_cock", "You ask Melanie if the company has a cock.", "Go to Melanie's introduction class. Ask her if the company has a cock.", [1, 2, 3, 4, 5, 6, 7], [1, 2, 3, 4, 5, 6, 7], 0, -8, 2, 8, ["melanie_teacher_intro"], true, false, true, [0, 1], [1], [], "0.1.0"),
// Melanie office window
new Event("melanie_officewindow_arrival", "You see Melanie arriving while cleaning the windows.", "Go to Melanie's work. Clean the windows.", [0, 1, 2, 3], [1, 2, 3], 0, 0, 0, 0, ["shirt_qa_work"], true, false, true, [2, 4], [2], [], "0.1.0"),
new Event("melanie_officewindow_greet", "You greet Melanie while cleaning the windows.", "Go to Melanie's work. Clean the windows. Greet Melanie.", [0, 1, 2, 3, 4], [1, 2, 3, 4], -1, 4, 0, 0, ["shirt_qa_work"], true, false, true, [2, 4], [2], [], "0.1.0"),
new Event("melanie_officewindow_worksilently", "You stay silent while cleaning the windows.", "Go to Melanie's work. Clean the windows. Stay silent when Melanie arrives.", [0, 1, 2, 3, 4], [1, 2, 3, 4], 2, -1, 0, 0, ["shirt_qa_work"], true, false, true, [2, 4], [2], [], "0.1.0"),
new Event("melanie_officewindow_slack", "You slack while cleaning the windows.", "Go to Melanie's work. Clean the windows. Slack.", [1, 2, 3, 4], [1, 2, 3, 4], 6, -4, 0, 0, ["shirt_qa_work"], true, false, true, [2, 4], [2], [], "0.1.0"),
new Event("melanie_officewindow_talk", "You talk to here while cleaning the windows.", "Go to Melanie's work. Clean the windows. Talk to her while working.", [1, 2, 3, 4], [1, 2, 3, 4], 2, 2, 0, 0, ["shirt_qa_work"], true, false, true, [2, 4], [2], [], "0.1.0"),
new Event("melanie_officewindow_talkmore", "You talk some more to her while cleaning the windows.", "Go to Melanie's work. Clean the windows. Talk to her while working.", [1, 2, 3, 4], [2, 3, 4], 2, 2, 2, 5, ["melanie_officewindow_talk"], true, false, true, [2, 4], [2], [], "0.1.0"),
// Melanie office
new Event("melanie_office_secretary_givepapers", "You give Melanie some papers while working as her secretary", "Go to Melanie's work. Help her in her office. Give her some papers.", [0, 1, 2, 3], [1, 2, 3], 0, 4, 0, 0, ["shirt_qa_work"], true, false, true, [1, 3], [2], [], "0.1.0"),
new Event("melanie_office_secretary_focus", "You focus when working as a secretary.", "Go to Melanie's work. Help her in her office. Focus.", [0, 1, 2, 3, 4], [1, 2, 3, 4], 0, 4, 0, 0, ["shirt_qa_work"], true, false, true, [1, 3], [2], [], "0.1.0"),
new Event("melanie_office_secretary_checkout", "You checkout Melanie's boobs while working as a secretary.", "Go to Melanie's work. Help her in her office. Checkout her boobs.", [0, 1, 2, 3, 4], [1, 2, 3, 4], 6, -4, 2, 5, ["shirt_qa_work"], true, false, true, [1, 3], [2], [], "0.1.0"),
new Event("melanie_office_secretary_talk", "You chit chat with Melanie while working as a secretary.", "Go to Melanie's work. Help her in her office. Chit chat.", [1, 2, 3, 4], [2, 3, 4], 6, 4, 2, 5, ["melanie_office_secretary_checkout", "melanie_office_secretary_focus"], true, false, true, [1, 3], [2], [], "0.1.0")
]>>
</nobr><<set
_AlettaBackYard1 to 'https://video.wixstatic.com/video/6b0d8e_cbf9416dc2bd475fa17d386cf7ce3282/360p/mp4/file.mp4',
_AlettaBackYard2 to 'https://video.wixstatic.com/video/6b0d8e_224802b62c604210934f420bc7abb76c/360p/mp4/file.mp4',
_AlettaBackYard3 to 'https://video.wixstatic.com/video/6b0d8e_a1f9a4c9ca6d419095b2cf18b57df893/360p/mp4/file.mp4',
_AlettaBackYard4 to 'https://video.wixstatic.com/video/6b0d8e_8095d293ec7347b0b8109d5b7e88f0d7/360p/mp4/file.mp4',
_AlettaBackYard5 to 'https://video.wixstatic.com/video/6b0d8e_942753dc570846df995bcac229abe674/360p/mp4/file.mp4',
_AlettaBackYard6 to 'https://video.wixstatic.com/video/6b0d8e_dfab068ffa3d4539b9df5131ce97fdfd/360p/mp4/file.mp4',
_AlettaBackYard7 to 'https://video.wixstatic.com/video/6b0d8e_664d663c245f4c6d9336a94790711f75/360p/mp4/file.mp4',
_AlettaBackYard8 to 'https://video.wixstatic.com/video/6b0d8e_a3324046f902419582ea93e13a90a5e7/360p/mp4/file.mp4',
_AlettaBackYard9 to 'https://video.wixstatic.com/video/6b0d8e_851eb7f34a6844af98e625ab33172ea9/360p/mp4/file.mp4',
_AlettaBackYard10 to 'https://video.wixstatic.com/video/6b0d8e_689a47037df8403dab68045fff0e1001/360p/mp4/file.mp4',
_AlettaBackYard11 to 'https://video.wixstatic.com/video/6b0d8e_b50701402bd543ff9be52bf462985b61/360p/mp4/file.mp4',
_AlettaBackYard12 to 'https://video.wixstatic.com/video/6b0d8e_18380e3206ee4fafb12f36d9062aaf67/360p/mp4/file.mp4',
_AlettaBackYarda1 to 'https://video.wixstatic.com/video/6b0d8e_d22a238acf1c4528a3d7542963d189f2/360p/mp4/file.mp4',
_AlettaBackYarda2 to 'https://video.wixstatic.com/video/6b0d8e_5b05830cb8594accb0fe8e9397144a20/360p/mp4/file.mp4',
_AlettaBackYarda3 to 'https://video.wixstatic.com/video/6b0d8e_4af1b87bb790431ea29adce14069c81b/360p/mp4/file.mp4'
>><<set
_AlettaBackYard1 to 'videos/Melanie/version0.1/peek/window/1.mp4',
_AlettaBackYard2 to 'videos/Melanie/version0.1/peek/window/2.mp4',
_AlettaBackYard3 to 'videos/Melanie/version0.1/peek/window/3.mp4',
_AlettaBackYard4 to 'videos/Melanie/version0.1/peek/window/4.mp4',
_AlettaBackYard5 to 'videos/Melanie/version0.1/peek/window/5.mp4',
_AlettaBackYard6 to 'videos/Melanie/version0.1/peek/window/6.mp4',
_AlettaBackYard7 to 'videos/Melanie/version0.1/peek/window/7.mp4',
_AlettaBackYard8 to 'videos/Melanie/version0.1/peek/window/8.mp4',
_AlettaBackYard9 to 'videos/Melanie/version0.1/peek/window/9.mp4',
_AlettaBackYard10 to 'videos/Melanie/version0.1/peek/window/10.mp4',
_AlettaBackYard11 to 'videos/Melanie/version0.1/peek/window/11.mp4',
_AlettaBackYard12 to 'videos/Melanie/version0.1/peek/window/12.mp4',
_AlettaBackYarda1 to 'videos/Melanie/version0.1/peek/window/a1.mp4',
_AlettaBackYarda2 to 'videos/Melanie/version0.1/peek/window/a2.mp4',
_AlettaBackYarda3 to 'videos/Melanie/version0.1/peek/window/a3.mp4'
>><<set
_SneakBathroom1 to 'videos/Melanie/version0.1/peek/shower/1.mp4',
_SneakBathroom2 to 'videos/Melanie/version0.1/peek/shower/2.mp4',
_SneakBathroom3 to 'videos/Melanie/version0.1/peek/shower/3.mp4'
>><<set
_SneakSofa1 to 'videos/Melanie/version0.1/peek/sofa/1.mp4',
_SneakSofa2 to 'videos/Melanie/version0.1/peek/sofa/2.mp4',
_SneakSofa3 to 'videos/Melanie/version0.1/peek/sofa/3.mp4'
>><<set
_AlettaPostBoy1 to 'videos/Melanie/version0.1/coincidence/post/1.mp4',
_AlettaPostBoy2 to 'videos/Melanie/version0.1/coincidence/post/2.mp4',
_AlettaPostBoy3 to 'videos/Melanie/version0.1/coincidence/post/3.mp4',
_AlettaPostBoya1 to 'videos/Melanie/version0.1/coincidence/post/a1.mp4',
_AlettaPostBoya2 to 'videos/Melanie/version0.1/coincidence/post/a2.mp4',
_AlettaPostBoya3 to 'videos/Melanie/version0.1/coincidence/post/a3.mp4',
_AlettaPostBoya4 to 'videos/Melanie/version0.1/coincidence/post/a4.mp4',
_AlettaPostBoya5 to 'videos/Melanie/version0.1/coincidence/post/a5.mp4',
_AlettaPostBoyb1 to 'videos/Melanie/version0.1/coincidence/post/b1.mp4'
>><<set
_AlettaPizza1 to 'https://video.wixstatic.com/video/6b0d8e_e41ed1cd534d49e28c2720c025d84d1c/480p/mp4/file.mp4',
_AlettaPizza2 to 'https://video.wixstatic.com/video/6b0d8e_311813665a0f400d9f84bef87e9e6636/480p/mp4/file.mp4',
_AlettaPizzaa1 to 'https://video.wixstatic.com/video/6b0d8e_3be32bbe8ced428db68b79f45ff9da85/480p/mp4/file.mp4',
_AlettaPizzab1 to 'https://video.wixstatic.com/video/6b0d8e_58a86e6d492f466caedf027578d29fc0/480p/mp4/file.mp4',
_AlettaPizzac1 to 'https://video.wixstatic.com/video/6b0d8e_1bb8fb2e35b04751af8f3d5876943f86/480p/mp4/file.mp4',
_AlettaPizzac2 to 'https://video.wixstatic.com/video/6b0d8e_cff0d2cf123844179a20a92b9a97511c/480p/mp4/file.mp4',
_AlettaPizzac3 to 'https://video.wixstatic.com/video/6b0d8e_904d5cbabb5c4376902be6d94dc408bf/480p/mp4/file.mp4',
_AlettaPizzac4 to 'https://video.wixstatic.com/video/6b0d8e_9afbe246a85840448a736459a55f0dc8/480p/mp4/file.mp4',
_AlettaPizzac5 to 'https://video.wixstatic.com/video/6b0d8e_d332c08f24ba4618bcd0234ded17e6ef/480p/mp4/file.mp4',
_AlettaPizzac6 to 'https://video.wixstatic.com/video/6b0d8e_d6fd281629c74aeb8e27fff655e71eae/480p/mp4/file.mp4'
>><<set
_AlettaPizza1 to 'videos/Melanie/version0.1/coincidence/pizza/1.mp4',
_AlettaPizza2 to 'videos/Melanie/version0.1/coincidence/pizza/2.mp4',
_AlettaPizzaa1 to 'videos/Melanie/version0.1/coincidence/pizza/a1.mp4',
_AlettaPizzab1 to 'videos/Melanie/version0.1/coincidence/pizza/b1.mp4',
_AlettaPizzac1 to 'videos/Melanie/version0.1/coincidence/pizza/c1.mp4',
_AlettaPizzac2 to 'videos/Melanie/version0.1/coincidence/pizza/c2.mp4',
_AlettaPizzac3 to 'videos/Melanie/version0.1/coincidence/pizza/c3.mp4',
_AlettaPizzac4 to 'videos/Melanie/version0.1/coincidence/pizza/c4.mp4',
_AlettaPizzac5 to 'videos/Melanie/version0.1/coincidence/pizza/c5.mp4',
_AlettaPizzac6 to 'videos/Melanie/version0.1/coincidence/pizza/c6.mp4'
>><<set
_AlettaWindow1 to 'https://video.wixstatic.com/video/6b0d8e_1cad85bb459d4e13b3cb3954a3f5c175/1080p/mp4/file.mp4',
_AlettaWindow2 to 'https://video.wixstatic.com/video/6b0d8e_d103811fe14b4e4fb4aff2c8cf198aef/1080p/mp4/file.mp4',
_AlettaWindow3 to 'https://video.wixstatic.com/video/6b0d8e_6321dc8f33b4499c88da893830620aa7/1080p/mp4/file.mp4',
_AlettaWindow4 to 'https://video.wixstatic.com/video/6b0d8e_fd6c0b18c436408f85203e48dc44d622/1080p/mp4/file.mp4',
_AlettaWindow5 to 'https://video.wixstatic.com/video/6b0d8e_2a5b4d8b869a4b6b9b7ca639cb523509/1080p/mp4/file.mp4',
_AlettaWindow6 to 'https://video.wixstatic.com/video/6b0d8e_408168bb2be940e9b76f763baeacfe50/1080p/mp4/file.mp4',
_AlettaWindowa1 to 'https://video.wixstatic.com/video/6b0d8e_160ba1e492e549e19f1db4850e1a52ca/1080p/mp4/file.mp4',
_AlettaWindowb1 to 'https://video.wixstatic.com/video/6b0d8e_7a561f3d11b746be9e1d5d46d7e09925/1080p/mp4/file.mp4',
_AlettaWindowb2 to 'https://video.wixstatic.com/video/6b0d8e_4d241cbb4dbb4b24a6d104d27e68b556/1080p/mp4/file.mp4',
_AlettaWindowc1 to 'https://video.wixstatic.com/video/6b0d8e_3bd6c7d96c5f4aeabd77f062c1a911e4/1080p/mp4/file.mp4',
_AlettaWindowc2 to 'https://video.wixstatic.com/video/6b0d8e_fe8538018e9741a2b1a2090b38268b1a/1080p/mp4/file.mp4',
_AlettaWindowc3 to 'https://video.wixstatic.com/video/6b0d8e_d4b21e5da09347578f767276b239909e/1080p/mp4/file.mp4',
_AlettaWindowd1 to 'https://video.wixstatic.com/video/6b0d8e_e3c1ac0b0db149c4912cf2a4b87dab00/1080p/mp4/file.mp4'
>><<set
_AlettaWindow1 to 'videos/Melanie/version0.1/boss/window/1.mp4',
_AlettaWindow2 to 'videos/Melanie/version0.1/boss/window/2.mp4',
_AlettaWindow3 to 'videos/Melanie/version0.1/boss/window/3.mp4',
_AlettaWindow4 to 'videos/Melanie/version0.1/boss/window/4.mp4',
_AlettaWindow5 to 'videos/Melanie/version0.1/boss/window/5.mp4',
_AlettaWindow6 to 'videos/Melanie/version0.1/boss/window/6.mp4',
_AlettaWindowa1 to 'videos/Melanie/version0.1/boss/window/a1.mp4',
_AlettaWindowb1 to 'videos/Melanie/version0.1/boss/window/b1.mp4',
_AlettaWindowb2 to 'videos/Melanie/version0.1/boss/window/b2.mp4',
_AlettaWindowc1 to 'videos/Melanie/version0.1/boss/window/c1.mp4',
_AlettaWindowc2 to 'videos/Melanie/version0.1/boss/window/c2.mp4',
_AlettaWindowc3 to 'videos/Melanie/version0.1/boss/window/c3.mp4',
_AlettaWindowd1 to 'videos/Melanie/version0.1/boss/window/d1.mp4'
>><<set
_AlettaOffice1 to 'https://video.wixstatic.com/video/6b0d8e_f8c1daadd2314925bd3449009c1542ce/720p/mp4/file.mp4',
_AlettaOffice2 to 'https://video.wixstatic.com/video/6b0d8e_a46b9474512d4f7eb9393d95dcbdaa92/720p/mp4/file.mp4',
_AlettaOffice3 to 'https://video.wixstatic.com/video/6b0d8e_71ddf8cacfa14d9cb11016399c107ee5/720p/mp4/file.mp4',
_AlettaOfficea1 to 'https://video.wixstatic.com/video/6b0d8e_ce414fefb6134dc7bbdadc5999e3f80b/720p/mp4/file.mp4',
_AlettaOfficea2 to 'https://video.wixstatic.com/video/6b0d8e_67f69c1debd844e9bd578ef4091105a2/720p/mp4/file.mp4',
_AlettaOfficeb1 to 'https://video.wixstatic.com/video/6b0d8e_b3c517254b67429b8ef91bc9e96ba0bf/720p/mp4/file.mp4',
_AlettaOfficeb2 to 'https://video.wixstatic.com/video/6b0d8e_fa590b4f02c3447bb47c9b926d3d7752/720p/mp4/file.mp4',
_AlettaOfficeb3 to 'https://video.wixstatic.com/video/6b0d8e_5e89f02831534cefb7ecbaac69bdaaec/720p/mp4/file.mp4'
>><<set
_AlettaOffice1 to 'videos/Melanie/version0.1/boss/white/1.mp4',
_AlettaOffice2 to 'videos/Melanie/version0.1/boss/white/2.mp4',
_AlettaOffice3 to 'videos/Melanie/version0.1/boss/white/3.mp4',
_AlettaOfficea1 to 'videos/Melanie/version0.1/boss/white/a1.mp4',
_AlettaOfficea2 to 'videos/Melanie/version0.1/boss/white/a2.mp4',
_AlettaOfficeb1 to 'videos/Melanie/version0.1/boss/white/b1.mp4',
_AlettaOfficeb2 to 'videos/Melanie/version0.1/boss/white/b2.mp4',
_AlettaOfficeb3 to 'videos/Melanie/version0.1/boss/white/b3.mp4'
>><<set
_AlettaTeach1 to 'https://video.wixstatic.com/video/6b0d8e_6826a288c88f49bf88932ba4927464fb/720p/mp4/file.mp4',
_AlettaTeach2 to 'https://video.wixstatic.com/video/6b0d8e_7b6a52c957cc4927b2537af3d2a14cbd/720p/mp4/file.mp4',
_AlettaTeach3 to 'https://video.wixstatic.com/video/6b0d8e_61a84415b9114e7e88eec289ff5b2be7/720p/mp4/file.mp4',
_AlettaTeach4 to 'https://video.wixstatic.com/video/6b0d8e_71a6a867546643e89efb1fdca6527030/720p/mp4/file.mp4',
_AlettaTeach5 to 'https://video.wixstatic.com/video/6b0d8e_68c97d041d4d455b8898ee601a3cdf0f/720p/mp4/file.mp4',
_AlettaTeach6 to 'https://video.wixstatic.com/video/6b0d8e_d20bc77c818d4c559ec4d813df5a152d/720p/mp4/file.mp4',
_AlettaTeacha1 to 'https://video.wixstatic.com/video/6b0d8e_1df395a199454cd48e47eb5ef15e321b/720p/mp4/file.mp4',
_AlettaTeachb1 to 'https://video.wixstatic.com/video/6b0d8e_f6910e539db34753917091d98b14cea0/720p/mp4/file.mp4',
_AlettaTeachb2 to 'https://video.wixstatic.com/video/6b0d8e_04c0ac824bbf4a71963ad033d84a5319/720p/mp4/file.mp4',
_AlettaTeachb3 to 'https://video.wixstatic.com/video/6b0d8e_ccff3c2406b34e329e5ff71f99341539/720p/mp4/file.mp4',
_AlettaTeachc1 to 'https://video.wixstatic.com/video/6b0d8e_6b8ded56e52248d09559f549c210ad54/720p/mp4/file.mp4'
>><<set
_AlettaTeach1 to 'videos/Melanie/version0.1/boss/teacher/1.mp4',
_AlettaTeach2 to 'videos/Melanie/version0.1/boss/teacher/2.mp4',
_AlettaTeach3 to 'videos/Melanie/version0.1/boss/teacher/3.mp4',
_AlettaTeach4 to 'videos/Melanie/version0.1/boss/teacher/4.mp4',
_AlettaTeach5 to 'videos/Melanie/version0.1/boss/teacher/5.mp4',
_AlettaTeach6 to 'videos/Melanie/version0.1/boss/teacher/6.mp4',
_AlettaTeacha1 to 'videos/Melanie/version0.1/boss/teacher/a1.mp4',
_AlettaTeachb1 to 'videos/Melanie/version0.1/boss/teacher/b1.mp4',
_AlettaTeachb2 to 'videos/Melanie/version0.1/boss/teacher/b2.mp4',
_AlettaTeachb3 to 'videos/Melanie/version0.1/boss/teacher/b3.mp4',
_AlettaTeachc1 to 'videos/Melanie/version0.1/boss/teacher/c1.mp4'
>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion02 to [
// Walk-in closet
new Event("02_sneak_closet1", "You hide in the living room, watching Melanie fuck some dude in the kitchen", "Sneak into Melanie's house", [1, 2, 3, 4], [1, 2, 3, 4], 6, 0, 3, 5, ["postboy_findkey"], true, false, true, [4, 5], [1], [], "0.2.0"),
// Stepmom peek
new Event("02_sneak_stepmom1", "You peek on Melanie while she lies down on the bed, talking to her sister", "Sneak into Melanie's house", [2, 3, 4], [2, 3, 4], 12, 0, 3, 5, ["postboy_findkey"], true, false, true, [1, 3], [1], [], "0.2.0"),
// Blackbedcum
new Event("02_sneak_blackbedcum1", "You peek on Melanie while she takes a huge load from a BBC", "Sneak into Melanie's house", [2, 3, 4, 5], [2, 3, 4, 5], 6, 0, 3, 6, ["postboy_findkey"], true, false, true, [0, 2], [1], [], "0.2.0"),
// Shower, talk to sister
new Event("02_sneak_showersister1", "You peek on Melanie while she takes a shower and talks to her sister", "Sneak into Melanie's house", [2, 3, 4], [1, 2, 3, 4], 5, 0, 3, 5, ["02_sneak_stepmom1"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_sneak_showersister2", "You peek on Melanie while she takes a shower and talks to her sister. You make a noice.", "Sneak into Melanie's house", [3, 4, 5], [1, 2, 3, 4, 5], 18, -8, 4, 6, ["02_sneak_stepmom1"], true, false, true, [6], [1], [], "0.2.0"),
// Shower, bang husband
new Event("02_sneak_showerhusband1", "You peek on Melanie while she fucks her husband in the shower", "Sneak into Melanie's house", [3, 4, 5], [3, 4, 5], 12, 0, 4, 6, ["postboy_findkey"], true, false, true, [0, 1], [1], [], "0.2.0"),
// Conservatory
new Event("02_sneak_conservatory1", "You peek on Melanie in the conservatory. She bangs some dude.", "Sneak into Melanie's house on a Friday", [2, 3, 4], [2, 3, 4], 6, 0, 3, 5, ["postboy_findkey"], true, false, true, [4], [1], [], "0.2.0"),
new Event("02_sneak_conservatory2", "You peek on Melanie in the conservatory. You make a noice.", "Sneak into Melanie's house on a Friday", [3, 4, 5], [2, 3, 4, 5], 12, -6, 4, 6, ["postboy_findkey"], true, false, true, [4], [1], [], "0.2.0"),
new Event("02_sneak_conservatory3", "You peek on Melanie in the conservatory. You make another noice.", "Sneak into Melanie's house on a Friday", [3, 4, 5], [2, 3, 4, 5], 18, -8, 4, 6, ["02_sneak_conservatory2"], true, false, true, [4], [1], [], "0.2.0"),
// Work shower peek
new Event("02_work_showerpeek", "Sneaking around at the office, you see Melanie fuck a dude in the shower", "Take a short break from work", [2, 3, 4, 5], [2, 3, 4, 5], 4, 0, 3, 6, ["shirt_qa_work"], true, false, true, [2, 3], [1], [], "0.2.0"),
new Event("02_work_showerpeek1", "You see Melanie fuck a dude in the shower, and you stay still", "Take a short break from work, stay still", [2, 3, 4, 5, 6], [2, 3, 4, 5, 6], 8, 0, 3, 7, ["shirt_qa_work"], true, false, true, [2, 3], [1], [], "0.2.0"),
new Event("02_work_showerpeeka1", "You see Melanie fuck a dude in the shower, and she notices you.", "Take a short break from work, make a noice", [3, 4, 5, 6], [2, 3, 4, 5, 6], 14, -4, 4, 7, ["02_work_showerpeek1"], true, false, true, [2, 3], [1], [], "0.2.0"),
new Event("02_work_showerpeeka2", "You see Melanie fuck a dude in the shower, and she notices when you masturbate.", "Take a short break from work, masturbate in the shower", [4, 5, 6], [2, 3, 4, 5, 6], 26, -12, 5, 7, ["02_work_showerpeeka1"], true, false, true, [2, 3], [1], [], "0.2.0"),
// Work cum chair
new Event("02_work_cumchair", "Sneaking around at the office, you see Melanie giving a dude a blowjob", "Take a short break from work on Wednesday or Thursday", [3, 4, 5], [2, 3, 4, 5], 4, 0, 4, 6, ["shirt_qa_work"], true, false, true, [2, 3], [1], [], "0.2.0"),
// Cassidy meet
new Event("02_work_meetcassidy", "Meet Cassidy in the kitchen", "Have a coffee break on Monday or Friday", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["peep_closeuppic"], true, false, true, [0, 4], [1], [], "0.2.0"),
new Event("02_work_meetcassidy2", "Meet Cassidy in the kitchen. You whine about Melanie.", "Have a coffee break on Monday or Friday", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_officeWank_cass"], true, false, true, [0, 4], [1], [], "0.2.0"),
// Cassidy gift
new Event("02_work_cassidygift1", "Someone sent you panties", "Work at the office. It seems you got a gift", [2, 3, 4], [2, 3, 4], 0, 0, 3, 5, ["02_work_meetcassidy2"], true, false, true, [2], [1], [], "0.2.0"),
new Event("02_work_cassidygift2", "You ask Cassidy about the panties.", "Work at the office. Go talk to Cassidy about the panties that were sent to you", [2, 3, 4], [2, 3, 4], 0, 0, 3, 5, ["02_work_officeWank_panties"], true, false, true, [2], [1], [], "0.2.0"),
new Event("02_work_cassidygifthelp", "You helped Cassidy with the paperclips.", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_officeWank_paperclips"], true, false, true, [2], [1], [], "0.2.1"),
new Event("02_work_cassidygiftballs", "Cassidy licked your balls.", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_cassidygiftcock"], true, false, true, [2], [1], [], "0.2.1"),
new Event("02_work_cassidygiftcock", "Cassidy sucked your cock.", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_cassidygifthelp"], true, false, true, [2], [1], [], "0.2.1"),
new Event("02_work_cassidygiftdoggie", "You fucked Cassidy from behind", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_cassidygifttop"], true, false, true, [2], [1], [], "0.2.1"),
new Event("02_work_cassidygiftmission", "You fucked Cassidy on the table", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_cassidygiftcock"], true, false, true, [2], [1], [], "0.2.1"),
new Event("02_work_cassidygifttop", "Cassidy gives you a good ride.", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_cassidygiftmission"], true, false, true, [2], [1], [], "0.2.1"),
new Event("02_work_cassidygiftbutter", "You and Cassidy do some butterfly.", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_cassidygiftdoggie"], true, false, true, [2], [1], [], "0.2.1"),
new Event("02_work_cassidygiftcum", "You and Cassidy do some butterfly.", "Work at the office. Go talk to Cassidy about the panties. Help her pick up the paperclips", [2, 3, 4], [2, 3, 4], 0, 0, 5, 5, ["02_work_cassidygiftbutter"], true, false, true, [2], [1], [], "0.2.1"),
// Office Wank
new Event("02_work_officeWank1", "You sit down and work with Melanie", "Work with Melanie on a Tuesday or Thursday", [2, 3, 4, 5, 6], [2, 3, 4, 5, 6], 0, 8, 6, 6, ["shirt_qa_work"], true, false, true, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_cass", "Melanie called Cassidy and told her not to talk with you.", "Work with Melanie on a Tuesday or Thursday. Ask about Cassidy.", [2, 3, 4, 5, 6], [2, 3, 4, 5, 6], -4, 12, 3, 7, ["02_work_meetcassidy"], true, false, false, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_panties", "Melanie called Cassidy about her panties", "Work with Melanie on a Tuesday or Thursday. Ask about the panties.", [2, 3, 4, 5, 6], [2, 3, 4, 5, 6], -8, 16, 3, 7, ["02_work_cassidygift1"], true, false, false, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_paperclips", "Melanie called Cassidy about her paperclips", "Work with Melanie on a Tuesday or Thursday. Ask about Cassidy's behaviour.", [2, 3, 4, 5, 6], [2, 3, 4, 5, 6], -8, 26, 3, 7, ["02_work_cassidygift2"], true, false, false, [1, 3], [1], [], "0.2.1"),
new Event("02_work_officeWank_offercoffee", "Melanie offers to get you a cup of coffee", "Work with Melanie on a Tuesday or Thursday.", [2, 3, 4, 5, 6], [3, 4, 5, 6], 0, 8, 6, 6, ["02_work_officeWank1"], true, false, true, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_nocoffee_see", "You spied on Melanie in the kitchen", "Work with Melanie on a Tuesday or Thursday. Decline coffee. Spy on Melanie.", [3, 4, 5, 6], [3, 4, 5, 6], 5, 0, 4, 7, ["02_work_officeWank1"], true, false, true, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_nocoffee_mast", "You spied on Melanie in the kitchen, and masturbated", "Work with Melanie on a Tuesday or Thursday. Decline coffee. Spy on Melanie.", [4, 5, 6], [3, 4, 5, 6], 12, 0, 5, 7, ["02_work_officeWank1"], true, false, true, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_nocoffee_confront", "You saw Melanie in the kitchen, and confronted her.", "Work with Melanie on a Tuesday or Thursday. Decline coffee. Confront her.", [4, 5, 6], [3, 4, 5, 6], 16, -16, 5, 7, ["02_work_officeWank_nocoffee_mast"], true, false, true, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_yestocoffee", "Melanie offers you coffee, and you accept.", "Work with Melanie on a Tuesday or Thursday. Accept coffee.", [3, 4, 5, 6], [3, 4, 5, 6], 0, 12, 7, 7, ["02_ryan_spy_talk1"], true, false, true, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_coffee_callryan", "You and Ryan spied on Melanie in the kitchen.", "Work with Melanie on a Tuesday or Thursday. Accept coffee. Call Ryan.", [3, 4, 5, 6], [3, 4, 5, 6], 0, 0, 4, 7, ["02_ryan_spy_talk1"], true, false, true, [1, 3], [1], [], "0.2.0"),
new Event("02_work_officeWank_coffee_work", "You tell Melanie you thought about work", "Work with Melanie on a Tuesday or Thursday. Accept coffee. Tell her that you thought about work.", [3, 4, 5, 6], [3, 4, 5, 6], -8, -2, 7, 7, ["02_ryan_spy_talk1"], true, false, true, [1, 3], [1], [], "0.2.0"),
// Talk with Ryan about spying on Melanie
new Event("02_ryan_spy_talk1", "You ask Ryan to spy on Melanie in the kitchen", "Talk to Ryan at his place", [3, 4, 5, 6], [3, 4, 5, 6], 0, 0, 7, 7, ["02_work_officeWank_nocoffee_see"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
// Talk with Ryan about "being a photographer"
new Event("02_ryan_photo_talk1", "You and Ryan have a talk about how to entice Melanie", "Talk to Ryan at his place", [2, 3], [2, 3], 0, 0, 4, 4, ["shirt_qa_show"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
// Homework
new Event("02_work_homework1", "You study by your own, and Melanie comes by", "Go to the office on a Saturday. Study the foundations of the company", [2, 3, 4, 5, 6, 7], [2, 3, 4, 5, 6, 7], 0, 12, 5, 4, ["melanie_teacher_needrelease"], true, false, true, [5], [1], [], "0.2.0"),
new Event("02_work_homework2", "You study by your own, and asks Melanie a question about the company", "Go to the office on a Saturday. Study the foundations of the company", [2, 3, 4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 12, 6, 4, ["melanie_teacher_needrelease"], true, false, true, [5], [1], [], "0.2.0"),
new Event("02_work_homework3", "You tell her about the photo studio", "Go to the office on a Saturday. Tell Melanie about the photo studio.", [3], [3], 8, 4, 4, 4, ["02_ryan_photo_talk1"], true, false, true, [5], [1], [], "0.2.0"),
// Model agree
new Event("02_work_modelagree1", "You visit Melanie to talk about the photo studio", "Visit Melanie", [2, 3, 4], [3, 4], 0, 12, 4, 4, ["02_work_homework3"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_work_modelagreea1", "You visit Melanie to talk about the photo studio, and peek on her", "Visit Melanie", [2, 3, 4, 5], [3, 4, 5], 12, -6, 6, 6, ["02_work_homework3"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_work_modelagreea2", "You visit Melanie to talk about the photo studio, and say you're a liar", "Visit Melanie", [2, 3, 4, 5], [3, 4, 5], -6, 0, 6, 6, ["02_work_homework3"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_work_modelagreea3", "You visit Melanie to talk about the photo studio, and say you're a douchebag", "Visit Melanie", [2, 3, 4, 5], [3, 4, 5], 6, 6, 6, 6, ["02_work_modelagreea2"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_work_modelagreea4", "You visit Melanie to talk about the photo studio, and have an extra little peek", "Visit Melanie", [2, 3, 4, 5], [3, 4, 5], 8, -4, 6, 6, ["02_work_modelagreea1"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_work_modelagreeb1", "You talk to Melanie about the photo studio, and check her out", "Visit Melanie", [2, 3, 4, 5], [3, 4, 5], 12, -6, 6, 6, ["02_work_homework3"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_work_modelagreeb2", "You talk to Melanie about the photo studio, and show her some decent photos", "Visit Melanie", [2, 3, 4, 5], [3, 4, 5], -4, 8, 6, 6, ["02_work_modelagreea4"], true, false, true, [6], [1], [], "0.2.0"),
new Event("02_work_modelagreeb3", "You talk to Melanie about the photo studio, and show her some naughty photos", "Visit Melanie", [3, 4, 5], [3, 4, 5], 24, -6, 6, 6, ["02_work_modelagreeb2"], true, false, true, [6], [1], [], "0.2.0"),
// Talk with Ryan about "being an agent"
new Event("02_ryan_agent_talk1", "You ask Ryan to be your agent", "Talk to Ryan at his place", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_work_modelagreeb3"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
// First meeting with agent
new Event("02_sneak_agent1_1", "You spy on Melanie when Ryan - your agent - pays her a visit", "Sneak into Melanie's home on a Wednesday", [3, 4], [3, 4], 0, 0, 5, 5, ["02_ryan_agent_talk1"], true, false, true, [2], [1], [], "0.2.0"),
new Event("02_sneak_agent1_2", "You spy on Melanie when Ryan - your agent - pays her a visit, and gather more intel", "Sneak into Melanie's home on a Wednesday", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_ryan_agent_talk1"], true, false, true, [2], [1], [], "0.2.0"),
new Event("02_sneak_agent1_3", "You spy on Melanie when Ryan - your agent - pays her a visit. Ryan comes", "Sneak into Melanie's home on a Wednesday", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_sneak_agent1_2"], true, false, true, [2], [1], [], "0.2.0"),
new Event("02_sneak_agent1_4", "You spy on Melanie when Ryan - your agent - pays her a visit. Ryan has a good time.", "Sneak into Melanie's home on a Wednesday", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_ryan_agent_talk1"], true, false, true, [2], [1], [], "0.2.0"),
// Talk with Ryan after his first meeting with Melanie
new Event("02_ryan_agent_talk2", "You ask Ryan why he didn't let Melanie model for you", "Talk to Ryan at his place", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_sneak_agent1_4"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
// Second meeting with agent
new Event("02_sneak_agent2_1", "You spy on Melanie when she visits Ryan", "Go to Ryan on a Tuesday", [3, 4], [3, 4], 0, 0, 5, 5, ["02_ryan_agent_talk2"], true, false, true, [1], [1], [], "0.2.0"),
new Event("02_sneak_agent2_2", "You spy on Melanie when she visits Ryan. He has a good time", "Go to Ryan on a Tuesday", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_ryan_agent_talk2"], true, false, true, [1], [1], [], "0.2.0"),
new Event("02_sneak_agent2_3", "You spy on Melanie when she visits Ryan. He offers her the gig", "Go to Ryan on a Tuesday", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_ryan_agent_talk2"], true, false, true, [1], [1], [], "0.2.0"),
// Talk with Ryan after his second meeting with Melanie
new Event("02_ryan_agent_talk3", "You talk to Ryan after his second meeting with Melanie", "Talk to Ryan at his place", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_sneak_agent2_3"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], ["photo"], "0.2.0"),
// Meeting with Melanie at the Photo Studio
new Event("02_photo_firstmeeting", "You have your first meeting with Melanie at the photo studio", "Talk to Melanie at the photo studio on a Friday", [3], [3], 6, 16, 4, 4, ["02_ryan_agent_talk3"], true, false, true, [4], [1], [], "0.2.0"),
// Dresses
new Event("02_photo_dresses", "You can now ask Melanie to do photo shootings with different dresses", "Go to the photo studio and choose a dress", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
// Brown dress
new Event("02_photo_dress_brown1", "Melanie puts on the brown dress", "Photo Studio, dresses, the brown one", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 6, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_brown2", "Melanie puts on the brown dress. First decent pics.", "Photo Studio, dresses, the brown one", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], -6, -6, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_brown3", "Melanie puts on the brown dress. First naughty pics.", "Photo Studio, dresses, the brown one", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 12, 6, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_brown4", "Melanie puts on the brown dress. Continuation.", "Photo Studio, dresses, the brown one", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_brown5", "Melanie puts on the brown dress. Last decent pics.", "Photo Studio, dresses, the brown one", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], -12, -12, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_brown6", "Melanie puts on the brown dress", "Photo Studio, dresses, the brown one. Last naughty pics.", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 16, 16, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
// Purple dress
new Event("02_photo_dress_purpleblackbelt1", "Melanie puts on the purple dress with the black belt", "Photo Studio, dresses, the purple one with the black belt", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 8, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_purpleblackbelt2", "The purple dress with the black belt. Decent pics.", "Photo Studio, dresses, the purple one with the black belt", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], -4, -4, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_purpleblackbelt3", "The purple dress with the black belt. Naughty pics.", "Photo Studio, dresses, the purple one with the black belt", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 8, 8, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_purpleblackbelt4", "The purple dress with the black belt. More decent pics.", "Photo Studio, dresses, the purple one with the black belt", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, -4, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_purpleblackbelt5", "The purple dress with the black belt. More naughty pics.", "Photo Studio, dresses, the purple one with the black belt", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 4, 6, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
new Event("02_photo_dress_purpleblackbelt6", "The purple dress with the black belt. Last decent pics.", "Photo Studio, dresses, the purple one with the black belt", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_firstmeeting"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.0"),
// Nicole
new Event("02_photo_nicole_hello", "You meet Nicole, the shop assistant", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_ryan_agent_talk3"], true, false, true, [0, 2, 4], [1], [], "0.2.0"),
new Event("02_photo_nicole_show", "Nicole agree to show some lingerie to you", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_hello"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_blue", "Nicole shows the blue lingerie to you", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_show"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_yellow", "Nicole shows the yellow lingerie to you", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_blue"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_purple", "Nicole shows the purple lingerie to you", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_yellow"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_pussy", "You eat Nicole's pussy", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_purple"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_balls", "Nicole licks your balls", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_pussy"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_fuck", "You have some good time with Nicole", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_balls"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_fuckfloor", "You fuck Nicole on the floor", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_fuck"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_fuckbutt", "Nicole sits on top of you", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_fuckfloor"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_fuckchair", "You fuck Nicole on the chair", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_fuckbutt"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_fuckside", "You fuck Nicole on the side", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_fuckchair"], true, false, true, [0, 2, 4], [1], [], "0.2.1"),
new Event("02_photo_nicole_fuckcum", "You cum in Nicole's mouth", "Photo Studio, look for clothes", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_nicole_fuckside"], true, false, true, [0, 2, 4], [1], [], "0.2.1")
]>>
</nobr><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
<<if !eventIdIsSeen("04_melanie_apartment_jizz")>>You're outside the apartment building Melanie showed you. If you had enough money, you could buy one of the flats.
<</if>><<if eventIdIsSeen("04_melanie_apartment_jizz")>>You're in your new apartment. Here, you can do whatever you want<</if>>
What do you want to do?
<<if !eventIdIsSeen("04_melanie_apartment_jizz")>><<disable !canExperienceEvent("02_ap_show1", State.temporary.events)>>[[Melanie has time to show you the apartment|HandsomeTenantStart]] NEW EVENT!<</disable>>
<</if>><<if eventIdIsSeen("04_melanie_apartment_jizz")>><<if canExperienceEvent("02_ap_show1", State.temporary.events)>>[[Melanie has time to show you the apartment|HandsomeTenantStart]]<</if>>
<</if>><<if canExperienceEvent("05_SandeeCall_intro", State.temporary.events)>>[[Maybe I could call that girl Sandee?|SandeeGF05Intro]]<<if !eventIdIsSeen("05_SandeeCall_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melanie_masseur2Intro", State.temporary.events)>>[[Melanie calls you and say you should be home ASAP|Mel05masseurSecond0]]<<if !eventIdIsSeen("05_melanie_masseur2Intro")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("gym") == true>><span class="location"><<button "The gym">>
<<goto Gym>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Apartment][wait()]]
[[Wait until next day|Apartment][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>>Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character tries to find money for his new apartment. He looks in houses where rich people lives. He finds Madison, who needs satisfaction.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto RobberMadisonStart>><</button>><<stopallaudio>><<audio "sneak1" volume 1 play>>
<div id="04_madison_Burglar_intro"></div>
<<script>>experiencedEvent("04_madison_burglar_intro", "SEE", "04_madison_Burglar_intro", State.temporary.events)<</script>>
<<player>>(To yourself): Is this the house?<</player>>
<<cont keypress append>><<player>>(To yourself): It seems the man of the house is leaving.<</player>>
<video @src=_MadisonRobber1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yeah, seems like it.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): There he goes.<</player>>
<video @src=_MadisonRobber2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better be as quick as I can.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): This is it.<</player>>
[[Go to the entrance|RobberMadisonAttack]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MadisonRobber1 to 'https://video.wixstatic.com/video/6b0d8e_e82c21f804e0417db9d246ac716cd7bb/480p/mp4/file.mp4',
_MadisonRobber2 to 'https://video.wixstatic.com/video/6b0d8e_d1ae3d8c29554801a09551b9f1061125/480p/mp4/file.mp4',
_MadisonRobbera1 to 'https://video.wixstatic.com/video/6b0d8e_faa2c68767ab4ce48082f6cbdc4498ab/480p/mp4/file.mp4',
_MadisonRobbera2 to 'https://video.wixstatic.com/video/6b0d8e_119e3946f0c249c9b1290b04b4e8a049/480p/mp4/file.mp4',
_MadisonRobbera3 to 'https://video.wixstatic.com/video/6b0d8e_857e11ea25b44bd4ba717339f4831b5e/480p/mp4/file.mp4',
_MadisonRobbera4 to 'https://video.wixstatic.com/video/6b0d8e_3cd54d3308ac493d8ad65dbfaca7c9de/480p/mp4/file.mp4',
_MadisonRobberb1 to 'https://video.wixstatic.com/video/6b0d8e_b0d2bd8cf6a54084bc557797a21a7cc0/480p/mp4/file.mp4',
_MadisonRobberb2 to 'https://video.wixstatic.com/video/6b0d8e_afb8bad19397489b8c1d493b5593b3e7/480p/mp4/file.mp4',
_MadisonRobberc1 to 'https://video.wixstatic.com/video/6b0d8e_6b44b554b57844988728255599700ef3/480p/mp4/file.mp4',
_MadisonRobberc2 to 'https://video.wixstatic.com/video/6b0d8e_fdaebf357bf54b0a8df2f1a77204fbae/480p/mp4/file.mp4',
_MadisonRobberc3 to 'https://video.wixstatic.com/video/6b0d8e_0259cd54f52649888e8c20d8c4653d95/480p/mp4/file.mp4',
_MadisonRobberd1 to 'https://video.wixstatic.com/video/6b0d8e_f734084e41764baa8d75e8e543dcfa85/480p/mp4/file.mp4',
_MadisonRobberd2 to 'https://video.wixstatic.com/video/6b0d8e_3e6378110c044e07a790b6c7d992716f/480p/mp4/file.mp4',
_MadisonRobberd3 to 'https://video.wixstatic.com/video/6b0d8e_49b6a3c2a33b43a6a7319cb0a0b2f445/480p/mp4/file.mp4',
_MadisonRobbere1 to 'https://video.wixstatic.com/video/6b0d8e_53a8ef5f3b93405eb2c3e75c5b437fd2/480p/mp4/file.mp4',
_MadisonRobbere2 to 'https://video.wixstatic.com/video/6b0d8e_259469e0a21b45269ccc92d433179579/480p/mp4/file.mp4',
_MadisonRobbere3 to 'https://video.wixstatic.com/video/6b0d8e_2bca52893c7d4288a7f59439a486fa33/480p/mp4/file.mp4',
_MadisonRobbere4 to 'https://video.wixstatic.com/video/6b0d8e_8062236f514440dfaef0a5543698409f/480p/mp4/file.mp4',
_MadisonRobberf1 to 'https://video.wixstatic.com/video/6b0d8e_350c1618138a4fdc939fca660b306efa/480p/mp4/file.mp4',
_MadisonRobberf2 to 'https://video.wixstatic.com/video/6b0d8e_394b2f235e3f4756a2741a1b1874bdd0/480p/mp4/file.mp4',
_MadisonRobberg1 to 'https://video.wixstatic.com/video/6b0d8e_776e499408c64e57879d6c65e0f71490/480p/mp4/file.mp4',
_MadisonRobberg2 to 'https://video.wixstatic.com/video/6b0d8e_188a0135b3e14bcfb40493854d84f6f2/480p/mp4/file.mp4',
_MadisonRobberTS1 to 'https://video.wixstatic.com/video/6b0d8e_b5f0125816cf46e9bfeb247a36ff32e1/480p/mp4/file.mp4',
_MadisonRobberTS2 to 'https://video.wixstatic.com/video/6b0d8e_8a7ec1e7aa7945ca91dd73a24daeb7fb/480p/mp4/file.mp4',
_MadisonRobberTS3 to 'https://video.wixstatic.com/video/6b0d8e_867f7a6eedcc4020af7976d937dfcf36/480p/mp4/file.mp4',
_MadisonRobberTS4 to 'https://video.wixstatic.com/video/6b0d8e_6603035d0d7046289d3ab6ed82168dac/480p/mp4/file.mp4',
_MadisonRobberTSa1 to 'https://video.wixstatic.com/video/6b0d8e_b52de72e5fac4a978748442cb6a2fb20/480p/mp4/file.mp4',
_MadisonRobberTSa2 to 'https://video.wixstatic.com/video/6b0d8e_cb43a6c2ace64cf5b07fe688bf81e3bb/480p/mp4/file.mp4',
_MadisonRobberTW1 to 'https://video.wixstatic.com/video/6b0d8e_af9db65f5b2a4007968b32fcdc4cfce5/480p/mp4/file.mp4',
_MadisonRobberTW2 to 'https://video.wixstatic.com/video/6b0d8e_8af025e0b20643d28b942a6a42afbac2/480p/mp4/file.mp4',
_MadisonRobberTWa1 to 'https://video.wixstatic.com/video/6b0d8e_23e4782796ee4398be08907814babc95/480p/mp4/file.mp4',
_MadisonRobberTWa2 to 'https://video.wixstatic.com/video/6b0d8e_ad4e730d939d40bd96cd24887b0f4816/480p/mp4/file.mp4',
_MadisonRobberTWa3 to 'https://video.wixstatic.com/video/6b0d8e_3787cfe0e4314dd59acb4db17213c525/480p/mp4/file.mp4',
_MadisonRobberTWb1 to 'https://video.wixstatic.com/video/6b0d8e_8504a9377f5e491e9e9fbee16b482169/480p/mp4/file.mp4',
_MadisonRobberTWb2 to 'https://video.wixstatic.com/video/6b0d8e_681f3c793f084abda76946ab85b4e9ff/480p/mp4/file.mp4',
_MadisonRobberTWc1 to 'https://video.wixstatic.com/video/6b0d8e_de09448376cf417c8089bb3b3d3cf049/480p/mp4/file.mp4',
_MadisonRobberTWc2 to 'https://video.wixstatic.com/video/6b0d8e_08311385deba4e6ca0159cb0d8d17918/480p/mp4/file.mp4',
_MadisonRobberTWc3 to 'https://video.wixstatic.com/video/6b0d8e_e02d735f510f4268ab023ca7aeb653af/480p/mp4/file.mp4',
_MadisonRobberTWd1 to 'https://video.wixstatic.com/video/6b0d8e_b8c20f969f394da3a7199aad1662bb87/480p/mp4/file.mp4',
_MadisonRobberTWd2 to 'https://video.wixstatic.com/video/6b0d8e_ced6613cc03a44b18ad7c15b87fb24e4/480p/mp4/file.mp4',
_MadisonRobberTWd3 to 'https://video.wixstatic.com/video/6b0d8e_501da90203d94371bf230e57baf0a492/480p/mp4/file.mp4',
_MadisonRobberTWe1 to 'https://video.wixstatic.com/video/6b0d8e_d4252280b9a14b17900ede30359500de/480p/mp4/file.mp4',
_MadisonRobberTWe2 to 'https://video.wixstatic.com/video/6b0d8e_3075ae6763c146b0ae9835e65be1907b/480p/mp4/file.mp4',
_MadisonRobberCL1 to 'https://video.wixstatic.com/video/6b0d8e_743fb37d51fb4bf58fa061b797ce076d/480p/mp4/file.mp4',
_MadisonRobberCL2 to 'https://video.wixstatic.com/video/6b0d8e_f24d27648b5e490e9ecd1bab6195ccb4/480p/mp4/file.mp4',
_MadisonRobberCLa1 to 'https://video.wixstatic.com/video/6b0d8e_376f94158bbe446896b151de9c8cf834/480p/mp4/file.mp4',
_MadisonRobberCLa2 to 'https://video.wixstatic.com/video/6b0d8e_1a05c4db6a5f4a6d940c376cc4d3e128/480p/mp4/file.mp4',
_MadisonRobberCLb1 to 'https://video.wixstatic.com/video/6b0d8e_cd8ab06b7fb348bc9cc0237da276bf46/480p/mp4/file.mp4',
_MadisonRobberCLb2 to 'https://video.wixstatic.com/video/6b0d8e_e16e486ee3704b4e9441095cedcd248b/480p/mp4/file.mp4',
_MadisonRobberCLc1 to 'https://video.wixstatic.com/video/6b0d8e_1e745f6c621c4da0a6ffc5438f0674b1/480p/mp4/file.mp4',
_MadisonRobberCLc2 to 'https://video.wixstatic.com/video/6b0d8e_01aa941f2f3c41028c372a127327bf9a/480p/mp4/file.mp4',
_MadisonRobberCLc3 to 'https://video.wixstatic.com/video/6b0d8e_c0933b4fa8274b7893282332982c41f8/480p/mp4/file.mp4',
_MadisonRobberCLd1 to 'https://video.wixstatic.com/video/6b0d8e_86ffb4cbd44a4f5ea957f8abc8eede6d/480p/mp4/file.mp4',
_MadisonRobberCLd2 to 'https://video.wixstatic.com/video/6b0d8e_987722f84cd74fefac2e4612bfe42365/480p/mp4/file.mp4',
_MadisonRobberCLe1 to 'https://video.wixstatic.com/video/6b0d8e_75ae6b443d614ca4872d9f12322696da/480p/mp4/file.mp4',
_MadisonRobberCLe2 to 'https://video.wixstatic.com/video/6b0d8e_9cfa8282c4f941728339163dde26cb56/480p/mp4/file.mp4',
_MadisonRobberCLe3 to 'https://video.wixstatic.com/video/6b0d8e_448d367fbde443f4a75afac2aa72f5d6/480p/mp4/file.mp4',
_MadisonRobberCLf1 to 'https://video.wixstatic.com/video/6b0d8e_ddae045214d0467c919ff2e8b81053b6/480p/mp4/file.mp4',
_MadisonRobberCLf2 to 'https://video.wixstatic.com/video/6b0d8e_089fd39075a14384af08b342bff8b2bb/480p/mp4/file.mp4',
_MadisonRobberCLf3 to 'https://video.wixstatic.com/video/6b0d8e_40b13191f23e49f0ba6aaec6796c7322/480p/mp4/file.mp4',
_MadisonRobberCLf4 to 'https://video.wixstatic.com/video/6b0d8e_7263f4a664a244619a4c15ebb8e5a173/480p/mp4/file.mp4',
_MadisonRobberN1 to 'https://video.wixstatic.com/video/6b0d8e_797aa0ea62ca4f1b9b4109bf121ee92a/480p/mp4/file.mp4',
_MadisonRobberN2 to 'https://video.wixstatic.com/video/6b0d8e_48dc0968f1f9423caf57261e1d3b22d1/480p/mp4/file.mp4',
_MadisonRobberN3 to 'https://video.wixstatic.com/video/6b0d8e_654d18a15cf9419fb490ed66939db358/480p/mp4/file.mp4',
_MadisonRobberN4 to 'https://video.wixstatic.com/video/6b0d8e_9ca5d47ff86a47b085b4eb0062a74fd4/480p/mp4/file.mp4',
_MadisonRobberN5 to 'https://video.wixstatic.com/video/6b0d8e_4dd86127984e4e39beaaa67cddb3f699/480p/mp4/file.mp4',
_MadisonRobberN6 to 'https://video.wixstatic.com/video/6b0d8e_6030c359d13242bb965b0e4fb343fdf5/480p/mp4/file.mp4',
_MadisonRobberN7 to 'https://video.wixstatic.com/video/6b0d8e_3c19f118eb0c40b888a7ee82814bd9fd/480p/mp4/file.mp4',
_MadisonRobberN8 to 'https://video.wixstatic.com/video/6b0d8e_402f5446fb9047ebbdc04df04c9e0047/480p/mp4/file.mp4',
_MadisonRobberNa1 to 'https://video.wixstatic.com/video/6b0d8e_925905ea72c34256926a98e80fcd0e78/480p/mp4/file.mp4',
_MadisonRobberNa2 to 'https://video.wixstatic.com/video/6b0d8e_6358b351376c4fd08288347459d3b4a5/480p/mp4/file.mp4',
_MadisonRobberNa3 to 'https://video.wixstatic.com/video/6b0d8e_bc401557cb294ef6a11fabf71a2f6379/480p/mp4/file.mp4',
_MadisonRobberNa4 to 'https://video.wixstatic.com/video/6b0d8e_cecff71c4ed2437a8cde61825ca3ef67/480p/mp4/file.mp4',
_MadisonRobberNa5 to 'https://video.wixstatic.com/video/6b0d8e_5e6b3a15f8be4f139e608de502ec9edd/480p/mp4/file.mp4',
_MadisonRobberNb1 to 'https://video.wixstatic.com/video/6b0d8e_6e31299139894c469b3c7b377958e79d/480p/mp4/file.mp4',
_MadisonRobberNb2 to 'https://video.wixstatic.com/video/6b0d8e_eb9876385daa4233b3ef311b7ac5370b/480p/mp4/file.mp4',
_MadisonRobberNb3 to 'https://video.wixstatic.com/video/6b0d8e_ad233f4503d8489ba0f1ba103dae27db/480p/mp4/file.mp4',
_MadisonRobberNc1 to 'https://video.wixstatic.com/video/6b0d8e_9e8a049d907141059c78be6e6b52eb78/480p/mp4/file.mp4',
_MadisonRobberNc2 to 'https://video.wixstatic.com/video/6b0d8e_9fcd7e278ae141b89f77154d3babd33d/480p/mp4/file.mp4',
_MadisonRobberE1 to 'https://video.wixstatic.com/video/6b0d8e_0276307e7bce4a159ca35022a7b80361/480p/mp4/file.mp4',
_MadisonRobberE2 to 'https://video.wixstatic.com/video/6b0d8e_aab059583106469a92b09bdfd4f595b6/480p/mp4/file.mp4',
_MadisonRobberE3 to 'https://video.wixstatic.com/video/6b0d8e_5622f837dfac4684aadcbdbb2a300182/480p/mp4/file.mp4',
_MadisonRobberE4 to 'https://video.wixstatic.com/video/6b0d8e_251baafaaa164c55925d36204267a1e2/480p/mp4/file.mp4',
_MadisonRobberE5 to 'https://video.wixstatic.com/video/6b0d8e_10605fd17867433aa92a1e5216084e46/480p/mp4/file.mp4',
_MadisonRobberEa1 to 'https://video.wixstatic.com/video/6b0d8e_e69e1b135c284748a2fd3bbf61f83966/480p/mp4/file.mp4',
_MadisonRobberEa2 to 'https://video.wixstatic.com/video/6b0d8e_c3b7a923dacc4d528150b8d43a54047b/480p/mp4/file.mp4',
_MadisonRobberEa3 to 'https://video.wixstatic.com/video/6b0d8e_b55a9690636f4ba5926870327704626f/480p/mp4/file.mp4',
_MadisonRobberMusic1 to 'https://video.wixstatic.com/video/6b0d8e_b55a9690636f4ba5926870327704626f/480p/mp4/file.mp4'
>><<set
_MadisonRobber1 to 'videos/Others/version0.3/madison/kidnap/intro/1.mp4',
_MadisonRobber2 to 'videos/Others/version0.3/madison/kidnap/intro/2.mp4',
_MadisonRobbera1 to 'videos/Others/version0.3/madison/kidnap/intro/a1.mp4',
_MadisonRobbera2 to 'videos/Others/version0.3/madison/kidnap/intro/a2.mp4',
_MadisonRobbera3 to 'videos/Others/version0.3/madison/kidnap/intro/a3.mp4',
_MadisonRobbera4 to 'videos/Others/version0.3/madison/kidnap/intro/a4.mp4',
_MadisonRobberb1 to 'videos/Others/version0.3/madison/kidnap/intro/b1.mp4',
_MadisonRobberb2 to 'videos/Others/version0.3/madison/kidnap/intro/b2.mp4',
_MadisonRobberc1 to 'videos/Others/version0.3/madison/kidnap/intro/c1.mp4',
_MadisonRobberc2 to 'videos/Others/version0.3/madison/kidnap/intro/c2.mp4',
_MadisonRobberc3 to 'videos/Others/version0.3/madison/kidnap/intro/c3.mp4',
_MadisonRobberd1 to 'videos/Others/version0.3/madison/kidnap/intro/d1.mp4',
_MadisonRobberd2 to 'videos/Others/version0.3/madison/kidnap/intro/d2.mp4',
_MadisonRobberd3 to 'videos/Others/version0.3/madison/kidnap/intro/d3.mp4',
_MadisonRobbere1 to 'videos/Others/version0.3/madison/kidnap/intro/e1.mp4',
_MadisonRobbere2 to 'videos/Others/version0.3/madison/kidnap/intro/e2.mp4',
_MadisonRobbere3 to 'videos/Others/version0.3/madison/kidnap/intro/e3.mp4',
_MadisonRobbere4 to 'videos/Others/version0.3/madison/kidnap/intro/e4.mp4',
_MadisonRobberf1 to 'videos/Others/version0.3/madison/kidnap/intro/f1.mp4',
_MadisonRobberf2 to 'videos/Others/version0.3/madison/kidnap/intro/f2.mp4',
_MadisonRobberg1 to 'videos/Others/version0.3/madison/kidnap/intro/g1.mp4',
_MadisonRobberg2 to 'videos/Others/version0.3/madison/kidnap/intro/g2.mp4',
_MadisonRobberTS1 to 'videos/Others/version0.3/madison/kidnap/tease/start/1.mp4',
_MadisonRobberTS2 to 'videos/Others/version0.3/madison/kidnap/tease/start/2.mp4',
_MadisonRobberTS3 to 'videos/Others/version0.3/madison/kidnap/tease/start/3.mp4',
_MadisonRobberTS4 to 'videos/Others/version0.3/madison/kidnap/tease/start/4.mp4',
_MadisonRobberTSa1 to 'videos/Others/version0.3/madison/kidnap/tease/start/a1.mp4',
_MadisonRobberTSa2 to 'videos/Others/version0.3/madison/kidnap/tease/start/a2.mp4',
_MadisonRobberTW1 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/1.mp4',
_MadisonRobberTW2 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/2.mp4',
_MadisonRobberTWa1 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/a1.mp4',
_MadisonRobberTWa2 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/a2.mp4',
_MadisonRobberTWa3 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/a3.mp4',
_MadisonRobberTWb1 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/b1.mp4',
_MadisonRobberTWb2 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/b2.mp4',
_MadisonRobberTWc1 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/c1.mp4',
_MadisonRobberTWc2 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/c2.mp4',
_MadisonRobberTWc3 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/c3.mp4',
_MadisonRobberTWd1 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/d1.mp4',
_MadisonRobberTWd2 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/d2.mp4',
_MadisonRobberTWd3 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/d3.mp4',
_MadisonRobberTWe1 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/e1.mp4',
_MadisonRobberTWe2 to 'videos/Others/version0.3/madison/kidnap/tease/windmill/e2.mp4',
_MadisonRobberCL1 to 'videos/Others/version0.3/madison/kidnap/clothes/1.mp4',
_MadisonRobberCL2 to 'videos/Others/version0.3/madison/kidnap/clothes/2.mp4',
_MadisonRobberCLa1 to 'videos/Others/version0.3/madison/kidnap/clothes/a1.mp4',
_MadisonRobberCLa2 to 'videos/Others/version0.3/madison/kidnap/clothes/a2.mp4',
_MadisonRobberCLb1 to 'videos/Others/version0.3/madison/kidnap/clothes/b1.mp4',
_MadisonRobberCLb2 to 'videos/Others/version0.3/madison/kidnap/clothes/b2.mp4',
_MadisonRobberCLc1 to 'videos/Others/version0.3/madison/kidnap/clothes/c1.mp4',
_MadisonRobberCLc2 to 'videos/Others/version0.3/madison/kidnap/clothes/c2.mp4',
_MadisonRobberCLc3 to 'videos/Others/version0.3/madison/kidnap/clothes/c3.mp4',
_MadisonRobberCLd1 to 'videos/Others/version0.3/madison/kidnap/clothes/d1.mp4',
_MadisonRobberCLd2 to 'videos/Others/version0.3/madison/kidnap/clothes/d2.mp4',
_MadisonRobberCLe1 to 'videos/Others/version0.3/madison/kidnap/clothes/e1.mp4',
_MadisonRobberCLe2 to 'videos/Others/version0.3/madison/kidnap/clothes/e2.mp4',
_MadisonRobberCLe3 to 'videos/Others/version0.3/madison/kidnap/clothes/e3.mp4',
_MadisonRobberCLf1 to 'videos/Others/version0.3/madison/kidnap/clothes/f1.mp4',
_MadisonRobberCLf2 to 'videos/Others/version0.3/madison/kidnap/clothes/f2.mp4',
_MadisonRobberCLf3 to 'videos/Others/version0.3/madison/kidnap/clothes/f3.mp4',
_MadisonRobberCLf4 to 'videos/Others/version0.3/madison/kidnap/clothes/f4.mp4',
_MadisonRobberN1 to 'videos/Others/version0.3/madison/kidnap/naked/1.mp4',
_MadisonRobberN2 to 'videos/Others/version0.3/madison/kidnap/naked/2.mp4',
_MadisonRobberN3 to 'videos/Others/version0.3/madison/kidnap/naked/3.mp4',
_MadisonRobberN4 to 'videos/Others/version0.3/madison/kidnap/naked/4.mp4',
_MadisonRobberN5 to 'videos/Others/version0.3/madison/kidnap/naked/5.mp4',
_MadisonRobberN6 to 'videos/Others/version0.3/madison/kidnap/naked/6.mp4',
_MadisonRobberN7 to 'videos/Others/version0.3/madison/kidnap/naked/7.mp4',
_MadisonRobberN8 to 'videos/Others/version0.3/madison/kidnap/naked/8.mp4',
_MadisonRobberNa1 to 'videos/Others/version0.3/madison/kidnap/naked/a1.mp4',
_MadisonRobberNa2 to 'videos/Others/version0.3/madison/kidnap/naked/a2.mp4',
_MadisonRobberNa3 to 'videos/Others/version0.3/madison/kidnap/naked/a3.mp4',
_MadisonRobberNa4 to 'videos/Others/version0.3/madison/kidnap/naked/a4.mp4',
_MadisonRobberNa5 to 'videos/Others/version0.3/madison/kidnap/naked/a5.mp4',
_MadisonRobberNb1 to 'videos/Others/version0.3/madison/kidnap/naked/b1.mp4',
_MadisonRobberNb2 to 'videos/Others/version0.3/madison/kidnap/naked/b2.mp4',
_MadisonRobberNb3 to 'videos/Others/version0.3/madison/kidnap/naked/b3.mp4',
_MadisonRobberNc1 to 'videos/Others/version0.3/madison/kidnap/naked/c1.mp4',
_MadisonRobberNc2 to 'videos/Others/version0.3/madison/kidnap/naked/c2.mp4',
_MadisonRobberE1 to 'videos/Others/version0.3/madison/kidnap/ending/1.mp4',
_MadisonRobberE2 to 'videos/Others/version0.3/madison/kidnap/ending/2.mp4',
_MadisonRobberE3 to 'videos/Others/version0.3/madison/kidnap/ending/3.mp4',
_MadisonRobberE4 to 'videos/Others/version0.3/madison/kidnap/ending/4.mp4',
_MadisonRobberE5 to 'videos/Others/version0.3/madison/kidnap/ending/5.mp4',
_MadisonRobberEa1 to 'videos/Others/version0.3/madison/kidnap/ending/a1.mp4',
_MadisonRobberEa2 to 'videos/Others/version0.3/madison/kidnap/ending/a2.mp4',
_MadisonRobberEa3 to 'videos/Others/version0.3/madison/kidnap/ending/a3.mp4'
>>
<<stopallaudio>><<audio "sneak2" volume 1 play>>
<<player>>(To yourself): So, I'm in front of the house. How to get inside?<</player>>
<<cont keypress append>>You hear a noice.
<<scrolldown>><<cont keypress append>><<player>>(To yourself, hiding behind the wall): Fuck! Someone's coming!<</player>>
<video @src=_MadisonRobbera1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself, hiding): OMG, she will see me!<</player>>
<<scrolldown>><<cont keypress append>>What do you want to do?
[[Sneak leave|Park][wait()]]
[[Kidnap her|RobberMadisonKidnap]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "tension2" volume 1 play>>
<<player>>(On the phone): Ryan, I'm in deep shit.<</player>>
<video @src=_MadisonRobberb1 autoplay muted loop></video>
<<cont keypress append>><<ryan>>(On the phone): Why?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Kind of a mishap, really.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Well?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): I happened to kidnap a girl.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): So?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Well, eventually the police will find out, and I will be sent to prison.<</player>>
<video @src=_MadisonRobberb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Don't mind that. Is she hot?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Excuse me?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): How hot is she?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): That's so irrelevant!<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): I mean, on a scale from one to ten?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, hanging up): Fuck you!<</player>>
[[OMG, I'm fucked!|RobberMadisonTape]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "hopeful2" volume 1 play>>
<<player>>He doesn't understand anything. He only thinks with his dick.<</player>>
<video @src=_MadisonRobberc1 autoplay muted loop></video>
<<cont keypress append>><<madison>>(Silent, listening)...<</madison>>
<<scrolldown>><<cont keypress append>><<player>>It's all Melanie's fault really... She has these great boobs. But I need to to a bunch of stuff before I can fuck her...<</player>>
<<scrolldown>><<cont keypress append>><<madison>>(Silent, listening)...<</madison>>
<<scrolldown>><<cont keypress append>><<player>>So that's why I did this burglary. I need the money, you see?<</player>>
<video @src=_MadisonRobberc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>(Nodding): M-hm.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Why can't she just let me fuck her? Why does everything has to be this complicated?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>(Trying to say something): Mmm-mmm.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Are you trying to say something? Do you want me to remove the tape?<</player>>
<video @src=_MadisonRobberc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>(Nodding)<</madison>>
<<scrolldown>><<cont keypress append>><<player>>(Removing the tape): There you go.<</player>>
<<madison>>Thanks.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Do you need your purse?<</player>>
<<madison>>Yes, please.<</madison>>
[[Freshen up|RobberMadisonLipstick]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "hopeful1" volume 1 play>>
<<madison>>Could you be a darling and pick up the lipstick for me?<</madison>>
<video @src=_MadisonRobberd1 autoplay muted loop></video>
<<cont keypress append>><<player>>Of course.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>So what did your friend advise you to do?<</madison>>
<video @src=_MadisonRobberd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>He asked how hot you are, on a scale from one to ten.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>And what did you answer?<</madison>>
<video @src=_MadisonRobberd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I didn't think it was an appropriate question at all.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Not appropriate, hmm? That reminds me of something my husband told me this morning.<</madison>>
[[Hear her out|RobberMadisonListen1]]
<<disable !canExperienceEvent("04_madison_burglar_deal", State.temporary.events)>>[[I don't want to listen to this|RobberMadisonTeaseFoot]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "romance1" volume 1 play>>
<div id="04_madison_Burglar_story"></div>
<<script>>experiencedEvent("04_madison_burglar_story", "SEE", "04_madison_Burglar_story", State.temporary.events)<</script>>
<<madison>>I had chosen my sexiest set of lingerie.<</madison>>
<video @src=_MadisonRobbere1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Listening)...<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I wanted a hard cock in my pussy.<</madison>>
<<player>>(Listening)...<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I wanted it in my ass.<</madison>>
<video @src=_MadisonRobbere2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Listening)...<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I wanted a huge load of cum in my face.<</madison>>
<<player>>(Listening)...<</player>>
<<scrolldown>><<cont keypress append>><<madison>>But my husband...<</madison>>
[[Listen|RobberMadisonListen2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "party4" volume 1 play>>
<<madison>>How about you? You don't think it's inappropriate to fuck in the morning, do you?<</madison>>
<<cont keypress append>><<player>>No, I wouldn't say so.<</player>>
<video @src=_MadisonRobberf1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Do you think it's inappropriate if I put my foot gently in your lap?<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Not really.<</player>>
<video @src=_MadisonRobberf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>How about if I rub my foot on your cock, like this?<</madison>>
<<scrolldown>><<cont keypress append>><<player>>I think it's alright.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>It doesn't surprise me.<</madison>>
[[Tease|RobberMadisonTeaseHand]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "party3" volume 1 play>>
<<madison>>You said you needed money?<</madison>>
<<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Big money?<</madison>>
<video @src=_MadisonRobberg1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Well, my husband is filthy rich...<</madison>>
<video @src=_MadisonRobberg2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>U-huh?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>And if you fuck me good... And I mean real good... Then I might give you a share of that wealth.<</madison>>
[[That seems like a fair deal|RobberMadisonSuck]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "action4" volume 1 play>>
<<madison>>...He's such a soft cock.<</madison>>
<<cont keypress append>><<player>>Howcome?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Well... When I want to fuck, he always replies:<</madison>>
<<madison>>(Impersonating him): We've already fucked twice this morning.<</madison>>
<video @src=_MadisonRobbere3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Well... You didn't manage to satisfy me, so you'd better give it another try.<</madison>>
<<scrolldown>><<cont keypress append>><<madison>>But then he says:<</madison>>
<<madison>>(Impersonating him, making a funny voice): I need to go to work. Somebody needs to pay our bills.<</madison>>
<video @src=_MadisonRobbere4 autoplay muted loop></video>
<<madison>>Well... Fuck you, if you care more about your work than me you might as well let it blow your soft little cock next time!<</madison>>
<<scrolldown>><<cont keypress append>><<madison>>And then he lowers his voice and says:<</madison>>
<<madison>>(Impersonating him, whispering): Please, Madison, don't yell. Our neighbors might hear you.<</madison>>
<<scrolldown>><<cont keypress append>><<madison>>And then he went.<</madison>>
[[I understand|RobberMadisonTeaseFoot]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_KaylaDecision1 to 'videos/Others/version0.3/kayla/decision/1.mp4',
_KaylaDecision2 to 'videos/Others/version0.3/kayla/decision/2.mp4',
_KaylaDecision3 to 'videos/Others/version0.3/kayla/decision/3.mp4',
_KaylaDecision4 to 'videos/Others/version0.3/kayla/decision/4.mp4',
_KaylaDecision5 to 'videos/Others/version0.3/kayla/decision/5.mp4',
_KaylaDecisiona1 to 'videos/Others/version0.3/kayla/decision/a1.mp4',
_KaylaDecisiona2 to 'videos/Others/version0.3/kayla/decision/a2.mp4',
_KaylaDecisiona3 to 'videos/Others/version0.3/kayla/decision/a3.mp4',
_KaylaDecisiona4 to 'videos/Others/version0.3/kayla/decision/a4.mp4',
_KaylaDecisiona5 to 'videos/Others/version0.3/kayla/decision/a5.mp4',
_KaylaDecisiona6 to 'videos/Others/version0.3/kayla/decision/a6.mp4',
_KaylaDecisiona7 to 'videos/Others/version0.3/kayla/decision/a7.mp4',
_KaylaDecisiona8 to 'videos/Others/version0.3/kayla/decision/a8.mp4',
_KaylaDecisiona9 to 'videos/Others/version0.3/kayla/decision/a9.mp4',
_KaylaDecisionb1 to 'videos/Others/version0.3/kayla/decision/b1.mp4',
_KaylaDecisionb2 to 'videos/Others/version0.3/kayla/decision/b2.mp4',
_KaylaDecisionc1 to 'videos/Others/version0.3/kayla/decision/c1.mp4',
_KaylaDecisionc2 to 'videos/Others/version0.3/kayla/decision/c2.mp4',
_KaylaDecisiond1 to 'videos/Others/version0.3/kayla/decision/d1.mp4',
_KaylaDecisiond2 to 'videos/Others/version0.3/kayla/decision/d2.mp4',
_KaylaDecisiond3 to 'videos/Others/version0.3/kayla/decision/d3.mp4',
_KaylaDecisione1 to 'videos/Others/version0.3/kayla/decision/e1.mp4',
_KaylaDecisione2 to 'videos/Others/version0.3/kayla/decision/e2.mp4',
_KaylaDecisionf1 to 'videos/Others/version0.3/kayla/decision/f1.mp4',
_KaylaDecisionf2 to 'videos/Others/version0.3/kayla/decision/f2.mp4',
_KaylaDecisiong1 to 'videos/Others/version0.3/kayla/decision/g1.mp4',
_KaylaDecisiong2 to 'videos/Others/version0.3/kayla/decision/g2.mp4',
_KaylaDecisionh1 to 'videos/Others/version0.3/kayla/decision/h1.mp4',
_KaylaDecisionh2 to 'videos/Others/version0.3/kayla/decision/h2.mp4',
_KaylaDecisionh3 to 'videos/Others/version0.3/kayla/decision/h3.mp4',
_KaylaDecisioni1 to 'videos/Others/version0.3/kayla/decision/i1.mp4',
_KaylaDecisioni2 to 'videos/Others/version0.3/kayla/decision/i2.mp4',
_KaylaDecisionj1 to 'videos/Others/version0.3/kayla/decision/j1.mp4',
_KaylaDecisionj2 to 'videos/Others/version0.3/kayla/decision/j2.mp4',
_KaylaDecisionj3 to 'videos/Others/version0.3/kayla/decision/j3.mp4',
_KaylaDecisionk1 to 'videos/Others/version0.3/kayla/decision/k1.mp4',
_KaylaDecisionk2 to 'videos/Others/version0.3/kayla/decision/k2.mp4'
>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="04_madison_Burglar_deal"></div>
<<script>>experiencedEvent("04_madison_burglar_deal", "SEE", "04_madison_Burglar_deal", State.temporary.events)<</script>>
<<madison>>So bring it forth.<</madison>>
<<cont keypress append>><<player>>Here you go.<</player>>
<video @src=_MadisonRobberTS1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Mmm... Mm!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>I can help if you want to.<</player>>
<video @src=_MadisonRobberTS4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Esh, beesh.<</madison>>
[[Remove her panties|RobberMadisonRemovePanties]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>You might be a sexy bitch, but you would look even better without those panties.<</player>>
<video @src=_MadisonRobberTSa1 autoplay muted loop></video>
<<cont keypress append>><<madison>>So why don't you remove them?<</madison>>
<<scrolldown>><<cont keypress append>><<player>>You don't have to ask me twice about that.<</player>>
<video @src=_MadisonRobberTSa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>I'd ask my husband about it everyday, but by then he already came in my mouth.<</madison>>
[[So you wanna fuck?|RobberMadisonTeaseWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>>It seems you can fulfil all your dreams. What do you wanna do?
[[Tease pussy|RobberMadisonTeasePussy]]
<<disable !canExperienceEvent("04_madison_burglar_blow_teaseass", State.temporary.events)>>[[Tease ass|RobberMadisonTeaseAss]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_blow_deny", State.temporary.events)>>[[Deny her|RobberMadisonDenyBJ]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_blow_let", State.temporary.events)>>[[Let her|RobberMadisonLetBJ]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_blow_lick", State.temporary.events)>>[[Lick her|RobberMadisonLickPussy]]<</disable>>
<<if canExperienceEvent("04_madison_burglar_fuck", State.temporary.events)>>[[Fuck her (continue)|RobberMadisonTeaseFuck]]
<</if>><div id="04_madison_Burglar_blow_teasepussy"></div>
<<script>>experiencedEvent("04_madison_burglar_blow_teasepussy", "SEE", "04_madison_Burglar_blow_teasepussy", State.temporary.events)<</script>>
<<player>>You want this cock deep into that pussy, don't you?<</player>>
<video @src=_MadisonRobberTWa1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Yes, I do. And you won't get any money if you deny me that pleasure.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Is that a threat? Maybe I'll leave you like this?<</player>>
<video @src=_MadisonRobberTWa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>No, no! Please, don't go.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Maybe I won't.<</player>>
[[So you wanna fuck?|RobberMadisonTeaseWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_blow_teaseass"></div>
<<script>>experiencedEvent("04_madison_burglar_blow_teaseass", "SEE", "04_madison_Burglar_blow_teaseass", State.temporary.events)<</script>>
<<player>>Maybe I can fuck your ass instead?<</player>>
<video @src=_MadisonRobberTWb1 autoplay muted loop></video>
<<cont keypress append>><<madison>>You can fuck me in any way you want. Just get on with it!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>So you don't want to wait any longer?<</player>>
<video @src=_MadisonRobberTWb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>No, you dickhead!<</madison>>
[[So you wanna fuck?|RobberMadisonTeaseWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_blow_deny"></div>
<<script>>experiencedEvent("04_madison_burglar_blow_deny", "SEE", "04_madison_Burglar_blow_deny", State.temporary.events)<</script>>
<<player>>Why don't you get on your knees and you might get a taste of this thing.<</player>>
<<cont keypress append>><<madison>>You'll let me? Finally!<</madison>>
<video @src=_MadisonRobberTWc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, this is one horny woman.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I'm gonna suck this cock until it's rock hard, and then...<</madison>>
<video @src=_MadisonRobberTWc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Wait a minute.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>What's up know?<</madison>>
<<scrolldown>><<cont keypress append>><<player>>You haven't told me how much money I'll get for fucking you.<</player>>
<video @src=_MadisonRobberTWc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Mngk, a huge load of money.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Right...<</player>>
[[So you wanna fuck?|RobberMadisonTeaseWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_blow_lick"></div>
<<script>>experiencedEvent("04_madison_burglar_blow_lick", "SEE", "04_madison_Burglar_blow_lick", State.temporary.events)<</script>>
<<player>>Let me see what I have to work with here.<</player>>
<video @src=_MadisonRobberTW1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Here it is. It's all yours.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>It tastes pretty good, I must admit.<</player>>
<video @src=_MadisonRobberTW2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Only good? Ususally they say it tastes heavenly.<</madison>>
[[So you wanna fuck?|RobberMadisonTeaseWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_fuck"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck", "SEE", "04_madison_Burglar_fuck", State.temporary.events)<</script>>
<<player>>Alright, I'll fuck you.<</player>>
<video @src=_MadisonRobberTWd1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Yes! Yes!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>I'll fuck you hard.<</player>>
<video @src=_MadisonRobberTWd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Do it! Do it!<</madison>>
[[Continue|RobberMadisonClothesWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_blow_let"></div>
<<script>>experiencedEvent("04_madison_burglar_blow_let", "SEE", "04_madison_Burglar_blow_let", State.temporary.events)<</script>>
<<player>>Alright, suck that cock.<</player>>
<video @src=_MadisonRobberTWe1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Mngk! Mngk!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Suck it deeper!<</player>>
<video @src=_MadisonRobberTWe2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Mngk! Mng-a-a-a-ah!<</madison>>
[[So you wanna fuck?|RobberMadisonTeaseWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>>It seems you can fulfil all your dreams. What do you wanna do?
[[Blow me|RobberMadisonClothesBlow]]
<<disable !canExperienceEvent("04_madison_burglar_fuck_chair", State.temporary.events)>>[[Get on the chair|RobberMadisonClothesChair]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_fuck_ass", State.temporary.events)>>[[Show me that ass|RobberMadisonClothesRevealAss]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_fuck_spank", State.temporary.events)>>[[Spank her|RobberMadisonClothesSpank]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_fuck_behind", State.temporary.events)>>[[From behind|RobberMadisonClothesBehind]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_fuck_doggy", State.temporary.events)>>[[Doggy|RobberMadisonClothesDoggy]]<</disable>>
<<if canExperienceEvent("04_madison_burglar_fuck_undress", State.temporary.events)>>[[Why do you still wear that dress? (continue)|RobberMadisonClothesRemove]]
<</if>><div id="04_madison_Burglar_fuck_blow"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck_blow", "SEE", "04_madison_Burglar_fuck_blow", State.temporary.events)<</script>>
<<player>>Blow that cock.<</player>>
<video @src=_MadisonRobberCL1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Mmm! Mmm!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Don't forget the balls.<</player>>
<video @src=_MadisonRobberCL2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Mmm, I... Mmm... I won't... Mmm.<</madison>>
[[Continue|RobberMadisonClothesWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_fuck_chair"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck_chair", "SEE", "04_madison_Burglar_fuck_chair", State.temporary.events)<</script>>
<<player>>You like to be screwed hard, don't you?<</player>>
<video @src=_MadisonRobberCLa1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Yes, yes, yes!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>So why don't you say it? Say you like it!<</player>>
<video @src=_MadisonRobberCLa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>I don't like it. I fucking love it.<</madison>>
[[Let's do it!|RobberMadisonClothesWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_fuck_ass"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck_ass", "SEE", "04_madison_Burglar_fuck_ass", State.temporary.events)<</script>>
<<player>>Show me that ass!<</player>>
<video @src=_MadisonRobberCLc1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Ah!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Did you get surprised? Did you get chocked that I revealed that ass?<</player>>
<video @src=_MadisonRobberCLc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>My husband never...<</madison>>
<<scrolldown>><<cont keypress append>><<player>>One more word about your husband and I will fuck you silly.<</player>>
<video @src=_MadisonRobberCLc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>(Panting): My husband, my husband.<</madison>>
[[Continue|RobberMadisonClothesWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_fuck_spank"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck_spank", "SEE", "04_madison_Burglar_fuck_spank", State.temporary.events)<</script>>
<<player>>Does your husband ever spank you?<</player>>
<video @src=_MadisonRobberCLb1 autoplay muted loop></video>
<<cont keypress append>><<madison>>I've asked him a few ti-i-i-imes!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>But did he ever? Did he ever spank you for being naughty?<</player>>
<video @src=_MadisonRobberCLb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Ne-e-e-ever!<</madison>>
[[Let's do it!|RobberMadisonClothesWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_fuck_behind"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck_behind", "SEE", "04_madison_Burglar_fuck_behind", State.temporary.events)<</script>>
<<player>>This is not a very fun position, is it?<</player>>
<video @src=_MadisonRobberCLd1 autoplay muted loop></video>
<<cont keypress append>><<madison>>How do you wanna fuck?<</madison>>
<<scrolldown>><<cont keypress append>><<player>>How about lifting your leg up?<</player>>
<video @src=_MadisonRobberCLd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Like thi-i-is?<</madison>>
[[Let's do it!|RobberMadisonClothesWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_fuck_doggy"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck_doggy", "SEE", "04_madison_Burglar_fuck_doggy", State.temporary.events)<</script>>
<<madison>>You know what I miss the most?<</madison>>
<video @src=_MadisonRobberCLe1 autoplay muted loop></video>
<<cont keypress append>><<player>>What?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>When a man looks at my beautiful pussy.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Your husband never does that?<</player>>
<video @src=_MadisonRobberCLe2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>I mean, he never adores it, like a real man would.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>You know what I real man would?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>No?<</madison>>
<video @src=_MadisonRobberCLe3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>He would fuck that pussy hard.<</player>>
[[Let's do it!|RobberMadisonClothesWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_madison_burglar_fuck_undress"></div>
<<script>>experiencedEvent("04_madison_burglar_fuck_undress", "SEE", "04_madison_burglar_fuck_undress", State.temporary.events)<</script>>
<<player>>Now, remove that dress!<</player>>
<<cont keypress append>><<madison>>You're great, you know that?<</madison>>
<video @src=_MadisonRobberCLf1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I know.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>And I don't even know your name.<</madison>>
<video @src=_MadisonRobberCLf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why would you wanna know that?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I want to know which name to call out when I come.<</madison>>
<video @src=_MadisonRobberCLf3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good point.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Mine is Madison.<</madison>>
<video @src=_MadisonRobberCLf4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And mine is $playerFirstName.<</player>>
[[You'd better be ready|RobberMadisonNakedWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>This is your last chance to fulfill your dreams. What do you want do to?
[[Blow me|RobberMadisonNakedBlow]]
<<disable !canExperienceEvent("04_madison_burglar_undressed_lean", State.temporary.events)>>[[Lean back|RobberMadisonNakedLeanBack]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_undressed_ontop", State.temporary.events)>>[[On top|RobberMadisonNakedOnTop]]<</disable>>
<<disable !canExperienceEvent("04_madison_burglar_undressed_crazy", State.temporary.events)>>[[I have an idea|RobberMadisonNakedIdea]]<</disable>>
<<if canExperienceEvent("04_madison_burglar_undressed_finish", State.temporary.events)>>[[It's time (continue)|RobberMadisonNakedContinue]]
<</if>>
<div id="04_madison_Burglar_undressed_blow"></div>
<<script>>experiencedEvent("04_madison_burglar_undressed_blow", "SEE", "04_madison_Burglar_undressed_blow", State.temporary.events)<</script>>
<<madison>>You have a tasty dick, $playerFirstName.<</madison>>
<video @src=_MadisonRobberNc1 autoplay muted loop></video>
<<cont keypress append>><<player>>I've heard that before.<</player>>
<<scrolldown>><<cont keypress append>><<madison>>But did anyone ever blow you this good?<</madison>>
<video @src=_MadisonRobberNc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Not that I can recall.<</player>>
[[You'd better be ready|RobberMadisonNakedWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_undressed_lean"></div>
<<script>>experiencedEvent("04_madison_burglar_undressed_lean", "SEE", "04_madison_Burglar_undressed_lean", State.temporary.events)<</script>>
<<madison>>You'd better fuck me good now, $playerFirstName.<</madison>>
<video @src=_MadisonRobberN1 autoplay muted loop></video>
<<cont keypress append>><<player>>And what if I don't?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Don't you worry about tha-a-at!<</madison>>
<video @src=_MadisonRobberN2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You like that cock, don't you?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I lo-o-o-ove it!<</madison>>
<video @src=_MadisonRobberN3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And when were you gonna call my name?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Coming! Coming!<</madison>>
<video @src=_MadisonRobberN4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Say it!<</player>>
<<scrolldown>><<cont keypress append>><<madison>>$playerFirstName! $playerFirstName! $playerFirstName!<</madison>>
<video @src=_MadisonRobberN5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good girl.<</player>>
[[You'd better be ready|RobberMadisonNakedWindmill]]
[[Blow me|RobberMadisonNakedBlowHard]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_undressed_ontop"></div>
<<script>>experiencedEvent("04_madison_burglar_undressed_ontop", "SEE", "04_madison_Burglar_undressed_ontop", State.temporary.events)<</script>>
<<madison>>It's your time to lie down, $playerFirstName.<</madison>>
<video @src=_MadisonRobberNa1 autoplay muted loop></video>
<<cont keypress append>><<player>>Right...<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Just stick that cock into my pussy, $playerFirstName.<</madison>>
<video @src=_MadisonRobberNa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You think I need guidance?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I'm just making conversa-a-a-ation!<</madison>>
<video @src=_MadisonRobberNa5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Like a real lady.<</player>>
[[You'd better be ready|RobberMadisonNakedWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_madison_Burglar_undressed_crazy"></div>
<<script>>experiencedEvent("04_madison_burglar_undressed_crazy", "SEE", "04_madison_Burglar_undressed_crazy", State.temporary.events)<</script>>
<<player>>Hey, come here. Sit on my hands.<</player>>
<video @src=_MadisonRobberNb1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Like this?<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Exactly.<</player>>
<video @src=_MadisonRobberNb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Wow, I've never tried this one befo-o-ore!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>That's what I thought.<</player>>
[[You'd better be ready|RobberMadisonNakedWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>I'm coming soon!<</player>>
<video @src=_MadisonRobberE1 autoplay muted loop></video>
<<cont keypress append>><<madison>>Whenever you like, $playerFirstName.<</madison>>
[[Cum|RobberMadisonCum]]
<<scrolldown>><</cont>><<player>>So you do love it?<</player>>
<video @src=_MadisonRobberN6 autoplay muted loop></video>
<<cont keypress append>><<madison>>Yes!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>So why don't you show it?<</player>>
<video @src=_MadisonRobberN7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>I will, I will!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Blow it!<</player>>
<video @src=_MadisonRobberN8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Mngk! Mngk!<</madison>>
[[You'd better be ready|RobberMadisonNakedWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="04_madison_Burglar_undressed_finish"></div>
<<script>>experiencedEvent("04_madison_burglar_undressed_finish", "SEE", "04_madison_Burglar_undressed_finish", State.temporary.events)<</script>><<player>>On the floor, now!<</player>>
<<cont keypress append>><<madison>>Yes! Yes, $playerFirstName!<</madison>>
<video @src=_MadisonRobberE2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, yes! Oh, yes!<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Jizz in my face! Jizz in my face!<</madison>>
<video @src=_MadisonRobberE3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Ah-ah! There you go!<</player>>
<<scrolldown>><<cont keypress append>><<madison>>Mmm, mmm.<</madison>>
<video @src=_MadisonRobberE4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>How do you like that?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>The best cum I've ever tasted.<</madison>>
<<scrolldown>><<cont keypress append>><<player>>And how about the money you promised me?<</player>>
<<scrolldown>><<cont keypress append>><<madison>>I'll make sure you have them within an hour.<</madison>>
[[Great (leave)|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<stopallaudio>><<audio "action2" volume 1 play>>
<div id="04_Madison_burglar_kidnap"></div>
<<script>>experiencedEvent("04_madison_burglar_kidnap", "SEE", "04_Madison_burglar_kidnap", State.temporary.events)<</script>>
<<madison>>Damn key!<</madison>>
<<cont keypress append>><<player>>(To yourself): This is it.<</player>>
<video @src=_MadisonRobbera2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>Hmpf!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Not a sound. And you'll not get hurt.<</player>>
<video @src=_MadisonRobbera3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>M-mmmm! M-mmmm!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>Not a sound, I said!<</player>>
<video @src=_MadisonRobbera4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<madison>>M-mmmm! M-mmmm! M-mmmm!<</madison>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What the fuck should I do now?<</player>>
[[Call Ryan|RobberMadisonPhone]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_apartment_talk1"></div>
<<script>>experiencedEvent("02_ryan_apartment_talk1", "SEE", "02_Ryan_apartment_talk1", State.temporary.events)<</script>>
<<ryan>>Hey, $playerFirstName, can I have a quick word with you?<</ryan>>
<<cont keypress append>><<player>>Alright, what's up bro?<</player>>
<<ryan>>(Hesitantly): Yeah...<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>What?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(Without mercy): You gotta find your own place.<</ryan>>
<<player>>You're kicking me out?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Not immediately, of course.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>But where am I supposed to find an apartment?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Why don't you ask Lela, your cousin's friend? She's been trying to sell her place for ages.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Alright, maybe I'll ask her.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_officeWank_cass"></div>
<<script>>experiencedEvent("02_work_officeWank_cass", "SEE", "02_Work_officeWank_cass", State.temporary.events)<</script>>
<<player>>Well, there is this girl at the office...<</player>>
<<cont keypress append>><<melanie>>I see... I'll correct her immediately.<</melanie>>
<video @src=_OfficeWankTalk3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You know who it is?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Darling, didn't I tell you not to hit on $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Muffled): But he's so cute.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): No, he's not. And his dick is really small.<</melanie>>
<video @src=_OfficeWankTalk4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That was Cassidy?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, just... Wrong number.<</melanie>>
<<player>>(To yourself): I think I'll talk more to Cassidy.<</player>>
[[Ok|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<<player>>(To yourself): Finally I meet a decent person at this place.<</player>>
<<player>>(To yourself): Maybe I can ask if Melanie knows more about Cassidy.<</player>>
[[Return|Melwork][wait()]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_agent_talk1"></div>
<<script>>experiencedEvent("02_ryan_agent_talk1", "SEE", "02_Ryan_agent_talk1", State.temporary.events)<</script>>
<<player>>I asked Melanie to model for me. She said yes.<</player>>
<<ryan>>Good for you.<</ryan>>
<<cont keypress append>><<player>>But she's got a request.<</player>>
<<ryan>>What?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>She wants to talk to my agent.<</player>>
<<ryan>>Why would she want that?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>I guess she thinks that a photographer isn't professional if he doesn't have an agent.<</player>>
<<ryan>>Right...<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>So, maybe you could be mine?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>That depends... Will I get the chance to fuck her?<</ryan>>
<<player>>No! Why would you do that?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, that's what professional agents do, isn't it?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Your only job is to convince her to be my model.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Right, right. Anything for you, $playerFirstName.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>I'll arrange a meeting. And I'll keep my eyes on you.<</player>>
[[So that's settled|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_agent_talk2"></div>
<<script>>experiencedEvent("02_ryan_agent_talk2", "SEE", "02_Ryan_agent_talk2", State.temporary.events)<</script>>
<<player>>So you let Melanie blow you, and you didn't even offer her the gig?<</player>>
<<cont keypress append>><<ryan>>I had to be professional. So I did what a professional would do.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(Sighing): So what will you do next?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>I will invite her to my office.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Alright. But only if I'm there as well. I want to follow every step.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Sure.<</ryan>>
[[So that's settled|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_agent_talk3"></div>
<<script>>experiencedEvent("02_ryan_agent_talk3", "SEE", "02_Ryan_agent_talk3", State.temporary.events)<</script>>
<<player>>So Melanie will work as a model for me now?<</player>>
<<cont keypress append>><<ryan>>Yes. You just go to the photo studio for a first meeting with her.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Great. Thanks, bro.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Anything for you, $playerFirstName.<</ryan>>
[[Great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
<div id="02_Photo_dresses"></div>
<<script>>experiencedEvent("02_photo_dresses", "SEE", "02_Photo_dresses", State.temporary.events)<</script>>
<<if canExperienceEvent("02_photo_dress_brown1", State.temporary.events)>><br>
<img @src=_MelaniePSBrown width="100">
[[Brown dress|MelaniePSBrown1]]<<if !eventIdIsSeen("02_photo_dress_brown1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("02_photo_dress_purpleblackbelt1", State.temporary.events)>><br>
<img @src=_MelaniePSPurpledress width="100">
[[Purple dress, black belt|MelaniePSPurpledress]]<<if !eventIdIsSeen("02_photo_dress_purpleblackbelt1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_modelblack_intro", State.temporary.events)>><br>
<img @src=_MelaniePSBlackdress width="100">
[[Black dress|MelaniePSBlackdress]]<<if !eventIdIsSeen("03_modelblack_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_modelgrey_intro", State.temporary.events)>><br>
<img @src=_MelaniePSLightGreydress width="100">
[[Light-grey dress|MelaniePSLightGreydress]]<<if !eventIdIsSeen("03_modelgrey_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_modelblackcleavage_intro", State.temporary.events)>><br>
<img @src=_CleavageBlackDress width="100">
[[Black dress with cleavage|CleavageBlackDressStart]]<<if !eventIdIsSeen("03_modelblackcleavage_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_modelLime_intro", State.temporary.events)>><br>
<img @src=_LimeDress width="100">
[[Lime dress|MelaniePSLimedressPreview]]<<if !eventIdIsSeen("03_modelLime_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_model_teacher_grey", State.temporary.events)>><br>
<img @src=_MelanieTeacherDress1 width="100">
[[The grey skirt|MelanieTeacherDress1Start]]<<if !eventIdIsSeen("03_model_teacher_grey")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_model_teacher_black", State.temporary.events)>><br>
<img @src=_MelanieTeacherDress2 width="100">
[[The black skirt|MelanieTeacherDress2Start]]<<if !eventIdIsSeen("03_model_teacher_black")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_photo_underboob", State.temporary.events)>><br>
<img @src=_Mel05UnderboobPhotohumbnail width="100">
[[A top which shows some underboob|Mel05UnderboobIntro]]<<if !eventIdIsSeen("05_mel_photo_underboob")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_photo_whitenet_intro", State.temporary.events)>><br>
<img @src=_Mel05whitenetPhotohumbnail width="100">
[[A white dress with holes in it|Mel05WhiteNetPhoto1]]<<if !eventIdIsSeen("05_mel_photo_whitenet_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_photo_sheerwhite_intro", State.temporary.events)>><br>
<img @src=_Mel04PhotoSheerthumbnail width="100">
[[A sheer white top and latex pants|Mel05WhiteSheerPhotoIntro]]<<if !eventIdIsSeen("05_mel_photo_sheerwhite_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_photo_redtop_intro", State.temporary.events)>><br>
<img @src=_Mel05redtopPhotohumbnail width="100">
[[A red top and a black skirt|Mel05RedTopIntro]]<<if !eventIdIsSeen("05_mel_photo_redtop_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_mel_photo_psycho_intro", State.temporary.events)>><br>
<img @src=_Mel05PhotoPsycho_photo width="100">
[[Those psychiatrist glasses|Mel05PhotoPsychIntro0]]<<if !eventIdIsSeen("05_mel_photo_psycho_intro")>> NEW EVENT!<</if>>
<</if>>
[[Return to the photo studio|Photo]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_money_talk1"></div>
<<script>>experiencedEvent("02_ryan_money_talk1", "SEE", "02_Ryan_money_talk1", State.temporary.events)<</script>>
<<player>>Hey, Ryan, do you know a way to earn money?<</player>>
<<cont keypress append>><<ryan>>I know a few ways, yes. Is it urgent?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, I'd like to have the money today.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Right... I would recommend going to the nice neighborhood near the park and do a burglary.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Seriously?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Yeah, I mean, the guys owning those fancy homes are never there anyway.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>But there should be housewives?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Yeah, but they don't really care. If anything, they might even be grateful if you show up. I guess you could even get laid in the meantime.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Okay. Do you have an address or anything?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Yeah, I know this girl Victoria. Her husband is never home. I think that's a good prospect.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll better check it out.<</player>>
[[Great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<include "EventsVersion01">>
<<include "EventsVersion02">>
<<include "EventsVersion022">>
<<include "EventsVersion03">>
<<include "EventsVersion03_1">>
<<include "EventsVersion03_2">>
<<include "EventsVersion03_3">>
<<include "EventsVersion03_4">>
<<include "EventsVersion04_0">>
<<include "EventsVersion04_1">>
<<include "EventsVersion04_3">>
<<include "EventsVersion04_4">>
<<include "EventsVersion05_0">>
<<include "EventsVersion05_1">>
<<include "EventsVersion05_2">>
<<include "EventsVersion05_3">>
<<include "EventsVersion05_4">>
<<include "EventsVersion05_5">>
<<set _events to []>>
<<script>>
addEventsIn(State.temporary.eventsversion01, State.temporary.events);
addEventsIn(State.temporary.eventsversion02, State.temporary.events);
addEventsIn(State.temporary.eventsversion022, State.temporary.events);
addEventsIn(State.temporary.eventsversion03, State.temporary.events);
addEventsIn(State.temporary.eventsversion03_1, State.temporary.events);
addEventsIn(State.temporary.eventsversion03_2, State.temporary.events);
addEventsIn(State.temporary.eventsversion03_3, State.temporary.events);
addEventsIn(State.temporary.eventsversion03_4, State.temporary.events);
addEventsIn(State.temporary.eventsversion04_0, State.temporary.events);
addEventsIn(State.temporary.eventsversion04_1, State.temporary.events);
addEventsIn(State.temporary.eventsversion04_3, State.temporary.events);
addEventsIn(State.temporary.eventsversion04_4, State.temporary.events);
addEventsIn(State.temporary.eventsversion05_0, State.temporary.events);
addEventsIn(State.temporary.eventsversion05_1, State.temporary.events);
addEventsIn(State.temporary.eventsversion05_2, State.temporary.events);
addEventsIn(State.temporary.eventsversion05_3, State.temporary.events);
addEventsIn(State.temporary.eventsversion05_4, State.temporary.events);
addEventsIn(State.temporary.eventsversion05_5, State.temporary.events);
<</script>>
<<set _finalLustLevel to 6>>
<<set _finalAffectionLevel to 5>>
<<include "EventHandler">>
<<include "ResourceHandler">>
<<set _cheatcode to '2042924257'>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
Ryan opens the package.
<<ryan>>It's a gift for my girlfriend.<</ryan>>
<<melanie>>You have a girlfriend?<</melanie>>
<<ryan>>Yes.<</ryan>>
<<cont keypress append>><<melanie>>Does she have big tits?<</melanie>>
<<ryan>>Not as big as yours.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't have big tits. I have huge tits.<</melanie>>
<video @src=_AlettaShirtc4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>So what did you buy? A sex toy?<</melanie>>
<<ryan>>Not really.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Anal lube?<</melanie>>
<<ryan>>No.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Why not? Don't you do anal?<</melanie>>
<<ryan>>...<</ryan>>
<<player>>...<</player>>
<<ryan>>(Blushing): Yes... Anyway, here it comes...<</ryan>>
<<scrolldown>><<cont keypress append>><video @src=_AlettaShirtc5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I cute little t-shirt!<</melanie>>
<<ryan>>Yes, she has talked about it, actually.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Does she wear a bra?<</melanie>>
<<ryan>>Usually, yes.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Because I think this is sheer. You don't want to have a bra underneath.<</melanie>>
<<ryan>>Do you think so?<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Definitely. It depends on her size, obviously. If I wore this t-shirt my boobs would almost burst out. And my nipples would be visible, for sure.<</melanie>>
<<player>>Are you sure?<</player>>
<<melanie>>Yes, I'm positive.<</melanie>>
[[Ask if she wants to try the shirt|AlettaRequestSucc]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<include "LocationsReleaseInit">>
<<include "Version01ReleaseInit">>
<<include "Version02ReleaseInit">>
<<include "Version03ReleaseInit">>
<<include "Version04ReleaseInit">>
<<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
!Start position
Do you want to start from the beginning?
[[Chapter 1|ChooseName]]
[[Supporters of the game|https://www.patreon.com/mincedmeat]] can enter a code here. They will be able to choose a start chapter further into the game. The game currently consists of 6 chapters.
<<set _answer to ''>>
<<textbox '_answer' '' autofocus>><span id='textbox-submit'><<button 'Submit'>>
<<set _answer to _answer.trim().toLowerCase()>>
<<if hashStr(_answer) == _cheatcode>>
<<replace '#textbox-submit'>>\
/* Removes the button */
<</replace>>
<<replace '#textbox-reply'>>\
Correct! You can now choose other start positions. You can also increase lust/affection points in the cheat screen in the menu to the left.
[[Chapter 2|ChooseName][setToChapterTwo(State.temporary.events)]]
[[Chapter 3|ChooseName][setToChapterThree(State.temporary.events)]]
[[Chapter 4|ChooseName][setToChapterFour(State.temporary.events)]]
[[Chapter 5|ChooseName][setToChapterFive(State.temporary.events)]]
[[Chapter 6|ChooseName][setToChapterSix(State.temporary.events)]]
[[Chapter 7|ChooseName][setToChapterSeven(State.temporary.events)]]
[[Chapter 8|ChooseName][setToChapterEight(State.temporary.events)]]
<</replace>>
<<set $cheatmodeactivated to true>>
<<else>>
<<replace '#textbox-reply'>>\
@@.alert;Incorrect.@@ \
<</replace>>
<</if>>
<</button>>\
</span>
<<script>>
$(document).one(":passagerender", function (ev) {
$(ev.content).find("#textbox-answer").on("keyup", function (e) {
if (e.keyCode === 13) {
$("#textbox-submit button").trigger("click");
}
});
});
<</script>>
<span id='textbox-reply'></span>
<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_spy_talk1"></div>
<<script>>experiencedEvent("02_ryan_spy_talk1", "SEE", "02_Ryan_spy_talk1", State.temporary.events)<</script>>
<<player>>I found out that Melanie masturbates at work!<</player>>
<<cont keypress append>><<ryan>>Not a huge surprise, I must say.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>She does it regularly, in the kitchen at work.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Now I'm intrigued.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>If you bring a camera, you can come to the office and spy on her.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>That's a great idea!<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>But you have to send the video to me as well.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Right, right. I promise.<</ryan>>
[[Great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_photo_talk1"></div>
<<script>>experiencedEvent("02_ryan_photo_talk1", "SEE", "02_Ryan_photo_talk1", State.temporary.events)<</script>>
<<player>>Hey, Ryan, I need your advice on something.<</player>>
<<cont keypress append>><<ryan>>Of course.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>You know that girl Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Uh-huh?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>I want to fuck her, really badly.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>You're not alone, my friend.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>I'm sure you're right. Anyway, do you have an idea on how I can get closer to her?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, it seems she's into fashion, right?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Yeah?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>So if you were a photographer you might hire her as a model.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>I'm not a photographer.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, you know how to use a smartphone, don't you?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Yes, but...<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>I know a photo studio you can rent. Persuade Melanie that it's a good idea and you'll be golden.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Alright, I might give it a try.<</player>>
[[Great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>!Version 0.6.0
!!What's new in this version?
!!!New content
With this version chapter 1 through 8 are done. During the process of versions 0.5.0 through 0.5.4 much content has been put into older chapters, making them more rich and flavorful. Version 0.6.0 specifically includes:
- Three scenes where the main character works as Melanie's masseur
- A scene where Melanie is the masseuse
- A scene where the main character pays Melanie a visit during Christmas time
- A scene where the main character is Melanie's therapist
- A bunch of talking scenes
The content may be found in chapter 6 onwards.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofivefive"></div>
<<script>>
describeAllContent("0.5.5", "newContentZerofivefive", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version of the game.
!!!Bug fixes
None in this version of the game.
!Earlier versions
[[Version 0.5.4]]
[[Version 0.5.3]]
[[Version 0.5.2]]
[[Version 0.5.1]]
[[Version 0.5.0]]
[[Version 0.4.4]]
[[Version 0.4.3]]
[[Version 0.4.2]]
[[Version 0.4.1]]
[[Version 0.4.0]]
[[Version 0.3.4]]
[[Version 0.3.3]]
[[Version 0.3.2]]
[[Version 0.3.1]]
[[Version 0.3.0]]
[[Version 0.2.2]]
[[Version 0.2.1]]
[[Version 0.2.0]]
[[Version 0.1.1]]
[[Version 0.1.0]][[Back to the game (Ryan's)|Ryan]]
<div id="Needed"></div>
<<script>>
describeNeededEvents("Needed", State.temporary.events);
<</script>>
<<cacheaudio "sneak1" 'https://static.wixstatic.com/mp3/8395e2_fbe05017629948ebabbe03710f37327b.mp3'>>
<<cacheaudio "sneak2" 'https://static.wixstatic.com/mp3/8395e2_af8fe7c040ef44b6815ed0d886a892fd.mp3'>>
<<cacheaudio "sneak3" 'https://static.wixstatic.com/mp3/8395e2_f833bbde635d4956bb67b701ace3a80f.mp3'>>
<<cacheaudio "sneak4" 'https://static.wixstatic.com/mp3/8395e2_632fca3fa0bc4ed3867150c7a7658daf.mp3'>>
<<cacheaudio "action1" 'https://static.wixstatic.com/mp3/8395e2_0175a1d8d9034166b81b5faefa0914e5.mp3'>>
<<cacheaudio "action2" 'https://static.wixstatic.com/mp3/8395e2_702f864dc1b943a0a37792928592ab65.mp3'>>
<<cacheaudio "action3" 'https://static.wixstatic.com/mp3/8395e2_343fc42666c1482eaa5544ac15c0a7e2.mp3'>>
<<cacheaudio "action4" 'https://static.wixstatic.com/mp3/8395e2_34b369dd2dc64e70bdae73e74e24ac24.mp3'>>
<<cacheaudio "action5" 'https://static.wixstatic.com/mp3/8395e2_71901b2049114e21b353b086ab124622.mp3'>>
<<cacheaudio "action6" 'https://static.wixstatic.com/mp3/8395e2_1f8e0327f1be4321ba8844badb864a1c.mp3'>>
<<cacheaudio "action7" 'https://static.wixstatic.com/mp3/8395e2_e383c44377614f04b578a3527d56cc3e.mp3'>>
<<cacheaudio "party1" 'https://static.wixstatic.com/mp3/8395e2_79d77aa382f84b1491665da4ad363f93.mp3'>>
<<cacheaudio "party2" 'https://static.wixstatic.com/mp3/8395e2_fa0cdb3a03f04f76a7090008e90650b8.mp3'>>
<<cacheaudio "party3" 'https://static.wixstatic.com/mp3/8395e2_feabe65e0bc345c7b74b7cc5496943b9.mp3'>>
<<cacheaudio "party4" 'https://static.wixstatic.com/mp3/8395e2_dacebc1b6f8d49a291ff98109129f002.mp3'>>
<<cacheaudio "sad1" 'https://static.wixstatic.com/mp3/8395e2_1d61322e1e0c4a62bec582e6012c53bf.mp3'>>
<<cacheaudio "sad2" 'https://static.wixstatic.com/mp3/8395e2_717d8d6217eb44af8feddaf44700a127.mp3'>>
<<cacheaudio "romance1" 'https://static.wixstatic.com/mp3/8395e2_9593d4f51a5347f8b5cf4f81eab95c98.mp3'>>
<<cacheaudio "romance2" 'https://static.wixstatic.com/mp3/8395e2_54a845b721924f3abbcb7565d99aac84.mp3'>>
<<cacheaudio "romance3" 'https://static.wixstatic.com/mp3/8395e2_a42313f202704a62b82a57432788909f.mp3'>>
<<cacheaudio "tension1" 'https://static.wixstatic.com/mp3/8395e2_3b395039321c41d69fcda61192013c7a.mp3'>>
<<cacheaudio "tension2" 'https://static.wixstatic.com/mp3/8395e2_24b3f9355fa74d32938aaba9c64e254a.mp3'>>
<<cacheaudio "chill1" 'https://static.wixstatic.com/mp3/8395e2_b84260b8bd814610a6175ebc134ae59b.mp3'>>
<<cacheaudio "hopeful1" 'https://static.wixstatic.com/mp3/8395e2_06ee602e1020439f99c2fd61a2220750.mp3'>>
<<cacheaudio "hopeful2" 'https://static.wixstatic.com/mp3/8395e2_b55843903a3f481998a3dbdb84f4d64f.mp3'>>
<<cacheaudio "sexy1" 'https://static.wixstatic.com/mp3/8395e2_562c90795ece43a899f007b87dd67e39.mp3'>>
<<cacheaudio "sexy2" 'https://static.wixstatic.com/mp3/8395e2_42659196414c48c1908de44f5b8fa1f8.mp3'>><<cacheaudio "sneak1" 'sounds/music/sneak/1.mp3'>>
<<cacheaudio "sneak2" 'sounds/music/sneak/2.mp3'>>
<<cacheaudio "sneak3" 'sounds/music/sneak/3.mp3'>>
<<cacheaudio "sneak4" 'sounds/music/sneak/4.mp3'>>
<<cacheaudio "action1" 'sounds/music/action/1.mp3'>>
<<cacheaudio "action2" 'sounds/music/action/2.mp3'>>
<<cacheaudio "action3" 'sounds/music/action/3.mp3'>>
<<cacheaudio "action4" 'sounds/music/action/4.mp3'>>
<<cacheaudio "action5" 'sounds/music/action/5.mp3'>>
<<cacheaudio "action6" 'sounds/music/action/6.mp3'>>
<<cacheaudio "action7" 'sounds/music/action/7.mp3'>>
<<cacheaudio "party1" 'sounds/music/party/1.mp3'>>
<<cacheaudio "party2" 'sounds/music/party/2.mp3'>>
<<cacheaudio "party3" 'sounds/music/party/3.mp3'>>
<<cacheaudio "party4" 'sounds/music/party/4.mp3'>>
<<cacheaudio "sad1" 'sounds/music/sad/1.mp3'>>
<<cacheaudio "sad2" 'sounds/music/sad/2.mp3'>>
<<cacheaudio "romance1" 'sounds/music/romance/1.mp3'>>
<<cacheaudio "romance2" 'sounds/music/romance/2.mp3'>>
<<cacheaudio "romance3" 'sounds/music/romance/3.mp3'>>
<<cacheaudio "tension1" 'sounds/music/tension/1.mp3'>>
<<cacheaudio "tension2" 'sounds/music/tension/2.mp3'>>
<<cacheaudio "chill1" 'sounds/music/chill/1.mp3'>>
<<cacheaudio "hopeful1" 'sounds/music/hopeful/1.mp3'>>
<<cacheaudio "hopeful2" 'sounds/music/hopeful/2.mp3'>>
<<cacheaudio "hopeful3" 'sounds/music/hopeful/3.mp3'>>
<<cacheaudio "sexy1" 'sounds/music/sexy/1.mp3'>>
<<cacheaudio "sexy2" 'sounds/music/sexy/2.mp3'>>
<<cacheaudio "christmas1" 'sounds/music/christmas/1.mp3'>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="03_Homework_extra_question"></div>
<<script>>experiencedEvent("03_homework_extra_question", "SEE", "03_Homework_extra_question", State.temporary.events)<</script>>
<<melanie>>Show you my boobs? In what way would that help you with your studies, $playerFirstName?<</melanie>>
<video @src=_HomeworkExtraTease3 autoplay muted loop></video>
<<cont keypress append>><<player>>I mean, they are amazing... And I can't really focus when you have them on display like that.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And you believe you could do that if I removed my top?<</melanie>>
<video @src=_HomeworkExtraTease4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'd probably have to jizz on them.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Right. I suspected that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>But afterwards I would be fine.<</player>>
[[I see you like me|HomeworkExtraTeaseCome]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="03_Teacher_extra_question_expl"></div>
<<script>>experiencedEvent("03_teacher_extra_question_expl", "SEE", "03_Teacher_extra_question_expl", State.temporary.events)<</script>>
<<melanie>>$playerFirstName, you're the worst student imaginable.<</melanie>>
<<cont keypress append>><<player>>Sorry.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you understand the relation between the boobs and the cock now?<</melanie>>
<video @src=_TeacherExtraQuestion2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mng-mmm-mnot really.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Sighing): Do I have to show you?<</melanie>>
<video @src=_TeacherExtraQuestiona1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Visual aides are always preferable.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Right... I presume you've seen my boobs. And here's...<</melanie>>
<video @src=_TeacherExtraQuestiona2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>...Your cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let's bring it forth.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>There you go.<</player>>
<video @src=_TeacherExtraQuestiona3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Staring at it): Clearly, the cock is hard. It's because of my marvelous boobs. That's the relation between the cock and the boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Right...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you understand now?<</melanie>>
[[Yes (leave)|Melwork][wait()]]
<<disable !canExperienceEvent("03_teacher_extra_question_force", State.temporary.events)>>[[Force your cock into her mouth|TeacherForceFuckStart]]<</disable>>
<<disable !canExperienceEvent("03_teacher_extra_question_blow", State.temporary.events)>>[[Let her blow you|TeacherBlowStart]]<</disable>>
<<disable !canExperienceEvent("03_teacher_extra_question_fuck", State.temporary.events)>>[[Fuck her|TeacherFuckStart]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="03_OfficeWank_admit"></div>
<<script>>experiencedEvent("03_officeWank_admit", "SEE", "03_OfficeWank_admit", State.temporary.events)<</script>>
<<player>>I was thinking about your pussy.<</player>>
<<cont keypress append>><<melanie>>That's a bit pervy, $playerFirstName, you know that?<</melanie>>
<video @src=_OfficeWankTalka5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, you asked me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So I did.<</melanie>>
[[She smiles weirdly|OfficeWankTeaseStart]]
<<scrolldown>><</cont>><</cont>><</cont>>
<<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="02_Photo_rachel_tease1"></div>
<<script>>experiencedEvent("02_photo_rachel_tease1", "SEE", "02_Photo_rachel_tease1", State.temporary.events)<</script>>
<<player>>Did you know that Bob's girlfriend's job is to test out big, black cocks?<</player>>
<<cont keypress append>><<rachel>>It is? That's such a cool job! How did you know?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>We're colleagues, actually.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Then maybe you can get me an audition for a similar position?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Maybe.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>(Removing her clothes): Let's talk about more about this, $playerFirstName. And in the meantime you can replace Bob as my photographer.<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>Alright with me.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>(Pushing you down on the chair): We have a lot to talk about, $playerFirstName, don't we?<</rachel>>
[[What's happening?|RachelTryOnTeaseStart]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="02_Work_officeWank_paperclips"></div>
<<script>>experiencedEvent("02_work_officeWank_paperclips", "SEE", "02_Work_officeWank_paperclips", State.temporary.events)<</script>>
<<player>>I had this weird conversation with Cassidy...<</player>>
<<cont keypress append>><<melanie>>(Dead serious): What happened? What did she say?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I don't know, she had this box of paperclips on her desk, and she pushed it to the floor on purpose, and then...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You don't have to explain more. Let me just make a quick call.<</melanie>>
<video @src=_OfficeWankTalk3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Darling, do you remember the giant black cock I told you about?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Muffled): The one which was so big your asshole almost burst?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Exactly. I believe I also informed you what would happen if that cock ever came close to any of your petty little body-openings?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Muffled): You said I would pass out by the mere sight of it.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Correct. Now, if you ever hit on $playerFirstName again, I will make sure that that giant black cock is shoved deep down your throat over and over again.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(All quiet)<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): You'll never be able to put up that cute little smile of yours again.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(All quiet)<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Do you understand?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Muffled): Yes.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Good. Good bye now, darling. I love you.<</melanie>>
<video @src=_OfficeWankTalk4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That was Cassidy?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, just... Wrong number.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I think I'd better pay Cassidy another visit.<</player>>
[[Back to work|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>!Version 0.2.0
!!What's new in this version?
!!!New content
The last version of the game ended with level 3 for both lust and affection. In this version, a lot of content is addded to level 3. Also, the new last level with content is 4. (Note that there is a known bug: the max levels continue to increase after 4, despite there being no content on those levels yet. I plan to fix this bug in version 0.2.1.)
Except for Melanie, three other models are included in this version of the game:
- Cassidy
- Nicole
- Rachel
The new content in this version falls into six categories:
- Persuading Melanie to work as a model for the Main Character
- Explore the possibilities at the Photo Studio
- Sneak around in Melanie's house and at her work
- Work with Melanie
- Try to find your own apartment
- Occasionally run into the other girls
In this version of the game there are two new places with content:
- The photo studio.
- The apartment building.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZeroTwoZero"></div>
<<script>>
describeAllContent("0.2.0", "newContentZeroTwoZero", State.temporary.events);
<</script>>
!!!UI Improvements
- Music in each scene.
- More advanced system of achievements and objectives.
!!!Bug fixes
- In version 0.1.1 of the game, it was possible to advance to lust level 3 without completing the scene with Audrey. This (and other issues of the same kind) is now fixed. Either the event is necessary for increasing "max level", or it is possible to actually experience the event in a larger scope of levels.
- Re-write of the game to improve the performance.<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!No more content
<img @src=_Chapter0Image width="600">
Thanks for playing Melanie's Marvelous Boobs. You have now seen all the events in the current version of the game. You can of course keep on playing.
Otherwise, keep your eyes open for the next release. And please, consider supporting the development of the game on Patreon.
<<link "<img src='images/patreon.png'>">>https://www.patreon.com/mincedmeat<</link>>
[[Go to Ryan's apartment|Ryan]]<<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="022_Christina_meet"></div>
<<script>>experiencedEvent("022_christina_meet", "SEE", "022_Christina_meet", State.temporary.events)<</script>>
<<player>>So, you're Christina?<</player>>
<video @src=_ChristinaMeet1 autoplay muted loop></video>
<<cont keypress append>><<christina>>Yes. And you are $playerFirstName, I presume?<</christina>>
<<scrolldown>><<cont keypress append>><<player>>Yes. It's a pleasure to meet you. I think we are colleagues.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Wait. Melanie said this meeting wouldn't include neither oral, vaginal nor anal sex.<</christina>>
<video @src=_ChristinaMeet4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, that's some reaction.<</player>>
<<scrolldown>><<cont keypress append>><<player>>I actually wanted to talk about Bob, your boyfriend.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Oh, please, don't tell him. He doesn't know what I do for a living.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>What have you told him about your work?<</player>>
<video @src=_ChristinaMeet2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>I've told him I'm a hardware tester.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>And that's not the truth?<</player>>
<<scrolldown>><<cont keypress append>><<christina>>I mean, I don't test phones or computers or anything.<</christina>>
<video @src=_ChristinaMeet5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So what do you test?<</player>>
<<scrolldown>><<cont keypress append>><<christina>>I test big cocks. Mainly big, black ones.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>But please don't tell him. I don't know how he would react.<</christina>>
<video @src=_ChristinaMeet6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I promise I won't.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Great!<</christina>>
[[Alright (return)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_ChristinaMeet1 to 'videos/Others/version0.2/christina/visit/1.mp4',
_ChristinaMeet2 to 'videos/Others/version0.2/christina/visit/2.mp4',
_ChristinaMeet3 to 'videos/Others/version0.2/christina/visit/3.mp4',
_ChristinaMeet4 to 'videos/Others/version0.2/christina/visit/4.mp4',
_ChristinaMeet5 to 'videos/Others/version0.2/christina/visit/5.mp4',
_ChristinaMeet6 to 'videos/Others/version0.2/christina/visit/6.mp4'
>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="022_Christina_tips"></div>
<<script>>experiencedEvent("022_christina_tips", "SEE", "022_Christina_tips", State.temporary.events)<</script>>
<<player>>Christina, how did you get your job?<</player>>
<<cont keypress append>><<christina>>Why do you wanna know?<</christina>>
<video @src=_ChristinaMeet5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm asking for a friend.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>You're being weird, $playerFirstName, what is it that you want?<</christina>>
<<scrolldown>><<cont keypress append>><<player>>I want to help her.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Who do you wanna bang, her or me?<</christina>>
<<scrolldown>><<cont keypress append>><<player>>Oh, I've only got honest intentions.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Please, $playerFirstName, I know men. I know all your different techniques.<</christina>>
<video @src=_ChristinaMeet6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Okay, okay... I want to fuck her, but she won't let me until I get her an audition for a cock-tester position.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>So why don't you just lie to her, and say you have an audition arranged?<</christina>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's actually a great idea.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Thanks, Christina!<</player>>
<video @src=_ChristinaMeet3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>But you can't fuck me. I have a boyfriend.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>Well, if you want to fuck, I'll be there for you.<</player>>
<video @src=_ChristinaMeet4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>(Sighing): I'll let you know when we break up.<</christina>>
[[Alright (return)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_rachel_bob"></div>
<<script>>experiencedEvent("02_ryan_rachel_bob", "SEE", "02_Ryan_rachel_bob", State.temporary.events)<</script>>
<<player>>Bro, do you know a photographer named Bob?<</player>>
<<cont keypress append>><<ryan>>The one down at the studio?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Exactly. Do you know any secrets about him? I need to convince one of his models that I'm a nice guy.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Well...<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Well what?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>He once told me his trick for getting girls to trust him...<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>And what is that?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>On Sunday nights, he visits his parents. He stays late, and when his mum has fallen asleep on the couch he kisses her forehead and whispers in her ear that he loves her.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>That's lame.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>It's all I've got.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, it's worth a try, I guess.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="02_Photo_rachel_hello3"></div>
<<script>>experiencedEvent("02_photo_rachel_hello3", "SEE", "02_Photo_rachel_hello3", State.temporary.events)<</script>>
<<player>>You can change right here. I'm a professional.<</player>>
<<cont keypress append>><<rachel>>Well, some of the rules are the same as on the contryside, I guess.<</rachel>>
<video @src=_RachelTryOnIntroa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, she actually did it.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>But I still won't remove my panties in front of an unknown man.<</rachel>>
<<player>>(To yourself): Maybe I can ask Ryan for advice?<</player>>
[[Alright (return)|Photo][wait()]]
<<disable !canExperienceEvent("02_photo_rachel_hello4", State.temporary.events)>>[[Maybe I can tell you a little something that makes you trust me|RachelTryOnIntroStartBeNiceBeforeRemovePanties]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_hello5", State.temporary.events)>>[[Just undress, woman|RachelTryOnIntroStartRemovePanties]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="02_Photo_rachel_hello0"></div>
<<script>>experiencedEvent("02_photo_rachel_hello0", "SEE", "02_Photo_rachel_hello0", State.temporary.events)<</script>>
<<rachel>>So you're also a photographer?<</rachel>>
<video @src=_RachelTryOnIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, of course...<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I might got a chance here.<</player>>
<<scrolldown>><<cont keypress append>><<player>>I actually own the studio.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Wow, how cool is that!<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>I know, right?<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>Hey, then perhaps you know where I can change clothes?<</rachel>>
[[Be nice|RachelTryOnIntroStartNiceBeforeChange]]
<<disable !canExperienceEvent("02_photo_rachel_hello3", State.temporary.events)>>[[You can change here|RachelTryOnIntroStartChange2]]<</disable>>
<<disable !canExperienceEvent("02_photo_rachel_hello7", State.temporary.events)>>[[Wait for her|RachelTryOnIntroPutOnDress]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="02_Ryan_rachel_christina"></div>
<<script>>experiencedEvent("02_ryan_rachel_christina", "SEE", "02_Ryan_rachel_christina", State.temporary.events)<</script>>
<<player>>Are you sure you don't know anything more about this photographer, Bob?<</player>>
<<cont keypress append>><<ryan>>Well...<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Well, what?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>He's got a girlfriend.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>And?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>I think her name is Christina. And I actually think she works at Melanie's company.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Do you know her title?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>I've heard she's some kind of hardware tester.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Right. I'll ask Melanie about it.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="022_Work_officeWank_chris"></div>
<<script>>experiencedEvent("022_work_officeWank_chris", "SEE", "022_Work_officeWank_chris", State.temporary.events)<</script>>
<<player>>I was gonna ask... Do you know Christina? I've heard she works here as a hardware tester.<</player>>
<<cont keypress append>><<melanie>>(Dead serious): How come do you know her?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I actually want to get in touch with her boyfriend...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me just make a quick call.<</melanie>>
<video @src=_OfficeWankTalk3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Hey little puppy, I have a task for you<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>(Inaudible)<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): No, it doesn't include oral sex.<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>(Inaudible)<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Nor vaginal sex, nor anal sex...<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>(Inaudible)<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): I just want you to meet this guy, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>(Inaudible)<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Good little puppy, I love you.<</melanie>>
<video @src=_OfficeWankTalk4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That was Christina?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, I told her you wanted to meet her. You can call her anytime.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Great.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I wonder what Christina does at the company.<</player>>
[[Back to work|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="02_Photo_rachel_tease5"></div>
<<script>>experiencedEvent("02_photo_rachel_tease5", "SEE", "02_Photo_rachel_tease5", State.temporary.events)<</script>>
<<rachel>>I can sense the blood throbbing in your dick, $playerFirstName...<</rachel>>
<video @src=_RachelTryOnTeasec4 autoplay muted loop></video>
<<cont keypress append>><<rachel>>...Or are you on the verge of exploding?<</rachel>>
<<scrolldown>><<cont keypress append>><<player>>(Panting): I... I'm fine... You just keep doing your thing.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>It tastes good.<</rachel>>
<video @src=_RachelTryOnTeasec5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm glad to hear it.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>I hope I'll get the chance to feel it inside me.<</rachel>>
<video @src=_RachelTryOnTeasec6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You will! You're allowed to feel it inside you right now if you want to.<</player>>
<<scrolldown>><<cont keypress append>><<rachel>>You can't fool me, $playerFirstName, I've worked with professionals before. No penetration of any kind is permitted.<</rachel>>
[[Yeah, maybe this is not a good idea (return)|Photo][wait()]]
[[Isn't there an exception for this rule?|RachelTryOnTeaseLickAsk]]
<<disable !canExperienceEvent("02_photo_rachel_fuck1", State.temporary.events)>>[[But I've arranged an audition for you (continue)|RachelTryOnFuckStart]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion022 to [
// Melanie
new Event("022_work_officeWank_chris", "Melanie calls Christina and set up a meeting for you", "Work with Melanie. Ask about Christina.", [3, 4], [3, 4], 8, 0, 5, 5, ["02_ryan_rachel_christina"], true, false, false, [1, 3], [1], [], "0.2.2"),
// Christina
new Event("022_christina_meet", "You get to know Christina and ask about her job.", "Meet up with Christina at the office", [3, 4], [3, 4], 0, 0, 5, 5, ["022_work_officeWank_chris"], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.2.2"),
new Event("022_christina_tips", "You tell Christina about your problems and get a few tips.", "Meet up with Christina at the office", [3, 4], [3, 4], 0, 0, 5, 5, ["02_photo_rachel_tease6"], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.2.2"),
// Ryan
new Event("02_ryan_rachel_bob", "You ask Ryan how to entice Rachel", "Ask Ryan about Rachel", [3, 4, 5], [3, 4, 5], 0, 0, 6, 6, ["02_photo_rachel_hello1"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.2"),
new Event("02_ryan_rachel_christina", "You ask Ryan about Rachel's photographer's girlfriend", "Ask Ryan about Rachel's photographer's girlfriend", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello8"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.2.2"),
// Rachel intro1
new Event("02_photo_rachel_hello1", "You meet Rachel, one of the models at the studio", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_ryan_agent_talk3"], true, false, false, [1, 3], [1], [], "0.2.2"),
// Rachel intro2
new Event("02_photo_rachel_hello0", "You meet Rachel again.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello1"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_hello2", "You meet Rachel, and you're nice to her.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello0"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_hello3", "You meet Rachel. She removes her top", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello2"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_hello4", "You meet Rachel, you're nice to her again.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_ryan_rachel_bob"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_hello5", "You meet Rachel. She removes her panties", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello4"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_hello6", "You meet Rachel, and you're nice to her a third time.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello5"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_hello7", "You meet Rachel. She puts on a dress", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello6"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_hello8", "You're being a creep.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_hello7"], true, false, true, [1, 3], [1], [], "0.2.2"),
// Rachel tease
new Event("02_photo_rachel_tease1", "Rachel considers to let you be her photographer.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["022_christina_meet"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_tease2", "Rachel teases you with her mouth.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_tease1"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_tease3", "Rachel teases you with her pussy, from front.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_tease2"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_tease4", "Rachel teases you with her pussy, from behind.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_tease3"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_tease5", "Rachel licks your cock lightly.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_tease4"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_tease6", "You ask Rachel to go further.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_tease5"], true, false, true, [1, 3], [1], [], "0.2.2"),
// Rachel fuck
new Event("02_photo_rachel_fuck1", "Rachel considers to go further.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["022_christina_tips"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_fuck2", "You fuck Rachel, missionary.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_fuck1"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_fuck3", "You fuck Rachel, she's on top.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_fuck2"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_fuck4", "You fuck Rachel, she's riding you.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_fuck3"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_fuck5", "You fuck Rachel, doggystyle, legs apart.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_fuck4"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_fuck6", "You fuck Rachel, doggystyle.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_fuck5"], true, false, true, [1, 3], [1], [], "0.2.2"),
new Event("02_photo_rachel_fuck7", "You cum on Rachel.", "Photo Studio", [3, 4, 5, 6, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_rachel_fuck6"], true, false, true, [1, 3], [1], [], "0.2.2")
]>>
</nobr>!Version 0.2.1
!!What's new in this version?
!!!New content
Events with two characters have been added in this version:
- Nicole, and
- Cassidy
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZeroTwoOne"></div>
<<script>>
describeAllContent("0.2.1", "newContentZeroTwoOne", State.temporary.events);
<</script>>
!!!UI Improvements
- An alert is shown when all events has been seen
!!!Bug fixes
- When the max levels of lust and affection where reached, the points kept counting (in the last version of the game). This is now fixed.
<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Plot line: A new home
In version 0.2 of the game, Melanie showed an apartment to you. By the time, you didn't have the money to buy it. Then, Melanie made you an offer. She would double the price, and in return the you would not only get the apartment -- you would also reveive the blowjob of your life.
<<cont keypress append>>This is the continuation.
<<scrolldown>><<cont keypress append>>!!Asking Ryan for advice
First, you ask Ryan for advice.
<<scrolldown>><<cont keypress append>><<player>>Hey, bro, do you know a way to earn big money?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, there's a bunch of rich people living in this town. You could always break into their homes and steal valuables.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>That's a great idea!<</player>>
[[But I have never done a burglary before|IntroANewHome15]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
!!A potential victim
Sandee knows the place of one of her ex-boyfriends. He's also one of Melanie's ex-lovers. And he happens to be rich as fuck.
<img @src=_ANewHome4 width="600">
<<cont keypress append>>!!The house seems to be empty
You look inside, and there's no one home. You open the door with a knife. Inside, you will find a load of valuables.
<img @src=_ANewHome5 width="600">
<<scrolldown>><<cont keypress append>>!!But Sandee wants to fuck
Sandee doesn't wanna leave the house so soon. Being in her ex-boyfriends bedroom, she wants to be fucked. She wants it really bad.
<img @src=_ANewHome6 width="600">
[[But that money is not enough|IntroANewHome3]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
!!Victoria
You've heard about a lonely housewife, living in a luxurious villa. You go there, and break in.
<img @src=_ANewHomea1 width="600">
<<cont keypress append>>!!She's not around
Victoria is taking a shower, and can't hear you. You have the opportunity to sneak away with a load of valuables.
<img @src=_ANewHomea2 width="600">
<<scrolldown>><<cont keypress append>>!!You see her undies
You can't avoid seeing her undies on her bed. You are tempted to touch them, smell them. But if you do, you might be caught by Victoria...
<img @src=_ANewHomea3 width="600">
[[You'll need to do one more burglary|IntroANewHome4]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
!!Madison
Madison, one of the sexiest women in town, is married to one of the richest dudes. He's a complete dork, and he doesn't deserve his fortune. You might as well go there and pick up some of his valuables. By chance, you meet Madison.
<img @src=_ANewHomeb1 width="600">
<<cont keypress append>>!!You kidnap her
You take her with you. This is a far worse crime than just a burglary. You call Ryan and ask for help, but his only advice is to fuck Madison when you have the chance.
<img @src=_ANewHomeb2 width="600">
<<scrolldown>><<cont keypress append>>!!Madison seems to like the idea.
Madison thinks Ryan has a point. She tells you how dorky her husband is. She asks you to fuck her. She even offers a good deal of her valuables if you do.
<img @src=_ANewHomeb3 width="600">
<<scrolldown>><<cont keypress append>>!!Hey, why not?
And let's be honest, it's not a bad idea. In fact, it's a very good idea.
<img @src=_ANewHomeb4 width="600">
[[Now you've got the money to buy the apartment|IntroANewHome5]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
!!Bringing the money to Melanie
Now, you can buy the apartment. And Melanie intends to keep her promise.
<img @src=_ANewHomec1 width="600">
<<cont keypress append>>!!Seal the deal
And to be honest, she seems to like what you brought for her. She seems to like it a lot more than she would ever admit.
<img @src=_ANewHomec2 width="600">
<<scrolldown>><<cont keypress append>>!!Go further
Melanie even lets you fuck her in the ass. (Don't touch her pussy. Don't you dare touch her pussy -- but you may fuck her in the ass.)
<img @src=_ANewHomec3 width="600">
<<scrolldown>><<cont keypress append>>!!She likes it
And she really enjoys having your dick inside her.
<img @src=_ANewHomec4 width="600">
[[Return|IntroANewHome1]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_ANewHome1 to 'https://static.wixstatic.com/media/6b0d8e_80516517ac5a49bda41637cc3cc6d181~mv2.png',
_ANewHome2 to 'https://static.wixstatic.com/media/6b0d8e_226b5fa73ce34914ac7d4fe07743f21d~mv2.png',
_ANewHome3 to 'https://static.wixstatic.com/media/6b0d8e_958a873f7777458198bc116787b87e38~mv2.png',
_ANewHome4 to 'https://static.wixstatic.com/media/6b0d8e_ab51850559de4f808bdecc46e6a046fd~mv2.png',
_ANewHome5 to 'https://static.wixstatic.com/media/6b0d8e_8d391e86209a40cd8af0a42437853e76~mv2.png',
_ANewHome6 to 'https://static.wixstatic.com/media/6b0d8e_ec30b74eca3543dd994d21acc93ac03d~mv2.png',
_ANewHomea1 to 'https://static.wixstatic.com/media/6b0d8e_4ed3d6129e154d64be25ba4cda7982ed~mv2.png',
_ANewHomea2 to 'https://static.wixstatic.com/media/6b0d8e_c04c5b838a094b74a8dba0d75f7601a0~mv2.png',
_ANewHomea3 to 'https://static.wixstatic.com/media/6b0d8e_aa1d349cc5014d8897b1f32d3b3acf9f~mv2.png',
_ANewHomeb1 to 'https://static.wixstatic.com/media/6b0d8e_72e76cd3594a4b928df79a4aa303198b~mv2.png',
_ANewHomeb2 to 'https://static.wixstatic.com/media/6b0d8e_00753012ec964d93804e806778eaaf99~mv2.png',
_ANewHomeb3 to 'https://static.wixstatic.com/media/6b0d8e_9795ed7fec11437a976009269bc0eb33~mv2.png',
_ANewHomeb4 to 'https://static.wixstatic.com/media/6b0d8e_5cfc7aa4e86d4aa6a4f42eba288dd55d~mv2.png',
_ANewHomec1 to 'https://static.wixstatic.com/media/6b0d8e_e3fb3b7563ea4d519373011b4045c4d0~mv2.png',
_ANewHomec2 to 'https://static.wixstatic.com/media/6b0d8e_d78f8c966a3a4a2e9d61f0d6f0d6070b~mv2.png',
_ANewHomec3 to 'https://static.wixstatic.com/media/6b0d8e_53336e5daf0d4af7beca8aebc6ac29dd~mv2.png',
_ANewHomec4 to 'https://static.wixstatic.com/media/6b0d8e_65d1ee322c6a421fb9478acbc40025dd~mv2.png'
>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
!!A doctor's appointment
As a coincidence... Melanie has arranged a meeting for you with the company's doctor. You can't understand why... But that's how you meet Sandee...
<img @src=_ANewHome1 width="600">
<<cont keypress append>>!!A thorough examination
Sandee has been informed that you have a few issues with your penis. She examines it thoroughly.
<img @src=_ANewHome2 width="600">
<<scrolldown>><<cont keypress append>>!!You're fine
Sandee concludes that your penis works perfectly. You thank her for her time. And you tell her about your money issues. Sandee offers to help you in your pursuit.
<img @src=_ANewHome3 width="600">
[[So what's her idea?|IntroANewHome2]]
<<scrolldown>><</cont>><</cont>><<set
_MelanieBoss1 to 'videos/Melanie/version0.3/boss/1.mp4',
_MelanieBoss2 to 'videos/Melanie/version0.3/boss/2.mp4',
_MelanieBoss3 to 'videos/Melanie/version0.3/boss/3.mp4',
_MelanieBossa1 to 'videos/Melanie/version0.3/boss/a1.mp4',
_MelanieBossa2 to 'videos/Melanie/version0.3/boss/a2.mp4',
_MelanieBossb1 to 'videos/Melanie/version0.3/boss/b1.mp4',
_MelanieBossb2 to 'videos/Melanie/version0.3/boss/b2.mp4',
_MelanieBossc1 to 'videos/Melanie/version0.3/boss/c1.mp4',
_MelanieBossc2 to 'videos/Melanie/version0.3/boss/c2.mp4'
>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="03_Melanie_boss_suggestion"></div>
<<script>>experiencedEvent("03_melanie_boss_suggestion", "SEE", "03_Melanie_boss_suggestion", State.temporary.events)<</script>>
<<melanie>>You've been working here for quite some time now, $playerFirstName, haven't you?<</melanie>>
<video @src=_MelanieBoss3 autoplay muted loop></video>
<<cont keypress append>><<player>>I guess you could say that, yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't you think it's about time you meet some of your colleagues?<</melanie>>
<video @src=_MelanieBoss1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, I have met a few of them.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, I think you'd like to know a few others as well. And I mean really well.<</melanie>>
<video @src=_MelanieBoss2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I'll make sure you're invited to an informal meeting with a few key members of the team.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Alright. Thanks, I guess.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I'd better attend.<</player>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>Tell me, $playerFirstName, did you ever wonder how I acquired this amazing body?<</melanie>>
<video @src=_MelanieBossa1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Not really. I enjoy it, though.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You can't fool anyone here, $playerFirstName, of course you do.<</melanie>>
<video @src=_MelanieBossa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You do have some goods to be proud of.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Obviously.<</melanie>>
[[It's like she wants to tell me something|03MelanieBossStart3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Melanie_boss_gymtalk"></div>
<<script>>experiencedEvent("04_melanie_boss_gymtalk", "SEE", "04_Melanie_boss_gymtalk", State.temporary.events)<</script>>
<<melanie>>I've decided to tell you my secret, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Well?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I hit the gym at least once every day.<</melanie>>
<video @src=_MelanieBossb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>No way!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I do. And I would like you to join me. I need some company down there.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Down where?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not talking about my pussy, $playerFirstName, I'm referring to the gym downtown.<</melanie>>
<video @src=_MelanieBossb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I'll see you there. Whenever you've got time.<</melanie>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<include "RobberMadisonReleaseInit">>
<<include "03MelanieBossReleaseInit">>
<<include "KaylaDecisionReleaseInit">>
<<include "Adriana03PartyReleaseInit">>
<<include "Kayla03MelanieApprovesReleaseInit">>
<<include "03MelanieGymAloneReleaseInit">>
<<include "03MelanieGymLookReleaseInit">>
<<include "03MelanieGymFuckReleaseInit">>
<<include "SandeeNurseReleaseInit">>
<<include "SandeeBreakinginReleaseInit">>
<<include "VictoriaBurglaryReleaseInit">>
<<include "MoniqueTestReleaseInit">>
<<include "Melanie03PeekShowerReleaseInit">>
<<include "Melanie03PeekHallwayReleaseInit">>
<<include "Melanie03PeekSofaReleaseInit">>
<<include "Melanie03PeekChairReleaseInit">>
<<include "Christina03BlackedReleaseInit">>
<<include "Christina03TalkReleaseInit">>
<<include "Christina03MelanieDoubleReleaseInit">>
<<include "Melanie03MasseuseReleaseInit">>
<<include "Lela03SisterReleaseInit">>
<<include "Melanie03BlackServantReleaseInit">>
<<include "Melanie03BlackDistanceReleaseInit">>
<<include "Melanie03BlackhardReleaseInit">>
<<include "Melanie03BlackcloseReleaseInit">>
<<include "ModelTalkMelanieReleaseInit">>
<<include "HomeworkExtraFuckReleaseInit">>
<<include "OfficeWankFuckReleaseInit">>
<<include "LelaAmenitiesReleaseInit">>
<<include "CleavageBlackDressReleaseInit">>
<<include "MelaniePSBlackdressReleaseInit">>
<<include "LimeDressReleaseInit">>
<<include "MelaniePSLightGreydressReleaseInit">>
<<include "Gym03MinorCharactersReleaseInit">>
<<include "Kendra03BlackedReleaseInit">>
<<include "Erica03ContinueReleaseInit">>
<<include "Monique03YogaReleaseInit">>
<<include "Nicole03BlackedReleaseInit">>
<<include "Melanie03gardenorangeReleaseInit">>
<<include "Melanie03LightBlueGardenReleaseInit">>
<<include "Melanie03GardenDarkReleaseInit">>
<<include "Melanie03WithTiffGardenReleaseInit">>
<<include "Melanie03GardenDoggyPeekReleaseInit">>
<<include "Melanie03PeekGardenHardReleaseInit">>
<<include "ContHandsomeTenantReleaseInit">><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="03_Adriana_party_greet"></div>
<<script>>experiencedEvent("03_adriana_party_greet", "SEE", "03_Adriana_party_greet", State.temporary.events)<</script>>
As you sip on your glass of wine, Adriana comes and sits down in the sofa in front of you.
<<adriana>>Hello, big boy.<</adriana>>
<video @src=_Adriana03PartyMeet1 autoplay muted loop></video>
<<cont keypress append>><<player>>Hello Adriana. Are you here to suck my cock?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>That depends. Are you gonna tell me your name?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>I told you I only tell my name after I get to fuck girls in their ass.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I see. Well, big boy, I've got a surprise for you.<</adriana>>
<video @src=_Adriana03PartyMeet2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>What?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I already know your name, $playerFirstName, it's in the papers on my desk, back at the office.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>You got me.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Following your own logic, you're obliged to fuck me in the ass now, aren't you?<</adriana>>
[[Continue|Adriana03Party1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Adriana03PartyMeet1 to 'videos/Others/version0.3/adriana/party/party/1.mp4',
_Adriana03PartyMeet2 to 'videos/Others/version0.3/adriana/party/party/2.mp4',
_Adriana03PartyMeeta1 to 'videos/Others/version0.3/adriana/party/party/a1.mp4',
_Adriana03PartyMeeta2 to 'videos/Others/version0.3/adriana/party/party/a2.mp4',
_Adriana03PartyMeetb1 to 'videos/Others/version0.3/adriana/party/party/b1.mp4',
_Adriana03PartyMeetb2 to 'videos/Others/version0.3/adriana/party/party/b2.mp4',
_Adriana03PartyMeetc1 to 'videos/Others/version0.3/adriana/party/party/c1.mp4',
_Adriana03PartyMeetc2 to 'videos/Others/version0.3/adriana/party/party/c2.mp4',
_Adriana03PartyMeetc3 to 'videos/Others/version0.3/adriana/party/party/c3.mp4',
_Adriana03PartyMeetd1 to 'videos/Others/version0.3/adriana/party/party/d1.mp4',
_Adriana03PartyMeetd2 to 'videos/Others/version0.3/adriana/party/party/d2.mp4',
_Adriana03PartyTalk1 to 'videos/Others/version0.3/adriana/party/talk/1.mp4',
_Adriana03PartyTalk2 to 'videos/Others/version0.3/adriana/party/talk/2.mp4',
_Adriana03PartyTalk3 to 'videos/Others/version0.3/adriana/party/talk/3.mp4',
_Adriana03PartyTalka1 to 'videos/Others/version0.3/adriana/party/talk/a1.mp4',
_Adriana03PartyTalka2 to 'videos/Others/version0.3/adriana/party/talk/a2.mp4',
_Adriana03PartyTalka3 to 'videos/Others/version0.3/adriana/party/talk/a3.mp4',
_Adriana03PartyTalkb1 to 'videos/Others/version0.3/adriana/party/talk/b1.mp4',
_Adriana03PartyTalkb2 to 'videos/Others/version0.3/adriana/party/talk/b2.mp4',
_Adriana03PartyTalkc1 to 'videos/Others/version0.3/adriana/party/talk/c1.mp4',
_Adriana03PartyTalkc2 to 'videos/Others/version0.3/adriana/party/talk/c2.mp4',
_Adriana03PartyTalkc3 to 'videos/Others/version0.3/adriana/party/talk/c3.mp4',
_Adriana03PartyTalkd1 to 'videos/Others/version0.3/adriana/party/talk/d1.mp4',
_Adriana03PartyTalkd2 to 'videos/Others/version0.3/adriana/party/talk/d2.mp4',
_Adriana03PartyTalke1 to 'videos/Others/version0.3/adriana/party/talk/e1.mp4',
_Adriana03PartyTalke2 to 'videos/Others/version0.3/adriana/party/talk/e2.mp4',
_Adriana03PartyTalke3 to 'videos/Others/version0.3/adriana/party/talk/e3.mp4',
_Adriana03PartyTalkf1 to 'videos/Others/version0.3/adriana/party/talk/f1.mp4',
_Adriana03PartyTalkf2 to 'videos/Others/version0.3/adriana/party/talk/f2.mp4',
_Adriana03PartyTease1 to 'videos/Others/version0.3/adriana/party/tease/1.mp4',
_Adriana03PartyTease2 to 'videos/Others/version0.3/adriana/party/tease/2.mp4',
_Adriana03PartyTease3 to 'videos/Others/version0.3/adriana/party/tease/3.mp4',
_Adriana03PartyTease4 to 'videos/Others/version0.3/adriana/party/tease/4.mp4',
_Adriana03PartyTease5 to 'videos/Others/version0.3/adriana/party/tease/5.mp4',
_Adriana03PartyTease6 to 'videos/Others/version0.3/adriana/party/tease/6.mp4',
_Adriana03PartyTease7 to 'videos/Others/version0.3/adriana/party/tease/7.mp4',
_Adriana03PartyTeasea1 to 'videos/Others/version0.3/adriana/party/tease/a1.mp4',
_Adriana03PartyTeasea2 to 'videos/Others/version0.3/adriana/party/tease/a2.mp4',
_Adriana03PartyTeasea3 to 'videos/Others/version0.3/adriana/party/tease/a3.mp4',
_Adriana03PartyTeasea4 to 'videos/Others/version0.3/adriana/party/tease/a4.mp4',
_Adriana03PartyBlow1 to 'videos/Others/version0.3/adriana/party/blow/1.mp4',
_Adriana03PartyBlow2 to 'videos/Others/version0.3/adriana/party/blow/2.mp4',
_Adriana03PartyBlow3 to 'videos/Others/version0.3/adriana/party/blow/3.mp4',
_Adriana03PartyBlow4 to 'videos/Others/version0.3/adriana/party/blow/4.mp4',
_Adriana03PartyBlow5 to 'videos/Others/version0.3/adriana/party/blow/5.mp4',
_Adriana03PartyBlowa1 to 'videos/Others/version0.3/adriana/party/blow/a1.mp4',
_Adriana03PartyBlowa2 to 'videos/Others/version0.3/adriana/party/blow/a2.mp4',
_Adriana03PartyBlowb1 to 'videos/Others/version0.3/adriana/party/blow/b1.mp4',
_Adriana03PartyBlowb2 to 'videos/Others/version0.3/adriana/party/blow/b2.mp4',
_Adriana03PartyBlowb3 to 'videos/Others/version0.3/adriana/party/blow/b3.mp4',
_Adriana03PartyBlowc1 to 'videos/Others/version0.3/adriana/party/blow/c1.mp4',
_Adriana03PartyBlowc2 to 'videos/Others/version0.3/adriana/party/blow/c2.mp4',
_Adriana03PartyBlowc3 to 'videos/Others/version0.3/adriana/party/blow/c3.mp4',
_Adriana03PartyVaginal1 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/1.mp4',
_Adriana03PartyVaginal2 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/2.mp4',
_Adriana03PartyVaginala1 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/a1.mp4',
_Adriana03PartyVaginala2 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/a2.mp4',
_Adriana03PartyVaginala3 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/a3.mp4',
_Adriana03PartyVaginalb1 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/b1.mp4',
_Adriana03PartyVaginalb2 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/b2.mp4',
_Adriana03PartyVaginalc1 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/c1.mp4',
_Adriana03PartyVaginalc2 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/c2.mp4',
_Adriana03PartyVaginald1 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/d1.mp4',
_Adriana03PartyVaginald2 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/d2.mp4',
_Adriana03PartyVaginald3 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/d3.mp4',
_Adriana03PartyVaginale1 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/e1.mp4',
_Adriana03PartyVaginale2 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/e2.mp4',
_Adriana03PartyVaginale3 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/e3.mp4',
_Adriana03PartyVaginalf1 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/f1.mp4',
_Adriana03PartyVaginalf2 to 'videos/Others/version0.3/adriana/party/fuck/vaginal/f2.mp4',
_Adriana03PartyAnal1 to 'videos/Others/version0.3/adriana/party/fuck/anal/1.mp4',
_Adriana03PartyAnal2 to 'videos/Others/version0.3/adriana/party/fuck/anal/2.mp4',
_Adriana03PartyAnal3 to 'videos/Others/version0.3/adriana/party/fuck/anal/3.mp4',
_Adriana03PartyAnala1 to 'videos/Others/version0.3/adriana/party/fuck/anal/a1.mp4',
_Adriana03PartyAnala2 to 'videos/Others/version0.3/adriana/party/fuck/anal/a2.mp4',
_Adriana03PartyAnalb1 to 'videos/Others/version0.3/adriana/party/fuck/anal/b1.mp4',
_Adriana03PartyAnalb2 to 'videos/Others/version0.3/adriana/party/fuck/anal/b2.mp4',
_Adriana03PartyAnalc1 to 'videos/Others/version0.3/adriana/party/fuck/anal/c1.mp4',
_Adriana03PartyAnalc2 to 'videos/Others/version0.3/adriana/party/fuck/anal/c2.mp4',
_Adriana03PartyAnalc3 to 'videos/Others/version0.3/adriana/party/fuck/anal/c3.mp4',
_Adriana03PartyAnalc4 to 'videos/Others/version0.3/adriana/party/fuck/anal/c4.mp4',
_Adriana03PartyAnald1 to 'videos/Others/version0.3/adriana/party/fuck/anal/d1.mp4',
_Adriana03PartyAnald2 to 'videos/Others/version0.3/adriana/party/fuck/anal/d2.mp4',
_Adriana03PartyFinish1 to 'videos/Others/version0.3/adriana/party/fuck/finish/1.mp4',
_Adriana03PartyFinish2 to 'videos/Others/version0.3/adriana/party/fuck/finish/2.mp4',
_Adriana03PartyFinish3 to 'videos/Others/version0.3/adriana/party/fuck/finish/3.mp4',
_Adriana03PartyFinish4 to 'videos/Others/version0.3/adriana/party/fuck/finish/4.mp4',
_Adriana03PartyFinish5 to 'videos/Others/version0.3/adriana/party/fuck/finish/5.mp4',
_Adriana03PartyFinish6 to 'videos/Others/version0.3/adriana/party/fuck/finish/6.mp4'
>><div id="03_Adriana_party_nurse"></div>
<<script>>experiencedEvent("03_adriana_party_nurse", "SEE", "03_Adriana_party_nurse", State.temporary.events)<</script>>
<<player>>I can fuck you in the ass right now if you want to?<</player>>
<<cont keypress append>><<adriana>>It's tempting, $playerFirstName, but according to protocol you'll have to be examined by the nurse first.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>The nurse?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I know. I don't like that rule either.<</adriana>>
<video @src=_Adriana03PartyMeeta1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>But... What do I have to do?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I'm not sure. I've never been there. But I think it has to do with your cock.<</adriana>>
<video @src=_Adriana03PartyMeeta2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>My cock?<</player>>
[[Something else?|Adriana03Party1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_party_boobs"></div>
<<script>>experiencedEvent("03_adriana_party_boobs", "SEE", "03_Adriana_party_boobs", State.temporary.events)<</script>>
<<adriana>>So what do you think about Melanie, $playerFirstName?<</adriana>>
<<cont keypress append>><<player>>Melanie? Well, she's quite hot.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Yeah, her boobs are truly marvelous.<</adriana>>
<video @src=_Adriana03PartyMeetb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Indeed. Have you ever seen better boobs?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Better than Melanie's? No, that's impossible. Her boobs are simply perfect.<</adriana>>
<video @src=_Adriana03PartyMeetb2 autoplay muted loop></video>
[[Something else?|Adriana03Party1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<player>>Hey, Adriana, I was approved by the nurse.<</player>>
<<cont keypress append>><<adriana>>That's great news!<</adriana>>
<video @src=_Adriana03PartyMeeta2 autoplay muted loop></video>
[[Someone's overhearing your conversation|Adriana03Party45]]
<<scrolldown>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="03_Adriana_party_approvednurse"></div>
<<script>>experiencedEvent("03_adriana_party_approvednurse", "SEE", "03_Adriana_party_approvednurse", State.temporary.events)<</script>>
<<adriana>>If you'd like to get to know me better, I'm here on Tuesdays as well.<</adriana>>
<video @src=_Adriana03PartyMeetd1 autoplay muted loop></video>
<<cont keypress append>><<player>>Can I visit you then?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>You may visit me whenever you like, $playerFirstName.<</adriana>>
<video @src=_Adriana03PartyMeetd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Great.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="03_Melanie_approval_arrive"></div>
<<script>>experiencedEvent("03_melanie_approval_arrive", "SEE", "03_Melanie_approval_arrive", State.temporary.events)<</script>>
You and Kayla sit down in the living room. You don't find much to talk about. You wonder what you're doing there, but you don't dare to ask.
<<cont keypress append>>Suddenly, the doorbell rings.
<<scrolldown>><<cont keypress append>><<kayla>>Sounds like we have another guest. I wonder who that could be.<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>Maybe you should go open the door?<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>(Standing up): Isn't that a clever idea, $playerFirstName!<</kayla>>
<video @src=_Kayla03MelanieApproves1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She's not very nice, although her body is. And she gave me a great blowjob.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>(In the distance): Welcome, boss.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): I had to wait for almost twenty seconds, my love, you'd better hire a butler.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is that Melanie's voice?<</player>>
<video @src=_Kayla03MelanieApproves2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>(In the distance): Well, you know, they are so expensive these days.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): You can hire one with a big dick. Then you save your gigolo expenses.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Definitely Melanie.<</player>>
<video @src=_Kayla03MelanieApproves3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>(In the distance): Speaking of gigolos... $playerFirstName is here already... And he's not a talker, to say the least.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): He's not here to entertain you, my love, he's here because of his dick.<</melanie>>
[[What did she say?|Kayla03MelanieApprovesIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Kayla03MelanieApproves1 to 'videos/Others/version0.3/kayla/approval/intro/1.mp4',
_Kayla03MelanieApproves2 to 'videos/Others/version0.3/kayla/approval/intro/2.mp4',
_Kayla03MelanieApproves3 to 'videos/Others/version0.3/kayla/approval/intro/3.mp4',
_Kayla03MelanieApproves4 to 'videos/Others/version0.3/kayla/approval/intro/4.mp4',
_Kayla03MelanieApproves5 to 'videos/Others/version0.3/kayla/approval/intro/5.mp4',
_Kayla03MelanieApproves6 to 'videos/Others/version0.3/kayla/approval/intro/6.mp4',
_Kayla03MelanieApprovesa1 to 'videos/Others/version0.3/kayla/approval/intro/a1.mp4',
_Kayla03MelanieApprovesa2 to 'videos/Others/version0.3/kayla/approval/intro/a2.mp4',
_Kayla03MelanieApprovesb1 to 'videos/Others/version0.3/kayla/approval/intro/b1.mp4',
_Kayla03MelanieApprovesb2 to 'videos/Others/version0.3/kayla/approval/intro/b2.mp4',
_Kayla03MelanieApprovesb3 to 'videos/Others/version0.3/kayla/approval/intro/b3.mp4'
>>
<<set
_Kayla03MelanieApprovesMel1 to 'videos/Others/version0.3/kayla/approval/melblow/1.mp4',
_Kayla03MelanieApprovesMel2 to 'videos/Others/version0.3/kayla/approval/melblow/2.mp4',
_Kayla03MelanieApprovesMel3 to 'videos/Others/version0.3/kayla/approval/melblow/3.mp4',
_Kayla03MelanieApprovesMel4 to 'videos/Others/version0.3/kayla/approval/melblow/4.mp4',
_Kayla03MelanieApprovesMel5 to 'videos/Others/version0.3/kayla/approval/melblow/5.mp4',
_Kayla03MelanieApprovesMel6 to 'videos/Others/version0.3/kayla/approval/melblow/6.mp4',
_Kayla03MelanieApprovesMela1 to 'videos/Others/version0.3/kayla/approval/melblow/a1.mp4',
_Kayla03MelanieApprovesMela2 to 'videos/Others/version0.3/kayla/approval/melblow/a2.mp4',
_Kayla03MelanieApprovesMelb1 to 'videos/Others/version0.3/kayla/approval/melblow/b1.mp4',
_Kayla03MelanieApprovesMelb2 to 'videos/Others/version0.3/kayla/approval/melblow/b2.mp4',
_Kayla03MelanieApprovesMelb3 to 'videos/Others/version0.3/kayla/approval/melblow/b3.mp4',
_Kayla03MelanieApprovesMelc1 to 'videos/Others/version0.3/kayla/approval/melblow/c1.mp4',
_Kayla03MelanieApprovesMelc2 to 'videos/Others/version0.3/kayla/approval/melblow/c2.mp4',
_Kayla03MelanieApprovesMelc3 to 'videos/Others/version0.3/kayla/approval/melblow/c3.mp4'
>>
<<set
_Kayla03MelanieApprovesBlow1 to 'videos/Others/version0.3/kayla/approval/blow/1.mp4',
_Kayla03MelanieApprovesBlow2 to 'videos/Others/version0.3/kayla/approval/blow/2.mp4',
_Kayla03MelanieApprovesBlow3 to 'videos/Others/version0.3/kayla/approval/blow/3.mp4',
_Kayla03MelanieApprovesBlow4 to 'videos/Others/version0.3/kayla/approval/blow/4.mp4',
_Kayla03MelanieApprovesBlow5 to 'videos/Others/version0.3/kayla/approval/blow/5.mp4',
_Kayla03MelanieApprovesBlowa1 to 'videos/Others/version0.3/kayla/approval/blow/a1.mp4',
_Kayla03MelanieApprovesBlowa2 to 'videos/Others/version0.3/kayla/approval/blow/a2.mp4',
_Kayla03MelanieApprovesBlowb1 to 'videos/Others/version0.3/kayla/approval/blow/b1.mp4',
_Kayla03MelanieApprovesBlowb2 to 'videos/Others/version0.3/kayla/approval/blow/b2.mp4',
_Kayla03MelanieApprovesBlowc1 to 'videos/Others/version0.3/kayla/approval/blow/c1.mp4',
_Kayla03MelanieApprovesBlowc2 to 'videos/Others/version0.3/kayla/approval/blow/c2.mp4',
_Kayla03MelanieApprovesBlowc3 to 'videos/Others/version0.3/kayla/approval/blow/c3.mp4',
_Kayla03MelanieApprovesBlowd1 to 'videos/Others/version0.3/kayla/approval/blow/d1.mp4',
_Kayla03MelanieApprovesBlowd2 to 'videos/Others/version0.3/kayla/approval/blow/d2.mp4',
_Kayla03MelanieApprovesBlowe1 to 'videos/Others/version0.3/kayla/approval/blow/e1.mp4',
_Kayla03MelanieApprovesBlowe2 to 'videos/Others/version0.3/kayla/approval/blow/e2.mp4'
>>
<<set
_Kayla03MelanieApprovesFuck1 to 'videos/Others/version0.3/kayla/approval/fuck/1.mp4',
_Kayla03MelanieApprovesFuck2 to 'videos/Others/version0.3/kayla/approval/fuck/2.mp4',
_Kayla03MelanieApprovesFuck3 to 'videos/Others/version0.3/kayla/approval/fuck/3.mp4',
_Kayla03MelanieApprovesFuck4 to 'videos/Others/version0.3/kayla/approval/fuck/4.mp4',
_Kayla03MelanieApprovesFuck5 to 'videos/Others/version0.3/kayla/approval/fuck/5.mp4',
_Kayla03MelanieApprovesFuck6 to 'videos/Others/version0.3/kayla/approval/fuck/6.mp4',
_Kayla03MelanieApprovesFucka1 to 'videos/Others/version0.3/kayla/approval/fuck/a1.mp4',
_Kayla03MelanieApprovesFucka2 to 'videos/Others/version0.3/kayla/approval/fuck/a2.mp4',
_Kayla03MelanieApprovesFucka3 to 'videos/Others/version0.3/kayla/approval/fuck/a3.mp4',
_Kayla03MelanieApprovesFucka4 to 'videos/Others/version0.3/kayla/approval/fuck/a4.mp4',
_Kayla03MelanieApprovesFuckb1 to 'videos/Others/version0.3/kayla/approval/fuck/b1.mp4',
_Kayla03MelanieApprovesFuckb2 to 'videos/Others/version0.3/kayla/approval/fuck/b2.mp4',
_Kayla03MelanieApprovesFuckb3 to 'videos/Others/version0.3/kayla/approval/fuck/b3.mp4',
_Kayla03MelanieApprovesFuckc1 to 'videos/Others/version0.3/kayla/approval/fuck/c1.mp4',
_Kayla03MelanieApprovesFuckc2 to 'videos/Others/version0.3/kayla/approval/fuck/c2.mp4',
_Kayla03MelanieApprovesFuckc3 to 'videos/Others/version0.3/kayla/approval/fuck/c3.mp4',
_Kayla03MelanieApprovesFuckc4 to 'videos/Others/version0.3/kayla/approval/fuck/c4.mp4',
_Kayla03MelanieApprovesFuckc5 to 'videos/Others/version0.3/kayla/approval/fuck/c5.mp4',
_Kayla03MelanieApprovesFuckc6 to 'videos/Others/version0.3/kayla/approval/fuck/c6.mp4'
>>
<<set
_Kayla03MelanieApprovesFinish1 to 'videos/Others/version0.3/kayla/approval/finish/1.mp4',
_Kayla03MelanieApprovesFinish2 to 'videos/Others/version0.3/kayla/approval/finish/2.mp4',
_Kayla03MelanieApprovesFinish3 to 'videos/Others/version0.3/kayla/approval/finish/3.mp4',
_Kayla03MelanieApprovesFinish4 to 'videos/Others/version0.3/kayla/approval/finish/4.mp4',
_Kayla03MelanieApprovesFinish5 to 'videos/Others/version0.3/kayla/approval/finish/5.mp4',
_Kayla03MelanieApprovesFinisha1 to 'videos/Others/version0.3/kayla/approval/finish/a1.mp4',
_Kayla03MelanieApprovesFinisha2 to 'videos/Others/version0.3/kayla/approval/finish/a2.mp4',
_Kayla03MelanieApprovesFinisha3 to 'videos/Others/version0.3/kayla/approval/finish/a3.mp4',
_Kayla03MelanieApprovesFinisha4 to 'videos/Others/version0.3/kayla/approval/finish/a4.mp4',
_Kayla03MelanieApprovesFinisha5 to 'videos/Others/version0.3/kayla/approval/finish/a5.mp4',
_Kayla03MelanieApprovesFinisha6 to 'videos/Others/version0.3/kayla/approval/finish/a6.mp4'
>><div id="03_Melanie_approval_mel"></div>
<<script>>experiencedEvent("03_melanie_approval_mel", "SEE", "03_Melanie_approval_mel", State.temporary.events)<</script>>
<<kayla>>Look, here he comes.<</kayla>>
<<cont keypress append>><<player>>(Approaching): Hi Melanie.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName. Do you have a hard-on already?<</melanie>>
<video @src=_Kayla03MelanieApproves4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Excuse me?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha never mind. Of course you have.<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>Yeah, I mean, look at your cleavage.<</kayla>>
<video @src=_Kayla03MelanieApproves5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>But he still tries to play it cool.<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>Yeah, that's cute.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't care about cute guys. I want men with big dicks.<</melanie>>
<video @src=_Kayla03MelanieApproves6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>I'm gonna go change before a party tonight. Please make yourselves comfortable in the meantime.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>We will, won't we, $playerFirstName?<</melanie>>
[[Well, I hope so|Kayla03MelanieApprovesIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>So, $playerFirstName, what would you like to do with me while Kayla is away?<</melanie>>
<<cont keypress append>><<player>>You mean anything?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, $playerFirstName, anything.<</melanie>>
<video @src=_Kayla03MelanieApprovesa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well... A lot of things...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Like what, $playerFirstName? Give me an example.<</melanie>>
<video @src=_Kayla03MelanieApprovesa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I mean, we could sit down and talk perhaps?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, you obvously don't know what you're talking about.<</melanie>>
[[No?|Kayla03MelanieApprovesIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<melanie>>$playerFirstName, I'm gonna tell you what you want.<</melanie>>
<<cont keypress append>><<player>>Oh, yeah?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You want to rip my dress open, and reveal my marvelous boobs.<</melanie>>
<video @src=_Kayla03MelanieApprovesb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulping)<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You want to shove that cock of yours in my mouth, down my throat, over and over again.<</melanie>>
<video @src=_Kayla03MelanieApprovesb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What's happening?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And then you want to fill my mouth with your cum.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She knows what she's talking about.<</player>>
<video @src=_Kayla03MelanieApprovesb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Isn't that right, $playerFirstName?<</melanie>>
[[Return|Park][wait()]]
<<disable !canExperienceEvent("03_melanie_approval_sofa", State.temporary.events)>>[[Follow her|Kayla03MelanieApprovesMelblow1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="03_Melanie_approval_sofa"></div>
<<script>>experiencedEvent("03_melanie_approval_sofa", "SEE", "03_Melanie_approval_sofa", State.temporary.events)<</script>>
<<melanie>>Let's sit down, $playerFirstName, don't you agree?<</melanie>>
<<cont keypress append>><<player>>That sounds great.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So you want to talk, do you?<</melanie>>
<video @src=_Kayla03MelanieApprovesMel1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, you had a few suggestions as well.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're willingness to compromise is quite disconcerting, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah? How come?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It makes it clear you have a fairly small dick.<</melanie>>
<video @src=_Kayla03MelanieApprovesMel2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>At the same time, I've received informations that it is of regular size.<</melanie>>
<video @src=_Kayla03MelanieApprovesMel3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It is not regular. It's extra large.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm sorry I can't take your word for it, $playerFirstName.<</melanie>>
[[So why don't you take a closer look yourself?|Kayla03MelanieApprovesMelblow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Your pants are unusually tight, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Well, I want the bulge to be visible.<</player>>
<video @src=_Kayla03MelanieApprovesMel4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Don't be stupid, $playerFirstName, it's like you're garding an invaluable treasure in there.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I do have an invaluable treasure in there.<</player>>
<video @src=_Kayla03MelanieApprovesMel5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you can't fool anyone, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Quite a few girls have blown this dick in the past.<</player>>
<video @src=_Kayla03MelanieApprovesMel6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>But none of them had boobs as marvelous as mine.<</melanie>>
[[Fair enough|Kayla03MelanieApprovesMelblow3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<<player>>There you go. What do you think?<</player>>
<video @src=_Kayla03MelanieApprovesMela1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(Looking at it): ...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Pretty large after all, don't you agree?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No? Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me put it like this: you are lucky I actually didn't have time for my daily blowjob this morning.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>What do you mean?<</player>>
<video @src=_Kayla03MelanieApprovesMela2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I mean, $playerFirstName, that I'm so hungry for cock right now I can't be too picky about its size.<</melanie>>
[[So that means...|Kayla03MelanieApprovesMelblowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<melanie>>(Looking at your cock.): No, this isn't right. This cock is way too small for me. You'd better leave.<</melanie>>
[[Okay (leave)|Park][wait()]]
<<if canExperienceEvent("03_melanie_approval_blow_force", State.temporary.events)>><<disable !canExperienceEvent("03_melanie_approval_blow_force", State.temporary.events)>>[[It's now or never (go for a deepthroat)|Kayla03MelanieApprovesMelblowWindmill2]]<</disable>>
<</if>><<if canExperienceEvent("03_melanie_approval_blow_soft", State.temporary.events)>><<disable !canExperienceEvent("03_melanie_approval_blow_soft", State.temporary.events)>>[[It's okay, you can start slow|Kayla03MelanieApprovesMelblowWindmill1]]<</disable>>
<</if>><<if canExperienceEvent("03_melanie_approval_blow_hard", State.temporary.events)>><<disable !canExperienceEvent("03_melanie_approval_blow_hard", State.temporary.events)>>[[I know you want it|Kayla03MelanieApprovesMelblowWindmill3]]<</disable>>
<</if>><<if canExperienceEvent("03_melanie_approval_blow_continue", State.temporary.events)>><<disable !canExperienceEvent("03_melanie_approval_blow_continue", State.temporary.events)>>[[Kayla comes back|Kayla03MelanieApprovesBlow1]]<</disable>>
<</if>><div id="03_Melanie_approval_blow_soft"></div>
<<script>>experiencedEvent("03_melanie_approval_blow_soft", "SEE", "03_Melanie_approval_blow_soft", State.temporary.events)<</script>>
<<player>>(To yourself): Is this really happening?<</player>>
<<cont keypress append>><<melanie>>Let's see how this little fellow tastes.<</melanie>>
<video @src=_Kayla03MelanieApprovesMelb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Not that bad, huh?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It resembles the taste of a young boy I met in France a few years ago.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>A young boy with a big dick?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, not really.<</melanie>>
<video @src=_Kayla03MelanieApprovesMelb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>But it was rock hard, I guess?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, no but his dad was filthy rich.<</melanie>>
<video @src=_Kayla03MelanieApprovesMelb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And you fucked the dad as well?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, obviously.<</melanie>>
[[Continue|Kayla03MelanieApprovesMelblowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="03_Melanie_approval_blow_force"></div>
<<script>>experiencedEvent("03_melanie_approval_blow_force", "SEE", "03_Melanie_approval_blow_force", State.temporary.events)<</script>>
<<player>>Take it, bitch! Take it hard!<</player>>
<video @src=_Kayla03MelanieApprovesMelc2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Ngngng! Ngngng!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You fucking slut! Blow that cock!<</player>>
<video @src=_Kayla03MelanieApprovesMelc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Ng-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Not that bad, was it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, listen well, because I'll only tell you this one time.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Listening): ...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>When woman has boobs as amazing as mine, she's the one deciding when to deepthroat a cock or not.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I think I blew it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, leave. Before I call my husband.<</melanie>>
[[I guess I went too far|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_approval_blow_continue"></div>
<<script>>experiencedEvent("03_melanie_approval_blow_continue", "SEE", "03_Melanie_approval_blow_continue", State.temporary.events)<</script>>
<<melanie>>So, what do you want me to do now, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Well...<</player>>
<video @src=_Kayla03MelanieApprovesBlow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>(From a distance): Melanie? What are you doing?<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, hi, my love...<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>Have you started without me?<</kayla>>
<video @src=_Kayla03MelanieApprovesBlow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I haven't had a dick in my mouth since this morning. What was I supposed to do?<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>Be a little patient, perhaps?<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>My love, with boobs like mine there's never a need for being patient.<</melanie>>
[[She's a master of logic|Kayla03MelanieApprovesBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I blow whichever cock I want, whenever I want. You should know that.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlow3 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Apparently.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>(Silent): ...<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Even $playerFirstName's dick I can blow. It's my choice. My own.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Do I have a say? Probably not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No one tells me what to do. That's what feminism all about. You need to become more modern and progressive, my love.<</melanie>>
[[I'd better leave those two birds and their political discussion (leave)|Park][wait()]]
<<disable !canExperienceEvent("03_melanie_approval_doubleblow_alone", State.temporary.events)>>[[So I'm some kind of feminist hero? (continue)|Kayla03MelanieApprovesBlow3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<kayla>>I admit I haven't read any contemporary feminist theory... But that this mean I can suck $playerFirstName's dick as well?<</kayla>>
<<cont keypress append>><<melanie>>If we're to follow logic, yes.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlowa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Great, then I'd like to join.<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I can't say no to that.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlowa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Me neither.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I wouldn't like to discourage women's liberation.<</melanie>>
[[What's happening?|Kayla03MelanieApprovesBlow4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(To yourself): Apparently.<</player>>
<<cont keypress append>><<kayla>>Let me come down for you, $playerFirstName.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(Holding your dick): Don't get too excited, my love, $playerFirstName's dick is quite small after all.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlowb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>It is? That's not how I remember it.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(Scowling): That's because you haven't seen as huge cocks as I have.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlowb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Mmm, mmm.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>You don't have the boobs to attract the best dicks.<</melanie>>
[[Kayla seems to appreciate it, at least|Kayla03MelanieApprovesBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Two gorgeous women wants to suck your dick. Melanie has a strong will, but maybe you can turn the events to your liking a little bit.
[[Melanie wants it for herself|Kayla03MelanieApprovesBlowWindmill1]]
<<disable !canExperienceEvent("03_melanie_approval_doubleblow_alone2", State.temporary.events)>>[[She won't let Kayla have a taste|Kayla03MelanieApprovesBlowWindmill2]]<</disable>>
<<disable !canExperienceEvent("03_melanie_approval_doubleblow_cont", State.temporary.events)>>[[Melanie takes off her clothes (continue)|Kayla03MelanieApprovesBlow5]]<</disable>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="03_Melanie_approval_doubleblow_cont"></div>
<<script>>experiencedEvent("03_melanie_approval_doubleblow_cont", "SEE", "03_Melanie_approval_doubleblow_cont", State.temporary.events)<</script>>
<<kayla>>Why don't you remove that dress, Melanie?<</kayla>>
<<cont keypress append>><<melanie>>I don't want $playerFirstName to come too fast.<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>You'll hold, won't you, $playerFirstName?<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>Of course I will.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlowe1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>I'll keep $playerFirstName warm in the meantime.<</kayla>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Great.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't make hime come before I'm back. I want to taste that jizz.<</melanie>>
<video @src=_Kayla03MelanieApprovesBlowe2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Mngk! Mngk!<</kayla>>
[[Continue|Kayla03MelanieApprovesFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_approval_doubleblow_alone"></div>
<<script>>experiencedEvent("03_melanie_approval_doubleblow_alone", "SEE", "03_Melanie_approval_doubleblow_alone", State.temporary.events)<</script>>
<<kayla>>It's a good cock, don't you agree?<</kayla>>
<<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<video @src=_Kayla03MelanieApprovesBlowc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>Can I have a taste as well?<</kayla>>
<video @src=_Kayla03MelanieApprovesBlowc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>The balls are good as well.<</kayla>>
<video @src=_Kayla03MelanieApprovesBlowc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
[[Continue|Kayla03MelanieApprovesBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_approval_doubleblow_alone2"></div>
<<script>>experiencedEvent("03_melanie_approval_doubleblow_alone2", "SEE", "03_Melanie_approval_doubleblow_alone2", State.temporary.events)<</script>>
<<kayla>>Yes, take that cock hard!<</kayla>>
<video @src=_Kayla03MelanieApprovesBlowd1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>You are so beautiful, Melanie, so sexy.<</kayla>>
<video @src=_Kayla03MelanieApprovesBlowd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mm-ah... Obviously.<</melanie>>
[[Continue|Kayla03MelanieApprovesBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
All your dreams are coming true. What do you want to do?
[[Fuck Kayla on the side|Kayla03MelanieApprovesFuckWindmill2]]
<<disable !canExperienceEvent("03_melanie_approval_fuck_blow", State.temporary.events)>>[[Another blow|Kayla03MelanieApprovesFuckWindmill3]]<</disable>>
<<disable !canExperienceEvent("03_melanie_approval_fuck_top", State.temporary.events)>>[[Kayla on top|Kayla03MelanieApprovesFuckWindmill4]]<</disable>>
<<disable !canExperienceEvent("03_melanie_approval_fuck_finish", State.temporary.events)>>[[You're ready|Kayla03MelanieApprovesFinish1]]<</disable>>
<div id="03_Melanie_approval_fuck_kaylaside"></div>
<<script>>experiencedEvent("03_melanie_approval_fuck_kaylaside", "SEE", "03_Melanie_approval_fuck_kaylaside", State.temporary.events)<</script>>
<<player>>Can I fuck you now, Melanie?<</player>>
<<cont keypress append>><<melanie>>I've already told you I only let big dicks into my pussy, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So I can fuck you in the ass?<</player>>
<video @src=_Kayla03MelanieApprovesFucka1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>(Licking Melanie's pussy): Wow, he's got brains as well.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Shut up, my love, and focus on that pussy.<</melanie>>
<video @src=_Kayla03MelanieApprovesFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>(Licking Melanie's pussy): Anything you say, boss.<</kayla>>
[[Continue|Kayla03MelanieApprovesFuckWindmill2b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_approval_fuck_blow"></div>
<<script>>experiencedEvent("03_melanie_approval_fuck_blow", "SEE", "03_Melanie_approval_fuck_blow", State.temporary.events)<</script>>
<<player>>It's quite big after all, isn't it?<</player>>
<<cont keypress append>><<melanie>>Mmm, Mmm!<</melanie>>
<video @src=_Kayla03MelanieApprovesFuckb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Don't you worry about it, $playerFirstName, she can't think of anything else when she's got a sweet ol' cock in her mouth.<</kayla>>
<<scrolldown>><<cont keypress append>><<kayla>>Come on, let me taste it as well!<</kayla>>
<video @src=_Kayla03MelanieApprovesFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Ah-gah! Ah-gah! Ah-gah!<</melanie>>
[[Continue|Kayla03MelanieApprovesFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_approval_fuck_top"></div>
<<script>>experiencedEvent("03_melanie_approval_fuck_top", "SEE", "03_Melanie_approval_fuck_top", State.temporary.events)<</script>>
<<player>>Can I fuck you now?<</player>>
<<cont keypress append>><<melanie>>How many times do I have to say it? NO MINI-PENIS IN MY PUSSY!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Okay, okay.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>(Smiling): You can fuck me, $playerFirstName, if you want to.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Good, my love. Sit on top of that cock.<</melanie>>
<video @src=_Kayla03MelanieApprovesFuckc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Yes! Yes! Yes!<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>(Dreamily): I can't believe how beautiful I am.<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>Fuck that pussy! Fuck that pussy!<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>And look at my hair. My boobs.<</melanie>>
<video @src=_Kayla03MelanieApprovesFuckc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Wow, they're so marvelo-o-o-us!<</kayla>>
[[Continue|Kayla03MelanieApprovesFuckWindmill4b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Coming soon...<</player>>
<<cont keypress append>><<melanie>>Okay, all, listen up! $playerFirstName's about to come.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, that's pretty much what I just said.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>So what should we do?<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>My love, you will stand on all four on the couch.<</melanie>>
<video @src=_Kayla03MelanieApprovesFinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>Like this?<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Exactly. I will be below you, probably I'll give your pussy one or two nice licks in the meantime.<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>Great!<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>And $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You will fuck Kayla until you come. But when you come, you will give it all to me. Do you understand?<</melanie>>
<video @src=_Kayla03MelanieApprovesFinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Not really. Do you want me to jizz on your face or in your mouth?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Both.<</melanie>>
[[Brilliant|Kayla03MelanieApprovesFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I think it's time to suck on those tits for a bit.<</melanie>>
<video @src=_Kayla03MelanieApprovesFucka3 autoplay muted loop></video>
<<cont keypress append>><<kayla>>You're welcome to them.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Although that cock looks tasty as well.<</melanie>>
<video @src=_Kayla03MelanieApprovesFucka4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, you're welcome to it.<</player>>
[[She dives for it|Kayla03MelanieApprovesFuckWindmill2c]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>What do you like the most, my love, my boobs or my hair?<</melanie>>
<<cont keypress append>><<kayla>>(Panting): Boobs! Boobs! Boobs!<</kayla>>
<video @src=_Kayla03MelanieApprovesFuckc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That's correct. But it seems you're not doing a good job down here. $playerFirstName didn't come yet.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Isn't that a good thing?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me have a closer look at this little fellow.<</melanie>>
<video @src=_Kayla03MelanieApprovesFuckc4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>No, please don't take it away from me!<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>I do whatever I want, with whichever cock I want. That's the core of women's liberation.<</melanie>>
[[Right|Kayla03MelanieApprovesFuckWindmill4c]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<kayla>>Fuck me! Fuck me!<</kayla>>
<video @src=_Kayla03MelanieApprovesFinish3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Yummy pussy, don't you agree, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes!<</player>>
<video @src=_Kayla03MelanieApprovesFinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Or do you prefer rubbing your legs on my boobs?<</melanie>>
<<scrolldown>><<cont keypress append>><<kayla>>$playerFirstName! Stop talking and fuck me!<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you tolerate that a woman talk like that to you, $playerFirstName? Let her know who's the man! Spank her!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Alright!<</player>>
<video @src=_Kayla03MelanieApprovesFinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Shut up, bitch! Shut up and ride that cock!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hmm, maybe your cock is of decent size anyway, $playerFirstName.<</melanie>>
[[You're ready|Kayla03MelanieApprovesFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_melanie_approval_fuck_finish"></div>
<<script>>experiencedEvent("03_melanie_approval_fuck_finish", "SEE", "03_melanie_approval_fuck_finish", State.temporary.events)<</script>>
<<player>>Coming! I'm coming!<</player>>
<<cont keypress append>><<melanie>>Okay, $playerFirstName, pull it out!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes!<</player>>
<video @src=_Kayla03MelanieApprovesFinisha1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>There you go.<</player>>
<video @src=_Kayla03MelanieApprovesFinisha2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Make sure to unload some in my mouth as well.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah! Yeah!<</player>>
<video @src=_Kayla03MelanieApprovesFinisha3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
[[She seems pleased|Kayla03MelanieApprovesFinish4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<player>>So how did it taste?<</player>>
<video @src=_Kayla03MelanieApprovesFinisha4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, a bit salty.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah?<</player>>
<video @src=_Kayla03MelanieApprovesFinisha5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, and rather sweet.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So what's your overall judgement?<</player>>
<video @src=_Kayla03MelanieApprovesFinisha6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>The taste of the cum is decent. <</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Uh, huh?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But the cock is still way too small for me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Screw her.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MelanieGymAlone1 to 'videos/Melanie/version0.3/gymalone/1.mp4',
_MelanieGymAlone2 to 'videos/Melanie/version0.3/gymalone/2.mp4',
_MelanieGymAlone3 to 'videos/Melanie/version0.3/gymalone/3.mp4',
_MelanieGymAlone4 to 'videos/Melanie/version0.3/gymalone/4.mp4',
_MelanieGymAlone5 to 'videos/Melanie/version0.3/gymalone/5.mp4',
_MelanieGymAlone6 to 'videos/Melanie/version0.3/gymalone/6.mp4',
_MelanieGymAlone7 to 'videos/Melanie/version0.3/gymalone/7.mp4'
>><<set
_MelanieGymLook1 to 'videos/Melanie/version0.3/gymlook/1.mp4',
_MelanieGymLook2 to 'videos/Melanie/version0.3/gymlook/2.mp4',
_MelanieGymLook3 to 'videos/Melanie/version0.3/gymlook/3.mp4',
_MelanieGymLook4 to 'videos/Melanie/version0.3/gymlook/4.mp4',
_MelanieGymLook5 to 'videos/Melanie/version0.3/gymlook/5.mp4',
_MelanieGymLook6 to 'videos/Melanie/version0.3/gymlook/6.mp4',
_MelanieGymextraintro0 to 'videos/Melanie/version0.3/gymextra/intro/0.mp4',
_MelanieGymextraintro1 to 'videos/Melanie/version0.3/gymextra/intro/1.mp4',
_MelanieGymextrablow0 to 'videos/Melanie/version0.3/gymextra/blow/0.mp4',
_MelanieGymextrablow1 to 'videos/Melanie/version0.3/gymextra/blow/1.mp4',
_MelanieGymextrablow2 to 'videos/Melanie/version0.3/gymextra/blow/2.mp4',
_MelanieGymextrablow3 to 'videos/Melanie/version0.3/gymextra/blow/3.mp4',
_MelanieGymextrablow4 to 'videos/Melanie/version0.3/gymextra/blow/4.mp4',
_MelanieGymextrablow5 to 'videos/Melanie/version0.3/gymextra/blow/5.mp4',
_MelanieGymextrablow6 to 'videos/Melanie/version0.3/gymextra/blow/6.mp4',
_MelanieGymextrablow7 to 'videos/Melanie/version0.3/gymextra/blow/7.mp4',
_MelanieGymextrafinish0 to 'videos/Melanie/version0.3/gymextra/finish/0.mp4',
_MelanieGymextrafinish1 to 'videos/Melanie/version0.3/gymextra/finish/1.mp4',
_MelanieGymextrafinish2 to 'videos/Melanie/version0.3/gymextra/finish/2.mp4',
_MelanieGymextrafinish3 to 'videos/Melanie/version0.3/gymextra/finish/3.mp4',
_MelanieGymextrafinish4 to 'videos/Melanie/version0.3/gymextra/finish/4.mp4',
_MelanieGymextrafinish5 to 'videos/Melanie/version0.3/gymextra/finish/5.mp4',
_MelanieGymextrafinish6 to 'videos/Melanie/version0.3/gymextra/finish/6.mp4',
_MelanieGymextrafinish7 to 'videos/Melanie/version0.3/gymextra/finish/7.mp4'
>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
You meet up with Melanie at the gym.
<<cont keypress append>><<melanie>>Let me show you my routine, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Please, do.<</player>>
[[She starts hitting the sandbag|03MelanieGymAlone2]]
<<scrolldown>><</cont>><</cont>><div id="04_Melanie_gym_alone"></div>
<<script>>experiencedEvent("04_melanie_gym_alone", "SEE", "04_Melanie_gym_alone", State.temporary.events)<</script>>
<<melanie>>You know who I imagine while hitting the sandbag, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>No, please tell me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I imagine my husband.<</melanie>>
<video @src=_MelanieGymAlone1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, for a number of reasons, really.<</melanie>>
<video @src=_MelanieGymAlone2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Maybe you can name one or two?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>He didn't fuck me in the ass this morning, for one.<</melanie>>
<video @src=_MelanieGymAlone3 autoplay muted loop></video>
[[That's really weird|03MelanieGymAlone3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>To be honest, I didn't ask him to.<</melanie>>
<<cont keypress append>><<player>>But you're still angry that he didn't do it?<</player>>
<video @src=_MelanieGymAlone4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You obviously don't understand the mentality of a big dick, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How do you mean?<</player>>
<video @src=_MelanieGymAlone5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>A man with a huge dick would fuck me in the ass no matter what I ask for.<</melanie>>
[[Is she saying her husband doesn't have a big dick?|03MelanieGymAlone4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="04_Melanie_gym_look_intro"></div>
<<script>>experiencedEvent("04_melanie_gym_look_intro", "SEE", "04_Melanie_gym_look_intro", State.temporary.events)<</script>>
<<melanie>>You're hanging out in gym quite often nowadays, don't you, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>I try to become fitter.<</player>>
<video @src=_MelanieGymLook1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, and you know quite a few exercises, don't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I guess...<</player>>
<video @src=_MelanieGymLook2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Maybe you can be my personal trainer?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, sure, why not.<</player>>
<video @src=_MelanieGymLook3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Are you certified?<</melanie>>
[[No|03MelanieGymLook2]]
<<if canExperienceEvent("04_melanie_gym_look_pt_done", State.temporary.events)>>[[Yes, of course|MelanieGymLook3]]<<if !eventIdIsSeen("04_melanie_gym_look_pt_done")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_gym_look_exam", State.temporary.events)>>[[Yes, but before I take the job I'll have to examine your physical status|MelanieGymLookExtra1]]<<if !eventIdIsSeen("04_melanie_gym_look_exam")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_gym_look_jizz", State.temporary.events)>>[[Just give me a quick blowjob and we can negotiate|MelanieGymLookExtraFinish1]]
<</if>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="04_Melanie_gym_look_whatsneeded"></div>
<<script>>experiencedEvent("04_melanie_gym_look_whatsneeded", "SEE", "04_Melanie_gym_look_whatsneeded", State.temporary.events)<</script>>
<<melanie>>I suspected that. You need to take lessons, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>You know where I can find a teacher?<</player>>
<video @src=_MelanieGymLook4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>There are plenty of experienced girls here at the gym, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Experienced in what way?<</player>>
<video @src=_MelanieGymLook5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Can you ever think about anything else than sex, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yes. The question is: can you?<</player>>
<video @src=_MelanieGymLook6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No need to answer that question, $playerFirstName, of course you can't.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>A least not when you're around.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Laughing): Just go and see the head of the gym, $playerFirstName, she's usually here on Tuesdays.<</melanie>>
[[Leave|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MelanieGymFuck1 to 'videos/Melanie/version0.3/gymfuck/intro/1.mp4',
_MelanieGymFuck2 to 'videos/Melanie/version0.3/gymfuck/intro/2.mp4',
_MelanieGymFuck3 to 'videos/Melanie/version0.3/gymfuck/intro/3.mp4',
_MelanieGymFuck4 to 'videos/Melanie/version0.3/gymfuck/intro/4.mp4',
_MelanieGymFuck5 to 'videos/Melanie/version0.3/gymfuck/intro/5.mp4',
_MelanieGymFuck6 to 'videos/Melanie/version0.3/gymfuck/intro/6.mp4',
_MelanieGymFucka1 to 'videos/Melanie/version0.3/gymfuck/intro/a1.mp4',
_MelanieGymFuckb1 to 'videos/Melanie/version0.3/gymfuck/intro/b1.mp4',
_MelanieGymFuckb2 to 'videos/Melanie/version0.3/gymfuck/intro/b2.mp4',
_MelanieGymFuckc1 to 'videos/Melanie/version0.3/gymfuck/intro/c1.mp4',
_MelanieGymFuckc2 to 'videos/Melanie/version0.3/gymfuck/intro/c2.mp4',
_MelanieGymFuckc3 to 'videos/Melanie/version0.3/gymfuck/intro/c3.mp4',
_MelanieGymFuckd1 to 'videos/Melanie/version0.3/gymfuck/intro/d1.mp4',
_MelanieGymFuckd2 to 'videos/Melanie/version0.3/gymfuck/intro/c2.mp4',
_MelanieGymFuckd3 to 'videos/Melanie/version0.3/gymfuck/intro/c3.mp4'
>>
<<set
_MelanieGymFuckClothes1 to 'videos/Melanie/version0.3/gymfuck/clothes/1.mp4',
_MelanieGymFuckClothes2 to 'videos/Melanie/version0.3/gymfuck/clothes/2.mp4',
_MelanieGymFuckClothes3 to 'videos/Melanie/version0.3/gymfuck/clothes/3.mp4',
_MelanieGymFuckClothes4 to 'videos/Melanie/version0.3/gymfuck/clothes/4.mp4',
_MelanieGymFuckClothes5 to 'videos/Melanie/version0.3/gymfuck/clothes/5.mp4',
_MelanieGymFuckClothes6 to 'videos/Melanie/version0.3/gymfuck/clothes/6.mp4',
_MelanieGymFuckClothes7 to 'videos/Melanie/version0.3/gymfuck/clothes/7.mp4',
_MelanieGymFuckClothes8 to 'videos/Melanie/version0.3/gymfuck/clothes/8.mp4',
_MelanieGymFuckClothesa1 to 'videos/Melanie/version0.3/gymfuck/clothes/a1.mp4',
_MelanieGymFuckClothesa2 to 'videos/Melanie/version0.3/gymfuck/clothes/a2.mp4',
_MelanieGymFuckClothesa3 to 'videos/Melanie/version0.3/gymfuck/clothes/a3.mp4',
_MelanieGymFuckClothesa4 to 'videos/Melanie/version0.3/gymfuck/clothes/a4.mp4',
_MelanieGymFuckClothesa5 to 'videos/Melanie/version0.3/gymfuck/clothes/a5.mp4',
_MelanieGymFuckClothesa6 to 'videos/Melanie/version0.3/gymfuck/clothes/a6.mp4',
_MelanieGymFuckClothesa7 to 'videos/Melanie/version0.3/gymfuck/clothes/a7.mp4',
_MelanieGymFuckClothesa8 to 'videos/Melanie/version0.3/gymfuck/clothes/a8.mp4'
>>
<<set
_MelanieGymFuckNaked1 to 'videos/Melanie/version0.3/gymfuck/naked/1.mp4',
_MelanieGymFuckNaked2 to 'videos/Melanie/version0.3/gymfuck/naked/2.mp4',
_MelanieGymFuckNaked3 to 'videos/Melanie/version0.3/gymfuck/naked/3.mp4',
_MelanieGymFuckNaked4 to 'videos/Melanie/version0.3/gymfuck/naked/4.mp4',
_MelanieGymFuckNaked5 to 'videos/Melanie/version0.3/gymfuck/naked/5.mp4'
>>
<<set
_MelanieGymFuckFinish1 to 'videos/Melanie/version0.3/gymfuck/finish/1.mp4',
_MelanieGymFuckFinish2 to 'videos/Melanie/version0.3/gymfuck/finish/2.mp4',
_MelanieGymFuckFinish3 to 'videos/Melanie/version0.3/gymfuck/finish/3.mp4',
_MelanieGymFuckFinish4 to 'videos/Melanie/version0.3/gymfuck/finish/4.mp4'
>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="04_Melanie_gym_fuck_intro"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_intro", "SEE", "04_Melanie_gym_fuck_intro", State.temporary.events)<</script>>
Melanie is waiting for you.
<<cont keypress append>><<player>>(To yourself): Wow, she's beautiful.<</player>>
<video @src=_MelanieGymFuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I'd better approach her.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Nice gym clothes.<</player>>
<video @src=_MelanieGymFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>My boobs look great, is that what you mean, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>They always look great.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Please, try to concentrate on your duties, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>>What do you want to do?
[[Okay, let's get started|03MelanieGymFuckIntro2]]
<<disable !canExperienceEvent("04_melanie_gym_fuck_takephone", State.temporary.events)>>[[Take her phone|03MelanieGymFuckIntroTakePhone]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(Clearing your throat): I have prepared a few exercises for you.<</player>>
<<cont keypress append>><<melanie>>What kind of exercises, $playerFirstName?<</melanie>>
<video @src=_MelanieGymFuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>There will be something for your legs, something for your butt, and...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And what is the purpose of those exercises, $playerFirstName?<</melanie>>
<video @src=_MelanieGymFuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, the overall purpose is to keep you in shape.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me be absolutely clear on one point, $playerFirstName, I hit the gym for one sole purpose: to perfect my body for sex.<</melanie>>
[[I understand|03MelanieGymFuckIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>These exercises will serve that end-goal perfectly.<</player>>
<<cont keypress append>><<melanie>>Are you sure, $playerFirstName?<</melanie>>
<video @src=_MelanieGymFuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm positive.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I needed to make sure. I mean, evidently you have rather small cock.<</melanie>>
<video @src=_MelanieGymFuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>My cock is actually a big one.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Excuse me?<</melanie>>
[[Let's start with the exercises|03MelanieGymFuckIntroWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>What exercise do you want to show Melanie?
[[Squat with a kettlebell|03MelanieGymFuckIntroWindmill2]]
<<disable !canExperienceEvent("04_melanie_gym_fuck_stick", State.temporary.events)>>[[Squat with a stick|03MelanieGymFuckIntroWindmill1]]<</disable>>
<<disable !canExperienceEvent("04_melanie_gym_fuck_pilates", State.temporary.events)>>[[Let's try pilates|03MelanieGymFuckIntro4]]<</disable>><div id="04_Melanie_gym_fuck_takephone"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_takephone", "SEE", "04_Melanie_gym_fuck_takephone", State.temporary.events)<</script>>
<<player>>I'll take that toy of yours for the remainder of the class.<</player>>
<video @src=_MelanieGymFucka1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Why, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I want to keep your focus on the exercises.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then why don't you remove my butt plug as well?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You have a butt plug applied right now?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, sometimes it's just too evident you have a small dick, $playerFirstName!<</melanie>>
[[Continue|03MelanieGymFuckIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_gym_fuck_stick"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_stick", "SEE", "04_Melanie_gym_fuck_stick", State.temporary.events)<</script>>
<<player>>This is another version of the squat-exercise. The only difference is that you're holding a stick.<</player>>
<video @src=_MelanieGymFuckb1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>So it's like a threesome? I ride one cock and perform a handjob on another at the same time?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think that's an accurate description.<</player>>
<video @src=_MelanieGymFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Honestly, $playerFirstName, do you think I need to practice my threesome-skills?<</melanie>>
[[Honestly, I don't|03MelanieGymFuckIntroWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Melanie_gym_fuck_kettlebell"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_kettlebell", "SEE", "04_Melanie_gym_fuck_kettlebell", State.temporary.events)<</script>>
<<melanie>>Is that a kettlebell, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>That's correct.<</player>>
<video @src=_MelanieGymFuckc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>What are you gonna do with it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Squats, like this.<</player>>
<video @src=_MelanieGymFuckc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>And why would you do that?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's a perfect exercise for women who wants to ride their men's dicks.<</player>>
<video @src=_MelanieGymFuckc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I know. But why would YOU want to do it?<</melanie>>
[[Good question|03MelanieGymFuckIntroWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_gym_fuck_pilates"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_pilates", "SEE", "04_Melanie_gym_fuck_pilates", State.temporary.events)<</script>>
<<player>>I have one of these balls... It's called a pilates ball.<</player>>
<<cont keypress append>><<melanie>>I know those balls perfectly well, $playerFirstName, do you know why?<</melanie>>
<video @src=_MelanieGymFuckd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>No, please tell me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Because my husband fucked me on one of those on our first date.<</melanie>>
[[I'll take a note on that|03MelanieGymFuckClothes1]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>Lie down on it. And lift your legs.<</player>>
<<cont keypress append>><<melanie>>Like this, $playerFirstName?<</melanie>>
<video @src=_MelanieGymFuckClothes1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're doing great.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And how about you, $playerFirstName, are you having a good look at my ass?<</melanie>>
<video @src=_MelanieGymFuckClothes2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You know I'm a professional.<</player>>
[[Sure she does|03MelanieGymFuckClothes2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<player>>Now, I would like you to practice your balance.<</player>>
<video @src=_MelanieGymFuckClothes3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>So, what am I supposed to do?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Try to sit on the center of the ball.<</player>>
<video @src=_MelanieGymFuckClothes4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not very impressed with this exercise, $playerFirstName, isn't there anything more to it?<</melanie>>
[[Call the session over|Gym][wait()]]
<<disable !canExperienceEvent("04_melanie_gym_fuck_removepants", State.temporary.events)>>[[I would like to remove your pants|03MelanieGymFuckIntroAsk]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="04_Melanie_gym_fuck_succremovepants"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_succremovepants", "SEE", "04_Melanie_gym_fuck_succremovepants", State.temporary.events)<</script>>
<<melanie>>You're a tough negotiator, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>I do this for your sake.<</player>>
<video @src=_MelanieGymFuckClothes6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, right...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Now, lift your legs again.<</player>>
<video @src=_MelanieGymFuckClothes7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You're serious this is beneficial for my exercise?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Dead serious.<</player>>
<video @src=_MelanieGymFuckClothes8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I don't believe you<</melanie>>
[[What can I do to make you trust me?|03MelanieGymFuckClothes4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<melanie>>Come over here, $playerFirstName, and let me have a feel of that little cock of yours.<</melanie>>
<<cont keypress append>><<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, if it's hard, I have proven that you only made this exercise up because you're a pervert.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Alright, here it is. Soft as a pillow.<</player>>
<video @src=_MelanieGymFuckClothesa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I would say you're pretty hard, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm not as hard as I can be.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're full of shit. Bring it forth.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>There you go.<</player>>
<video @src=_MelanieGymFuckClothesa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, you're hard. You've been thinking about my boobs the whole time, haven't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>The only reason my cock is hard is because you're wanking it, right now.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Bullshit. I'm not wanking anything. I only assess whether it's hard or soft.<</melanie>>
<video @src=_MelanieGymFuckClothesa3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And what's your judgement?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
[[She seems to like it|03MelanieGymFuckClothes5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>It's getting harder as you blow it.<</player>>
<video @src=_MelanieGymFuckClothesa4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You can't blame me for that.<</player>>
<video @src=_MelanieGymFuckClothesa5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>What in this situation makes me a pervert?<</player>>
<video @src=_MelanieGymFuckClothesa6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm. If I say you're pervert, $playerFirstName, there's nothing you can do to prove me wrong.<</melanie>>
[[Continue|03MelanieGymFuckClothes6]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>To practice my balance effectively, I'd better remove my clothes. Isn't that right, $playerFirstName?<</melanie>>
<video @src=_MelanieGymFuckClothesa7 autoplay muted loop></video>
<<cont keypress append>><<player>>That's correct.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then the top has to go as well.<</melanie>>
<video @src=_MelanieGymFuckClothesa8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Diving for her boobs): Mm-ah! Mm-ah!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You are a simple man, $playerFirstName.<</melanie>>
[[Wow|03MelanieGymFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>If you touch my pussy I will kill you, $playerFirstName!<</melanie>>
Good to know. What do you want to do instead?
[[Fuck her mouth|03MelanieGymFuckWindmill1]]
<<disable !canExperienceEvent("04_melanie_gym_fuck_boobs", State.temporary.events)>>[[Fuck her boobs|03MelanieGymFuckWindmill2]]<</disable>>
<<disable !canExperienceEvent("04_melanie_gym_fuck_boobsjizz", State.temporary.events)>>[[Jizz in her face|03MelanieGymFuckFinish]]<</disable>><div id="04_Melanie_gym_fuck_mouth"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_mouth", "SEE", "04_Melanie_gym_fuck_mouth", State.temporary.events)<</script>>
<<player>>Take that cock in your mouth!<</player>>
<video @src=_MelanieGymFuckNaked1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Harder!<</player>>
<video @src=_MelanieGymFuckNaked2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[What do you want to do now?|03MelanieGymFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Melanie_gym_fuck_boobs"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_boobs", "SEE", "04_Melanie_gym_fuck_boobs", State.temporary.events)<</script>>
<<melanie>>I know you like those boobs, $playerFirstName.<</melanie>>
<video @src=_MelanieGymFuckNaked3 autoplay muted loop></video>
<<cont keypress append>><<player>>Mmm, mmm.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>In a second you'll get the chance to stick your cock in between them.<</melanie>>
<video @src=_MelanieGymFuckNaked4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why not now?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You have to learn patience, $playerFirstName!<</melanie>>
<video @src=_MelanieGymFuckNaked5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And why is that?<</player>>
[[What do you want to do now?|03MelanieGymFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_gym_fuck_boobsjizz"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_boobsjizz", "SEE", "04_Melanie_gym_fuck_boobsjizz", State.temporary.events)<</script>>
<<player>>Alright, coming soon.<</player>>
<<cont keypress append>><<melanie>>Hold on, $playerFirstName, I'm coming for it.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Just don't take too long.<</player>>
<video @src=_MelanieGymFuckFinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes! Yes!<</player>>
<video @src=_MelanieGymFuckFinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, spray that cum all over me!<</melanie>>
[[She really likes cum|03MelanieGymFuckFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_SandeeNurseIntro1 to 'videos/Others/version0.3/sandee/nurse/tease/1.mp4',
_SandeeNurseIntro2 to 'videos/Others/version0.3/sandee/nurse/tease/2.mp4',
_SandeeNurseIntro3 to 'videos/Others/version0.3/sandee/nurse/tease/3.mp4',
_SandeeNurseIntro4 to 'videos/Others/version0.3/sandee/nurse/tease/4.mp4',
_SandeeNurseIntro5 to 'videos/Others/version0.3/sandee/nurse/tease/5.mp4',
_SandeeNurseIntro6 to 'videos/Others/version0.3/sandee/nurse/tease/6.mp4',
_SandeeNurseIntro7 to 'videos/Others/version0.3/sandee/nurse/tease/7.mp4',
_SandeeNurseIntro8 to 'videos/Others/version0.3/sandee/nurse/tease/8.mp4',
_SandeeNurseIntro9 to 'videos/Others/version0.3/sandee/nurse/tease/9.mp4'
>>
<<set
_SandeeNursePull1 to 'videos/Others/version0.3/sandee/nurse/pull/1.mp4',
_SandeeNursePull2 to 'videos/Others/version0.3/sandee/nurse/pull/2.mp4',
_SandeeNursePull3 to 'videos/Others/version0.3/sandee/nurse/pull/3.mp4',
_SandeeNursePull4 to 'videos/Others/version0.3/sandee/nurse/pull/4.mp4',
_SandeeNursePull5 to 'videos/Others/version0.3/sandee/nurse/pull/5.mp4',
_SandeeNursePull6 to 'videos/Others/version0.3/sandee/nurse/pull/6.mp4',
_SandeeNursePull7 to 'videos/Others/version0.3/sandee/nurse/pull/7.mp4'
>>
<<set
_SandeeNurseBlow1 to 'videos/Others/version0.3/sandee/nurse/blow/1.mp4',
_SandeeNurseBlow2 to 'videos/Others/version0.3/sandee/nurse/blow/2.mp4',
_SandeeNurseBlow3 to 'videos/Others/version0.3/sandee/nurse/blow/3.mp4',
_SandeeNurseBlow4 to 'videos/Others/version0.3/sandee/nurse/blow/4.mp4',
_SandeeNurseBlowa1 to 'videos/Others/version0.3/sandee/nurse/blow/a1.mp4',
_SandeeNurseBlowa2 to 'videos/Others/version0.3/sandee/nurse/blow/a2.mp4',
_SandeeNurseBlowb1 to 'videos/Others/version0.3/sandee/nurse/blow/b1.mp4',
_SandeeNurseBlowc1 to 'videos/Others/version0.3/sandee/nurse/blow/c1.mp4',
_SandeeNurseBlowc2 to 'videos/Others/version0.3/sandee/nurse/blow/c2.mp4',
_SandeeNurseBlowc3 to 'videos/Others/version0.3/sandee/nurse/blow/c3.mp4'
>>
<<set
_SandeeNurseFuck1 to 'videos/Others/version0.3/sandee/nurse/fuck/1.mp4',
_SandeeNurseFuck2 to 'videos/Others/version0.3/sandee/nurse/fuck/2.mp4',
_SandeeNurseFuck3 to 'videos/Others/version0.3/sandee/nurse/fuck/3.mp4',
_SandeeNurseFuck4 to 'videos/Others/version0.3/sandee/nurse/fuck/4.mp4',
_SandeeNurseFuck5 to 'videos/Others/version0.3/sandee/nurse/fuck/5.mp4',
_SandeeNurseFuck6 to 'videos/Others/version0.3/sandee/nurse/fuck/6.mp4',
_SandeeNurseFuck7 to 'videos/Others/version0.3/sandee/nurse/fuck/7.mp4',
_SandeeNurseFuck8 to 'videos/Others/version0.3/sandee/nurse/fuck/8.mp4',
_SandeeNurseFucka1 to 'videos/Others/version0.3/sandee/nurse/fuck/a1.mp4',
_SandeeNurseFucka2 to 'videos/Others/version0.3/sandee/nurse/fuck/a2.mp4'
>>
<<set
_SandeeNurseFinish1 to 'videos/Others/version0.3/sandee/nurse/finish/1.mp4',
_SandeeNurseFinish2 to 'videos/Others/version0.3/sandee/nurse/finish/2.mp4',
_SandeeNurseFinish3 to 'videos/Others/version0.3/sandee/nurse/finish/3.mp4',
_SandeeNurseFinish4 to 'videos/Others/version0.3/sandee/nurse/finish/4.mp4'
>>What do you wanna bring up?
[[Leave|Melwork][wait()]]
[[Why am I here?|SandeeNurseTalkMethod]]
<<disable !canExperienceEvent("03_sandee_nurse_start", State.temporary.events)>>[[Well, let's start the scanning, I guess|SandeeNurseTease2]]<</disable>>
<<if canExperienceEvent("04_sandee_nurse_away_toget_money", State.temporary.events)>>[[I have a question that might seem unrelated|SandeeNurseTalkMoney]]<<if !eventIdIsSeen("04_sandee_nurse_away_toget_money")>> NEW EVENT!<</if>><</if>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="03_Sandee_nurse_start"></div>
<<script>>experiencedEvent("03_sandee_nurse_start", "SEE", "03_Sandee_nurse_start", State.temporary.events)<</script>>
<<sandee>>Right. The whole examination relies on that you have a hard-on. Are you, by any chance, hard already?<</sandee>>
<<cont keypress append>><<player>>(To yourself): How to answer that question?<</player>>
[[Yes, actually|SandeeNurseBlow1]]
[[No, not yet|SandeeNurseTease25]]
<<scrolldown>><</cont>>
<<sandee>>Well, one of my ex-boyfriends said the same thing. And his issue was resolved by a fairly simple idea.<</sandee>>
<<cont keypress append>><<player>>What kind of idea?<</player>>
<video @src=_SandeeNurseIntro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>He got to touch them himself.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>I know. They are quite nice, aren't they?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<video @src=_SandeeNurseIntro9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Can you believe that jerk left me for Melanie?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, her boobs are fairly amazing as well.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Speaking of which, are you hard yet?<</sandee>>
[[Not really|SandeeNursePull1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>Are you sure? This is weird...<</sandee>>
<<cont keypress append>><<player>>Yeah, but... I guess you'll have to do something extra today.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Well, I can always show you my pussy...<</sandee>>
<video @src=_SandeeNursePull1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Yeah, that's a sweet cherry right there.<</sandee>>
<video @src=_SandeeNursePull2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Indeed.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>That filthy bastard licked my pussy in the evenings, and during the days he put his dick in between Melanie's boobs. Can you believe that?<</sandee>>
[[Seems reasonable|SandeeNursePull2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>You may stick in a finger, $playerFirstName.<</sandee>>
<<cont keypress append>><<player>>Are you sure?<</player>>
<video @src=_SandeeNursePull3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>I told you, I got the necessary education.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Well, in that case...<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>It might be even better if you use two fingers.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Did your ex-boyfriend ever use two fingers?<</player>>
<video @src=_SandeeNursePull4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Oh, $playerFirstName, no. No, no, he did not.<</sandee>>
[[Well, then you're up for a treat|SandeeNursePull3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<player>>Why do you care so much about your ex-boyfriend? He seems like a total dick to me.<</player>>
<video @src=_SandeeNursePull5 autoplay muted loop></video>
<<cont keypress append>><<sandee>>He is a dick. But he's filthy rich.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Ah, I see.<</player>>
<video @src=_SandeeNursePull6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>He promised we would travel the world...<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>And you'd be his trophy wife...<</player>>
<video @src=_SandeeNursePull7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>And stay at all the fancy hotels.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>That's a beautiful dream.<</player>>
[[I'm hard now|SandeeNurseBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="03_Sandee_nurse_startwork"></div>
<<script>>experiencedEvent("03_sandee_nurse_startwork", "SEE", "03_Sandee_nurse_startwork", State.temporary.events)<</script>>
<<sandee>>Okay, let's see...<</sandee>>
<<cont keypress append>><<player>>Here he is...<</player>>
<video @src=_SandeeNurseBlow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>It seems you've been satisfied with my goods after all, mister I-Don't-Have-A-Hard-On?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, of course...<</player>>
<video @src=_SandeeNurseBlow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Now, $playerFirstName, I will do a complete scanning of your balls and your cock...<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Okay?<</player>>
<video @src=_SandeeNurseBlow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>It's completely based on science.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>That's good to hear.<</player>>
<video @src=_SandeeNurseBlow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>The methods I will use have been published in well-renowned journals, such as Nature, Science...<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Then I don't need to worry.<</player>>
[[Let's start the examination!|SandeeNurseBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>The nurse seems to have quite a few methods in mind for performing the examination.
[[The most exact way of examination|SandeeNurseBlowWindmill1]]
<<disable !canExperienceEvent("03_sandee_nurse_double", State.temporary.events)>>[[Adhering to an old-school protocol|SandeeNurseBlowWindmill2]]<</disable>>
<<disable !canExperienceEvent("03_sandee_nurse_dpth", State.temporary.events)>>[[I have another idea|SandeeNurseBlowWindmill3]]<</disable>>
<<disable !canExperienceEvent("03_sandee_nurse_goon", State.temporary.events)>>[[Continue|SandeeNurseFuck1]]<</disable>>
<div id="03_Sandee_nurse_exact"></div>
<<script>>experiencedEvent("03_sandee_nurse_exact", "SEE", "03_Sandee_nurse_exact", State.temporary.events)<</script>>
<<sandee>>As in any branch of science, there are preferred ways of doing examinations, experiments, and such.<</sandee>>
<<cont keypress append>><<player>>Okay?<</player>>
<video @src=_SandeeNurseBlowa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>And in my area of expertise, the community is fairly agreed on that the oral method is the best one.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Fine by me.<</player>>
<video @src=_SandeeNurseBlowa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm, mmm.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>You stay professional, don't you?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Of course I do. But I still enjoy my job.<</sandee>>
[[Continue|SandeeNurseBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Sandee_nurse_double"></div>
<<script>>experiencedEvent("03_sandee_nurse_double", "SEE", "03_Sandee_nurse_double", State.temporary.events)<</script>>
<<sandee>>My professor at college was a real old-timer. He taught me a few ways which were popular back in the days.<</sandee>>
<<cont keypress append>><<player>>Interesting. Like what?<</player>>
<video @src=_SandeeNurseBlowb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Like this double-handed handjob.<</sandee>>
[[Continue|SandeeNurseBlowWindmill]]
<<scrolldown>><</cont>><</cont>><div id="03_Sandee_nurse_dpth"></div>
<<script>>experiencedEvent("03_sandee_nurse_dpth", "SEE", "03_Sandee_nurse_dpth", State.temporary.events)<</script>>
<<sandee>>Which method do you prefer, $playerFirstName?<</sandee>>
<video @src=_SandeeNurseBlowc2 autoplay muted loop></video>
<<cont keypress append>><<player>>I like the oral one, but I think you can go deeper.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Mngk! Mngk!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Yes, this is good.<</player>>
<video @src=_SandeeNurseBlowc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mngk! Mngk! Gaah!<</sandee>>
[[Continue|SandeeNurseBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Sandee_nurse_goon"></div>
<<script>>experiencedEvent("03_sandee_nurse_goon", "SEE", "03_Sandee_nurse_goon", State.temporary.events)<</script>>
<<sandee>>Alright, $playerFirstName, it's time for the next part of the examination.<</sandee>>
<<cont keypress append>><<player>>Okay?<</player>>
<video @src=_SandeeNurseFuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Most men don't mind doing it, but please tell me if you're uncomfortable in any way.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>What do I have to do?<</player>>
<video @src=_SandeeNurseFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>I will bend over like this.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Right, and then?<</player>>
<video @src=_SandeeNurseFuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>And then I would like you to stick that cock inte my pussy, right here.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>I think I can do that.<</player>>
<<sandee>>Great.<</sandee>>
[[Continue|SandeeNurseFuck2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>I'm ready whenever you are, $playerFirstName.<</sandee>>
<<cont keypress append>><<player>>I just wonder, is this pussy tight enough for my cock?<</player>>
<video @src=_SandeeNurseFuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>I'm ready whenever you are, $playerFirstName.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Is it moist, though?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Yes, $playerFirstName, it's moist.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>But I want it wet.<</player>>
<video @src=_SandeeNurseFuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>It's already we-e-e-et!<</sandee>>
[[She might be right|SandeeNurseFuck3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>Please, $playerFirstName, it is wet enough!<</sandee>>
<<cont keypress append>><<player>>Are you sure?<</player>>
<video @src=_SandeeNurseFuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Yes, $playerFirstName! Now, can you please stick it in?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Okay, I'll be slow.<</player>>
<video @src=_SandeeNurseFuck7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Ooh, aah!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, it's quite big isn't it?<</player>>
<video @src=_SandeeNurseFuck8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>It's huge!<</sandee>>
[[Take her hard|SandeeNurseFuck4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>I guess you want me to fuck you?<</player>>
<video @src=_SandeeNurseFucka1 autoplay muted loop></video>
<<cont keypress append>><<sandee>>Yes, $playerFirstName!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>And you want me to fuck you hard, don't you?<</player>>
<video @src=_SandeeNurseFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Yes! Yes! Ye-e-e-e-es!<</sandee>>
[[Cum|SandeeNurseFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="03_Sandee_nurse_finish"></div>
<<script>>experiencedEvent("03_sandee_nurse_finish", "SEE", "03_Sandee_nurse_finish", State.temporary.events)<</script>>
<<player>>I'm ready for the last part of the examination!<</player>>
<<cont keypress append>><<sandee>>I didn't tell you about the last part, $playerFirstName, how did you know?<</sandee>>
<video @src=_SandeeNurseFinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>J-just guessing. Ah!<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>That's really clever of you, $playerFirstName, maybe you know what comes next as well?<</sandee>>
<video @src=_SandeeNurseFinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I think you will have a taste of my cum.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>You're a science prodigy, $playerFirstName.<</sandee>>
<video @src=_SandeeNurseFinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I always wanted to be a doctor as a child.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>You're welcome back any time. I'll be your teacher.<</sandee>>
<video @src=_SandeeNurseFinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I bet you will.<</player>>
[[Return|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_VictoriaBurglarySneak1 to 'videos/Others/version0.3/victoria/burglary/sneak/1.mp4',
_VictoriaBurglarySneak2 to 'videos/Others/version0.3/victoria/burglary/sneak/2.mp4',
_VictoriaBurglarySneak3 to 'videos/Others/version0.3/victoria/burglary/sneak/3.mp4',
_VictoriaBurglarySneak4 to 'videos/Others/version0.3/victoria/burglary/sneak/4.mp4',
_VictoriaBurglarySneak5 to 'videos/Others/version0.3/victoria/burglary/sneak/5.mp4',
_VictoriaBurglarySneak6 to 'videos/Others/version0.3/victoria/burglary/sneak/6.mp4',
_VictoriaBurglarySneaka1 to 'videos/Others/version0.3/victoria/burglary/sneak/a1.mp4',
_VictoriaBurglarySneaka2 to 'videos/Others/version0.3/victoria/burglary/sneak/a2.mp4',
_VictoriaBurglarySneaka3 to 'videos/Others/version0.3/victoria/burglary/sneak/a3.mp4',
_VictoriaBurglarySneaka4 to 'videos/Others/version0.3/victoria/burglary/sneak/a4.mp4',
_VictoriaBurglarySneakb1 to 'videos/Others/version0.3/victoria/burglary/sneak/b1.mp4',
_VictoriaBurglarySneakb2 to 'videos/Others/version0.3/victoria/burglary/sneak/b2.mp4',
_VictoriaBurglarySneakb3 to 'videos/Others/version0.3/victoria/burglary/sneak/b3.mp4',
_VictoriaBurglarySneakc1 to 'videos/Others/version0.3/victoria/burglary/sneak/c1.mp4',
_VictoriaBurglarySneakc2 to 'videos/Others/version0.3/victoria/burglary/sneak/c2.mp4',
_VictoriaBurglarySneakc3 to 'videos/Others/version0.3/victoria/burglary/sneak/c3.mp4',
_VictoriaBurglarySneakc4 to 'videos/Others/version0.3/victoria/burglary/sneak/c4.mp4',
_VictoriaBurglarySneakd1 to 'videos/Others/version0.3/victoria/burglary/sneak/d1.mp4',
_VictoriaBurglarySneakd2 to 'videos/Others/version0.3/victoria/burglary/sneak/d2.mp4'
>>
<<set
_VictoriaBurglaryCaught1 to 'videos/Others/version0.3/victoria/burglary/caught/1.mp4',
_VictoriaBurglaryCaught2 to 'videos/Others/version0.3/victoria/burglary/caught/2.mp4',
_VictoriaBurglaryCaught3 to 'videos/Others/version0.3/victoria/burglary/caught/3.mp4',
_VictoriaBurglaryCaught4 to 'videos/Others/version0.3/victoria/burglary/caught/4.mp4',
_VictoriaBurglaryCaught5 to 'videos/Others/version0.3/victoria/burglary/caught/5.mp4',
_VictoriaBurglaryCaught6 to 'videos/Others/version0.3/victoria/burglary/caught/6.mp4',
_VictoriaBurglaryCaughta1 to 'videos/Others/version0.3/victoria/burglary/caught/a1.mp4',
_VictoriaBurglaryCaughta2 to 'videos/Others/version0.3/victoria/burglary/caught/a2.mp4',
_VictoriaBurglaryCaughtb1 to 'videos/Others/version0.3/victoria/burglary/caught/b1.mp4',
_VictoriaBurglaryCaughtb2 to 'videos/Others/version0.3/victoria/burglary/caught/b2.mp4',
_VictoriaBurglaryCaughtb3 to 'videos/Others/version0.3/victoria/burglary/caught/b3.mp4',
_VictoriaBurglaryCaughtc1 to 'videos/Others/version0.3/victoria/burglary/caught/c1.mp4',
_VictoriaBurglaryCaughtc2 to 'videos/Others/version0.3/victoria/burglary/caught/c2.mp4',
_VictoriaBurglaryCaughtc3 to 'videos/Others/version0.3/victoria/burglary/caught/c3.mp4'
>>
<<set
_VictoriaBurglaryBlow1 to 'videos/Others/version0.3/victoria/burglary/blow/1.mp4',
_VictoriaBurglaryBlowa1 to 'videos/Others/version0.3/victoria/burglary/blow/a1.mp4',
_VictoriaBurglaryBlowa2 to 'videos/Others/version0.3/victoria/burglary/blow/a2.mp4',
_VictoriaBurglaryBlowb1 to 'videos/Others/version0.3/victoria/burglary/blow/b1.mp4',
_VictoriaBurglaryBlowb2 to 'videos/Others/version0.3/victoria/burglary/blow/b2.mp4',
_VictoriaBurglaryBlowc1 to 'videos/Others/version0.3/victoria/burglary/blow/c1.mp4',
_VictoriaBurglaryBlowc2 to 'videos/Others/version0.3/victoria/burglary/blow/c2.mp4',
_VictoriaBurglaryBlowc3 to 'videos/Others/version0.3/victoria/burglary/blow/c3.mp4'
>>
<<set
_VictoriaBurglaryFuck1 to 'videos/Others/version0.3/victoria/burglary/fuck/1.mp4',
_VictoriaBurglaryFuck2 to 'videos/Others/version0.3/victoria/burglary/fuck/2.mp4',
_VictoriaBurglaryFuck3 to 'videos/Others/version0.3/victoria/burglary/fuck/3.mp4',
_VictoriaBurglaryFucka1 to 'videos/Others/version0.3/victoria/burglary/fuck/a1.mp4',
_VictoriaBurglaryFucka2 to 'videos/Others/version0.3/victoria/burglary/fuck/a2.mp4',
_VictoriaBurglaryFucka3 to 'videos/Others/version0.3/victoria/burglary/fuck/a3.mp4',
_VictoriaBurglaryFuckb1 to 'videos/Others/version0.3/victoria/burglary/fuck/b1.mp4',
_VictoriaBurglaryFuckb2 to 'videos/Others/version0.3/victoria/burglary/fuck/b2.mp4',
_VictoriaBurglaryFuckb3 to 'videos/Others/version0.3/victoria/burglary/fuck/b3.mp4'
>>
<<set
_VictoriaBurglaryFinish1 to 'videos/Others/version0.3/victoria/burglary/finish/1.mp4',
_VictoriaBurglaryFinish2 to 'videos/Others/version0.3/victoria/burglary/finish/2.mp4',
_VictoriaBurglaryFinish3 to 'videos/Others/version0.3/victoria/burglary/finish/3.mp4',
_VictoriaBurglaryFinish4 to 'videos/Others/version0.3/victoria/burglary/finish/4.mp4'
>><<set
_SandeeBreakinginIntro1 to 'videos/Others/version0.3/sandee/breakingin/intro/1.mp4',
_SandeeBreakinginIntro2 to 'videos/Others/version0.3/sandee/breakingin/intro/2.mp4',
_SandeeBreakinginIntro3 to 'videos/Others/version0.3/sandee/breakingin/intro/3.mp4',
_SandeeBreakinginIntro4 to 'videos/Others/version0.3/sandee/breakingin/intro/4.mp4',
_SandeeBreakinginIntro5 to 'videos/Others/version0.3/sandee/breakingin/intro/5.mp4',
_SandeeBreakinginIntro6 to 'videos/Others/version0.3/sandee/breakingin/intro/6.mp4',
_SandeeBreakinginIntro7 to 'videos/Others/version0.3/sandee/breakingin/intro/7.mp4',
_SandeeBreakinginIntro8 to 'videos/Others/version0.3/sandee/breakingin/intro/8.mp4',
_SandeeBreakinginIntro9 to 'videos/Others/version0.3/sandee/breakingin/intro/9.mp4'
>>
<<set
_SandeeBreakinginBlow1 to 'videos/Others/version0.3/sandee/breakingin/bj/1.mp4',
_SandeeBreakinginBlow2 to 'videos/Others/version0.3/sandee/breakingin/bj/2.mp4',
_SandeeBreakinginBlow3 to 'videos/Others/version0.3/sandee/breakingin/bj/3.mp4',
_SandeeBreakinginBlow4 to 'videos/Others/version0.3/sandee/breakingin/bj/4.mp4',
_SandeeBreakinginBlow5 to 'videos/Others/version0.3/sandee/breakingin/bj/5.mp4',
_SandeeBreakinginBlow6 to 'videos/Others/version0.3/sandee/breakingin/bj/6.mp4',
_SandeeBreakinginBlow7 to 'videos/Others/version0.3/sandee/breakingin/bj/7.mp4',
_SandeeBreakinginBlowa1 to 'videos/Others/version0.3/sandee/breakingin/bj/a1.mp4',
_SandeeBreakinginBlowa2 to 'videos/Others/version0.3/sandee/breakingin/bj/a2.mp4',
_SandeeBreakinginBlowa3 to 'videos/Others/version0.3/sandee/breakingin/bj/a3.mp4',
_SandeeBreakinginBlowa4 to 'videos/Others/version0.3/sandee/breakingin/bj/a4.mp4',
_SandeeBreakinginBlowa5 to 'videos/Others/version0.3/sandee/breakingin/bj/a5.mp4',
_SandeeBreakinginBlowa6 to 'videos/Others/version0.3/sandee/breakingin/bj/a6.mp4'
>>
<<set
_SandeeBreakinginFuck1 to 'videos/Others/version0.3/sandee/breakingin/fuck/1.mp4',
_SandeeBreakinginFuck2 to 'videos/Others/version0.3/sandee/breakingin/fuck/2.mp4',
_SandeeBreakinginFuck3 to 'videos/Others/version0.3/sandee/breakingin/fuck/3.mp4',
_SandeeBreakinginFuck4 to 'videos/Others/version0.3/sandee/breakingin/fuck/4.mp4',
_SandeeBreakinginFuck5 to 'videos/Others/version0.3/sandee/breakingin/fuck/5.mp4',
_SandeeBreakinginFucka1 to 'videos/Others/version0.3/sandee/breakingin/fuck/a1.mp4',
_SandeeBreakinginFucka2 to 'videos/Others/version0.3/sandee/breakingin/fuck/a2.mp4',
_SandeeBreakinginFucka3 to 'videos/Others/version0.3/sandee/breakingin/fuck/a3.mp4',
_SandeeBreakinginFucka4 to 'videos/Others/version0.3/sandee/breakingin/fuck/a4.mp4',
_SandeeBreakinginFucka5 to 'videos/Others/version0.3/sandee/breakingin/fuck/a5.mp4',
_SandeeBreakinginFucka6 to 'videos/Others/version0.3/sandee/breakingin/fuck/a6.mp4',
_SandeeBreakinginFuckb1 to 'videos/Others/version0.3/sandee/breakingin/fuck/b1.mp4',
_SandeeBreakinginFuckb2 to 'videos/Others/version0.3/sandee/breakingin/fuck/b2.mp4',
_SandeeBreakinginFuckb3 to 'videos/Others/version0.3/sandee/breakingin/fuck/b3.mp4',
_SandeeBreakinginFuckb4 to 'videos/Others/version0.3/sandee/breakingin/fuck/b4.mp4',
_SandeeBreakinginFuckc1 to 'videos/Others/version0.3/sandee/breakingin/fuck/c1.mp4',
_SandeeBreakinginFuckc2 to 'videos/Others/version0.3/sandee/breakingin/fuck/c2.mp4',
_SandeeBreakinginFuckc3 to 'videos/Others/version0.3/sandee/breakingin/fuck/c3.mp4',
_SandeeBreakinginFuckc4 to 'videos/Others/version0.3/sandee/breakingin/fuck/c4.mp4',
_SandeeBreakinginFuckd1 to 'videos/Others/version0.3/sandee/breakingin/fuck/d1.mp4',
_SandeeBreakinginFuckd2 to 'videos/Others/version0.3/sandee/breakingin/fuck/d2.mp4'
>>
<<set
_SandeeBreakinginFinish1 to 'videos/Others/version0.3/sandee/breakingin/finish/1.mp4',
_SandeeBreakinginFinish2 to 'videos/Others/version0.3/sandee/breakingin/finish/2.mp4',
_SandeeBreakinginFinish3 to 'videos/Others/version0.3/sandee/breakingin/finish/3.mp4',
_SandeeBreakinginFinish4 to 'videos/Others/version0.3/sandee/breakingin/finish/4.mp4',
_SandeeBreakinginFinish5 to 'videos/Others/version0.3/sandee/breakingin/finish/5.mp4',
_SandeeBreakinginFinish6 to 'videos/Others/version0.3/sandee/breakingin/finish/6.mp4',
_SandeeBreakinginFinish7 to 'videos/Others/version0.3/sandee/breakingin/finish/7.mp4'
>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<div id="04_Sandeeburglar"></div>
<<script>>experiencedEvent("04_sandeeburglar", "SEE", "04_Sandeeburglar", State.temporary.events)<</script>>
<<player>>Wow, this is a fancy neighborhood!<</player>>
<<cont keypress append>><<sandee>>I know, I used to walk our dog around here every morning.<</sandee>>
<video @src=_SandeeBreakinginIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You must have been catcalled by every man in the area.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Of course I was. I have great boobs.<</sandee>>
<video @src=_SandeeBreakinginIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So, did you blow their cocks behind this wall?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>No, $playerFirstName, I was a decent woman back then.<</sandee>>
[[Back then?|SandeeBreakinginIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>Here it is, can you see anyone?<</sandee>>
<<cont keypress append>><<player>>I don't think so. Wow, this is luxurious!<</player>>
<video @src=_SandeeBreakinginIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Of course, I told you my ex-boyfriend is filthy rich.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>So did you leave him?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>He cheated on me.<</sandee>>
<video @src=_SandeeBreakinginIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>He might be rich, but he's not very clever, is he?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Well, the woman he fucks nowadays is quite good as well.<</sandee>>
[[Better than you?|SandeeBreakinginIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>Well, she's got better boobs, that's for sure.<</sandee>>
<<cont keypress append>><<player>>Is that even possible?<</player>>
<video @src=_SandeeBreakinginIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Please, $playerFirstName, I know modern medicine. I know the standards.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Sure you do. But I know your boobs, and they are freaking perfect.<</player>>
<video @src=_SandeeBreakinginIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Aren't you the charmer, $playerFirstName?<</sandee>>
[[Let's break in|SandeeBreakinginIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>She must have huge boobs, your ex-boyfriend's new woman?<</player>>
<video @src=_SandeeBreakinginIntro7 autoplay muted loop></video>
<<cont keypress append>><<sandee>>Believe me, $playerFirstName, they are famous.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Her boobs are famous?<</player>>
<video @src=_SandeeBreakinginIntro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>She talks about them all the time.<</sandee>>
[[You know her?|SandeeBreakinginIntro5]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<<sandee>>Of course I do. It's Melanie, my boss.<</sandee>>
<<cont keypress append>><<player>>It's Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Is that such a surprise, $playerFirstName? She's the biggest slut there is.<</sandee>>
<video @src=_SandeeBreakinginIntro9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, but...<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>And she's got great boobs, there's no point denying it.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>No, maybe not...<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>We might even find a piece of clothing that proves it.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Hey, there's a number of bras, right there.<</player>>
<video @src=_SandeeBreakinginBlow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Yes, there is! Can I please try them on, $playerFirstName?<</sandee>>
[[No, I don't have time for this (leave)|Park][wait()]]
[[No, we need to focus (collect valuables)|SandeeBreakinginFocus]]
<<disable true>>[[Yes, if it involves you getting naked|SandeeBreakinginBlow1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="04_Sandeeburglar_bra"></div>
<<script>>experiencedEvent("04_sandeeburglar_bra", "SEE", "04_Sandeeburglar_bra", State.temporary.events)<</script>>
<<sandee>>Let's imagine that I'm Melanie, and you're my ex-boyfriend.<</sandee>>
<video @src=_SandeeBreakinginBlow2 autoplay muted loop></video>
<<cont keypress append>><<player>>Huh?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Wouldn't that be fun?<</sandee>>
<video @src=_SandeeBreakinginBlow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Look at this: my boobs in this giant bra. They fit quite good, don't they?<</sandee>>
<video @src=_SandeeBreakinginBlow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I think you're doing good without it, actually.<</player>>
[[What's she doing?|SandeeBreakinginBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>Well, if you want me to be naked, I'm afraid you have to lick my pussy.<</sandee>>
<video @src=_SandeeBreakinginBlow5 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm afraid you're correct.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Why don't you dive for it, $playerFirstName?<</sandee>>
<video @src=_SandeeBreakinginBlow6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Slurp, slurp.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm, $playerFirstName, you're good at this!<</sandee>>
<video @src=_SandeeBreakinginBlow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Slurp, slurp.<</player>>
[[It's time for Sandee to work|SandeeBreakinginBlow3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>You know, this is how I found out my boyfriend cheated on me.<</sandee>>
<<cont keypress append>><<player>>How?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Melanie was lying down on this couch like this...<</sandee>>
<video @src=_SandeeBreakinginBlowa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>And my boyfriend just casually put his dick in her mouth.<</sandee>>
<video @src=_SandeeBreakinginBlowa3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Like this?<</player>>
[[Sounds like a great idea|SandeeBreakinginBlow4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="04_Sandeeburglar_blow"></div>
<<script>>experiencedEvent("04_sandeeburglar_blow", "SEE", "04_Sandeeburglar_blow", State.temporary.events)<</script>>
<<player>>Seems like your ex-boyfriend had a good time.<</player>>
<video @src=_SandeeBreakinginBlowa4 autoplay muted loop></video>
<<cont keypress append>><<sandee>>Mmm, mmm!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Of course, Melanie is probably not as good at sucking cocks as you are.<</player>>
<video @src=_SandeeBreakinginBlowa6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mngk! Mngk!<</sandee>>
[[Let's fuck|SandeeBreakinginFuck1Windmill]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<sandee>>What do you think Melanie and my ex-boyfriend did next?<</sandee>>
[[She sat on top of him|SandeeBreakinginFuck1Windmill1]]
<<disable !canExperienceEvent("04_sandeeburglar_doggy", State.temporary.events)>>[[Regular doggystyle|SandeeBreakinginFuck1Windmill2]]<</disable>>
<<if canExperienceEvent("04_sandeeburglar_show", State.temporary.events)>>[[She just lie down on the bed, showing her pussy to him (continue)|SandeeBreakinginFuckContinue1]]
<</if>><div id="04_Sandeeburglar_ontop"></div>
<<script>>experiencedEvent("04_sandeeburglar_ontop", "SEE", "04_Sandeeburglar_ontop", State.temporary.events)<</script>>
<<sandee>>You're actually correct, $playerFirstName, how did you know?<</sandee>>
<video @src=_SandeeBreakinginFucka1 autoplay muted loop></video>
<<cont keypress append>><<player>>It was just a feeling.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>A feeling, $playerFirstName? Are you sure you weren't there as well, spying?<</sandee>>
<video @src=_SandeeBreakinginFucka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mmm, mmm!<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>What did you say, $playerFirstName? I can't hear you.<</sandee>>
<video @src=_SandeeBreakinginFucka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mmm, mmm!<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>You're cute, $playerFirstName, you know that?<</sandee>>
<video @src=_SandeeBreakinginFucka4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And you need some good fucking.<</player>>
[[Fuck her hard|SandeeBreakinginFuck1Windmill1b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Sandeeburglar_doggy"></div>
<<script>>experiencedEvent("04_sandeeburglar_doggy", "SEE", "04_Sandeeburglar_doggy", State.temporary.events)<</script>>
<<sandee>>How did you know, $playerFirstName? Tell me your secret.<</sandee>>
<video @src=_SandeeBreakinginFuck1 autoplay muted loop></video>
<<cont keypress append>><<player>>I guess I have a vivid imagination.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Vivid? Or just perverted?<</sandee>>
<video @src=_SandeeBreakinginFuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Maybe a little bit of both.<</player>>
[[Don't blame me, blame reality|SandeeBreakinginFuck1Windmill2b]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Sandeeburglar_show"></div>
<<script>>experiencedEvent("04_sandeeburglar_show", "SEE", "04_Sandeeburglar_show", State.temporary.events)<</script>>
<<sandee>>Mmm, like this, $playerFirstName? You think Melanie showed her pussy to my ex-boyfriend like this?<</sandee>>
<video @src=_SandeeBreakinginFuckb1 autoplay muted loop></video>
<<cont keypress append>><<player>>I think no one could show her pussy as good as you.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>You're such a sweetheart, $playerFirstName! Now grab that ass.<</sandee>>
<video @src=_SandeeBreakinginFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You don't have to tell me twice.<</player>>
[[She's a fine lady|SandeeBreakinginFuckContinue2]]
<<scrolldown>><</cont>><</cont>><</cont>>
<<sandee>>You know, it feels good lying on my ex-boyfriends bed, being naughty.<</sandee>>
<<cont keypress append>><<player>>You don't say.<</player>>
<video @src=_SandeeBreakinginFuckb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>I would actually like to see his expression when he finds us.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>I don't want to be found by him.<</player>>
<video @src=_SandeeBreakinginFuckb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>It was only a joke, $playerFirstName.<</sandee>>
[[Let's fuck|SandeeBreakinginFuck2Windmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<sandee>>What do you think me and my ex-boyfriend did in this room?<</sandee>>
[[Doggystyle, for sure|SandeeBreakinginFuck2Windmill1]]
<<disable !canExperienceEvent("04_sandeeburglar_window", State.temporary.events)>>[[I think he fucked you against that window|SandeeBreakinginFuck2Windmill2]]<</disable>>
<<if canExperienceEvent("04_sandeeburglar_jizz", State.temporary.events)>>[[He jizzed on your face (finish)|SandeeBreakinginFuckFinish1]]
<</if>><div id="04_sandeeburglar_doggy2"></div>
<<script>>experiencedEvent("04_sandeeburglar_doggy2", "SEE", "04_sandeeburglar_doggy2", State.temporary.events)<</script>>
<<sandee>>That's right, $playerFirstName, we always did that.<</sandee>>
<<cont keypress append>><<player>>Did he ever fuck you this hard?<</player>>
<video @src=_SandeeBreakinginFuckd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>No! No! Neve-e-e-er!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>But you like it, don't you?<</player>>
<video @src=_SandeeBreakinginFuckd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>I lo-o-o-o-ove it!<</sandee>>
[[Let's fuck|SandeeBreakinginFuck2Windmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_sandeeburglar_window"></div>
<<script>>experiencedEvent("04_sandeeburglar_window", "SEE", "04_sandeeburglar_window", State.temporary.events)<</script>>
<<sandee>>Yes, $playerFirstName! That's my favorite!<</sandee>>
<<cont keypress append>><<player>>I will make you like it even more.<</player>>
<video @src=_SandeeBreakinginFuckc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>I don't doubt it, $playerFirstName.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>I will make you forget about that ex-boyfriend of yours.<</player>>
<video @src=_SandeeBreakinginFuckc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Please, do-o-o-o!<</sandee>>
[[Press her against the window|SandeeBreakinginFuck2Windmill2b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>
<<player>>It seems to me you need some cock in that pussy.<</player>>
<video @src=_SandeeBreakinginFucka5 autoplay muted loop></video>
<<cont keypress append>><<sandee>>Yes! Yes! Ye-e-e-e-es!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>You need to forget about that ex-boyfriend of yours.<</player>>
<video @src=_SandeeBreakinginFucka6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>He's already forgo-o-o-o-otten!<</sandee>>
[[Let's fuck|SandeeBreakinginFuck1Windmill]]
<<scrolldown>><</cont>><</cont>><</cont>><<sandee>>I remember Melanie laying down like this, getting fucked.<</sandee>>
<video @src=_SandeeBreakinginFuck3 autoplay muted loop></video>
<<cont keypress append>><<player>>Did she moan?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>(Panting): She moaned good.<</sandee>>
<video @src=_SandeeBreakinginFuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>More than you do now?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm, mmm-no.<</sandee>>
<video @src=_SandeeBreakinginFuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good.<</player>>
[[Let's fuck|SandeeBreakinginFuck1Windmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Let me see your breath on that window.<</player>>
<video @src=_SandeeBreakinginFuckc3 autoplay muted loop></video>
<<cont keypress append>><<sandee>>(Panting): We'll be visible from outsi-i-i-ide!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Press those boobies against it!<</player>>
<video @src=_SandeeBreakinginFuckc4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>What if someone sees us no-o-o-ow!<</sandee>>
[[let's fuck|SandeeBreakinginFuck2Windmill]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="04_Sandeeburglar_jizz"></div>
<<script>>experiencedEvent("04_sandeeburglar_jizz", "SEE", "04_Sandeeburglar_jizz", State.temporary.events)<</script>>
<<sandee>>He actually preferred to cum on my boobs.<</sandee>>
<<cont keypress append>><<player>>That's... also... a good... choice.<</player>>
<video @src=_SandeeBreakinginFinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm, $playerFirstName, this is so good.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, you liked that, didn't you?<</player>>
<video @src=_SandeeBreakinginFinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>It's the best cum I've ever tasted.<</sandee>>
[[There is a sound from the hallway|SandeeBreakinginFuckFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<<sandee>>He actually preferred to cum on my boobs.<</sandee>>
<<cont keypress append>><<player>>What's that?<</player>>
<video @src=_SandeeBreakinginFinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>It's him. He's back.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>We gotta go.<</player>>
<video @src=_SandeeBreakinginFinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>No, he must not see us.<</sandee>>
[[Run for your life|SandeeBreakinginFuckFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<<player>>Do we have time to put on our clothes?<</player>>
<video @src=_SandeeBreakinginFinish6 autoplay muted loop></video>
<<cont keypress append>><<sandee>>Don't worry about it. We're on the countryside anyway.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Okay.<</player>>
<video @src=_SandeeBreakinginFinish7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>We have to do this again sometime!<</sandee>>
[[This was fun (leave)|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="04_Victoria_Burglar_intro"></div>
<<script>>experiencedEvent("04_Victoria_burglar_intro", "SEE", "04_Victoria_Burglar_intro", State.temporary.events)<</script>>
<<player>>(To yourself): So this is the house.<</player>>
<video @src=_VictoriaBurglarySneak1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Seems to be unlocked.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): But are there any valuables here?<</player>>
<video @src=_VictoriaBurglarySneak2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess I have to search for it.<</player>>
[[Nah, I don't have time for this (leave)|Park][wait()]]
[[Continue|VictoriaBurglarySneak2]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("christmas1")>><<stopallaudio>><<audio "christmas1" volume 1 play>><</if>>
<div id="04_Victoria_Burglar_shower"></div>
<<script>>experiencedEvent("04_Victoria_burglar_shower", "SEE", "04_Victoria_Burglar_shower", State.temporary.events)<</script>>
<<player>>(To yourself): This looks like a bedroom.<</player>>
<video @src=_VictoriaBurglarySneak3 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): I hear something.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself, in the distance): Toni-i-i-ight, I'm gonna have myse-elf a real good time...<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself, sneaking to the bathroom): Is someone singing?<</player>>
<video @src=_VictoriaBurglarySneak4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): I feel ali-i-i-ive...<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Those boobs.<</player>>
<video @src=_VictoriaBurglarySneak5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): And the wo-o-o-o-orld...<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<video @src=_VictoriaBurglarySneak6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): I'll turn it inside out...<</victoria>>
[[Is it Queen?|VictoriaBurglarySneak3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<victoria>>(Singing for herself): Yeah...<</victoria>>
<video @src=_VictoriaBurglarySneaka3 autoplay muted loop></video>
<<cont keypress append>><<victoria>>(Singing for herself): I'm floating around...<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): God, can you please stop time right now?<</player>>
<video @src=_VictoriaBurglarySneaka4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): In ecstacy, so...<</victoria>>
[[I'm fine thanks|VictoriaBurglarySneak4]]
<<scrolldown>><</cont>><</cont>><</cont>><<victoria>>(Singing for herself): Don't stop me now...<</victoria>>
<video @src=_VictoriaBurglarySneakb2 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Oh, no, she's already finished.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): Don't stop me...<</victoria>>
<video @src=_VictoriaBurglarySneakb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's not how I turn off the shower.<</player>>
[[Will she find a towel?|VictoriaBurglarySneak5]]
<<scrolldown>><</cont>><</cont>><</cont>><<victoria>>(Singing for herself): Cause I'm having a good time...<</victoria>>
<video @src=_VictoriaBurglarySneakc1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): She's coming closer.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): Having a good time...<</victoria>>
<video @src=_VictoriaBurglarySneakc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yes, dry those boobs.<</player>>
[[Get closer|VictoriaBurglarySneak6]]
<<scrolldown>><</cont>><</cont>><</cont>><<victoria>>(Singing for herself): I'm a shooting star...<</victoria>>
<video @src=_VictoriaBurglarySneakc3 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Beware, $playerFirstName, you're here to get wealthy, not to fuck girls.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): leaping through the sky-y-y...<</victoria>>
<video @src=_VictoriaBurglarySneakc4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I must keep control.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself): like a tiger...<</victoria>>
[[It's time to go and find valuables|VictoriaBurglarySneak7]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("christmas1")>><<stopallaudio>><<audio "christmas1" volume 1 play>><</if>>
<<player>>(To yourself): There is nothing of value in this house. Nothing except...<</player>>
<<cont keypress append>><<victoria>>(Singing for herself, in the distance): Defying the laws of gravity...<</victoria>>
<video @src=_VictoriaBurglarySneakd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Sniffing the underwear): Mmm, the scent of a woman's pussy.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself, in the distance): I'm a racing car...<</victoria>>
<video @src=_VictoriaBurglarySneakd2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Sniffing the underwear): Mmm, mmm.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Singing for herself, in the distance): passing by...<</victoria>>
[[I could sit here forever|VictoriaBurglaryCaught1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="04_Victoria_Burglar_caught"></div>
<<script>>experiencedEvent("04_Victoria_burglar_caught", "SEE", "04_Victoria_Burglar_caught", State.temporary.events)<</script>>
<<player>>(Sniffing the underwear): Mmm, mmm.<</player>>
<<cont keypress append>><<victoria>>(Singing for herself, in the same room): like Lady Godi-huh?<</victoria>>
<video @src=_VictoriaBurglaryCaught1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Sniffing the underwear): Mmm, so good.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Hey, mister!<</victoria>>
<video @src=_VictoriaBurglaryCaught2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, hello.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>What do you think you're doing exactly?<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>Ehrm, sniffing panties?<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Bullshit.<</victoria>>
<video @src=_VictoriaBurglaryCaught3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>(Removing your balaclava, startled): I recognise you! You're the singer agent from TV, arent you?<</victoria>>
[[What?|VictoriaBurglaryCaught2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>I... I don't...<</player>>
<<cont keypress append>><<victoria>>You came here to hear me sing, didn't you?<</victoria>>
<video @src=_VictoriaBurglaryCaught5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>My neighbors have told you, haven't they?<</victoria>>
<video @src=_VictoriaBurglaryCaught6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I don't...<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Because you are the talent agent, right?<</victoria>>
[[No|VictoriaBurglaryCaught3]]
<<disable !canExperienceEvent("04_Victoria_burglar_yes_talent_agent", State.temporary.events)>>[[Yes|VictoriaBurglaryCaught5]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Victoria_Burglar_no_talent_agent"></div>
<<script>>experiencedEvent("04_Victoria_burglar_no_talent_agent", "SEE", "04_Victoria_Burglar_no_talent_agent", State.temporary.events)<</script>>
<<victoria>>(Laughing out loud): That's ridiculous!<</victoria>>
<video @src=_VictoriaBurglaryCaughta1 autoplay muted loop></video>
<<cont keypress append>><<player>>But it's true.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>(Laughing): So you're just a simple burglar, is that what you say?<</victoria>>
<video @src=_VictoriaBurglaryCaughta2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Pretty much, yeah.<</player>>
[[She doesn't seem conviced|VictoriaBurglaryCaught4]]
<<scrolldown>><</cont>><</cont>><</cont>><<victoria>>Let me show you something that will prove you wrong.<</victoria>>
<<cont keypress append>><<player>>Okay, and what is that?<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>This!<</victoria>>
<video @src=_VictoriaBurglaryCaughtb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oumph!<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Quite convincing, isn't it?<</victoria>>
<video @src=_VictoriaBurglaryCaughtb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mmm, mmm.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Enough.<</victoria>>
<video @src=_VictoriaBurglaryCaughtb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Too bad.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Now, you still believe you're not a singer agent?<</victoria>>
[[I'm definitely a singer agent|VictoriaBurglaryCaught5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Victoria_Burglar_yes_talent_agent"></div>
<<script>>experiencedEvent("04_Victoria_burglar_yes_talent_agent", "SEE", "04_Victoria_Burglar_yes_talent_agent", State.temporary.events)<</script>>
<<victoria>>So you're a singer agent, are you?<</victoria>>
<video @src=_VictoriaBurglaryCaughtc1 autoplay muted loop></video>
<<cont keypress append>><<player>>Yes...<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>And you heard me sing, didn't you?<</victoria>>
<video @src=_VictoriaBurglaryCaughtc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Certainly...<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>So what did you think?<</victoria>>
<video @src=_VictoriaBurglaryCaughtc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It was heavenly.<</player>>
[[I think I'm arriving at heaven right now|VictoriaBurglaryBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="04_Victoria_Burglar_blow"></div>
<<script>>experiencedEvent("04_Victoria_burglar_blow", "SEE", "04_Victoria_Burglar_blow", State.temporary.events)<</script>>
Victoria wants to blow you. But what do you want to do?
[[Slap her face with your cock|VictoriaBurglaryBlowWindmill1]]
<<disable !canExperienceEvent("04_Victoria_burglar_blow_dp", State.temporary.events)>>[[Deepthroat her|VictoriaBurglaryBlowWindmill2]]<</disable>>
<<disable !canExperienceEvent("04_Victoria_burglar_blow_dp_more", State.temporary.events)>>[[Deepthroat her even more|VictoriaBurglaryBlowWindmill3]]<</disable>>
<<if canExperienceEvent("04_Victoria_burglar_prepare", State.temporary.events)>>[[Let's get to business (continue)|VictoriaBurglaryFuckWindmill]]
<</if>><div id="04_Victoria_Burglar_blow_slap"></div>
<<script>>experiencedEvent("04_Victoria_burglar_blow_slap", "SEE", "04_Victoria_Burglar_blow_slap", State.temporary.events)<</script>>
<<victoria>>So which singers did you discover in the past?<</victoria>>
<video @src=_VictoriaBurglaryBlowa1 autoplay muted loop></video>
<<cont keypress append>><<player>>I found Mariah Carey, Rihanna and Justin Bieber, to name a few.<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Wow, you're good.<</victoria>>
<video @src=_VictoriaBurglaryBlowa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm just working really hard.<</player>>
[[What do you want to do now?|VictoriaBurglaryBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Victoria_Burglar_blow_dp"></div>
<<script>>experiencedEvent("04_Victoria_burglar_blow_dp", "SEE", "04_Victoria_Burglar_blow_dp", State.temporary.events)<</script>>
<<player>>It's not easy to be a singer.<</player>>
<video @src=_VictoriaBurglaryBlowb1 autoplay muted loop></video>
<<cont keypress append>><<victoria>>Mngk! Mngk!<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>You'll have to work hard<</player>>
<video @src=_VictoriaBurglaryBlowb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>Mngk! Mngk!<</victoria>>
[[What do you want to do now?|VictoriaBurglaryBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Victoria_Burglar_blow_dp_more"></div>
<<script>>experiencedEvent("04_Victoria_burglar_blow_dp_more", "SEE", "04_Victoria_Burglar_blow_dp_more", State.temporary.events)<</script>>
<<player>>You'll have to blow a lot of guitarists...<</player>>
<video @src=_VictoriaBurglaryBlowc1 autoplay muted loop></video>
<<cont keypress append>><<victoria>>Mngk! Mngk!<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>And bassists...<</player>>
<video @src=_VictoriaBurglaryBlowc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>Mngk! Mngk!<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>Not to mention the drummers.<</player>>
<video @src=_VictoriaBurglaryBlowc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>Mngk-ah! I can definitely do that!<</victoria>>
[[What do you want to do now?|VictoriaBurglaryBlowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
It's time to fuck Victoria.
[[Prepare her pussy|VictoriaBurglaryFuckWindmill1]]
<<disable !canExperienceEvent("04_Victoria_burglar_step", State.temporary.events)>>[[Step on her face|VictoriaBurglaryFuckWindmill2]]<</disable>>
<<disable !canExperienceEvent("04_Victoria_burglar_press", State.temporary.events)>>[[Push her down|VictoriaBurglaryFuckWindmill3]]<</disable>>
<<if canExperienceEvent("04_Victoria_burglar_jizz", State.temporary.events)>>[[Cum|VictoriaBurglaryFinish]]
<</if>><div id="04_Victoria_Burglar_prepare"></div>
<<script>>experiencedEvent("04_Victoria_burglar_prepare", "SEE", "04_Victoria_Burglar_prepare", State.temporary.events)<</script>>
<<player>>Don't forget the producers.<</player>>
<video @src=_VictoriaBurglaryFuck3 autoplay muted loop></video>
<<cont keypress append>><<victoria>>What about them?<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>You'll have to fuck them as well.<</player>>
[[She seems to understand|VictoriaBurglaryFuckWindmill]]
<<scrolldown>><</cont>><</cont>><div id="04_Victoria_Burglar_step"></div>
<<script>>experiencedEvent("04_Victoria_burglar_step", "SEE", "04_Victoria_Burglar_step", State.temporary.events)<</script>>
<<player>>The fans are often the most demanding.<</player>>
<video @src=_VictoriaBurglaryFucka2 autoplay muted loop></video>
<<cont keypress append>><<victoria>>How do you mean?<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>They'll want to attend parties after the concerts and fuck with you.<</player>>
<video @src=_VictoriaBurglaryFucka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>I think I can handle tha-a-a-at!<</victoria>>
[[She seems to understand|VictoriaBurglaryFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Victoria_Burglar_press"></div>
<<script>>experiencedEvent("04_Victoria_burglar_press", "SEE", "04_Victoria_Burglar_press", State.temporary.events)<</script>>
<<player>>And then you'll have to deal with the stalkers.<</player>>
<video @src=_VictoriaBurglaryFuckb3 autoplay muted loop></video>
<<cont keypress append>><<victoria>>What does that me-e-e-ean?<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>They sneak into your house while you're asleep and are acting weird.<</player>>
<video @src=_VictoriaBurglaryFuckb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>Can I resolve it with se-e-e-e-ex?<</victoria>>
[[She seems to understand|VictoriaBurglaryFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_Victoria_Burglar_jizz"></div>
<<script>>experiencedEvent("04_Victoria_burglar_jizz", "SEE", "04_Victoria_Burglar_jizz", State.temporary.events)<</script>>
<<victoria>>Hey, I remember your face from TV, but I can't recall your name.<</victoria>>
<video @src=_VictoriaBurglaryFinish1 autoplay muted loop></video>
<<cont keypress append>><<player>>It's $playerFirstName! Yes, $playerFirstName!<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>Mmm, and mine is Victoria.<</victoria>>
<video @src=_VictoriaBurglaryFinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's a pleasure to meet you, Victoria.<</player>>
[[I'll keep in touch (Leave)|Park][wait()]]
<<if canExperienceEvent("04_Victoria_burglar_money", State.temporary.events)>>[[I will need some money in advance|VictoriaBurglaryMoney]]<<if !eventIdIsSeen("04_Victoria_burglar_money")>> NEW EVENT!<</if>>
<</if>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
!!An innocent invitation
One of the days at the office, Melanie asks you to join her at the gym.
<img @src=_GymIntroduction1 width="600">
<<cont keypress append>>!!You're welcome to watch her
Whatever she does at the gym, whatever the workout she's doing, you're allowed to watch her. And it seems she understands that you like it.
<img @src=_GymIntroduction2 width="600">
<<scrolldown>><<cont keypress append>>!!You're welcome to join her
You're allowed to use the gym yourself. Not that you fancy working out, but you have an opportunity to hang out with Melanie.
<img @src=_GymIntroduction3 width="600">
[[Continue|GymIntroduction2]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
!!Meet other girls
Melanie is not the only girl attending the gym. You can go there and meet up with quite a few sexy ladies.
<img @src=_GymIntroductiona1 width="600">
<<cont keypress append>>!!Learn a few skills
Hanging out with those girls, you learn how to do certain workouts.
<img @src=_GymIntroductiona2 width="600">
<<scrolldown>><<cont keypress append>>!!Become a personal trainer
And soon enough, you are qualified to help girls with their workout. Soon enough, you might even help Melanie.
<img @src=_GymIntroductiona3 width="600">
[[Continue|GymIntroduction3]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!!A doctor's appointment
As a coincidence... Melanie has arranged a meeting for you with the company's doctor. You can't understand why... But that's how you meet Sandee...
<img @src=_GymIntroductionb1 width="600">
<<cont keypress append>>!!A doctor's appointment
As a coincidence... Melanie has arranged a meeting for you with the company's doctor. You can't understand why... But that's how you meet Sandee...
<img @src=_GymIntroductionb2 width="600">
<<scrolldown>><<cont keypress append>>!!A doctor's appointment
As a coincidence... Melanie has arranged a meeting for you with the company's doctor. You can't understand why... But that's how you meet Sandee...
<img @src=_GymIntroductionb3 width="600">
[[Continue|GymIntroduction4]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
!!An advanced lesson
You kindly ask Melanie not to use her phone during the gym session. It's bad for focus, you argue. You hide it from her.
<img @src=_GymIntroductionc1 width="600">
<<cont keypress append>>!!Trick her
In the end of the session, you tell Melanie that she won't get her phone back. "What do I have to do?" she asks. "Well..." you answer.
<img @src=_GymIntroductionc2 width="600">
<<scrolldown>><<cont keypress append>>!!Get that blowjob
She understands what you mean.
<img @src=_GymIntroductionc3 width="600">
[[Return|GymIntroduction1]]
<<scrolldown>><</cont>><</cont>><<set
_GymIntroduction1 to 'https://static.wixstatic.com/media/6b0d8e_cfda3a40aa4f49219097c3b668abc791~mv2.png',
_GymIntroduction2 to 'https://static.wixstatic.com/media/6b0d8e_43e92b578f0f448f8181aea78c24fbbb~mv2.png',
_GymIntroduction3 to 'https://static.wixstatic.com/media/6b0d8e_1d8020caacd44c0abeb4b6370c4305ee~mv2.png',
_GymIntroductiona1 to 'https://static.wixstatic.com/media/6b0d8e_552b4facc11f47b8a81adccbae518084~mv2.png',
_GymIntroductiona2 to 'https://static.wixstatic.com/media/6b0d8e_ada4ddfd3fe349658fd05f1de2db7362~mv2.png',
_GymIntroductiona3 to 'https://static.wixstatic.com/media/6b0d8e_0ba9575912124964a8e0cfa0dfecfbd8~mv2.png',
_GymIntroductionb1 to 'https://static.wixstatic.com/media/6b0d8e_ca09a04af55b420e9f46ca00c50c57d0~mv2.png',
_GymIntroductionb2 to 'https://static.wixstatic.com/media/6b0d8e_ccef0208781741f7b602e82ebda94e25~mv2.png',
_GymIntroductionb3 to 'https://static.wixstatic.com/media/6b0d8e_5dc5e00da2ea401c97befe2be1a8a763~mv2.png',
_GymIntroductionc1 to 'https://static.wixstatic.com/media/6b0d8e_56b4cde2ee444e2ea935d9e4618b7d06~mv2.png',
_GymIntroductionc2 to 'https://static.wixstatic.com/media/6b0d8e_d4687e62b36448f08924da64d398f58a~mv2.png',
_GymIntroductionc3 to 'https://static.wixstatic.com/media/6b0d8e_7e8127d9b5a14b1aa2c8f621cf429e65~mv2.png'
>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
You hang out with Adriana. What do you want to talk about?
[[Leave|Park][wait()]]
[[So, when do you want me to fuck you in the ass?|Adriana03Party2]]
[[So, what do you think about Melanie's boobs?|Adriana03Party3]]
<<disable !canExperienceEvent("03_adriana_party_approvednurse", State.temporary.events)>>[[Hey, I was approved by the nurse|Adriana03Party4]]<</disable>><<randomgirl>>$playerFirstName, is it? I heard you're approved by the nurse?<</randomgirl>>
<<cont keypress append>><<player>>Yeah, why?<</player>>
<video @src=_Adriana03PartyMeetc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<randomgirl>>You know what that means, don't you?<</randomgirl>>
<<scrolldown>><<cont keypress append>><<adriana>>I think you'd better go fetch another glass of champagne, love.<</adriana>>
<<scrolldown>><<cont keypress append>><<randomgirl>>It means Adriana here is gonna suck your cock.<</randomgirl>>
<<scrolldown>><<cont keypress append>><<adriana>>Or maybe you've already had too many? Maybe you should go rest?<</adriana>>
<<scrolldown>><<cont keypress append>><<randomgirl>>She's gonna suck it dry. And then...<</randomgirl>>
<video @src=_Adriana03PartyMeetc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>You seem a little too excited, my love.<</adriana>>
<<scrolldown>><<cont keypress append>><<randomgirl>>Then she'll ask you to fuck her in the ass. All night long.<</randomgirl>>
<<scrolldown>><<cont keypress append>><<adriana>>Okay, $playerFirstName, I think we'd better go.<</adriana>>
<<scrolldown>><<cont keypress append>><<randomgirl>>(From a distance): It's her job, you know. It's her job to take hard cocks in her ass, that lucky woman.<</randomgirl>>
<video @src=_Adriana03PartyMeetc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Come here, $playerFirstName, I want to tell you something before I leave.<</adriana>>
[[You're leaving?|Adriana03Party5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="03_Adriana_evening_hello"></div>
<<script>>experiencedEvent("03_adriana_evening_hello", "SEE", "03_Adriana_evening_hello", State.temporary.events)<</script>>
<<adriana>>I'm glad to see you again, $playerFirstName.<</adriana>>
<<cont keypress append>><<player>>And I'm glad to see your beautiful smile.<</player>>
<video @src=_Adriana03PartyTalk1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>You're such a sweetheart, $playerFirstName.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>I'm only telling you the truth.<</player>>
<video @src=_Adriana03PartyTalk2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Thousands of guys have told me the same thing, and they only wanted to fuck me.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Well, can you blame them?<</player>>
<video @src=_Adriana03PartyTalk3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Hahaha, perhaps not. Do you want to sit down and talk?<</adriana>>
[[Sure|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="03_Adriana_evening_hello_wm"></div>
<<script>>experiencedEvent("03_adriana_evening_hello_wm", "SEE", "03_Adriana_evening_hello_wm", State.temporary.events)<</script>>
You sit down with Adriana. Is there something you want to talk to her about?
[[I'd better leave|Park][wait()]]
[[What are you doing at the company?|AdrianaPrivateJob]]
<<disable !canExperienceEvent("03_adriana_evening_melboobs", State.temporary.events)>>[[What's your take on Melanie?|AdrianaPrivateMelanie]]<</disable>>
<<if canExperienceEvent("03_adriana_evening_psych1", State.temporary.events)>>[[So, should I fuck you in the ass now, or what?|AdrianaPrivatePsychTest]]<<if !eventIdIsSeen("03_adriana_evening_psych1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_evening_psych2", State.temporary.events)>>[[I have trouble with the psychiatrist's first question|AdrianaPrivateRoundBlob]]<<if !eventIdIsSeen("03_adriana_evening_psych2")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_evening_psych3", State.temporary.events)>>[[The psychiatrist's second question is really hard|AdrianaPrivateCockBlob]]<<if !eventIdIsSeen("03_adriana_evening_psych3")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_evening_psychsuccess", State.temporary.events)>>[[I passed the mental test!|AdrianaPrivateSuccess]]<<if !eventIdIsSeen("03_adriana_evening_psychsuccess")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_evening_end", State.temporary.events)>>[[It seems Adriana wants to tell me something|AdrianaPrivateNext]]<<if !eventIdIsSeen("03_adriana_evening_end")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_adriana_evening_tease", State.temporary.events)>>[[You really are beautiful|AdrianaPartyTease1]]<<if !eventIdIsSeen("03_adriana_evening_tease")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_Adriana_money_sandee_might_know", State.temporary.events)>>[[Do you know who has the second best boobs in town?|Adriana04PrivateSandee]]<<if !eventIdIsSeen("04_Adriana_money_sandee_might_know")>> NEW EVENT!<</if>>
<</if>><div id="03_Adriana_evening_job"></div>
<<script>>experiencedEvent("03_adriana_evening_job", "SEE", "03_Adriana_evening_job", State.temporary.events)<</script>>
<<player>>What's your position in the company?<</player>>
<video @src=_Adriana03PartyTalka1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>My title is "Global Examination Manager Assitant".<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>And what are your duties?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>How do you mean?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Well, what do you do at work?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I assist in examining new candidates.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Candidates? You mean men with huge dicks?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Basically, yes.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>And then you interview them and fuck them?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>The interview is not my responsibility, but I like a little chit chat before I get laid.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>So you're basically an escort girl?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>(Gasping): $playerFirstName!<</adriana>>
<video @src=_Adriana03PartyTalka2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's true, isn't it? You get paid for fucking with men?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I'm definitely not an escort girl! That's a crazy suggestion!<</adriana>>
<video @src=_Adriana03PartyTalka3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Laughing): I know, I was just kidding.<</player>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_melboobs"></div>
<<script>>experiencedEvent("03_adriana_evening_melboobs", "SEE", "03_Adriana_evening_melboobs", State.temporary.events)<</script>>
<<player>>What's your take on Melanie?<</player>>
<video @src=_Adriana03PartyTalkb1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>Well, she's got some great boobs... I mean, they are amazing.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Word.<</player>>
<video @src=_Adriana03PartyTalkb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>And she really love big cocks. I mean, huge cocks.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, she told me.<</player>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_psych1"></div>
<<script>>experiencedEvent("03_adriana_evening_psych1", "SEE", "03_Adriana_evening_psych1", State.temporary.events)<</script>>
<<adriana>>Well, before we can proceed there is actually another test you'll have to do.<</adriana>>
<<cont keypress append>><<player>>What kind of test?<</player>>
<video @src=_Adriana03PartyTalkc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>It's a psychological test.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Which means what?<</player>>
<video @src=_Adriana03PartyTalkc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Well, we want to know that have the mentality of a big dick. <</adriana>>
<<scrolldown>><<cont keypress append>><<player>>The mentality of a big dick?<</player>>
<video @src=_Adriana03PartyTalkc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Well, you know... That you respond in the correct ways.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>But I already have a big dick. Isn't that enough?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>No. I'll arrange a meeting for you with our psychologist. She's usually in the office on Thursdays.<</adriana>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_psych3"></div>
<<script>>experiencedEvent("03_adriana_evening_psych3", "SEE", "03_Adriana_evening_psych3", State.temporary.events)<</script>>
<<player>>The psychiatrist showed me this picture... It was clearly depicting a cock... And I said it was a cock, but she told me that was wrong.<</player>>
<video @src=_Adriana03PartyTalkd2 autoplay muted loop></video>
<<cont keypress append>><<adriana>>Yeah, that's so weird, isn't it?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, and I dont know what to answer...<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Right, $playerFirstName, I'll give you this one for free...<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Great!<</player>>
<video @src=_Adriana03PartyTalkd1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>You're supposed to think about Melanie's boobs.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Wait, what? Why?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Whatever the psychiatrist shows you, you should still be fully focused on Melanie's boobs. It's part of being mentally stable.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_psych2"></div>
<<script>>experiencedEvent("03_adriana_evening_psych2", "SEE", "03_Adriana_evening_psych2", State.temporary.events)<</script>>
<<player>>The psychiatrist showed me this weird picture...<</player>>
<video @src=_Adriana03PartyTalke1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>I'm really not supposed to help you out, $playerFirstName.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Come on, Adriana, I'd do anything.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Anything?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Well, almost anything.<</player>>
<video @src=_Adriana03PartyTalke2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Could you ask Melanie to let me try black cocks as well?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>You're not allowed to?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I'm not trusted. Yet. But maybe you can convince her?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Well, sure... I'll give it a shot.<</player>>
<video @src=_Adriana03PartyTalke3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Great! The picture you saw was a silhouette of one of Melanies boobs.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>That's the answer?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Yes. It's a little worrying that you couldn't see it yourself, actually.<</adriana>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_MoniqueTest1 to 'videos/Others/version0.3/monique/test/talk/1.mp4',
_MoniqueTest2 to 'videos/Others/version0.3/monique/test/talk/2.mp4',
_MoniqueTest3 to 'videos/Others/version0.3/monique/test/talk/3.mp4',
_MoniqueTest4 to 'videos/Others/version0.3/monique/test/talk/4.mp4',
_MoniqueTest5 to 'videos/Others/version0.3/monique/test/talk/5.mp4',
_MoniqueTest6 to 'videos/Others/version0.3/monique/test/talk/6.mp4',
_MoniqueTest7 to 'videos/Others/version0.3/monique/test/talk/7.mp4',
_MoniqueTest8 to 'videos/Others/version0.3/monique/test/talk/8.mp4'
>>
<<set
_MoniqueTesta1 to 'videos/Others/version0.3/monique/test/talk/a1.mp4',
_MoniqueTesta2 to 'videos/Others/version0.3/monique/test/talk/a2.mp4',
_MoniqueTesta3 to 'videos/Others/version0.3/monique/test/talk/a3.mp4',
_MoniqueTesta4 to 'videos/Others/version0.3/monique/test/talk/a4.mp4',
_MoniqueTesta5 to 'videos/Others/version0.3/monique/test/talk/a5.mp4',
_MoniqueTesta6 to 'videos/Others/version0.3/monique/test/talk/a6.mp4',
_MoniqueTesta7 to 'videos/Others/version0.3/monique/test/talk/a7.mp4',
_MoniqueTesta8 to 'videos/Others/version0.3/monique/test/talk/a8.mp4',
_MoniqueTesta9 to 'videos/Others/version0.3/monique/test/talk/a9.mp4'
>>
<<set
_MoniqueTestb1 to 'videos/Others/version0.3/monique/test/talk/b1.mp4',
_MoniqueTestb2 to 'videos/Others/version0.3/monique/test/talk/b2.mp4',
_MoniqueTestb3 to 'videos/Others/version0.3/monique/test/talk/b3.mp4',
_MoniqueTestb4 to 'videos/Others/version0.3/monique/test/talk/b4.mp4',
_MoniqueTestb5 to 'videos/Others/version0.3/monique/test/talk/b5.mp4'
>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="03_Monique_psych_hello"></div>
<<script>>experiencedEvent("03_monique_psych_hello", "SEE", "03_Monique_psych_hello", State.temporary.events)<</script>>
<<monique>>$playerFirstName? Is there a $playerFirstName here?<</monique>>
<<cont keypress append>><<player>>(Approaching): I'm $playerFirstName.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Oh.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>And you are?<</player>>
<video @src=_MoniqueTest3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Ehrm... Monique! My name is Monique. I'm single.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>I'm looking for a psychiatrist.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>That's me! Please, do sit down.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Well, thank you.<</player>>
<video @src=_MoniqueTest4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>You don't mind if I remove my jacket, do you? It's freakishly hot today.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, isn't it?<</player>>
<video @src=_MoniqueTest5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Now, let's see: $playerFirstName, $playerFirstName, $playerFirstName... Ah, there you are! $playerFirstName.<</monique>>
[[Continue|MoniqueTest2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<monique>>Right... We're gonna run a few mental tests on you today, $playerFirstName.<</monique>>
<<cont keypress append>><<player>>Okay.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>But first there are some basic questions that need answering.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Shoot.<</player>>
<video @src=_MoniqueTest6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>So, there is some evidence that you like big boobs, is this correct?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>And you don't mind jizzing in women's faces?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Not really, no.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>If you didn't have access to their face for some reason, is there anywhere else you like to unload your cum, so to say?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Well, in their mouths, on their boobs, in their tight little pussies.<</player>>
<video @src=_MoniqueTest7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>(Jotting down notes): Interesting. But which is your favorite?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>On their asses. That might be my favorite.<</player>>
<video @src=_MoniqueTest8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Well, $playerFirstName, I've got the answers I needed. Are you ready for the real test?<</monique>>
[[I think so|MoniqueTest3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<monique>>So, $playerFirstName, I'm gonna show you a picture and I want you to tell me what comes to your mind. Do you understand?<</monique>>
<<cont keypress append>><<player>>I think so.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Here's the picture.<</monique>>
<video @src=_MoniqueTesta1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What the fuck is that?<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Tell me your thoughts. It can be anything.<</monique>>
[[Sorry, I really don't know|MoniqueTestFirstBlobDontKnow]]
<<disable !canExperienceEvent("03_monique_psych_first_correct", State.temporary.events)>>[[Maybe it's Melanie's boobs?|MoniqueTestFirstBlobCorrect]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<monique>>So, $playerFirstName, I'm gonna show you another picture and I want you to tell me whatever comes to your mind.<</monique>>
<<cont keypress append>><<player>>Right.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Here's the picture.<</monique>>
<video @src=_MoniqueTesta4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I guess this is an easy one?<</player>>
[[A cock?|MoniqueTestSecondBlobWrong]]
<<disable !canExperienceEvent("03_monique_psych_second_correct", State.temporary.events)>>[[Melanie's boobs|MoniqueTestSecondBlobCorrect]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<monique>>You've done extremely well so far, $playerFirstName. I'm gonna show you the last picture.<</monique>>
<<cont keypress append>><<player>>Okay.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>But I must warn you: this the hardest one. By far.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>I'll do my best.<</player>>
<video @src=_MoniqueTesta7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Here it is.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Right.<</player>>
<video @src=_MoniqueTesta8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>So... What goes though your mind, $playerFirstName?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, following the same logic as before...<</player>>
[[It gets me to think of Melanie's boobs|MoniqueTestPussyBlob2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>The psychiatrist has a few images she wants to show you.
[[The first image|MoniqueTestFirstBlob]]
<<disable !canExperienceEvent("03_monique_psych_second_wrong", State.temporary.events)>>[[The second image|MoniqueTestSecondBlob]]<</disable>>
<<disable !canExperienceEvent("03_monique_psych_approved", State.temporary.events)>>[[The third image|MoniqueTestPussyBlob1]]<</disable>><div id="03_Adriana_evening_psychsuccess"></div>
<<script>>experiencedEvent("03_adriana_evening_psychsuccess", "SEE", "03_Adriana_evening_psychsuccess", State.temporary.events)<</script>>
<<player>>Hey, I passed the mental test!<</player>>
<video @src=_Adriana03PartyTalkf1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>You did? That's amazing news, $playerFirstName!<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>I'd never made it if it wasn't for you.<</player>>
<video @src=_Adriana03PartyTalkf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Don't mention it, $playerFirstName, you would do the same for me.<</adriana>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>>
<div id="03_Adriana_evening_end"></div>
<<script>>experiencedEvent("03_adriana_evening_end", "SEE", "03_Adriana_evening_end", State.temporary.events)<</script>>
<<player>>You wanted a chat?<</player>>
<video @src=_Adriana03PartyTalkc1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>$playerFirstName, I have some good news and some bad news.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Start with the bad ones.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>My examination of you is finished. This means that our fun is over. For now, at least.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>That's too bad.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Hey, don't look so sad! I have good news as well.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>And what are those?<</player>>
<video @src=_Adriana03PartyTalkc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I have given my report to Kayla. And our overall assessment is that your are a good candidate.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Which means?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>That you are going to meet up with Kayla at her house on Thursday.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>To do what?<</player>>
<video @src=_Adriana03PartyTalkc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I don't know. I never attend those meetings.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Alright. Where does she live?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Close to the park.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): If Adriana says this is good news, I guess I'd better attend that meeting.<</player>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="03_Monique_psych_first_wrong"></div>
<<script>>experiencedEvent("03_monique_psych_first_wrong", "SEE", "03_Monique_psych_first_wrong", State.temporary.events)<</script>>
<<player>>I really don't know.<</player>>
<video @src=_MoniqueTest8 autoplay muted loop></video>
<<cont keypress append>><<monique>>That's a shame, $playerFirstName, I'm afraid we can't go on with the test until you have given me a satisfying answer.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Damn! I need to ask Adriana about this.<</player>>
[[Bummer (return)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>>
<div id="03_Monique_psych_first_correct"></div>
<<script>>experiencedEvent("03_monique_psych_first_correct", "SEE", "03_Monique_psych_first_correct", State.temporary.events)<</script>>
<<player>>(To yourself): Right, let's do this.<</player>>
<video @src=_MoniqueTesta2 autoplay muted loop></video>
<<cont keypress append>><<player>>I recognise the big blob! That's the silhouette of one of Melanie's boobs, seen from the front, isn't it?<</player>>
<<scrolldown>><<cont keypress append>><<monique>>That's correct, $playerFirstName!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>I can't say I recognise the small blob, though?<</player>>
<video @src=_MoniqueTesta3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Oh, that's only for our female candidates. The small blob is the silhouette of a giant dick, seen from the front.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
[[I think I passed this stage (return)|MoniqueTest3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="03_Monique_psych_second_wrong"></div>
<<script>>experiencedEvent("03_monique_psych_second_wrong", "SEE", "03_Monique_psych_second_wrong", State.temporary.events)<</script>>
<<player>>A cock?<</player>>
<video @src=_MoniqueTesta5 autoplay muted loop></video>
<<cont keypress append>><<monique>>That's what comes to your mind?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Yeah?<</player>>
<<scrolldown>><<cont keypress append>><<monique>>You're not gay, are you?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>No, but that is clearly the silhouette of a cock.<</player>>
<video @src=_MoniqueTest8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>This is worrying, $playerFirstName, I really can't pass such an answer. I'm afraid you'll have to come back.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck! I'll have to ask Adriana about this one as well.<</player>>
[[Bummer (return)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Monique_psych_second_correct"></div>
<<script>>experiencedEvent("03_monique_psych_second_correct", "SEE", "03_Monique_psych_second_correct", State.temporary.events)<</script>>
<<player>>Well, the only thing that comes to mind really, is Melanie's boobs.<</player>>
<video @src=_MoniqueTesta5 autoplay muted loop></video>
<<cont keypress append>><<monique>>Impressing, $playerFirstName, that's the correct answer. How did you come up with that?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Well, the depicted cock seems to be the perfect thing to put in between her boobies.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>That's a very unique idea, let me see for myself...<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Uh oh, I hope she'll still pass me.<</player>>
<video @src=_MoniqueTesta6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Wow, I can really see it now. You're quite clever, aren't you, $playerFirstName?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, well, I did pass the maths class in high school.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Wow!<</monique>>
[[I think I passed this stage (return)|MoniqueTest3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="03_Monique_psych_approved"></div>
<<script>>experiencedEvent("03_monique_psych_approved", "SEE", "03_Monique_psych_approved", State.temporary.events)<</script>>
<<player>>I can only think of Melanie's boobs.<</player>>
<video @src=_MoniqueTesta9 autoplay muted loop></video>
<<cont keypress append>><<monique>>You're right again, $playerFirstName? I must say, your mental strength is unprecedented here at the company.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Thanks, I guess.<</player>>
<video @src=_MoniqueTest6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>I'll hand over the results to your superiors.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Great.<</player>>
[[I think I passed this stage (return)|Melwork][wait()]]<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Sandee_nurse_explain"></div>
<<script>>experiencedEvent("03_sandee_nurse_explain", "SEE", "03_Sandee_nurse_explain", State.temporary.events)<</script>>
<<player>>I actually don't know why I'm here.<</player>>
<<cont keypress append>><<sandee>>You're here for a medical scanning of your most important body parts.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(Scared): Medical? So a doctor will come?<</player>>
<video @src=_SandeeNurseIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>No. I will perform the scanning. I have the necessary education. And the experience.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>What body parts are you gonna examine?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>The most important ones.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>You mean the heart and the lungs?<</player>>
<video @src=_SandeeNurseIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>No, stupid. I refer to the penis and the balls.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Okay.<</player>>
[[It seems she knows what she's talking about|SandeeNurseTalk1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="03_Sandee_nurse_hello"></div>
<<script>>experiencedEvent("03_sandee_nurse_hello", "SEE", "03_Sandee_nurse_hello", State.temporary.events)<</script>>
You sit and wait in a doctor's room. Suddenly the door opens.
<<cont keypress append>><<player>>(To yourself): Someone's coming!<</player>>
<video @src=_SandeeNurseIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>So you are $playerFirstName, I guess?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<player>>That's right.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Well, since you didn't ask, I'm Sandee. I'm the head nurse at the company.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>It's a pleasure to meet you, $playerFirstName.<</sandee>>
[[So, why am I here?|SandeeNurseTalk1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="03_Sandee_nurse_not_hard"></div>
<<script>>experiencedEvent("03_sandee_nurse_not_hard", "SEE", "03_Sandee_nurse_not_hard", State.temporary.events)<</script>>
<<sandee>>Right, there's a solution to that problem.<</sandee>>
<<cont keypress append>><<player>>What kind of solution?<</player>>
<video @src=_SandeeNurseIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Well, $playerFirstName, I presume you have noticed that my tits are fairly amazing?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Yes.<</player>>
<video @src=_SandeeNurseIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Ergo: if I caress them in front of you, you should get a hard-on. Right?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(Lying): Seems logical. But I don't feel anything.<</player>>
<video @src=_SandeeNurseIntro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Really? That contradicts all the scientific studies I've made on the topic.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Well, maybe I'm an edge case.<</player>>
[[She seems to have another idea|SandeeNurseTease3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="03_Adriana_evening_tease"></div>
<<script>>experiencedEvent("03_adriana_evening_tease", "SEE", "03_Adriana_evening_tease", State.temporary.events)<</script>>
<<adriana>>It seems you finished all preliminary steps, $playerFirstName.<</adriana>>
<video @src=_Adriana03PartyTease1 autoplay muted loop></video>
<<cont keypress append>><<player>>I've been working hard.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>You are one determined man.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>I've always known what I want to achieve in my life.<</player>>
<video @src=_Adriana03PartyTease2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>And what is that, $playerFirstName?<</adriana>>
[[Continue|AdrianaPartyTease2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<adriana>>You can have a peek at my boobs if you want, $playerFirstName.<</adriana>>
<<cont keypress append>><<player>>Alright.<</player>>
<video @src=_Adriana03PartyTease3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I'm sorry they're not as big as Melanie's.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>They're still admirable<</player>>
<video @src=_Adriana03PartyTease4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Admirable? You mean they turn you on?<</adriana>>
[[Continue|AdrianaPartyTease3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<adriana>>Let me find out if I managed to give you a hard-on.<</adriana>>
<video @src=_Adriana03PartyTease5 autoplay muted loop></video>
<<cont keypress append>><<player>>You're welcome to it.<</player>>
<video @src=_Adriana03PartyTease6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>It's a huge bulge you've got down here, $playerFirstName.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>It's not entirely my fault.<</player>>
<video @src=_Adriana03PartyTease7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>It's a good sign. If you're gonna fuck me in the ass you'd better be hard, right? Hahaha.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Hahaha.<</player>>
[[Continue|AdrianaPartyTease4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<adriana>>Maybe I should remove this dress. What do you think, $playerFirstName?<</adriana>>
<video @src=_Adriana03PartyTeasea1 autoplay muted loop></video>
<<cont keypress append>><<player>>Go ahead.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>You already noticed I don't wear any panties today, didn't you?<</adriana>>
<video @src=_Adriana03PartyTeasea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I have an excellent eyesight.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>You do? What do you think about my body then?<</adriana>>
<video @src=_Adriana03PartyTeasea3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Would like penetrate you in any possible way.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I see. You're just like all the other men.<</adriana>>
<video @src=_Adriana03PartyTeasea4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I take that as a compliment.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Please, do.<</adriana>>
[[Continue|AdrianaPartyBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<adriana>>Now it's your turn, $playerFirstName.<</adriana>>
<<cont keypress append>><<player>>How do you mean?<</player>>
<video @src=_Adriana03PartyBlow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>It's your turn to show what you've got.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Ah, like that.<</player>>
<video @src=_Adriana03PartyBlow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Or do you want me to reveal it?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>You may if you want to.<</player>>
<video @src=_Adriana03PartyBlow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I do.<</adriana>>
[[Continue|AdrianaPartyBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<adriana>>Let's do this.<</adriana>>
<<cont keypress append>><<player>>...<</player>>
<video @src=_Adriana03PartyBlow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Whoops, there it is.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Hehe.<</player>>
<video @src=_Adriana03PartyBlow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>It's as beautiful as I remember it.<</adriana>>
[[So, let's work it!|AdrianaPartyBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
It seems Adriana is up for whatever you like.
[[A gentle blowjob|AdrianaPartyBlowGently]]
<<disable !canExperienceEvent("03_adriana_evening_blow_balls", State.temporary.events)>>[[Lick those balls|AdrianaPartyBlowBalls]]<</disable>>
<<disable !canExperienceEvent("03_adriana_evening_blow_intense", State.temporary.events)>>[[An intense blowjob|AdrianaPartyBlowHard]]<</disable>>
<<disable !canExperienceEvent("03_adriana_evening_fuck", State.temporary.events)>>[[Let's get to business|AdrianaPartyFuck1]]<</disable>><div id="03_Adriana_evening_blow_dick"></div>
<<script>>experiencedEvent("03_adriana_evening_blow_dick", "SEE", "03_Adriana_evening_blow_dick", State.temporary.events)<</script>>
<<adriana>>It tastes good, $playerFirstName.<</adriana>>
<video @src=_Adriana03PartyBlowa1 autoplay muted loop></video>
<<cont keypress append>><<player>>I hear that a lot.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I could kiss it all night long.<</adriana>>
<video @src=_Adriana03PartyBlowa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's a night I'm looking forward to.<</player>>
[[So, let's work it!|AdrianaPartyBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>>
<div id="03_Adriana_evening_blow_intense"></div>
<<script>>experiencedEvent("03_adriana_evening_blow_intense", "SEE", "03_Adriana_evening_blow_intense", State.temporary.events)<</script>>
<<adriana>>It's time for some action, $playerFirstName, don't you think so?<</adriana>>
<<cont keypress append>><<player>>Are you gonna suck that cock hard?<</player>>
<video @src=_Adriana03PartyBlowb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Yes!<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Great!<</player>>
<video @src=_Adriana03PartyBlowb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Mngk! Mngk!<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>You're doing great.<</player>>
<video @src=_Adriana03PartyBlowb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Mmm! Mmm!<</adriana>>
[[So, let's work it!|AdrianaPartyBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_blow_balls"></div>
<<script>>experiencedEvent("03_adriana_evening_blow_balls", "SEE", "03_Adriana_evening_blow_balls", State.temporary.events)<</script>>
<<adriana>>I think I'd better warm up that cum for you, $playerFirstName.<</adriana>>
<video @src=_Adriana03PartyBlowc1 autoplay muted loop></video>
<<cont keypress append>><<player>>That's a good idea.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I want a good load of cum in my ass when we're done.<</adriana>>
<video @src=_Adriana03PartyBlowc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'll see what I can do.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>And I'm gonna help you out as much as I can.<</adriana>>
<video @src=_Adriana03PartyBlowc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I have no doubt you will.<</player>>
[[So, let's work it!|AdrianaPartyBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_fuck"></div>
<<script>>experiencedEvent("03_adriana_evening_fuck", "SEE", "03_Adriana_evening_fuck", State.temporary.events)<</script>>
<<adriana>>You ready for the real deal, $playerFirstName?<</adriana>>
<<cont keypress append>><<player>>I'm ready for anything.<</player>>
<video @src=_Adriana03PartyVaginal1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Good. Let's fill this pussy with some dick.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Sounds like an excellent idea.<</player>>
<video @src=_Adriana03PartyVaginal2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Yes. I feel this will be a night to remember.<</adriana>>
[[Let's do it|AdrianaPartyFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
You'd better make the most out of this opportunity.
[[She sits on top|AdrianaPartyFuckWM1]]
<<disable !canExperienceEvent("03_adriana_evening_fuck_on_top_front", State.temporary.events)>>[[She turns around|AdrianaPartyFuckWM2]]<</disable>>
<<disable !canExperienceEvent("03_adriana_evening_fuck_blow", State.temporary.events)>>[[She gives you a short blow|AdrianaPartyFuckWM3]]<</disable>>
<<disable !canExperienceEvent("03_adriana_evening_fuck_side", State.temporary.events)>>[[On the side|AdrianaPartyFuckWM4]]<</disable>>
<<disable !canExperienceEvent("03_adriana_evening_fuck_continue", State.temporary.events)>>[[Time to get rough (continue)|AdrianaPartyFuck2]]<</disable>><div id="03_Adriana_evening_fuck_on_top_back"></div>
<<script>>experiencedEvent("03_adriana_evening_fuck_on_top_back", "SEE", "03_Adriana_evening_fuck_on_top_back", State.temporary.events)<</script>>
<<adriana>>Wow, you fuck me good, don't you, $playerFirstName?<</adriana>>
<video @src=_Adriana03PartyVaginala1 autoplay muted loop></video>
<<cont keypress append>><<player>>Doing my best.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I'm looking forward to receive that dick in my ass.<</adriana>>
<video @src=_Adriana03PartyVaginala3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm sure it will be a pleasant visit.<</player>>
[[Let's do it|AdrianaPartyFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_fuck_on_top_front"></div>
<<script>>experiencedEvent("03_adriana_evening_fuck_on_top_front", "SEE", "03_Adriana_evening_fuck_on_top_front", State.temporary.events)<</script>>
<<adriana>>Let me bend this way real quick.<</adriana>>
<video @src=_Adriana03PartyVaginalb1 autoplay muted loop></video>
<<cont keypress append>><<player>>Wow, your pussy is so beautiful from this angle.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>You're such a sweetheart, $playerFirstName!<</adriana>>
<video @src=_Adriana03PartyVaginalb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I spent a year in London in my youth, learning a few lines.<</player>>
[[Let's do it|AdrianaPartyFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_fuck_blow"></div>
<<script>>experiencedEvent("03_adriana_evening_fuck_blow", "SEE", "03_Adriana_evening_fuck_blow", State.temporary.events)<</script>>
<<adriana>>It seems the little man calls for a blow, don't you agree, $playerFirstName?<</adriana>>
<video @src=_Adriana03PartyVaginalc1 autoplay muted loop></video>
<<cont keypress append>><<player>>He's always up for a blow.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Mmm! Mmm! Thought so.<</adriana>>
<video @src=_Adriana03PartyVaginalc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, yes.<</player>>
[[Let's do it|AdrianaPartyFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_fuck_side"></div>
<<script>>experiencedEvent("03_adriana_evening_fuck_side", "SEE", "03_Adriana_evening_fuck_side", State.temporary.events)<</script>>
<<adriana>>How about fucking on the side, like this?<</adriana>>
<<cont keypress append>><<player>>You are a sex genious.<</player>>
<video @src=_Adriana03PartyVaginale2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I've had a few partners through the years, I must admit.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, you seem a bit slutty.<</player>>
<video @src=_Adriana03PartyVaginale3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Who do you call a slu-u-ut? Oh, $playerFirstName!<</adriana>>
[[I call you a slut|AdrianaPartyFuckWM4b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="03_Adriana_evening_fuck_continue"></div>
<<script>>experiencedEvent("03_adriana_evening_fuck_continue", "SEE", "03_Adriana_evening_fuck_continue", State.temporary.events)<</script>>
<<adriana>>Let me show you something, $playerFirstName.<</adriana>>
<video @src=_Adriana03PartyVaginald1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Right, it's my turn to do some work.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Nice pussy. Let me rub it for you.<</player>>
<video @src=_Adriana03PartyVaginald3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Mngk! Mngk! Not the pussy.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Not the pussy?<</player>>
<video @src=_Adriana03PartyVaginald2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Na-ah! Mmm! Mmm! It's time for the ass.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
[[Continue|AdrianaPartyAnal1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>I'm calling you a slut.<</player>>
<<cont keypress append>><<adriana>>Have I been bad? Then spank me, $playerFirstName!<</adriana>>
<video @src=_Adriana03PartyVaginalf1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Can't say you don't deserve it.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Spank me harder, $playerFirstName!<</adriana>>
<video @src=_Adriana03PartyVaginalf2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, you asked for it.<</player>>
[[Let's do it|AdrianaPartyFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<adriana>>Easy first, $playerFirstName.<</adriana>>
<video @src=_Adriana03PartyAnal1 autoplay muted loop></video>
<<cont keypress append>><<player>>I thought you wanted it hard?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>You're eager, $playerFirstName, I like that.<</adriana>>
<video @src=_Adriana03PartyAnal2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I never had much patience.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Rough childhood, huh?<</adriana>>
<video @src=_Adriana03PartyAnal3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I guess you could put it that way.<</player>>
[[Let's get some ass|AdrianaPartyAnalWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>Adriana wants your dick in her ass. How do you want to complete the task?
[[Let's put it in|AdrianaPartyAnalWM1]]
<<disable !canExperienceEvent("03_adriana_evening_anal_on_top", State.temporary.events)>>[[She sits on top|AdrianaPartyAnalWM2]]<</disable>>
<<disable !canExperienceEvent("03_adriana_evening_anal_behind", State.temporary.events)>>[[Take her from behind|AdrianaPartyAnalWM3]]<</disable>>
<<disable !canExperienceEvent("03_adriana_evening_cum", State.temporary.events)>>[[I'm ready|AdrianaPartyAnalContinue]]<</disable>><div id="03_Adriana_evening_anal_mission"></div>
<<script>>experiencedEvent("03_adriana_evening_anal_mission", "SEE", "03_Adriana_evening_anal_mission", State.temporary.events)<</script>>
<<adriana>>You're good, $playerFirstName!<</adriana>>
<<cont keypress append>><<player>>How good?<</player>>
<video @src=_Adriana03PartyAnala1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Real good!<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Am I the best you ever had?<</player>>
<video @src=_Adriana03PartyAnala2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>The be-e-e-e-est!<</adriana>>
[[Let's get some ass|AdrianaPartyAnalWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>
<div id="03_Adriana_evening_anal_on_top"></div>
<<script>>experiencedEvent("03_adriana_evening_anal_on_top", "SEE", "03_Adriana_evening_anal_on_top", State.temporary.events)<</script>>
<<player>>It's time to bend this way again. You like it?<</player>>
<<cont keypress append>><<adriana>>I like it, $playerFirstName! I like it!<</adriana>>
<video @src=_Adriana03PartyAnald1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah? How much?<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I lo-o-o-ove it!<</adriana>>
<video @src=_Adriana03PartyAnald2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's good.<</player>>
[[Let's get some ass|AdrianaPartyAnalWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_anal_behind"></div>
<<script>>experiencedEvent("03_adriana_evening_anal_behind", "SEE", "03_Adriana_evening_anal_behind", State.temporary.events)<</script>>
<<adriana>>Yes, $playerFirstName! Fuck me hard!<</adriana>>
<video @src=_Adriana03PartyAnalc4 autoplay muted loop></video>
<<cont keypress append>><<player>>I am fucking you hard.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Well, fuck me harder then.<</adriana>>
<video @src=_Adriana03PartyAnalc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
[[Let's get some ass|AdrianaPartyAnalWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<adriana>>Are you ready to cum yet, $playerFirstName? Are you ready to cum in my ass?<</adriana>>
<<cont keypress append>><<player>>Soon enough, love.<</player>>
<video @src=_Adriana03PartyAnalb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Just tell me when you're ready.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>You don't like to be surprise?<</player>>
<video @src=_Adriana03PartyAnalb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I want to enjoy every drop of it.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Soon enough, love.<</player>>
[[Continue|AdrianaPartyFinish1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Adriana_evening_cum"></div>
<<script>>experiencedEvent("03_adriana_evening_cum", "SEE", "03_Adriana_evening_cum", State.temporary.events)<</script>>
<<player>>I'm coming soon! I'm just seconds away now.<</player>>
<video @src=_Adriana03PartyFinish1 autoplay muted loop></video>
<<cont keypress append>><<adriana>>I'm re-e-e-eady!<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>I'll jizz on your ass!<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Do it! Do it now! Mess me up!<</adriana>>
<video @src=_Adriana03PartyFinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>There you go.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Didn't you have more?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah I do.<</player>>
<video @src=_Adriana03PartyFinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Wow, $playerFirstName!<</adriana>>
[[Continue|AdrianaPartyFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<adriana>>Did you have a good time, $playerFirstName?<</adriana>>
<<cont keypress append>><<player>>I had the best of times.<</player>>
<video @src=_Adriana03PartyFinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Me too. You know, this was the last part of your examination.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>And how did it go?<</player>>
<video @src=_Adriana03PartyFinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>I'm not supposed to give evaluations to subjects before I've finished my report. That would be unprofessional.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
<video @src=_Adriana03PartyFinish6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>But you can come back any day and I'll inform you about the result. And maybe you'll get the letter of approval.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Okay.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd really want that letter.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>So it's finally time for the actual examination.<</player>>
<<cont keypress append>><<adriana>>That's right.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>So, what am I supposed to do?<</player>>
<video @src=_Adriana03PartyAnalc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>Well, $playerFirstName, here's my ass.<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, it looks nice.<</player>>
<video @src=_Adriana03PartyAnalc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<adriana>>And you're supposed to fuck it, as hard as you can. Do you understand?<</adriana>>
<<scrolldown>><<cont keypress append>><<player>>I think so.<</player>>
[[Continue|AdrianaPartyAnal2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Welcome to this preview for Melanies Marvelous Boobs. The main character is asked to visit the company's nurse. Her task is to examine the main character's most important body parts.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto SandeeNurseStart>><</button>><div id="03_Melanie_approval_blow_hard"></div>
<<script>>experiencedEvent("03_melanie_approval_blow_hard", "SEE", "03_Melanie_approval_blow_hard", State.temporary.events)<</script>>
<<player>>Hey, Melanie, let me show you a trick.<</player>>
<<cont keypress append>><<melanie>>What kind of trick, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>This...<</player>>
<video @src=_Kayla03MelanieApprovesMelc1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Pretty good, huh?<</player>>
<video @src=_Kayla03MelanieApprovesMelc2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Ah-gah! Ah-gah!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>My dick is not so small after all, is it?<</player>>
<video @src=_Kayla03MelanieApprovesMelc3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mng-aah!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Am I right?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It might be of regular size, actually.<</melanie>>
[[That's progress|Kayla03MelanieApprovesMelblowWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Welcome to this preview for Melanies Marvelous Boobs. Melanie finds the main character interesting, but she wants to know whether he has the correct psyche. Therefore, he is sent to Monique, the psychiatrist of the company.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto MoniqueTest1>><</button>><<player>>There you go.<</player>>
<<cont keypress append>><<melanie>>Mmm, mmm, mmm.<</melanie>>
<video @src=_Kayla03MelanieApprovesFuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You like it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-ah! Mmm-ah!<</melanie>>
<video @src=_Kayla03MelanieApprovesFuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She seems pleased, at least.<</player>>
[[Continue|Kayla03MelanieApprovesFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<kayla>>You know what, boss? I think you like blowing $playerFirstName's cock.<</kayla>>
<video @src=_Kayla03MelanieApprovesFuckc5 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): You know what? I think so too.<</player>>
<<scrolldown>><<cont keypress append>><<kayla>>I don't blame you, it's an amazing dick.<</kayla>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-ah! Mmm-ah!<</melanie>>
<video @src=_Kayla03MelanieApprovesFuckc6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kayla>>I I just think you should be honest about it.<</kayla>>
[[Continue|Kayla03MelanieApprovesFuckWindmill]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion03 to [
// Melanie boss
new Event("03_melanie_boss_suggestion", "Melanie asks you to hang out with your colleagues", "Go to Melanie's office", [4], [3], 0, 20, 5, 4, [], true, false, false, [0, 2], [1], [], "0.3.0"),
// Kayla decision
new Event("03_kayla_decision_begin", "You attend an informal meeting", "Go to Melanie's office", [4], [3], 0, 0, 0, 0, ["03_melanie_boss_suggestion"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_kayla_decision_firsthard", "You show Kayla how hard your cock can be", "Go to Melanie's office", [4], [3], 0, 0, 0, 0, ["03_kayla_decision_softdecision"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_kayla_decision_softdecision", "Kayla gets the impression you're a soft-cock", "Go to Melanie's office", [4], [3], 0, 0, 0, 0, ["03_kayla_decision_begin"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_kayla_decision_harddecision", "It seems you passed the test", "Go to Melanie's office", [4], [3], 0, 0, 5, 4, ["03_kayla_decision_firsthard"], true, false, true, [3], [1], [], "0.3.0"),
// Adriana party
new Event("03_adriana_party_greet", "You attend a party, and meet up with Adriana", "Go to the park", [4], [3], 0, 0, 0, 0, ["03_kayla_decision_harddecision"], true, false, false, [5, 6], [1], [], "0.3.0"),
new Event("03_adriana_party_nurse", "Adriana tells you to go to the nurse", "Go to the park", [4], [3], 0, 0, 5, 4, ["03_adriana_party_greet"], true, false, false, [5, 6], [1], [], "0.3.0"),
new Event("03_adriana_party_boobs", "You and Adriana talk about Melanie's boobs", "Go to the park", [4], [3], 0, 0, 5, 4, ["03_adriana_party_greet"], true, false, true, [5, 6], [1], [], "0.3.0"),
new Event("03_adriana_party_approvednurse", "You tell Adriana you was approved by the nurse", "Go to the park", [4], [3], 0, 0, 5, 4, ["03_sandee_nurse_finish"], true, false, true, [5, 6], [1], [], "0.3.0"),
// Sandee nurse
new Event("03_sandee_nurse_hello", "You meet Sandee, the nurse", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_party_nurse"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_explain", "You ask Sandee about Melanie's boobs", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_sandee_nurse_hello"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_start", "Sandee starts the examination", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 5, 4, ["03_sandee_nurse_explain"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_not_hard", "Sandee starts the examination. You lie and say you're not hard.", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_sandee_nurse_start"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_startwork", "Sandee starts working your cock", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_sandee_nurse_not_hard"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_double", "Sandee gives you a hand-job", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_sandee_nurse_exact"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_dpth", "Sandee deepthroats your cock", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_sandee_nurse_double"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_exact", "Sandee uses the most exact method of examining cocks", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_sandee_nurse_startwork"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_goon", "Sandee wants some fun herself", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_sandee_nurse_dpth"], true, false, true, [1, 3], [1], [], "0.3.0"),
new Event("03_sandee_nurse_finish", "You jizz on Sandee's boobs", "Go to the nurse at Melanie's company", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 5, 4, ["03_sandee_nurse_goon"], true, false, true, [1, 3], [1], [], "0.3.0"),
// Adriana evening
new Event("03_adriana_evening_hello", "You come to Adriana in the evening", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_party_approvednurse"], true, false, false, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_hello_wm", "You talk to Adriana in the evening", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_hello"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_job", "You talk to Adriana about her job", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_hello_wm"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_melboobs", "You talk to Adriana about Melanie's boobs", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_job"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_psych1", "Adriana says you'll need to visit a psychiatrist", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_melboobs"], true, false, false, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_psych2", "Adriana shares some tips", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_monique_psych_first_wrong"], true, false, false, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_psych3", "Adriana shares another tip", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_monique_psych_second_wrong"], true, false, false, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_psychsuccess", "You tell Adriana you're approved by the shrink", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_monique_psych_approved"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_end", "Adriana tells you her examination is over", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 5, 4, ["03_adriana_evening_cum"], true, false, true, [1], [1], [], "0.3.0"),
// Monique test
new Event("03_monique_psych_hello", "You meet Monique, the shrink", "Go to the office", [4], [3], 0, 0, 0, 0, ["03_adriana_evening_psych1"], true, false, true, [3], [3], [], "0.3.0"),
new Event("03_monique_psych_first_wrong", "You didn't get the answer right for the blob question", "Go to the office", [4], [3], 0, 0, 0, 0, ["03_monique_psych_hello"], true, false, true, [3], [3], [], "0.3.0"),
new Event("03_monique_psych_first_correct", "You found the correct answer to the blob question", "Go to the office", [4], [3], 0, 0, 0, 0, ["03_adriana_evening_psych2"], true, false, true, [3], [3], [], "0.3.0"),
new Event("03_monique_psych_second_wrong", "You didn't get the answer right for the cock question", "Go to the office", [4], [3], 0, 0, 0, 0, ["03_monique_psych_first_correct"], true, false, true, [3], [3], [], "0.3.0"),
new Event("03_monique_psych_second_correct", "You found the correct answer to the cock question", "Go to the office", [4], [3], 0, 0, 0, 0, ["03_adriana_evening_psych3"], true, false, true, [3], [3], [], "0.3.0"),
new Event("03_monique_psych_approved", "You passed the mental test!", "Go to the office", [4], [3], 0, 0, 5, 4, ["03_monique_psych_second_correct"], true, false, true, [3], [3], [], "0.3.0"),
// Adriana fuck
new Event("03_adriana_evening_tease", "It seems Adriana is ready for something else", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_psychsuccess"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_blow_dick", "Adriana blows your dick", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, [], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_blow_balls", "Adriana licks your balls", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_blow_dick"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_blow_intense", "Adriana blows your dick intensely", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_blow_balls"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_fuck", "Adriana is ready to fuck", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_blow_intense"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_fuck_on_top_back", "Adriana sits on top of you, backwards", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_fuck"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_fuck_on_top_front", "Adriana sits on top of you, facing you", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_fuck_on_top_back"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_fuck_blow", "Adriana gives you a short blow", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_fuck_on_top_front"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_fuck_side", "You fuck Adriana on the side", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_fuck_blow"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_fuck_continue", "Adriana wants to do anal", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_fuck_side"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_anal_mission", "You fuck Adriana in the ass, missionary style", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_fuck_continue"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_anal_on_top", "Adriana sits on top of you, taking it in her ass", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_anal_mission"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_anal_behind", "You fuck Adriana in the ass from behind", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_anal_on_top"], true, false, true, [1], [1], [], "0.3.0"),
new Event("03_adriana_evening_cum", "You jizz on Adriana", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 5, 4, ["03_adriana_evening_anal_behind"], true, false, true, [1], [1], [], "0.3.0"),
// Melanie Kayla Approval
new Event("03_melanie_approval_arrive", "You pay Kayla a visit", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 0, 0, 0, 0, ["03_adriana_evening_end"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_mel", "You meet Melanie at Kayla's", "Go to the park", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 8, 0, 5, 4, ["03_melanie_approval_arrive"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_sofa", "You follow Melanie to the sofa", "Go to the park", [4, 5, 6, 7, 8], [4, 5, 6, 7, 8], 8, 16, 5, 5, ["03_melanie_approval_mel"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_blow_force", "You force your cock into Melanie's mouth", "Go to the park", [4, 6, 7, 8], [4, 5, 6, 7, 8], 16, -16, 5, 0, ["03_melanie_approval_sofa"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_blow_soft", "Melanie's getting a feel of your cock", "Go to the park", [5, 6, 7, 8], [4, 5, 6, 7, 8], 8, 8, 0, 0, ["03_melanie_approval_blow_force"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_blow_hard", "Melanie seems to like your cock", "Go to the park", [5, 6, 7, 8], [4, 5, 6, 7, 8], 8, 0, 0, 0, ["03_melanie_approval_blow_soft"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_blow_continue", "Kayla interrupts you and Melanie", "Go to the park", [5, 6, 7, 8], [4, 5, 6, 7, 8], 0, 0, 6, 5, ["03_melanie_approval_blow_hard"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_doubleblow_alone", "Melanie wants your cock for herself", "Go to the park", [5, 6, 7, 8], [5, 6, 7, 8], 8, 0, 0, 0, ["03_melanie_approval_blow_continue"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_doubleblow_alone2", "Melanie will not share your cock with anyone", "Go to the park", [5, 6, 7, 8], [5, 6, 7, 8], 8, 0, 0, 0, ["03_melanie_approval_doubleblow_alone"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_doubleblow_cont", "Melanie needs to remove her clothes", "Go to the park", [5, 6, 7, 8], [5, 6, 7, 8], 0, -8, 0, 0, ["03_melanie_approval_doubleblow_alone2"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_fuck_kaylaside", "You fuck Kayla on the side", "Go to the park", [5, 6, 7, 8], [5, 6, 7, 8], 8, 0, 0, 0, ["03_melanie_approval_doubleblow_cont"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_fuck_blow", "Melanie gives you another short blow", "Go to the park", [5, 6, 7, 8], [5, 6, 7, 8], 8, 8, 0, 0, ["03_melanie_approval_fuck_kaylaside"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_fuck_top", "Kayla is on top of you, fucking", "Go to the park", [5, 6, 7, 8], [5, 6, 7, 8], 8, 0, 0, 0, ["03_melanie_approval_fuck_blow"], true, false, true, [3], [1], [], "0.3.0"),
new Event("03_melanie_approval_fuck_finish", "You jizz in Melanie's mouth", "Go to the park", [5, 6, 7, 8], [5, 6, 7, 8], 24, 24, 6, 6, ["03_melanie_approval_fuck_top"], true, false, true, [3], [1], [], "0.3.0")
]>>
</nobr>
<<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
You wander freely in Melanie's house.
<<cont keypress append>>Suddenly, you hear noices from the bathroom.
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled): Fuck me, mr. Dick, fuck me hard.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Muffled): Are you in a hurry?<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(Opening the bathroom door slightly): Did she find yet another dude to fuck?<</player>>
[[Peek|Melanie03PeekShower2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<set
_Melanie03Shower1 to 'videos/Melanie/version0.3/shower/1.mp4',
_Melanie03Shower2 to 'videos/Melanie/version0.3/shower/2.mp4',
_Melanie03Shower3 to 'videos/Melanie/version0.3/shower/3.mp4',
_Melanie03Shower4 to 'videos/Melanie/version0.3/shower/4.mp4',
_Melanie03Shower5 to 'videos/Melanie/version0.3/shower/5.mp4',
_Melanie03Shower6 to 'videos/Melanie/version0.3/shower/6.mp4',
_Melanie03Showera1 to 'videos/Melanie/version0.3/shower/a1.mp4',
_Melanie03Showera2 to 'videos/Melanie/version0.3/shower/a2.mp4',
_Melanie03Showera3 to 'videos/Melanie/version0.3/shower/a3.mp4',
_Melanie03Showera4 to 'videos/Melanie/version0.3/shower/a4.mp4'
>><div id="03_PeekShower"></div>
<<script>>experiencedEvent("03_peekShower", "SEE", "03_PeekShower", State.temporary.events)<</script>>
<<player>>(To yourself): Wow.<</player>>
<<cont keypress append>><<dude>>Why are you in a rush?<</dude>>
<video @src=_Melanie03Shower1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>My husband will be home in an hour.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Can she talk about anything else than her husband and big dicks?<</player>>
<<scrolldown>><<cont keypress append>><<dude>>And why would I care about that?<</dude>>
<video @src=_Melanie03Shower2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I promised him to dress up like a lady and give hime a good blowjob.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I can get Melanie's attention if I drop this toothpaste tube on the floor.<</player>>
[[Look more|Melanie03PeekShower3]]
<<disable !canExperienceEvent("03_peekShower_noice1", State.temporary.events)>>[[Drop the tube|Melanie03PeekShower4]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_PeekShower_silent1"></div>
<<script>>experiencedEvent("03_peekShower_silent1", "SEE", "03_PeekShower_silent1", State.temporary.events)<</script>>
<<dude>>Then I'll have to fuck you hard.<</dude>>
<video @src=_Melanie03Shower3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>That's what I was sugge-e-esting!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>But you couldn't believe it would be this hard, could you?<</dude>>
<video @src=_Melanie03Shower4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No, no! No-o-o-o-o!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She seems satisfied.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_PeekShower_noice1"></div>
<<script>>experiencedEvent("03_peekShower_noice1", "SEE", "03_PeekShower_noice1", State.temporary.events)<</script>>
<<dude>>What was that?<</dude>>
<video @src=_Melanie03Showera1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Probably a curious neighborhood boy with a tiny dick.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Someday I'll fuck her hard for this.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>Hehe, yeah!<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't care about him, fuck me instead.<</melanie>>
<video @src=_Melanie03Showera2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Gotcha!<</dude>>
[[Stand still|Melanie03PeekShower5]]
<<disable !canExperienceEvent("03_peekShower_noice2", State.temporary.events)>>[[Make another noice|Melanie03PeekShower6]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="03_PeekShower_silent2"></div>
<<script>>experiencedEvent("03_peekShower_silent2", "SEE", "03_PeekShower_silent2", State.temporary.events)<</script>>
<<melanie>>Don't stop! Don't stop!<</melanie>>
<<cont keypress append>><<dude>>I won't stop until your pussy is filled with my cum.<</dude>>
<video @src=_Melanie03Shower5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fuck me harder, then.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Is this hard enough?<</dude>>
<video @src=_Melanie03Shower6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! Ye-e-e-e-es!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better leave.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="03_PeekShower_noice2"></div>
<<script>>experiencedEvent("03_peekShower_noice2", "SEE", "03_PeekShower_noice2", State.temporary.events)<</script>>
<<dude>>Isn't he gone yet?<</dude>>
<<cont keypress append>><<melanie>>Don't care about him.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>But there is a person spying at us?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, quite exciting, don't you think?<</melanie>>
<video @src=_Melanie03Showera3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She likes it when I spy at her?<</player>>
<<scrolldown>><<cont keypress append>><<dude>>I don't care, as long as I can fuck your pussy!<</dude>>
<video @src=_Melanie03Showera4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Just what I tho-o-o-ought!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Time to leave the scene.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
You just came inside the house when you hear loud voices in the hallway.
<<cont keypress append>><<dude>>(In the distance): Please, let me just put my suitcase on my desk.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): No! You have been away far too long!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What are they talking about?<</player>>
<<scrolldown>><<cont keypress append>><<dude>>(In the distance): Can I at least have a glass of water?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Not before you fuck me!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(In the distance): Alright, but let's keep it short.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): As long as it's hard enough.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I have to see this.<</player>>
[[Peek|Melanie03PeekHallway2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_PeekHallway"></div>
<<script>>experiencedEvent("03_peekHallway", "SEE", "03_PeekHallway", State.temporary.events)<</script>>
<<melanie>>Am I good enough for you? Am I still better than the waitresses on your fancy restaurants?<</melanie>>
<video @src=_Melanie03PeekHallway1 autoplay muted loop></video>
<<cont keypress append>><<dude>>Are you seriously worried about that?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Why wouldn't I be?<</melanie>>
<video @src=_Melanie03PeekHallway2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Because you're the sexiest woman alive.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I hate him, but at least he knows that he's a lucky man.<</player>>
[[Wow|Melanie03PeekHallway3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension1")>><<stopallaudio>><<audio "tension1" volume 1 play>><</if>>
<<dude>>And you have beautiful hair.<</dude>>
<<cont keypress append>><<player>>(To yourself): No shit.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! Tell me more!<</melanie>>
<video @src=_Melanie03PeekHallway3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>And you have great boobs.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's not the whole truth.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm! How great are they? Are they marvelous?<</melanie>>
<video @src=_Melanie03PeekHallway4 autoplay muted loop></video>
<<dude>>Yes! Yes!<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's more accurate.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Melanie03PeekHallway1 to 'videos/Melanie/version0.3/hallway/1.mp4',
_Melanie03PeekHallway2 to 'videos/Melanie/version0.3/hallway/2.mp4',
_Melanie03PeekHallway3 to 'videos/Melanie/version0.3/hallway/3.mp4',
_Melanie03PeekHallway4 to 'videos/Melanie/version0.3/hallway/4.mp4'
>><<set
_Melanie03PeekSofa1 to 'videos/Melanie/version0.3/sofa/1.mp4',
_Melanie03PeekSofa2 to 'videos/Melanie/version0.3/sofa/2.mp4',
_Melanie03PeekSofa3 to 'videos/Melanie/version0.3/sofa/3.mp4',
_Melanie03PeekSofa4 to 'videos/Melanie/version0.3/sofa/4.mp4'
>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
You walk around in Melanie's house when you hear voices from the living room.
<<cont keypress append>><<dude>>(In the distance, panting): Are you sure your husband is not around?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance, panting): He wasn't in bed when I woke up this morning.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(In the distance, panting): So he's not in town?<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What are they doing?<</player>>
[[Peek|Melanie03PeekSofa2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_PeekSofa"></div>
<<script>>experiencedEvent("03_peekSofa", "SEE", "03_PeekSofa", State.temporary.events)<</script>>
<<melanie>>(Panting): He's here somewhere.<</melanie>>
<<cont keypress append>><<dude>>(Panting): He's in the house?<</dude>>
<video @src=_Melanie03PeekSofa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Panting): I don't know. Why do you care?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Panting): Well, he's my boss. Maybe he'll fire me.<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Panting): Nonsense, I'll give him a boobjob and ask him to forget the whole thing.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Tripping over a flower pot, to yourself): Fuck!<</player>>
[[Oops|Melanie03PeekSofa3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="03_PeekSofaNotice"></div>
<<script>>experiencedEvent("03_peekSofaNotice", "SEE", "03_PeekSofaNotice", State.temporary.events)<</script>>
<<dude>>(Panting): What was that?<</dude>>
<<cont keypress append>><<melanie>>(Panting): Don't know. Maybe someone's watching us.<</melanie>>
<video @src=_Melanie03PeekSofa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Hiding, to yourself): I hope she didn't see me.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>(Panting): Your husband?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Panting): No, probably someone with a really small dick.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>(Panting): How do you know?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>I can see it in his eyes.<</melanie>>
<video @src=_Melanie03PeekSofa3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>So there is someone there?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, obviously.<</melanie>>
<video @src=_Melanie03PeekSofa4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Aren't you gonna call the cop?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>No, I like being watched.<</melanie>>
[[I knew it (leave)|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>!Version 0.2.2
!!What's new in this version?
!!!New content
A major scene with Rachel has been added in this version. Complementary scenes with other characters have also been added, the characters being:
- Melanie
- Ryan
- Christina
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZeroTwoTwo"></div>
<<script>>
describeAllContent("0.2.2", "newContentZeroTwoTwo", State.temporary.events);
<</script>>
!!!UI Improvements
- Added a button for muting the sound.
!!!Bug fixes
- Minor performance improvements.
<<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="03_PeekChair"></div>
<<script>>experiencedEvent("03_peekChair", "SEE", "03_PeekChair", State.temporary.events)<</script>>
You're walking around in Melanie's house.
<<cont keypress append>><<player>>(To yourself): What's that sound?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(Sneaking into the living room): Wow!<</player>>
<<scrolldown>><<cont keypress append>><<dude>>Yeah, suck that cock!<</dude>>
<video @src=_Melanie03PeekChair1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>If you suck it good I might buy you that nice dress you wanted.<</dude>>
<video @src=_Melanie03PeekChair2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>And perhaps those shoes you were pointing at.<</dude>>
[[How is it possible that such a douchebag gets a blowjob like that?|Melanie03PeekChair2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<dude>>Yeah, bring those boobies.<</dude>>
<video @src=_Melanie03PeekChair3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Hang on, let me just spank them a little bit.<</dude>>
<video @src=_Melanie03PeekChair4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-mmm-mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Yeah!<</dude>>
[[One day, I will do just like that|Melanie03PeekChair3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>You like my marvelous boobs, don't you?<</melanie>>
<<cont keypress append>><<dude>>They are just fine.<</dude>>
<video @src=_Melanie03PeekChair5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Just fine? That's a bit of an understatement, isn't it?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Let me see that ass and I might improve your grade.<</dude>>
<video @src=_Melanie03PeekChair6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Right, let me remove my dress real slow.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Yeah!<</dude>>
[[I'm not in the mood for peeking on them today|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Melanie03PeekChair1 to 'videos/Melanie/version0.3/chair/1.mp4',
_Melanie03PeekChair2 to 'videos/Melanie/version0.3/chair/2.mp4',
_Melanie03PeekChair3 to 'videos/Melanie/version0.3/chair/3.mp4',
_Melanie03PeekChair4 to 'videos/Melanie/version0.3/chair/4.mp4',
_Melanie03PeekChair5 to 'videos/Melanie/version0.3/chair/5.mp4',
_Melanie03PeekChair6 to 'videos/Melanie/version0.3/chair/6.mp4'
>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<melanie>>Luckily, there are other men.<</melanie>>
<<cont keypress append>><<player>>Yeah, like me.<</player>>
<video @src=_MelanieGymAlone6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Other men with huge dicks.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, like me.<</player>>
<video @src=_MelanieGymAlone7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're hilarious, $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(fake laughing): Hahaha.<</player>>
[[It seems she's finished|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="04_Melanie_gym_look_exam"></div>
<<script>>experiencedEvent("04_melanie_gym_look_exam", "SEE", "04_Melanie_gym_look_exam", State.temporary.events)<</script>>
<<melanie>>That depends. What's the deal?<</melanie>>
<<cont keypress append>><<player>>I have to do a proper examination before.<</player>>
<video @src=_MelanieGymextraintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Examing my ass? Is that what you mean, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>There are certain areas which are crucial to investigate when doing a professional body evaluation.<</player>>
<video @src=_MelanieGymextraintro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's clear you know what you're doing, $playerFirstName.<</melanie>>
[[Next thing to evaluate is your mouth|MelanieGymLookExtra2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="03_Christina_talk_plan"></div>
<<script>>experiencedEvent("03_christina_talk_plan", "SEE", "03_Christina_talk_plan", State.temporary.events)<</script>>
<<player>>I think you need some assistance with some of these papers.<</player>>
<<cont keypress append>><<christina>>Why do you think that, $playerFirstName?<</christina>>
<video @src=_Christina03Talk1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>If they are not in order, you might get in trouble with the law.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Oh, no. I think I know the reason for this.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I think I know as well.<</player>>
<<scrolldown>><<cont keypress append>><<player>>You do? And why is that?<</player>>
<video @src=_Christina03Talk2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>$playerFirstName, I have something to confess.<</christina>>
[[Oh, yeah?|Christina03Talk2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="03_Bbca_call"></div>
<<script>>experiencedEvent("03_bbca_call", "SEE", "03_Bbca_call", State.temporary.events)<</script>>
The phone is ringing. The number is unknown.
<<cont keypress append>><<player>>Hello?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Am I talking to $playerFirstName?<</president>>
<<scrolldown>><<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<president>>I am the president of BBCA.<</president>>
<<scrolldown>><<cont keypress append>><<player>>BBCA?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Big Black Cock Association.<</president>>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
<<scrolldown>><<cont keypress append>><<president>>It has come to our attention that one of your models has a pair of amazing tits.<</president>>
<<scrolldown>><<cont keypress append>><<player>>Ah, you mean Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Whatever. It seems a big black cock would fit perfectly between those boobs.<</president>>
<<scrolldown>><<cont keypress append>><<player>>To be honest, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<president>>Would you like to come over and we can talk about the details?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She would kill me if I turned this offer down.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Sure.<</player>>
<<scrolldown>><<cont keypress append>><<president>>I'm at the HQ on Wednesdays.<</president>>
[[Leave|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(On the phone): $playerFirstName? Can you hear me?<</president>>
<<cont keypress append>><<player>>(On the phone): I can hear you, mr. President.<</player>>
<video @src=_Christina03BlackedIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): And the cameras are working?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): They're working just fine.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Great. I'll put down the phone now, but I will remain in contact with you through a hidden mic and earphone.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Great.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(whispering): The girl is coming. She doesn't know you're here.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): The girl?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Girl! Please, come here.<</president>>
<video @src=_Christina03BlackedIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wait a sec! I know that woman. That's Christina. She's working for Melanie.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Yes, mr. President?<</christina>>
<<scrolldown>><<cont keypress append>><<president>>Our new member will be here any moment now. Please, show him inside.<</president>>
<<scrolldown>><<cont keypress append>><<christina>>Certainly.<</christina>>
[[Melanie will kill her if she finds out about this|Christina03BlackedIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="03_Melanie_christina_double_meet"></div>
<<script>>experiencedEvent("03_melanie_christina_double_meet", "SEE", "03_Melanie_christina_double_meet", State.temporary.events)<</script>>
You meet up with Christina in an empty office.
<<cont keypress append>><<christina>>Do you want to fuck me now, $playerFirstName?<</christina>>
<<scrolldown>><<cont keypress append>><<player>>Okay.<</player>>
<video @src=_Christina03MelanieDoubleIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Yes! Slam that pussy.<</christina>>
<<scrolldown>><<cont keypress append>>Suddenly you hear a noice.
<<scrolldown>><<cont keypress append>>Someone else comes into the room.
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Uh, oh.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Hi, boss.<</christina>>
<video @src=_Christina03MelanieDoubleIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Don't talk to me, slut.<</melanie>>
[[Melanie seems upset|Christina03MelanieDoubleIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Christina03BlackedIntro0 to 'videos/Others/version0.3/christina/blacked/intro/0.mp4',
_Christina03BlackedIntro1 to 'videos/Others/version0.3/christina/blacked/intro/1.mp4',
_Christina03BlackedIntro2 to 'videos/Others/version0.3/christina/blacked/intro/2.mp4',
_Christina03BlackedIntro3 to 'videos/Others/version0.3/christina/blacked/intro/3.mp4',
_Christina03BlackedIntro4 to 'videos/Others/version0.3/christina/blacked/intro/4.mp4',
_Christina03BlackedIntro5 to 'videos/Others/version0.3/christina/blacked/intro/5.mp4',
_Christina03BlackedIntro6 to 'videos/Others/version0.3/christina/blacked/intro/6.mp4',
_Christina03BlackedIntro7 to 'videos/Others/version0.3/christina/blacked/intro/7.mp4',
_Christina03BlackedIntro8 to 'videos/Others/version0.3/christina/blacked/intro/8.mp4',
_Christina03BlackedIntro9 to 'videos/Others/version0.3/christina/blacked/intro/9.mp4',
_Christina03Blackedblow0 to 'videos/Others/version0.3/christina/blacked/blow/0.mp4',
_Christina03Blackedblow1 to 'videos/Others/version0.3/christina/blacked/blow/1.mp4',
_Christina03Blackedblow2 to 'videos/Others/version0.3/christina/blacked/blow/2.mp4',
_Christina03Blackedblow3 to 'videos/Others/version0.3/christina/blacked/blow/3.mp4',
_Christina03Blackedblow4 to 'videos/Others/version0.3/christina/blacked/blow/4.mp4',
_Christina03Blackedblow5 to 'videos/Others/version0.3/christina/blacked/blow/5.mp4',
_Christina03Blackedblow6 to 'videos/Others/version0.3/christina/blacked/blow/6.mp4',
_Christina03Blackedsingle0 to 'videos/Others/version0.3/christina/blacked/single/0.mp4',
_Christina03Blackedsingle1 to 'videos/Others/version0.3/christina/blacked/single/1.mp4',
_Christina03Blackedsingle2 to 'videos/Others/version0.3/christina/blacked/single/2.mp4',
_Christina03Blackedsingle3 to 'videos/Others/version0.3/christina/blacked/single/3.mp4',
_Christina03Blackedsingle4 to 'videos/Others/version0.3/christina/blacked/single/4.mp4',
_Christina03Blackedsingle5 to 'videos/Others/version0.3/christina/blacked/single/5.mp4',
_Christina03Blackedsingle6 to 'videos/Others/version0.3/christina/blacked/single/6.mp4',
_Christina03Blackedsingle7 to 'videos/Others/version0.3/christina/blacked/single/7.mp4',
_Christina03Blackedcontinue0 to 'videos/Others/version0.3/christina/blacked/continue/0.mp4',
_Christina03Blackedcontinue1 to 'videos/Others/version0.3/christina/blacked/continue/1.mp4',
_Christina03Blackedcontinue2 to 'videos/Others/version0.3/christina/blacked/continue/2.mp4',
_Christina03Blackedcontinue3 to 'videos/Others/version0.3/christina/blacked/continue/3.mp4',
_Christina03Blackedcontinue4 to 'videos/Others/version0.3/christina/blacked/continue/4.mp4',
_Christina03Blackedcontinue5 to 'videos/Others/version0.3/christina/blacked/continue/5.mp4',
_Christina03Blackeddouble0 to 'videos/Others/version0.3/christina/blacked/double/0.mp4',
_Christina03Blackeddouble1 to 'videos/Others/version0.3/christina/blacked/double/1.mp4',
_Christina03Blackeddouble2 to 'videos/Others/version0.3/christina/blacked/double/2.mp4',
_Christina03Blackeddouble3 to 'videos/Others/version0.3/christina/blacked/double/3.mp4',
_Christina03Blackeddouble4 to 'videos/Others/version0.3/christina/blacked/double/4.mp4',
_Christina03Blackeddouble5 to 'videos/Others/version0.3/christina/blacked/double/5.mp4',
_Christina03Blackeddoublea0 to 'videos/Others/version0.3/christina/blacked/double/a0.mp4',
_Christina03Blackeddoublea1 to 'videos/Others/version0.3/christina/blacked/double/a1.mp4',
_Christina03Blackeddoublea2 to 'videos/Others/version0.3/christina/blacked/double/a2.mp4',
_Christina03Blackeddoublea3 to 'videos/Others/version0.3/christina/blacked/double/a3.mp4',
_Christina03Blackeddoublea4 to 'videos/Others/version0.3/christina/blacked/double/a4.mp4',
_Christina03Blackeddoublea5 to 'videos/Others/version0.3/christina/blacked/double/a5.mp4',
_Christina03Blackedfinish0 to 'videos/Others/version0.3/christina/blacked/finish/0.mp4',
_Christina03Blackedfinish1 to 'videos/Others/version0.3/christina/blacked/finish/1.mp4',
_Christina03Blackedfinish2 to 'videos/Others/version0.3/christina/blacked/finish/2.mp4',
_Christina03Blackedfinish3 to 'videos/Others/version0.3/christina/blacked/finish/3.mp4',
_Christina03Blackedfinish4 to 'videos/Others/version0.3/christina/blacked/finish/4.mp4',
_Christina03Blackedfinish5 to 'videos/Others/version0.3/christina/blacked/finish/5.mp4',
_Christina03Blackedfinish6 to 'videos/Others/version0.3/christina/blacked/finish/6.mp4',
_Christina03Blackedfinish7 to 'videos/Others/version0.3/christina/blacked/finish/7.mp4'
>>
<<set
_Christina03Talk1 to 'videos/Others/version0.3/christina/talk/1.mp4',
_Christina03Talk2 to 'videos/Others/version0.3/christina/talk/2.mp4',
_Christina03Talk3 to 'videos/Others/version0.3/christina/talk/3.mp4',
_Christina03Talk4 to 'videos/Others/version0.3/christina/talk/4.mp4',
_Christina03Talk5 to 'videos/Others/version0.3/christina/talk/5.mp4',
_Christina03Talk6 to 'videos/Others/version0.3/christina/talk/6.mp4',
_Christina03Talk7 to 'videos/Others/version0.3/christina/talk/7.mp4',
_Christina03Talk8 to 'videos/Others/version0.3/christina/talk/8.mp4',
_Christina03Talk9 to 'videos/Others/version0.3/christina/talk/9.mp4'
>>
<<set
_Christina03MelanieDoubleIntro0 to 'videos/Others/version0.3/christina/double/intro/0.mp4',
_Christina03MelanieDoubleIntro1 to 'videos/Others/version0.3/christina/double/intro/1.mp4',
_Christina03MelanieDoubleIntro2 to 'videos/Others/version0.3/christina/double/intro/2.mp4',
_Christina03MelanieDoubleIntro3 to 'videos/Others/version0.3/christina/double/intro/3.mp4',
_Christina03MelanieDoubleblow0 to 'videos/Others/version0.3/christina/double/blow/0.mp4',
_Christina03MelanieDoubleblow1 to 'videos/Others/version0.3/christina/double/blow/1.mp4',
_Christina03MelanieDoubleblow2 to 'videos/Others/version0.3/christina/double/blow/2.mp4',
_Christina03MelanieDoubleblow3 to 'videos/Others/version0.3/christina/double/blow/3.mp4',
_Christina03MelanieDoubleblow4 to 'videos/Others/version0.3/christina/double/blow/4.mp4',
_Christina03MelanieDoubleblow5 to 'videos/Others/version0.3/christina/double/blow/5.mp4',
_Christina03MelanieDoubleblow6 to 'videos/Others/version0.3/christina/double/blow/6.mp4',
_Christina03MelanieDoubleblow7 to 'videos/Others/version0.3/christina/double/blow/7.mp4',
_Christina03MelanieDoubleblow8 to 'videos/Others/version0.3/christina/double/blow/8.mp4',
_Christina03MelanieDoubleblow9 to 'videos/Others/version0.3/christina/double/blow/9.mp4',
_Christina03MelanieDoublefuck0 to 'videos/Others/version0.3/christina/double/fuck/0.mp4',
_Christina03MelanieDoublefuck1 to 'videos/Others/version0.3/christina/double/fuck/1.mp4',
_Christina03MelanieDoublefuck2 to 'videos/Others/version0.3/christina/double/fuck/2.mp4',
_Christina03MelanieDoublefuck3 to 'videos/Others/version0.3/christina/double/fuck/3.mp4',
_Christina03MelanieDoublefuck4 to 'videos/Others/version0.3/christina/double/fuck/4.mp4',
_Christina03MelanieDoublefuck5 to 'videos/Others/version0.3/christina/double/fuck/5.mp4',
_Christina03MelanieDoublefuck6 to 'videos/Others/version0.3/christina/double/fuck/6.mp4',
_Christina03MelanieDoublefuck7 to 'videos/Others/version0.3/christina/double/fuck/7.mp4',
_Christina03MelanieDoublecum1 to 'videos/Others/version0.3/christina/double/cum/1.mp4',
_Christina03MelanieDoublecum2 to 'videos/Others/version0.3/christina/double/cum/2.mp4',
_Christina03MelanieDoublecum3 to 'videos/Others/version0.3/christina/double/cum/3.mp4',
_Christina03MelanieDoublecum4 to 'videos/Others/version0.3/christina/double/cum/4.mp4',
_Christina03MelanieDoublecum5 to 'videos/Others/version0.3/christina/double/cum/5.mp4'
>><<christina>>Mr. President. This is Barnie.<</christina>>
<<cont keypress append>><<player>>(To yourself): Barnie?<</player>>
<<scrolldown>><<cont keypress append>><<president>>How very nice to meet you, Barnie.<</president>>
<video @src=_Christina03BlackedIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<barnie>>The pleasure is mine.<</barnie>>
<<scrolldown>><<cont keypress append>><<president>>Why don't you sit down.<</president>>
<<scrolldown>><<cont keypress append>><<christina>>Here's the drink you asked for.<</christina>>
<video @src=_Christina03BlackedIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>Thanks, girl.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>Doesn't she have a name?<</barnie>>
<<scrolldown>><<cont keypress append>><<president>>Yes, but it doesn't matter here.<</president>>
[[The president doesn't seem to respect women very well|Christina03BlackedIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<christina>>Do you want me to suck the candidate's dick now, mr. President?<</christina>>
<<cont keypress append>><<player>>(To yourself): What kind of candidate is this?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Not yet, first he has to sign the membership contract.<</president>>
<video @src=_Christina03BlackedIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<barnie>>Right. So, what's the deal?<</barnie>>
<<scrolldown>><<cont keypress append>><<president>>Well, as you know, white women are crazy about big black cocks.<</president>>
<<scrolldown>><<cont keypress append>><<christina>>(Giggling): Yes, we are.<</christina>>
<video @src=_Christina03BlackedIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<barnie>>I'm aware of that.<</barnie>>
[[These guys really are douchebags|Christina03BlackedIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>The white women do anything to get one of our dicks in their mouth, pussy or ass.<</president>>
<<cont keypress append>><<barnie>>Yeah.<</barnie>>
<video @src=_Christina03BlackedIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>And if you sign this contract, we'll make sure you're treated justly.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>How do you mean?<</barnie>>
<<scrolldown>><<cont keypress append>><<president>>Well, all this fucking is hard work for us. Hard labor.<</president>>
<video @src=_Christina03BlackedIntro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Real hard.<</christina>>
<<scrolldown>><<cont keypress append>><<barnie>>That's so true.<</barnie>>
[[Bullshit|Christina03BlackedIntro5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>BBCA makes sure that each member get a fair pay for his services.<</president>>
<<cont keypress append>><<barnie>>Well, that's great.<</barnie>>
<video @src=_Christina03BlackedIntro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>We also single out the best women.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>The best women?<</barnie>>
<video @src=_Christina03BlackedIntro9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Maybe you haven't encountered any of us yet?<</christina>>
<<scrolldown>><<cont keypress append>><<president>>Well, the ones with the biggest boobs, tightest pussies, etc. etc.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>Aha, I see.<</barnie>>
[[Do these guys get everything they wish for?|Christina03BlackedIntro6]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>We also make sure that they like to do blowjobs etc.<</president>>
<<cont keypress append>><<barnie>>That's good.<</barnie>>
<video @src=_Christina03Blackedblow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>And that they are open for taking cocks in their ass.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>Don't they all just love that?<</barnie>>
<video @src=_Christina03Blackedblow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>(Winking): I do.<</christina>>
<<scrolldown>><<cont keypress append>><<president>>I've heard about a lady who didn't like it very much.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>That's just weird.<</barnie>>
[[These guys|Christina03BlackedIntro7]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>Of course, she'll never be allowed to any of our gatherings.<</president>>
<<cont keypress append>><<barnie>>That's good.<</barnie>>
<video @src=_Christina03Blackedblow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>And, as you see, this girl seems to like your cock very much.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>Yeah, and she knows how to do a blowjob.<</barnie>>
<video @src=_Christina03Blackedblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mmm, mmm.<</christina>>
<<scrolldown>><<cont keypress append>><<president>>Well, that's a guarantee if you're a member att BBCA.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>I must say this deal seems very good.<</barnie>>
<video @src=_Christina03Blackedblow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mngk! Mngk!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>The pay is good. You'll be fully ensured. And you'll have 4 weeks of paid vacation each year.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>How about the jizz? Will I be able to jizz wherever I want?<</barnie>>
[[This deal is crazy|Christina03BlackedIntro8]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<president>>Naturally. You'll be allowed to jizz in their mouth, their face, their pussy, you name it.<</president>>
<<cont keypress append>><<barnie>>How about their hair? Once I came in a girls hair and she started yelling at me like mad.<</barnie>>
<video @src=_Christina03Blackedblow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>In BBCA, she would be sacked immediately.<</president>>
<<scrolldown>><<cont keypress append>><<barnie>>Well, then I can't see a reason not to sign that piece of paper.<</barnie>>
<video @src=_Christina03Blackedblow6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>Glad to have you onboard, Barnie.<</president>>
[[He's in heaven|Christina03BlackedSingle1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<<christina>>(Offering her hand): Let's go and fuck!<</christina>>
<<cont keypress append>><<barnie>>(Taking her hand): Okay.<</barnie>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): $playerFirstName? You still there?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Of course.<</player>>
<video @src=_Christina03Blackedsingle0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): So what do you think?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Well, I think Barnie made a good deal.<</player>>
<video @src=_Christina03Blackedsingle1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Yes! Yes! Lick that pussy!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): You think I was fooled?<</president>>
[[Of course not|Christina03BlackedSingle2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(Whispering, on the phone): You must understand, $playerFirstName, that having dicks like Barnie's in our association is extremely valuable.<</president>>
<<cont keypress append>><<player>>(On the phone): Right.<</player>>
<video @src=_Christina03Blackedsingle2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Please, fuck me!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Those cocks are what makes us attractive to the women.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Hmm.<</player>>
<video @src=_Christina03Blackedsingle3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Without them the name of our association wouldn't make sense.<</president>>
[[Well, that's true I guess|Christina03BlackedSingleWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
There are so many questions. What to ask?
[[You only allow black men in the association?|Christina03BlackedSingleWM1]]
<<disable !canExperienceEvent("03_bbca_visit_bigcocks", State.temporary.events)>>[[How big must a cock be to be allowed?|Christina03BlackedSingleWM2]]<</disable>>
<<disable !canExperienceEvent("03_bbca_visit_influence", State.temporary.events)>>[[I don't have any more questions|Christina03BlackedDouble1]]<</disable>><div id="03_Bbca_visit_whitemen"></div>
<<script>>experiencedEvent("03_bbca_visit_whitemen", "SEE", "03_Bbca_visit_whitemen", State.temporary.events)<</script>>
<<president>>(Whispering, on the phone): Why do you ask that, $playerFirstName?<</president>>
<<cont keypress append>><<player>>(On the phone): Just wondering.<</player>>
<video @src=_Christina03Blackedsingle4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>This cock is so big!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): You don't want to enter the association yourself, do you?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Would it be okay?<</player>>
<video @src=_Christina03Blackedsingle5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Ah, yes! Yes! Yes!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): No.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Why?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Because you're not black.<</president>>
[[Right|Christina03BlackedSingleWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Bbca_visit_bigcocks"></div>
<<script>>experiencedEvent("03_bbca_visit_bigcocks", "SEE", "03_Bbca_visit_bigcocks", State.temporary.events)<</script>>
<<president>>(Whispering, on the phone): It has to be pretty damn big.<</president>>
<<cont keypress append>><<player>>(On the phone): How pretty damn big, exactly?<</player>>
<video @src=_Christina03Blackedsingle6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Yes, Barnie!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): So big that the white women yell when it penetrates their ass.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): How high must the women yell?<</player>>
<video @src=_Christina03Blackedsingle7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Fuck me-e-e-e-e!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Pretty damn high.<</president>>
[[Well, that's an exact answer|Christina03BlackedSingleWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<president>>(Whispering, on the phone): Well, if you don't have any more questions, I'll go and join our happy couple.<</president>>
<<cont keypress append>><<player>>(On the phone): Give them my love.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): I will, $playerFirstName. I will.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): He's just gonna go over there and join them?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Girl, Barnie! Please, come inside with me.<</president>>
<video @src=_Christina03Blackedcontinue0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<barnie>>Alright.<</barnie>>
<<scrolldown>><<cont keypress append>><<christina>>Have you stuffed your pants, mr. President? Or do you just have a very big cock?<</christina>>
<video @src=_Christina03Blackedcontinue1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>You've got some humour, girl, I like that!<</president>>
[[They're going inside|Christina03BlackedDouble2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(Whispering, on the phone): $playerFirstName, you still there?<</president>>
<<cont keypress append>><<player>>(On the phone): Always.<</player>>
<video @src=_Christina03Blackedcontinue2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mmm! Mmm!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): I was gonna ask you about that girl.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Which girl?<</player>>
<video @src=_Christina03Blackedcontinue3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mmm! Mmm!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Your model. The one with the great boobs.<</president>>
[[Ah, you mean Melanie?|Christina03BlackedDouble3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(Whispering, on the phone): I don't care about her name. I care about her boobs and her pussy...<</president>>
<<cont keypress append>><<player>>(On the phone): Fair enough.<</player>>
<video @src=_Christina03Blackedcontinue4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mngk! Mngk!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): And her money, of course.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Her money?<</player>>
<video @src=_Christina03Blackedcontinue5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mngk! Mngk!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Yes, of course. You didn't think any of us would fuck her for free, did you?<</president>>
[[Well|Christina03BlackedDouble1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Does this dude really think that Melanie would pay for sex?
[[Melanie would never pay for sex!|Christina03BlackedDouble1WM1]]
<<disable !canExperienceEvent("03_bbca_visit_doubt", State.temporary.events)>>[[She didn't pay me anything, and I still can't fuck her|Christina03BlackedDouble1WM2]]<</disable>>
<<disable !canExperienceEvent("03_bbca_visit_info", State.temporary.events)>>[[Alright, let's talk about the price|Christina03BlackedDouble2WM]]<</disable>>
<<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
So I guess I negotiate the terms for Melanie now.
[[What's the next step?|Christina03BlackedDouble2WM1]]
<<disable !canExperienceEvent("03_bbca_visit_pay", State.temporary.events)>>[[And what about the pay?|Christina03BlackedDouble2WM2]]<</disable>>
<<disable !canExperienceEvent("03_bbca_visit_finished", State.temporary.events)>>[[Well, I'll tell her about your offer (continue)|Christina03BlackedDoubleFinish1]]<</disable>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<<president>>That's great! That's so great!<</president>>
<<cont keypress append>><<christina>>Are you coming, mr. President?<</christina>>
<video @src=_Christina03Blackedfinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>Yes, dear girl, yes!<</president>>
[[Continue|Christina03BlackedDoubleFinish2]]
<<scrolldown>><</cont>><</cont>><<christina>>So why don't you spray that cum all over my face, mr. President?<</christina>>
<<cont keypress append>><<president>>On my way!<</president>>
<video @src=_Christina03Blackedfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Waiting.<</christina>>
<<scrolldown>><<cont keypress append>><<president>>No need to wait any longe-e-er!<</president>>
<video @src=_Christina03Blackedfinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Wow, that's some good jizz you've got there, mr. President.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That wasn't a very big load, I must say.<</player>>
[[It seems Barnie is ready as well|Christina03BlackedDoubleFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<christina>>Do you have something for me as well, Barnie?<</christina>>
<<cont keypress append>><<barnie>>I sure do.<</barnie>>
<video @src=_Christina03Blackedfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Well, I'm ready for it.<</christina>>
<<scrolldown>><<cont keypress append>><<barnie>>There you go.<</barnie>>
<video @src=_Christina03Blackedfinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Wow! That's amazing.<</christina>>
<<scrolldown>><<cont keypress append>><<barnie>>I know, right?<</barnie>>
<video @src=_Christina03Blackedfinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>And it tastes good as well.<</christina>>
[[Is she leaving now?|Christina03BlackedDoubleFinish4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action7")>><<stopallaudio>><<audio "action7" volume 1 play>><</if>>
<div id="03_Bbca_visit_finished"></div>
<<script>>experiencedEvent("03_bbca_visit_finished", "SEE", "03_Bbca_visit_finished", State.temporary.events)<</script>>
<<christina>>Mmm, mmm. It's so good.<</christina>>
<video @src=_Christina03Blackedfinish6 autoplay muted loop></video>
<<cont keypress append>><<president>>Okay, time's up! Time to leave, girl.<</president>>
<<scrolldown>><<cont keypress append>><<christina>>Can't I stay for another minute?<</christina>>
<<scrolldown>><<cont keypress append>><<president>>Did you pay for it?<</president>>
<<scrolldown>><<cont keypress append>><<christina>>No, but...<</christina>>
<video @src=_Christina03Blackedfinish7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>So you'll have to leave.<</president>>
<<scrolldown>><<cont keypress append>><<christina>>Right. See you next time.<</christina>>
<<scrolldown>><<cont keypress append>><<barnie>>Bye.<</barnie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I've got to talk to Christina in the office.<</player>>
[[Return|BBCA][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Bbca_visit_influence"></div>
<<script>>experiencedEvent("03_bbca_visit_influence", "SEE", "03_Bbca_visit_influence", State.temporary.events)<</script>>
<<president>>(Whispering, on the phone): You see the girl riding me right now?<</president>>
<<cont keypress append>><<player>>(On the phone): Yes, her name is Christina.<</player>>
<video @src=_Christina03Blackeddouble0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>That cock! Can't wait to suck that cock!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): She has a rich boyfriend. She has a well paid job.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Yes?<</player>>
<video @src=_Christina03Blackeddouble1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mngk! Mngk!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): But she still lives in a a small rental apartment. Do you know why?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): No.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Because she gives us all of her money. For fucking her in the ass.<</president>>
[[I never knew|Christina03BlackedDouble1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(Whispering, on the phone): You know what, $playerFirstName?<</president>>
<<cont keypress append>><<player>>(On the phone): What?<</player>>
<video @src=_Christina03Blackeddouble2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>You'll fuck me in the ass now, won't you?<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Maybe you don't have a very big dick?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): It's fairly big.<</player>>
<video @src=_Christina03Blackeddouble3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Wow, that's so big! Oh, my God!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Well, do the women yell when you fuck them in the ass?<</president>>
[[Fuck you|Christina03BlackedDouble1WM2b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Bbca_visit_doubt"></div>
<<script>>experiencedEvent("03_bbca_visit_doubt", "SEE", "03_Bbca_visit_doubt", State.temporary.events)<</script>>
<<president>>(Whispering, on the phone): I'm only being honest with you, $playerFirstName.<</president>>
<<cont keypress append>><<player>>(On the phone): I have a big dick!<</player>>
<video @src=_Christina03Blackeddouble4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Fuck me! Fuck me!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Then why do you sit there, watching me having sex with this beautiful girl?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Because you told me to.<</player>>
<video @src=_Christina03Blackeddouble5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Sure, mr. President, I'll suck your cock in the meantime.<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Oh, yeah? And why didn't you tell me to go fuck myself?<</president>>
[[Good question|Christina03BlackedDouble1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Bbca_visit_info"></div>
<<script>>experiencedEvent("03_bbca_visit_info", "SEE", "03_Bbca_visit_info", State.temporary.events)<</script>>
<<president>>(Whispering, on the phone): Before she's allowed, she must come here.<</president>>
<<cont keypress append>><<player>>(On the phone): Why here?<</player>>
<video @src=_Christina03Blackeddoublea4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Suck those tits!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): I'll test her, personally.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): You mean fuck her?<</player>>
<video @src=_Christina03Blackeddoublea5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>You'll keep fucking me in the ass, won't you?<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Of course. I wouldn't let her come near the younger members before a proper test.<</president>>
[[Of course|Christina03BlackedDouble2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Bbca_visit_pay"></div>
<<script>>experiencedEvent("03_bbca_visit_pay", "SEE", "03_Bbca_visit_pay", State.temporary.events)<</script>>
<<president>>(Whispering, on the phone): She'll bring me the money when she gets here.<</president>>
<<cont keypress append>><<player>>(On the phone): And how much is it?<</player>>
<video @src=_Christina03Blackeddoublea0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Just stick it in!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): She knows the price, $playerFirstName.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): She does?<</player>>
<video @src=_Christina03Blackeddoublea1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Oh, yes! Oh, yes!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Without a doubt.<</president>>
[[How could she know?|Christina03BlackedDouble2WM2b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(Whispering, on the phone): Every woman with such boobs knows our price, $playerFirstName.<</president>>
<<cont keypress append>><<player>>(On the phone): And you're positive that you're not mistaken?<</player>>
<video @src=_Christina03Blackeddoublea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Fuck me-e-e-e-e!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Panting, on the phone): The very reason why they acquired such boobs is that they want to be accepted by us.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): So you're pretty much fulfilling Melanie's dream by accepting her?<</player>>
<video @src=_Christina03Blackeddoublea3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>This is like all my dreams come tru-u-ue!<</christina>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering, on the phone): Just ask her to come here on Thursday, will you?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Alright.<</player>>
[[He sure thinks a lot about himself|Christina03BlackedDouble2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<christina>>I don't know if I can tell you this, $playerFirstName.<</christina>>
<<cont keypress append>><<player>>Why? Have you been cheating on Bob?<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Not exactly.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>But you have perhaps handled other men's dicks?<</player>>
<video @src=_Christina03Talk3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Naturally. That's my job.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>But maybe one of these dicks were bigger than Bob's?<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Well...<</christina>>
<<scrolldown>><<cont keypress append>><<player>>Big as this?<</player>>
<video @src=_Christina03Talk4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>$playerFirstName!<</christina>>
<<scrolldown>><<cont keypress append>><<player>>If you work it I won't tell Bob.<</player>>
<video @src=_Christina03Talk5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>$playerFirstName, I can't do this to my boyfriend.<</christina>>
[[But you can pay a fortune to get fucked by black cocks?|Christina03Talk3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<christina>>You know about that?<</christina>>
<<cont keypress append>><<player>>Certainly. Me and the president of BBCA are good friends.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>I should've known. What do you want me to do?<</christina>>
<<scrolldown>><<cont keypress append>><<player>>Work that cock for me.<</player>>
<video @src=_Christina03Talk6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Alright.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>And then I would like to fuck you. In the ass.<</player>>
<video @src=_Christina03Talk7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Bob will come here within five minutes, $playerFirstName, maybe we can fuck in the office on Monday instead?<</christina>>
[[Fair enough|Christina03Talk4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="03_Christina_talk_kiss"></div>
<<script>>experiencedEvent("03_christina_talk_kiss", "SEE", "03_Christina_talk_kiss", State.temporary.events)<</script>>
<<player>>I can agree on that. Just give it one deep kiss for now.<</player>>
<<cont keypress append>><<christina>>Okay.<</christina>>
<video @src=_Christina03Talk8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, just like that.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Mmm, mmm.<</christina>>
<video @src=_Christina03Talk9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're good, Christina.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Thank you. And don't you forget about Monday.<</christina>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I won't.<</player>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("tension2")>><<stopallaudio>><<audio "tension2" volume 1 play>><</if>>
<div id="03_Melanie_christina_double_interupted"></div>
<<script>>experiencedEvent("03_melanie_christina_double_interupted", "SEE", "03_Melanie_christina_double_interupted", State.temporary.events)<</script>>
<<melanie>>So you think it's appropriate to fuck in the office, do you, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>No, but...<</player>>
<video @src=_Christina03MelanieDoubleIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>But you saw my boobs and was so horny you felt a need to fuck anyone, anything?<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>I'm still a human.<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not talking to you, slut.<</melanie>>
<video @src=_Christina03MelanieDoubleIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I... I...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's fully understandable, $playerFirstName. My boobs are indeed marvelous.<</melanie>>
[[She seems pissed. I'd better leave|Melwork][wait()]]
<<disable !canExperienceEvent("03_melanie_christina_double_blow_cock", State.temporary.events)>>[[Maybe she's not that upset after all?|Christina03MelanieDoubleBlow1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>So... What did you plan to do?<</melanie>>
<<cont keypress append>><<player>>How do you mean?<</player>>
<video @src=_Christina03MelanieDoubleblow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I mean, $playerFirstName, do you plan to fuck this slut just plain doggystyle and then come in her pussy? Or are you planning to do something more... Experimental?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Ah, I see.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>May I suggest a blowjob?<</melanie>>
<video @src=_Christina03MelanieDoubleblow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's a good idea.<</player>>
<<scrolldown>><<cont keypress append>><<christina>>Mmm! Mmm!<</christina>>
[[This is great|Christina03MelanieDoubleBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>What do you focus on, $playerFirstName, this slut sucking your cock or me holding it?<</melanie>>
<<cont keypress append>><<christina>>Mmm, mmm!<</christina>>
<video @src=_Christina03MelanieDoubleblow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Be honest, you're still thinking about my boobs, aren't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>Mmm, mmm!<</christina>>
<video @src=_Christina03MelanieDoubleblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, no need to answer that quetion, $playerFirstName, of course you are.<</melanie>>
[[Well, they are nice|Christina03MelanieDoubleBlow3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Those balls seem to be bursting, $playerFirstName, no one gave you a proper blowjob recently?<</melanie>>
<<cont keypress append>><<christina>>Mmm! Mmm!<</christina>>
<video @src=_Christina03MelanieDoubleblow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Get off that cock, slut, you don't know how to do it anyway!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, are you gonna work it yourself then?<</player>>
<video @src=_Christina03MelanieDoubleblow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, seems your dreams are coming true after all, $playerFirstName?<</melanie>>
[[If you say so|Christina03MelanieDoubleBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
Yes, it seems you have a good time ahead.
[[Time for a blowjob|Christina03MelanieDoubleBlowWM1]]
<<disable !canExperienceEvent("03_melanie_christina_double_blow_boobs", State.temporary.events)>>[[Fuck those boobs!|Christina03MelanieDoubleBlowWM2]]<</disable>>
<<disable !canExperienceEvent("03_melanie_christina_double_fuck_watch", State.temporary.events)>>[[Let's get some pussy|Christina03MelanieDoubleFuckWM]]<</disable>><div id="03_Melanie_christina_double_blow_cock"></div>
<<script>>experiencedEvent("03_melanie_christina_double_blow_cock", "SEE", "03_Melanie_christina_double_blow_cock", State.temporary.events)<</script>>
<<player>>Yes, suck that cock!<</player>>
<<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<video @src=_Christina03MelanieDoubleblow6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, finally!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<video @src=_Christina03MelanieDoubleblow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>(A little shy): Can I have a taste as well?<</christina>>
[[Work that cock|Christina03MelanieDoubleBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_christina_double_blow_boobs"></div>
<<script>>experiencedEvent("03_melanie_christina_double_blow_boobs", "SEE", "03_Melanie_christina_double_blow_boobs", State.temporary.events)<</script>>
<<melanie>>I've seen how you look at my boobs, $playerFirstName, it's time to worship them.<</melanie>>
<<cont keypress append>><<player>>Finally.<</player>>
<video @src=_Christina03MelanieDoubleblow8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Can I hold them?<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>Okay, slut, if you hold them properly.<</melanie>>
<video @src=_Christina03MelanieDoubleblow9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Like this?<</christina>>
[[Work that cock|Christina03MelanieDoubleBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
Will I be allowed to fuck Melanie today?
[[Fuck Christina|Christina03MelanieDoubleFuckWM1]]
<<disable !canExperienceEvent("03_melanie_christina_double_fuck_blow", State.temporary.events)>>[[It seems you need an extra blow|Christina03MelanieDoubleFuckWM2]]<</disable>>
<<disable !canExperienceEvent("03_melanie_christina_double_fuck_kiss", State.temporary.events)>>[[Some encouragement from Melanie|Christina03MelanieDoubleFuckWM3]]<</disable>>
<<disable !canExperienceEvent("03_melanie_christina_double_cum", State.temporary.events)>>[[You're ready|Christina03MelanieDoubleFinish1]]<</disable>>
<div id="03_Melanie_christina_double_fuck_watch"></div>
<<script>>experiencedEvent("03_melanie_christina_double_fuck_watch", "SEE", "03_Melanie_christina_double_fuck_watch", State.temporary.events)<</script>>
<<melanie>>I won't let you into my pussy, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>I've never understood why.<</player>>
<video @src=_Christina03MelanieDoublefuck0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Because your cock is too small.<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>I think it's a-a-a-alright.<</christina>>
<video @src=_Christina03MelanieDoublefuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Shut up and fuck, slut.<</melanie>>
[[Fuck|Christina03MelanieDoubleFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_christina_double_fuck_blow"></div>
<<script>>experiencedEvent("03_melanie_christina_double_fuck_blow", "SEE", "03_Melanie_christina_double_fuck_blow", State.temporary.events)<</script>>
<<melanie>>It seems you're a bit soft, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Well, could you do something about it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<video @src=_Christina03MelanieDoublefuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[This definitely helps|Christina03MelanieDoubleFuckWM4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_christina_double_fuck_kiss"></div>
<<script>>experiencedEvent("03_melanie_christina_double_fuck_kiss", "SEE", "03_Melanie_christina_double_fuck_kiss", State.temporary.events)<</script>>
<<melanie>>You're allowed to suck my boobs, slut.<</melanie>>
<<cont keypress append>><<christina>>Mm-ah! Mm-ah!<</christina>>
<video @src=_Christina03MelanieDoublefuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You would've liked that as well, $playerFirstName, wouldn't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I would prefer to fuck your pussy.<</player>>
<video @src=_Christina03MelanieDoublefuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Mm-ah! Mm-ah!<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>That will never happen.<</melanie>>
<video @src=_Christina03MelanieDoublefuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): We'll see about that.<</player>>
[[Fuck|Christina03MelanieDoubleFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<christina>>Isn't he hard soon?<</christina>>
<<cont keypress append>><<melanie>>Mmm, Mmm.<</melanie>>
<video @src=_Christina03MelanieDoublefuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I've been hard all the time.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>There you go, slut.<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>Thanks, boss.<</christina>>
<video @src=_Christina03MelanieDoublefuck7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No worries, slut.<</melanie>>
[[Fuck|Christina03MelanieDoubleFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melanie_christina_double_cum"></div>
<<script>>experiencedEvent("03_melanie_christina_double_cum", "SEE", "03_Melanie_christina_double_cum", State.temporary.events)<</script>>
<<melanie>>You're coming, $playerFirstName? I'll take the lot.<</melanie>>
<<cont keypress append>><<player>>Then you'll have to work for it.<</player>>
<video @src=_Christina03MelanieDoublecum1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes! Yes! Yes!<</player>>
<video @src=_Christina03MelanieDoublecum2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>Can I have some? Can I have just a small drop?<</christina>>
<<scrolldown>><<cont keypress append>><<melanie>>Ah, ah.<</melanie>>
<video @src=_Christina03MelanieDoublecum3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<christina>>You're not keeping it all for yourself, are you, boss?<</christina>>
[[Is she?|Christina03MelanieDoubleFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<melanie>>Of course not, slut, I'm always generous to my employees.<</melanie>>
<<cont keypress append>><<christina>>(Giggling): Yey!<</christina>>
<video @src=_Christina03MelanieDoublecum4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So how did you like it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>To be honest, it's better than I thought.<</melanie>>
<<scrolldown>><<cont keypress append>><<christina>>It's fantastic!<</christina>>
<video @src=_Christina03MelanieDoublecum5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>But you're still way behind the best dicks out there.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): How long will she be such a bitch?<</player>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="03_Bbca_visit_intro"></div>
<<script>>experiencedEvent("03_bbca_visit_intro", "SEE", "03_Bbca_visit_intro", State.temporary.events)<</script>>
<<president>>$playerFirstName? Good to meet you.<</president>>
<<cont keypress append>><<player>>The pleasure is mine.<</player>>
<<scrolldown>><<cont keypress append>><<president>>I'm afraid I can't sit down with you today. I have an interview with a new member of the association.<</president>>
<<scrolldown>><<cont keypress append>><<player>>And I can't attend?<</player>>
<<scrolldown>><<cont keypress append>><<president>>No. Your presence would be a disturbance. But you can hang out in the control room.<</president>>
<<scrolldown>><<cont keypress append>><<player>>Maybe I can come back another day?<</player>>
<<scrolldown>><<cont keypress append>><<president>>I strongly advise you to stay. You will have access to the surveillance cameras, and we will have constant communication.<</president>>
<<scrolldown>><<cont keypress append>><<player>>Why would I want to watch a job interview through the surveillance system?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Oh, you will not be disappointed, I promise you that.<</president>>
[[I don't have time for this|BBCA][wait()]]
[[Okay, I'll stay|Christina03BlackedIntro1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Melanie03Masseuse0 to 'videos/Melanie/version0.3/masseuse/intro/0.mp4',
_Melanie03Masseuse1 to 'videos/Melanie/version0.3/masseuse/intro/1.mp4',
_Melanie03Masseuse2 to 'videos/Melanie/version0.3/masseuse/intro/2.mp4',
_Melanie03Masseuse3 to 'videos/Melanie/version0.3/masseuse/intro/3.mp4',
_Melanie03Masseuse4 to 'videos/Melanie/version0.3/masseuse/intro/4.mp4',
_Melanie03Masseuse5 to 'videos/Melanie/version0.3/masseuse/intro/5.mp4',
_Melanie03Masseusea0 to 'videos/Melanie/version0.3/masseuse/intro/a0.mp4',
_Melanie03Masseusea1 to 'videos/Melanie/version0.3/masseuse/intro/a1.mp4',
_Melanie03Masseusea2 to 'videos/Melanie/version0.3/masseuse/intro/a2.mp4',
_Melanie03Masseusea3 to 'videos/Melanie/version0.3/masseuse/intro/a3.mp4',
_Melanie03Masseusea4 to 'videos/Melanie/version0.3/masseuse/intro/a4.mp4',
_Melanie03Masseusea5 to 'videos/Melanie/version0.3/masseuse/intro/a5.mp4',
_Melanie03Masseusea6 to 'videos/Melanie/version0.3/masseuse/intro/a6.mp4',
_Melanie03Masseusea7 to 'videos/Melanie/version0.3/masseuse/intro/a7.mp4',
_Melanie03Masseuseblow0 to 'videos/Melanie/version0.3/masseuse/blow/0.mp4',
_Melanie03Masseuseblow1 to 'videos/Melanie/version0.3/masseuse/blow/1.mp4',
_Melanie03Masseuseblow2 to 'videos/Melanie/version0.3/masseuse/blow/2.mp4',
_Melanie03Masseuseblow3 to 'videos/Melanie/version0.3/masseuse/blow/3.mp4',
_Melanie03Masseuseblow4 to 'videos/Melanie/version0.3/masseuse/blow/4.mp4',
_Melanie03Masseuseblow5 to 'videos/Melanie/version0.3/masseuse/blow/5.mp4',
_Melanie03Masseuseblow6 to 'videos/Melanie/version0.3/masseuse/blow/6.mp4',
_Melanie03Masseuseblow7 to 'videos/Melanie/version0.3/masseuse/blow/7.mp4',
_Melanie03Masseuseblow8 to 'videos/Melanie/version0.3/masseuse/blow/8.mp4'
>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Melanie_masseuseIntro"></div>
<<script>>experiencedEvent("05_melanie_masseuseIntro", "SEE", "05_Melanie_masseuseIntro", State.temporary.events)<</script>>
<<melanie>>I would like to thank you for your help, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>No worries.<</player>>
<video @src=_Melanie03Masseuse0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>We both know you don't mean that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No?<</player>>
<video @src=_Melanie03Masseuse1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Let's be honest: you're only helping me because you hope to stick that small little dick of yours in between my boobs.<</melanie>>
[[Yeah, sure|Melanie03MasseuseIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>You know, $playerFirstName, I won the Masseuse of the Year award three times on a row.<</melanie>>
<<cont keypress append>><<player>>Wow, I didn't know!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You know why I won?<</melanie>>
<video @src=_Melanie03Masseuse2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Because you're good at massages?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're so naive, $playerFirstName!<</melanie>>
<video @src=_Melanie03Masseuse3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So why did you win?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I did the massages topless.<</melanie>>
[[That makes sense|Melanie03MasseuseIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>So you didn't do anything more to win the award?<</player>>
<<cont keypress append>><<melanie>>How do you mean, $playerFirstName?<</melanie>>
<video @src=_Melanie03Masseuse4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You wonder if I sucked the judges cocks?<</melanie>>
<video @src=_Melanie03Masseuse5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I did, but that wasn't part of the competition.<</melanie>>
[[No?|Melanie03MasseuseTease1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>You know what this is, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>I don't. It feels different, though.<</player>>
<video @src=_Melanie03Masseusea0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Maybe you can have guess?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Are you using the back-side of your hands?<</player>>
<video @src=_Melanie03Masseusea1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Wow, $playerFirstName, your dick really is tiny.<</melanie>>
[[Why does she always focus on my dick-size?|Melanie03MasseuseTease2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<<melanie>>I'll give you a clue, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Shoot.<</player>>
<video @src=_Melanie03Masseusea2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Do you feel the warmth? And the softness?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, is it some kind of massage-tool?<</player>>
<video @src=_Melanie03Masseusea3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Moaning): If I hadn't seen how you look at my boobs I would suspect you're gay, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, I really don't know...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Either you turn around and look for yourself, or this massage session is over.<</melanie>>
[[Leave|Melwork][wait()]]
<<disable !canExperienceEvent("05_melanie_masseuseTurn", State.temporary.events)>>[[Turn around|Melanie03MasseuseTease3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Melanie_masseuseTurn"></div>
<<script>>experiencedEvent("05_melanie_masseuseTurn", "SEE", "05_Melanie_masseuseTurn", State.temporary.events)<</script>>
<<melanie>>Hello there, mister Tiny.<</melanie>>
<<cont keypress append>><<player>>You pressed you're boobs against my back?<</player>>
<video @src=_Melanie03Masseusea4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, stupid.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>What are you gonna do now?<</player>>
<video @src=_Melanie03Masseusea5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I want to see how my behavior affects you.<</melanie>>
[[Well, are you happy?|Melanie03MasseuseTease4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Just stay there, $playerFirstName.<</melanie>>
<video @src=_Melanie03Masseusea6 autoplay muted loop></video>
<<cont keypress append>><<player>>Is this what you did to the judges in the massage competition?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Suddenly you're very clever, $playerFirstName.<</melanie>>
<video @src=_Melanie03Masseusea7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, I've seen my fair share of adult movies.<</player>>
[[Continue|Melanie03MasseuseBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Melanie_masseuseBlow"></div>
<<script>>experiencedEvent("05_melanie_masseuseBlow", "SEE", "05_Melanie_masseuseBlow", State.temporary.events)<</script>>
<<melanie>>Did any woman ever do this to you, $playerFirstName?<</melanie>>
<video @src=_Melanie03Masseuseblow0 autoplay muted loop></video>
<<cont keypress append>><<player>>Not like you do it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm! I thought so.<</melanie>>
<video @src=_Melanie03Masseuseblow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So how does it taste?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you really want to know that, $playerFirstName?<</melanie>>
<video @src=_Melanie03Masseuseblow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah, I want to know if it turns you on.<</player>>
[[Well, does it?|Melanie03MasseuseBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<melanie>>To be honest, $playerFirstName, I'm not turned on.<</melanie>>
<<cont keypress append>><<player>>No?<</player>>
<video @src=_Melanie03Masseuseblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No, and you'd better leave now.<</melanie>>
[[Leave|Melwork][wait()]]
<<disable !canExperienceEvent("05_melanie_masseuseNo", State.temporary.events)>>[[Hell, no|Melanie03MasseuseBlowWM1]]<</disable>>
<<disable !canExperienceEvent("05_melanie_masseuseHard", State.temporary.events)>>[[Let's destroy her|Melanie03MasseuseBlowWM2]]<</disable>>
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="05_Melanie_masseuseNo"></div>
<<script>>experiencedEvent("05_melanie_masseuseNo", "SEE", "05_Melanie_masseuseNo", State.temporary.events)<</script>>
<<player>>I'll not leave until you've finished what you started.<</player>>
<video @src=_Melanie03Masseuseblow4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>This is what the judges made you do, isn't it?<</player>>
<video @src=_Melanie03Masseuseblow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Finish|Melanie03MasseuseBlowFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="05_Melanie_masseuseHard"></div>
<<script>>experiencedEvent("05_melanie_masseuseHard", "SEE", "05_Melanie_masseuseHard", State.temporary.events)<</script>>
<<player>>You want to win that award again or not?<</player>>
<video @src=_Melanie03Masseuseblow6 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You'd better work for it if you want the gold medal!<</player>>
<video @src=_Melanie03Masseuseblow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Finish|Melanie03MasseuseBlowFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<<player>>Yes! Yes!<</player>>
<<cont keypress append>><<melanie>>Mmm, Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>That was actually a quite good massage.<</player>>
<video @src=_Melanie03Masseuseblow8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>So you finally understand why I won that award, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I sure do.<</player>>
[[Leave|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion03_1 to [
// BBCA
new Event("03_bbca_call", "You receive a call from the president of Big Black Cock Association", "He will call to the Photo Studio", [4], [4], 0, 0, 5, 5, ["022_christina_tips"], true, false, false, [0, 1, 2, 3, 4], [1], ["bbca"], "0.3.1"),
// BBCA Christina
new Event("03_bbca_visit_intro", "You pay the president of BBCA a visit", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 5, 5, ["03_bbca_call"], true, false, true, [2], [1], [], "0.3.1"),
new Event("03_bbca_visit_whitemen", "You ask if white men can enter BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_bbca_visit_intro"], true, false, true, [2], [1], [], "0.3.1"),
new Event("03_bbca_visit_bigcocks", "You ask how big cocks are allowed in BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_bbca_visit_whitemen"], true, false, true, [2], [1], [], "0.3.1"),
new Event("03_bbca_visit_influence", "The president describes the influence of BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_bbca_visit_bigcocks"], true, false, true, [2], [1], [], "0.3.1"),
new Event("03_bbca_visit_doubt", "The president doubt you have a big cock", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_bbca_visit_influence"], true, false, true, [2], [1], [], "0.3.1"),
new Event("03_bbca_visit_info", "The president describes what Melanie must do", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_bbca_visit_doubt"], true, false, true, [2], [1], [], "0.3.1"),
new Event("03_bbca_visit_pay", "You get to know the price of BBCA services", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_bbca_visit_info"], true, false, true, [2], [1], [], "0.3.1"),
new Event("03_bbca_visit_finished", "The president and Barnie comes on Christina's face", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_bbca_visit_pay"], true, false, true, [2], [1], [], "0.3.1"),
// Christina Talk
new Event("03_christina_talk_plan", "You and Christina agree to meet up on Monday", "Go to Melanie's office", [4, 5], [4, 5], 0, 0, 5, 5, ["03_bbca_visit_finished"], true, false, true, [1, 3, 4], [1], [], "0.3.1"),
new Event("03_christina_talk_kiss", "Christina gives your cock a deep kiss", "Go to Melanie's office", [4, 5], [4, 5], 0, 0, 5, 5, ["03_christina_talk_plan"], true, false, true, [1, 3, 4], [1], [], "0.3.1"),
// Melanie Christina
new Event("03_melanie_christina_double_meet", "You fuck Christina", "Go to Melanie's office", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["03_christina_talk_kiss"], true, false, true, [0], [1], [], "0.3.1"),
new Event("03_melanie_christina_double_interupted", "You fuck Christina, and are interupted by Melanie", "Go to Melanie's office", [4, 5, 6, 7], [4, 5, 6, 7], 20, -10, 5, 5, ["03_melanie_christina_double_meet"], true, false, true, [0], [1], [], "0.3.1"),
new Event("03_melanie_christina_double_blow_cock", "Melanie blows your cock", "Go to Melanie's office", [5, 6, 7], [5, 6, 7], 10, 0, 0, 0, ["03_melanie_approval_fuck_finish"], true, false, true, [0], [1], [], "0.3.1"),
new Event("03_melanie_christina_double_blow_boobs", "Melanie gives you a boobjob", "Go to Melanie's office", [5, 6, 7], [5, 6, 7], 10, 0, 0, 0, ["03_melanie_christina_double_blow_cock"], true, false, true, [0], [1], [], "0.3.1"),
new Event("03_melanie_christina_double_fuck_kiss", "Melanie kisses you, while you fuck Christina", "Go to Melanie's office", [5, 6, 7], [5, 6, 7], 10, 0, 0, 0, ["03_melanie_christina_double_fuck_blow"], true, false, true, [0], [1], [], "0.3.1"),
new Event("03_melanie_christina_double_fuck_blow", "Melanie blows you, while you fuck Christina", "Go to Melanie's office", [5, 6, 7], [5, 6, 7], 10, 0, 0, 0, ["03_melanie_christina_double_fuck_watch"], true, false, true, [0], [1], [], "0.3.1"),
new Event("03_melanie_christina_double_fuck_watch", "Melanie watches you, while you fuck Christina", "Go to Melanie's office", [5, 6, 7], [5, 6, 7], 10, 0, 0, 0, ["03_melanie_christina_double_blow_boobs"], true, false, true, [0], [1], [], "0.3.1"),
new Event("03_melanie_christina_double_cum", "You come in Melanie's mouth, after fucking Christina", "Go to Melanie's office", [5, 6, 7], [5, 6, 7], 10, 0, 6, 6, ["03_melanie_christina_double_fuck_kiss"], true, false, true, [0], [1], [], "0.3.1")
]>>
</nobr><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You're outside an enormous castle. This is where the Big Black Cock Association resides.
What do you want to do?
<<if canExperienceEvent("03_bbca_visit_intro", State.temporary.events)>>[[Let's go visit the President of BBCA|Christina03BlackedIntro]]<<if !eventIdIsSeen("03_bbca_visit_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("03_melatbbca_intro", State.temporary.events)>>[[Melanie is supposed to come to BBCA now|Melanie03BlackServant1]]<<if !eventIdIsSeen("03_melatbbca_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_kendra_blacked_gym_intro", State.temporary.events)>>[[Kendra works as a personal trainer at BBCA today|Kendra03BlackedIntro1]]<<if !eventIdIsSeen("04_kendra_blacked_gym_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_nicole_bbca_see", State.temporary.events)>>[[I think I know that woman?|Nicole03BlackedBefore1]]<<if !eventIdIsSeen("04_nicole_bbca_see")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_nicole_bbca_meeting", State.temporary.events)>>[[Let's see if Nicole is here today|Nicole03BlackedIntro1]]<<if !eventIdIsSeen("04_nicole_bbca_meeting")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("gym") == true>><span class="location"><<button "The gym">>
<<goto Gym>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|BBCA][wait()]]
[[Wait until next day|BBCA][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>>!Version 0.3.0
!!What's new in this version?
!!!New content
In this version, the plot line "cock evaluation" is elaborated. Major scenes with:
- Melanie
- Kayla
- Sandee
- Adriana
Complementary scene with:
- Monique
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerothreezero"></div>
<<script>>
describeAllContent("0.3.0", "newContentZerothreezero", State.temporary.events);
<</script>>
!!!UI Improvements
- Worked on performance within the game.
!!!Bug fixes
- There was a bug where players got stuck if they didn't complete a certain scene before achieving a certain lust level. This is now fixed.
<<set
_Lela03Sisterintro0 to 'videos/Others/version0.3/lela/sister/intro/0.mp4',
_Lela03Sisterintro1 to 'videos/Others/version0.3/lela/sister/intro/1.mp4',
_Lela03Sisterintro2 to 'videos/Others/version0.3/lela/sister/intro/2.mp4',
_Lela03Sisterintro3 to 'videos/Others/version0.3/lela/sister/intro/3.mp4',
_Lela03Sisterintro4 to 'videos/Others/version0.3/lela/sister/intro/4.mp4',
_Lela03Sisterintro5 to 'videos/Others/version0.3/lela/sister/intro/5.mp4',
_Lela03Sisterintro6 to 'videos/Others/version0.3/lela/sister/intro/6.mp4',
_Lela03Sisterintro7 to 'videos/Others/version0.3/lela/sister/intro/7.mp4',
_Lela03Sisterintro8 to 'videos/Others/version0.3/lela/sister/intro/8.mp4',
_Lela03Sisterintro9 to 'videos/Others/version0.3/lela/sister/intro/9.mp4',
_Lela03Sisterblow0 to 'videos/Others/version0.3/lela/sister/blow/0.mp4',
_Lela03Sisterblow2 to 'videos/Others/version0.3/lela/sister/blow/2.mp4',
_Lela03Sisterblow3 to 'videos/Others/version0.3/lela/sister/blow/3.mp4',
_Lela03Sisterblow4 to 'videos/Others/version0.3/lela/sister/blow/4.mp4',
_Lela03Sisterblow5 to 'videos/Others/version0.3/lela/sister/blow/5.mp4',
_Lela03Sisterblow6 to 'videos/Others/version0.3/lela/sister/blow/6.mp4',
_Lela03Sisterblow7 to 'videos/Others/version0.3/lela/sister/blow/7.mp4',
_Lela03Sisterblow8 to 'videos/Others/version0.3/lela/sister/blow/8.mp4',
_Lela03Sisterblow9 to 'videos/Others/version0.3/lela/sister/blow/9.mp4',
_Lela03Sisterfuck10 to 'videos/Others/version0.3/lela/sister/fuck1/0.mp4',
_Lela03Sisterfuck11 to 'videos/Others/version0.3/lela/sister/fuck1/1.mp4',
_Lela03Sisterfuck12 to 'videos/Others/version0.3/lela/sister/fuck1/2.mp4',
_Lela03Sisterfuck13 to 'videos/Others/version0.3/lela/sister/fuck1/3.mp4',
_Lela03Sisterfuck14 to 'videos/Others/version0.3/lela/sister/fuck1/4.mp4',
_Lela03Sisterfuck15 to 'videos/Others/version0.3/lela/sister/fuck1/5.mp4',
_Lela03Sisterfuck20 to 'videos/Others/version0.3/lela/sister/fuck2/0.mp4',
_Lela03Sisterfuck21 to 'videos/Others/version0.3/lela/sister/fuck2/1.mp4',
_Lela03Sisterfuck22 to 'videos/Others/version0.3/lela/sister/fuck2/2.mp4',
_Lela03Sisterfuck23 to 'videos/Others/version0.3/lela/sister/fuck2/3.mp4',
_Lela03Sisterfuck24 to 'videos/Others/version0.3/lela/sister/fuck2/4.mp4',
_Lela03Sisterfuck25 to 'videos/Others/version0.3/lela/sister/fuck2/5.mp4',
_Lela03Sisterfuck26 to 'videos/Others/version0.3/lela/sister/fuck2/6.mp4',
_Lela03Sisterfuck27 to 'videos/Others/version0.3/lela/sister/fuck2/7.mp4',
_Lela03Sisterfuck28 to 'videos/Others/version0.3/lela/sister/fuck2/8.mp4',
_Lela03Sisterfuck29 to 'videos/Others/version0.3/lela/sister/fuck2/9.mp4',
_Lela03Sisterfinish0 to 'videos/Others/version0.3/lela/sister/finish/0.mp4',
_Lela03Sisterfinish1 to 'videos/Others/version0.3/lela/sister/finish/1.mp4',
_Lela03Sisterfinish2 to 'videos/Others/version0.3/lela/sister/finish/2.mp4',
_Lela03Sisterfinish3 to 'videos/Others/version0.3/lela/sister/finish/3.mp4',
_Lela03Sisterfinish4 to 'videos/Others/version0.3/lela/sister/finish/4.mp4'
>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="04_Cousin_meet"></div>
<<script>>experiencedEvent("04_cousin_meet", "SEE", "04_Cousin_meet", State.temporary.events)<</script>>
<<marie>>I'm so happy that you moved here, $playerFirstName!<</marie>>
<<cont keypress append>><<player>>And I'm happy I can see my favourite cousin how often I want.<</player>>
<video @src=_Lela03Sisterintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<marie>>Oh, I forgot to tell you, my old friend Lela is joining us for dinner.<</marie>>
<<scrolldown>><<cont keypress append>><<player>>Lela?<</player>>
<<scrolldown>><<cont keypress append>><<marie>>You don't remember her? All the guys in school were always drooling when they saw her.<</marie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Oh, I remember alright.<</player>>
<<scrolldown>><<cont keypress append>><<marie>>Hey, Bestie!<</marie>>
<video @src=_Lela03Sisterintro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Marie darling, how are you?<</lela>>
[[Yeah, she's still beautiful|Lela03SisterIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Cousin_meet_lela"></div>
<<script>>experiencedEvent("04_cousin_meet_lela", "SEE", "04_Cousin_meet_lela", State.temporary.events)<</script>>
<<marie>>I'm sure you remember my cousin, $playerFirstName.<</marie>>
<<cont keypress append>><<player>>Lela, probably you don't remember me, but...<</player>>
<video @src=_Lela03Sisterintro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>(Hugging you): Don't make a fool out of yourself, $playerFirstName, of course I remember you.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<video @src=_Lela03Sisterintro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>(Whispering): I've heard that you're quite the ladies' man, is that true?<</lela>>
[[Well, I might be your man|Lela03SisterDinner1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
You sit down and have dinner with Marie and Lela. Do you want to ask Lela something?
[[No. I'm full (Leave)|Ryan][wait()]]
[[Do you often come here?|Lela03SisterDine]]
<<disable !canExperienceEvent("04_cousin_meet_lela_boyfriend", State.temporary.events)>>[[You don't have a boyfriend?|Lela03SisterTalk]]<</disable>>
<<disable !canExperienceEvent("04_cousin_meet_lela_men", State.temporary.events)>>[[You fuck a lot of men?|Lela03SisterEnd]]<</disable>>
<<if canExperienceEvent("04_cousin_meet_lela_apartment", State.temporary.events)>>[[I heard you're selling your house?|Lela03SisterApartment]]<<if !eventIdIsSeen("04_cousin_meet_lela_apartment")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_lelasister_talkaboutphoto", State.temporary.events)>>[[Maybe you want to do some photo shoots at the studio?|LelaSisterAboutModelling]]<<if !eventIdIsSeen("05_lelasister_talkaboutphoto")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_lelasister_showcock", State.temporary.events)>>[[Lela has a question for you|Lela03SisterDinner2]]<<if !eventIdIsSeen("05_lelasister_showcock")>> NEW EVENT!<</if>>
<</if>><div id="04_Cousin_meet_lela_boyfriend"></div>
<<script>>experiencedEvent("04_cousin_meet_lela_boyfriend", "SEE", "04_Cousin_meet_lela_boyfriend", State.temporary.events)<</script>>
<<marie>>The last one was quite nice, wasn't he?<</marie>>
<video @src=_Lela03Sisterintro5 autoplay muted loop></video>
<<cont keypress append>><<lela>>Yes, he was. And he was skilled in bed as well.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>But his still not enough?<</player>>
<video @src=_Lela03Sisterintro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Not really. He didn't have a very big cock, you see.<</lela>>
[[I see|Lela03SisterDinner1]]
<<scrolldown>><</cont>><</cont>><</cont>><<lela>>You two must have seen each other naked quite a few times, haven't you?<</lela>>
<<cont keypress append>><<marie>>Of course! Back in the days we were naked all the time!<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>So, you think $playerFirstName's got a big cock?<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>Lela! We were only kids. I couldn't possibly know how much $playerFirstName's cock has grown since then!<</marie>>
<video @src=_Lela03Sisterintro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Well, maybe it's about time you get to see it again.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What's happening?<</player>>
[[Marie seems to think it's a good idea|Lela03SisterTease1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Lelasister_showcock"></div>
<<script>>experiencedEvent("05_lelasister_showcock", "SEE", "05_Lelasister_showcock", State.temporary.events)<</script>>
<<marie>>You know, I think you're right. Don't you think so too, $playerFirstName?<</marie>>
<<cont keypress append>><<player>>I don't know what you mean exactly.<</player>>
<<scrolldown>><<cont keypress append>><<marie>>I want to see your cock. And Lela does as well. Don't you, Lela?<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>(Winking at you): If you insist.<</lela>>
<video @src=_Lela03Sisterintro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<marie>>Let's head to the sofa. I think it's best if Lela does the judgement. She is, after all, the one who has seen the most cocks in here.<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>Marie!<</lela>>
<video @src=_Lela03Sisterintro9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<marie>>But it's true, isn't it?<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>Of course it is. But I don't want $playerFirstName to think I'm a slut.<</lela>>
[[Show them your cock|Lela03SisterBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<player>>I don't think you're a slut, Lela.<</player>>
<video @src=_Lela03Sisterblow0 autoplay muted loop></video>
<<cont keypress append>><<lela>>You're so cute, $playerFirstName. And you've got a decent cock as well, I must admit.<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>Maybe you should let him see your pussy as well? I mean, it's just a suggestion.<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>Okay!<</lela>>
<video @src=_Lela03Sisterblow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Removing Lela's panties): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Are you sure you don't think I'm a slut, $playerFirstName?<</lela>>
[[I'm positive|Lela03SisterBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>What do you usually do to make guys think you're a decent girl?<</player>>
<<cont keypress append>><<lela>>Well, I...<</lela>>
[[Lela tells about how she always starts with a handjob|Lela03SisterBlowWM1]]
<<disable !canExperienceEvent("05_lelasister_force", State.temporary.events)>>[[Lela tells about how she pretends to be taken by force|Lela03SisterBlowWM2]]<</disable>>
<<disable !canExperienceEvent("05_lelasister_silent", State.temporary.events)>>[[Lela tells about how she keeps silent|Lela03SisterBlowWM3]]<</disable>>
<<disable !canExperienceEvent("05_lelasister_interupted", State.temporary.events)>>[[You're interupted by your cousin|Lela03SisterFuckRemove]]<</disable>>
<<scrolldown>><</cont>><div id="05_Lelasister_handjob"></div>
<<script>>experiencedEvent("05_lelasister_handjob", "SEE", "05_Lelasister_handjob", State.temporary.events)<</script>>
<<lela>>I usually wank the cock a few times first, so people won't think I'm slutty.<</lela>>
<video @src=_Lela03Sisterblow3 autoplay muted loop></video>
<<cont keypress append>><<marie>>(From the kitchen): Tell the truth, Lela.<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>I am telling the truth!<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>(From the kitchen): Was there or was there not a single time when a cock was presented to you and you didn't deep throat it instantly?<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>Well, that depends...<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>(From the kitchen): Just answer the question.<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>There was never such a time.<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>(From the kitchen): Thank you.<</marie>>
[[Interesting|Lela03SisterBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelasister_force"></div>
<<script>>experiencedEvent("05_lelasister_force", "SEE", "05_Lelasister_force", State.temporary.events)<</script>>
<<lela>>I usually ask the guys to fuck my mouth hard, so that it appears that they take me by force.<</lela>>
<<cont keypress append>><<player>>You mean like this?<</player>>
<video @src=_Lela03Sisterblow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk! Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>(From the kitchen): That's exactly what she means.<</marie>>
<video @src=_Lela03Sisterblow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good to know.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Mngk! Mngk!<</lela>>
[[She seems to do a lot not to appear a slut|Lela03SisterBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelasister_silent"></div>
<<script>>experiencedEvent("05_lelasister_silent", "SEE", "05_Lelasister_silent", State.temporary.events)<</script>>
<<lela>>I stay silent when guys are licking my pussy.<</lela>>
<<cont keypress append>><<player>>(Slurping): You mean like this?<</player>>
<video @src=_Lela03Sisterblow8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<marie>>(From the kitchen): We lived next door during college and I woke up several times every night because you were so silent.<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>You must have heard something else.<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>(From the kitchen): Oh, yeah, like what?<</marie>>
<<scrolldown>><<cont keypress append>><<player>>Slurp! Slurp!<</player>>
<video @src=_Lela03Sisterblow9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>(Yelling): Maybe the televisio-o-o-o-on!<</lela>>
[[I wouldn't mind having Lela as a neighbour|Lela03SisterBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelasister_interupted"></div>
<<script>>experiencedEvent("05_lelasister_interupted", "SEE", "05_Lelasister_interupted", State.temporary.events)<</script>>
<<marie>>$playerFirstName, I'm gonna take Fido for a walk. But you'll take care of Lela in the meantime, won't you?<</marie>>
<<cont keypress append>><<player>>I'll do my best.<</player>>
<video @src=_Lela03Sisterfuck12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<marie>>Is that okay for you too, Lela?<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>We'll do just fi-i-i-ine!<</lela>>
<video @src=_Lela03Sisterfuck13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<marie>>Oh, and by the way: you don't appear a slut at all.<</marie>>
[[Let's see what Lela will do when Marie is away|Lela03SisterFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<lela>>Are you sure you don't think I'm a slut, $playerFirstName?<</lela>>
<<cont keypress append>><<player>>Of course I am.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>What makes you believe I'm not?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[You're a fine person|Lela03SisterFuck3WM1]]
<<disable !canExperienceEvent("05_lelasister_random", State.temporary.events)>>[[You're not hanging out with random guys|Lela03SisterFuck3WM2]]<</disable>>
<<disable !canExperienceEvent("05_lelasister_relationships", State.temporary.events)>>[[You value relationships|Lela03SisterFuck2WM1]]<</disable>>
<<disable !canExperienceEvent("05_lelasister_integrity", State.temporary.events)>>[[You have integrity|Lela03SisterFuck2WM2]]<</disable>>
<<disable !canExperienceEvent("05_lelasister_jizz", State.temporary.events)>>[[You let me jizz on your face|Lela03SisterFinish1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Lelasister_relationships"></div>
<<script>>experiencedEvent("05_lelasister_relationships", "SEE", "05_Lelasister_relationships", State.temporary.events)<</script>>
<<player>>You have always been there for Marie.<</player>>
<<cont keypress append>><<lela>>I also fucked all of her ex-boyfriends.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>But you did it because you love her, right?<</player>>
<video @src=_Lela03Sisterfuck21 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Yeah, if it wasn't for her I wouldn't have met the-e-e-em.<</lela>>
[[Something's fishy here|Lela03SisterFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>>
<div id="05_Lelasister_integrity"></div>
<<script>>experiencedEvent("05_lelasister_integrity", "SEE", "05_Lelasister_integrity", State.temporary.events)<</script>>
<<lela>>What does that mean exactly?<</lela>>
<<cont keypress append>><<player>>Well, if there are two dudes. One has a small cock and the other one has big one. Then you fuck the big one, right?<</player>>
<video @src=_Lela03Sisterfuck22 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Yeah, of co-o-o-ourse.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And you don't go near the one with the small cock?<</player>>
<video @src=_Lela03Sisterfuck29 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Definitely no-o-o-ot.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>That's integrity, right there. <</player>>
[[I think she understands now|Lela03SisterFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>
<div id="05_Lelasister_fine"></div>
<<script>>experiencedEvent("05_lelasister_fine", "SEE", "05_Lelasister_fine", State.temporary.events)<</script>>
<<player>>You had dinner with us, and we had a decent conversation.<</player>>
<video @src=_Lela03Sisterfuck26 autoplay muted loop></video>
<<cont keypress append>><<lela>>People tell me I talk about sex all the ti-i-i-i-ime!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>That's not true. We talked about your ex-boyfriends, and...<</player>>
<<scrolldown>><<cont keypress append>><<lela>>And wha-a-a-at?<</lela>>
<video @src=_Lela03Sisterfuck27 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>About guys, and how the sizes of their cocks might differ.<</player>>
[[It seems she's fine with the explanation|Lela03SisterFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelasister_random"></div>
<<script>>experiencedEvent("05_lelasister_random", "SEE", "05_Lelasister_random", State.temporary.events)<</script>>
<<player>>I mean, it's not like you give blowjobs to random dudes in the park.<</player>>
<video @src=_Lela03Sisterfuck25 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mmm, mmm.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Because you don't, right?<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Mmm, mmm.<</lela>>
[[Maybe I went too far|Lela03SisterFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="05_Lelasister_jizz"></div>
<<script>>experiencedEvent("05_lelasister_jizz", "SEE", "05_Lelasister_jizz", State.temporary.events)<</script>>
<<lela>>But that doesn't make me a decent woman, does it?<</lela>>
<<cont keypress append>><<player>>No, but it shows you're a very nice pe-erson.<</player>>
<video @src=_Lela03Sisterfinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mmm, sure it does.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Generous, and kind.<</player>>
<video @src=_Lela03Sisterfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mmm, with a good taste for cum, right?<</lela>>
[[She's got it|Lela03SisterFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
Your cousin is coming back.
<<cont keypress append>><<marie>>So, what's the final verdict, Lela?<</marie>>
<video @src=_Lela03Sisterfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Well, it tastes good.<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>I'm sure it does. You have cum all over your face. But is it a big cock?<</marie>>
<video @src=_Lela03Sisterfinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>It's a very big cock.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And you're definitely not a slut.<</player>>
[[Good to know (leave)|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Melanie03BlackServantintro1 to 'videos/Melanie/version0.3/black/servant/intro/1.mp4',
_Melanie03BlackServantintro2 to 'videos/Melanie/version0.3/black/servant/intro/2.mp4',
_Melanie03BlackServantintro3 to 'videos/Melanie/version0.3/black/servant/intro/3.mp4',
_Melanie03BlackServantintro4 to 'videos/Melanie/version0.3/black/servant/intro/4.mp4',
_Melanie03BlackServantintro5 to 'videos/Melanie/version0.3/black/servant/intro/5.mp4',
_Melanie03BlackServantintro6 to 'videos/Melanie/version0.3/black/servant/intro/6.mp4',
_Melanie03BlackServantintro7 to 'videos/Melanie/version0.3/black/servant/intro/7.mp4',
_Melanie03BlackServantintro8 to 'videos/Melanie/version0.3/black/servant/intro/8.mp4',
_Melanie03BlackServanttease0 to 'videos/Melanie/version0.3/black/servant/tease/0.mp4',
_Melanie03BlackServanttease1 to 'videos/Melanie/version0.3/black/servant/tease/1.mp4',
_Melanie03BlackServanttease2 to 'videos/Melanie/version0.3/black/servant/tease/2.mp4',
_Melanie03BlackServanttease3 to 'videos/Melanie/version0.3/black/servant/tease/3.mp4',
_Melanie03BlackServanttease4 to 'videos/Melanie/version0.3/black/servant/tease/4.mp4',
_Melanie03BlackServanttease5 to 'videos/Melanie/version0.3/black/servant/tease/5.mp4',
_Melanie03BlackServantbj0 to 'videos/Melanie/version0.3/black/servant/bj/0.mp4',
_Melanie03BlackServantbj1 to 'videos/Melanie/version0.3/black/servant/bj/1.mp4',
_Melanie03BlackServantbj2 to 'videos/Melanie/version0.3/black/servant/bj/2.mp4',
_Melanie03BlackServantbj3 to 'videos/Melanie/version0.3/black/servant/bj/3.mp4',
_Melanie03BlackServantbj4 to 'videos/Melanie/version0.3/black/servant/bj/4.mp4',
_Melanie03BlackServantbj5 to 'videos/Melanie/version0.3/black/servant/bj/5.mp4',
_Melanie03BlackServantbj6 to 'videos/Melanie/version0.3/black/servant/bj/6.mp4',
_Melanie03BlackServantfuck0 to 'videos/Melanie/version0.3/black/servant/fuck/0.mp4',
_Melanie03BlackServantfuck1 to 'videos/Melanie/version0.3/black/servant/fuck/1.mp4',
_Melanie03BlackServantfuck2 to 'videos/Melanie/version0.3/black/servant/fuck/2.mp4',
_Melanie03BlackServantfuck3 to 'videos/Melanie/version0.3/black/servant/fuck/3.mp4',
_Melanie03BlackServantfuck4 to 'videos/Melanie/version0.3/black/servant/fuck/4.mp4',
_Melanie03BlackServantfuck5 to 'videos/Melanie/version0.3/black/servant/fuck/5.mp4',
_Melanie03BlackServantfuck6 to 'videos/Melanie/version0.3/black/servant/fuck/6.mp4',
_Melanie03BlackServantfuck7 to 'videos/Melanie/version0.3/black/servant/fuck/7.mp4',
_Melanie03BlackServantfuck8 to 'videos/Melanie/version0.3/black/servant/fuck/8.mp4',
_Melanie03BlackServantfuck9 to 'videos/Melanie/version0.3/black/servant/fuck/9.mp4',
_Melanie03BlackServantfinish0 to 'videos/Melanie/version0.3/black/servant/finish/0.mp4',
_Melanie03BlackServantfinish1 to 'videos/Melanie/version0.3/black/servant/finish/1.mp4',
_Melanie03BlackServantfinish2 to 'videos/Melanie/version0.3/black/servant/finish/2.mp4',
_Melanie03BlackServantfinish3 to 'videos/Melanie/version0.3/black/servant/finish/3.mp4',
_Melanie03BlackServantfinish4 to 'videos/Melanie/version0.3/black/servant/finish/4.mp4'
>><<set
_Melanie03BlackDistance1 to 'videos/Melanie/version0.3/black/distance/1.mp4',
_Melanie03BlackDistance2 to 'videos/Melanie/version0.3/black/distance/2.mp4',
_Melanie03BlackDistance3 to 'videos/Melanie/version0.3/black/distance/3.mp4',
_Melanie03BlackDistance4 to 'videos/Melanie/version0.3/black/distance/4.mp4',
_Melanie03BlackDistance5 to 'videos/Melanie/version0.3/black/distance/5.mp4',
_Melanie03BlackDistance6 to 'videos/Melanie/version0.3/black/distance/6.mp4',
_Melanie03BlackDistance7 to 'videos/Melanie/version0.3/black/distance/7.mp4',
_Melanie03BlackDistance8 to 'videos/Melanie/version0.3/black/distance/8.mp4',
_Melanie03BlackDistance9 to 'videos/Melanie/version0.3/black/distance/9.mp4'
>><<set
_Melanie03Blackhard0 to 'videos/Melanie/version0.3/black/hard/0.mp4',
_Melanie03Blackhard1 to 'videos/Melanie/version0.3/black/hard/1.mp4',
_Melanie03Blackhard2 to 'videos/Melanie/version0.3/black/hard/2.mp4',
_Melanie03Blackhard3 to 'videos/Melanie/version0.3/black/hard/3.mp4',
_Melanie03Blackhard4 to 'videos/Melanie/version0.3/black/hard/4.mp4',
_Melanie03Blackhard5 to 'videos/Melanie/version0.3/black/hard/5.mp4',
_Melanie03Blackhard6 to 'videos/Melanie/version0.3/black/hard/6.mp4',
_Melanie03Blackhard7 to 'videos/Melanie/version0.3/black/hard/7.mp4',
_Melanie03Blackhard8 to 'videos/Melanie/version0.3/black/hard/8.mp4',
_Melanie03Blackhard9 to 'videos/Melanie/version0.3/black/hard/9.mp4'
>><<set
_Melanie03Blackclosesuck1 to 'videos/Melanie/version0.3/black/close/suck/1.mp4',
_Melanie03Blackclosesuck2 to 'videos/Melanie/version0.3/black/close/suck/2.mp4',
_Melanie03Blackclosesuck3 to 'videos/Melanie/version0.3/black/close/suck/3.mp4',
_Melanie03Blackclosesuck4 to 'videos/Melanie/version0.3/black/close/suck/4.mp4',
_Melanie03Blackclosesuck5 to 'videos/Melanie/version0.3/black/close/suck/5.mp4',
_Melanie03Blackclosesuck6 to 'videos/Melanie/version0.3/black/close/suck/6.mp4',
_Melanie03Blackclosefuck1 to 'videos/Melanie/version0.3/black/close/fuck/1.mp4',
_Melanie03Blackclosefuck2 to 'videos/Melanie/version0.3/black/close/fuck/2.mp4',
_Melanie03Blackclosefuck3 to 'videos/Melanie/version0.3/black/close/fuck/3.mp4',
_Melanie03Blackclosefuck4 to 'videos/Melanie/version0.3/black/close/fuck/4.mp4',
_Melanie03Blackclosefuck5 to 'videos/Melanie/version0.3/black/close/fuck/5.mp4',
_Melanie03Blackclosefuck6 to 'videos/Melanie/version0.3/black/close/fuck/6.mp4',
_Melanie03Blackclosefuck7 to 'videos/Melanie/version0.3/black/close/fuck/7.mp4',
_Melanie03Blackclosefuck8 to 'videos/Melanie/version0.3/black/close/fuck/8.mp4'
>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
You drift around in Melanie's house. It's all empty.
<<cont keypress append>>Suddenly, the front door opens. Someone's coming.
<<scrolldown>><<cont keypress append>>You go up the stairs and listen in to the conversation in the hallway.
<<scrolldown>><<cont keypress append>><<dude>>I've heard you love black cocks, ma'am?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Giggling): let me show you our bedroom and I'll show you how much.<</melanie>>
<<scrolldown>><<cont keypress append>>They come up the stairs. You hide in the bedroom.
<<scrolldown>><<cont keypress append>><<dude>>Is that where your husband fucks you, ma'am?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Giggling): Why do you care?<</melanie>>
<<scrolldown>><<cont keypress append>>They walk into the bedroom as well!
[[Hide in the closet|Melanie03Blackhard2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Sneak_bbca_polite"></div>
<<script>>experiencedEvent("03_sneak_bbca_polite", "SEE", "03_Sneak_bbca_polite", State.temporary.events)<</script>>
<<dude>>Just a plain blowjob today, ma'am?<</dude>>
<<cont keypress append>><<melanie>>(Giggling): A blowjob, yes. I hope it'll be more than that.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>We're here to serve beautiful women, ma'am.<</dude>>
<video @src=_Melanie03Blackhard0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): So much bullshit.<</player>>
<<scrolldown>><<cont keypress append>><<dude>>Let me help you out down there, ma'am.<</dude>>
<video @src=_Melanie03Blackhard1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[He's a loyal servant|Melanie03Blackhard3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<dude>>You have some beautiful tits, ma'am.<</dude>>
<<cont keypress append>><<player>>(To yourself): No shit.<</player>>
<video @src=_Melanie03Blackhard2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Some beautiful tits indeed.<</dude>>
<video @src=_Melanie03Blackhard3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mm-ah! This dick is so big!<</melanie>>
[[Continue|Melanie03Blackhard4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Are you gonna fuck my mouth hard now?<</melanie>>
<video @src=_Melanie03Blackhard4 autoplay muted loop></video>
<<cont keypress append>><<dude>>Whatever you ask for, ma'am.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, that's easy to say when she asks you to fulfill your dreams.<</player>>
<video @src=_Melanie03Blackhard5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Continue|Melanie03Blackhard5]]
<<scrolldown>><</cont>><</cont>><</cont>><<dude>>I'm gonna come in your mouth, ma'am.<</dude>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Such a sweetheart.<</player>>
<video @src=_Melanie03Blackhard5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmmmngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I hope you enjoy that cum, ma'am.<</dude>>
<video @src=_Melanie03Blackhard6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmmmngk!<</melanie>>
[[Continue|Melanie03Blackhard6]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<dude>>You're allowed to suck that cock dry, ma'am.<</dude>>
<video @src=_Melanie03Blackhard6 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Dry and clean, ma'am.<</dude>>
<video @src=_Melanie03Blackhard9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm-ah! Clean!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'm off.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
As you sneak around in Melanie's house, the President of BBCA is calling.
<<cont keypress append>><<president>>(On the phone): $playerFirstName, where are you?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What should I say?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): At home.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Can you go to Melanie's house? There's something I want to show you.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Does he know?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Alright. Going there now.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Why are you whispering?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, coughing, whispering): A bit sick. Caught a cold.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Right. How long will it take for you to get there?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Not long. I'm basically there arlready.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Wow, that's fast! How did you manage?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): We're neighbors.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Great. Well, go to the bedroom. There's something you'd like to see.<</president>>
[[Go to the bedroom|Melanie03BlackDistance2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Sneak_bbca_farlick"></div>
<<script>>experiencedEvent("03_sneak_bbca_farlick", "SEE", "03_Sneak_bbca_farlick", State.temporary.events)<</script>>
<<president>>(On the phone): One of our members is supposedly fucking Melanie right now.<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): Right, I can see them.<</player>>
<video @src=_Melanie03BlackDistance2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Lick that ass!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): What are they doing exactly?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): He's licking her ass.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): And she's pleased?<</president>>
<video @src=_Melanie03BlackDistance3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Oh my Go-o-o-o-od!<</melanie>>
[[Seems like it|Melanie03BlackDistanceWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<<president>>(On the phone): Are they doing anything else now?<</president>>
[[Look, I don't have time to spy on your members anymore (Leave)|Sneak][wait()]]
[[Well, now they're doing some kind of missionary|Melanie03BlackDistanceWM1]]
<<disable !canExperienceEvent("03_sneak_bbca_fardoggy", State.temporary.events)>>[[Now it's a plain doggystyle|Melanie03BlackDistanceWM2]]<</disable>>
<<disable !canExperienceEvent("03_sneak_bbca_fardoggyextr", State.temporary.events)>>[[Well. I don't know the name of this position, but...|Melanie03BlackDistanceWM3]]<</disable>>
<div id="03_Sneak_bbca_farmiss"></div>
<<script>>experiencedEvent("03_sneak_bbca_farmiss", "SEE", "03_Sneak_bbca_farmiss", State.temporary.events)<</script>>
<<president>>(On the phone): Okay, is he fucking her good?<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): Yes. Pretty good.<</player>>
<video @src=_Melanie03BlackDistance1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes!<</melanie>>
[[Continue|Melanie03BlackDistanceWM]]
<<scrolldown>><</cont>><</cont>><div id="03_Sneak_bbca_fardoggy"></div>
<<script>>experiencedEvent("03_sneak_bbca_fardoggy", "SEE", "03_Sneak_bbca_fardoggy", State.temporary.events)<</script>>
<<president>>(On the phone): Does she like his dick?<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): I can't see any complaints.<</player>>
<video @src=_Melanie03BlackDistance4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, wow! Oh, wow!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Is she calling his name?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Not exactly.<</player>>
<video @src=_Melanie03BlackDistance5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Give me that big co-o-o-ock!<</melanie>>
[[Continue|Melanie03BlackDistanceWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Sneak_bbca_fardoggyextr"></div>
<<script>>experiencedEvent("03_sneak_bbca_fardoggyextr", "SEE", "03_Sneak_bbca_fardoggyextr", State.temporary.events)<</script>>
<<president>>(On the phone): But she seems to like it?<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): She's looking forward to it, at least?<</player>>
<video @src=_Melanie03BlackDistance6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Please, give it to me! Ple-e-ease!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): He's not penetrating her?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): From time to time.<</player>>
<video @src=_Melanie03BlackDistance7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>A-a-a-ah!<</melanie>>
[[Continue|Melanie03BlackDistanceWM4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(On the phone): Is he fucking her ass?<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): No.<</player>>
<video @src=_Melanie03BlackDistance8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fuck me-e-e-e!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): But you still believe she likes it?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): I'm quite certain.<</player>>
<video @src=_Melanie03BlackDistance9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Don't sto-o-o-o-op!<</melanie>>
[[Continue|Melanie03BlackDistanceWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
The President of BBCA is calling.
<<cont keypress append>><<president>>(On the phone): $playerFirstName, I need your help.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Would you like me to spy on one of your members again?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Yes, we have a young member who's supposedly is fucking Melanie in her bedroom right now.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Alright, I'm on my way.<</player>>
[[Let's sneak into her bedroom|Melanie03Blackclose2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melbbca_blowandfuck_intro"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_intro", "SEE", "03_Melbbca_blowandfuck_intro", State.temporary.events)<</script>>
<<president>>(On the phone): Can you see them?<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): Oh, yes.<</player>>
<video @src=_Melanie03Blackclosesuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): What are they doing?<</president>>
[[Well...|Melanie03BlackcloseWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
Yeah, what are they doing exactly?
[[He slaps her face with his dick|Melanie03BlackcloseWM1]]
<<disable !canExperienceEvent("03_melbbca_blowandfuck_rub", State.temporary.events)>>[[He rubs his cock on the inside of her mouth|Melanie03BlackcloseWM2]]<</disable>>
<<disable !canExperienceEvent("03_melbbca_blowandfuck_blow_hard", State.temporary.events)>>[[He's fucking her mouth hard|Melanie03BlackcloseWM3]]<</disable>>
<<disable !canExperienceEvent("03_melbbca_blowandfuck_lickass", State.temporary.events)>>[[She's licking his asshole|Melanie03BlackcloseWM4]]<</disable>>
<<disable !canExperienceEvent("03_melbbca_blowandfuck_fuck", State.temporary.events)>>[[Now it seems they'll do something else|Melanie03Blackclose3]]<</disable>><div id="03_Melbbca_blowandfuck_slap"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_slap", "SEE", "03_Melbbca_blowandfuck_slap", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): So, this is a new member in the team.<</player>>
<<cont keypress append>><<president>>(On the phone): Yes, he's very talented.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): In what sense?<</player>>
<video @src=_Melanie03Blackclosesuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
[[Continue|Melanie03BlackcloseWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_Melbbca_blowandfuck_rub"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_rub", "SEE", "03_Melbbca_blowandfuck_rub", State.temporary.events)<</script>>
<<president>>(On the phone): He doesn't care so much what the women want.<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): And that's a good thing?<</player>>
<video @src=_Melanie03Blackclosesuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Ah-gah! Ah-gah!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Absolutely. It makes them think his dick is even bigger.<</president>>
[[Continue|Melanie03BlackcloseWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="03_Melbbca_blowandfuck_blow_hard"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_blow_hard", "SEE", "03_Melbbca_blowandfuck_blow_hard", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): You don't think his dick is big enough?<</player>>
<<cont keypress append>><<president>>(On the phone): Sure it's big. But women want our cocks to be as big as possible.<</president>>
<video @src=_Melanie03Blackclosesuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Continue|Melanie03BlackcloseWM]]
<<scrolldown>><</cont>><</cont>><div id="03_Melbbca_blowandfuck_lickass"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_lickass", "SEE", "03_Melbbca_blowandfuck_lickass", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): And his asshole tastes good as well, I guess?<</player>>
<<cont keypress append>><<president>>(On the phone): The women like to lick it, at least.<</president>>
<video @src=_Melanie03Blackclosesuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Slurp, slurp!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): That wasn't really an answer to my question, was it?<</player>>
<video @src=_Melanie03Blackclosesuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Slurp, slurp!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): No, but you didn't ask the correct question, did you?<</president>>
[[Continue|Melanie03BlackcloseWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="03_Melbbca_blowandfuck_fuck"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_fuck", "SEE", "03_Melbbca_blowandfuck_fuck", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): So he's got a good salary, this young prospect of yours?<</player>>
<<cont keypress append>><<president>>(On the phone): I think he's happy. And he had an offer to enter a team in NBA, so he knows what a decent number is.<</president>>
<video @src=_Melanie03Blackclosefuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fuck me! Fuck me hard!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): He's getting a salary like the professional basketball players in NBA?<</player>>
<video @src=_Melanie03Blackclosefuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! Ye-e-e-es!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Oh, no. We doubled it.<</president>>
[[No way! (Melanie will notice you)|Melanie03Blackclose3look]]
[[Keep calm|Melanie03Blackclose4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melbbca_blowandfuck_fucklook1"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_fucklook1", "SEE", "03_Melbbca_blowandfuck_fucklook1", State.temporary.events)<</script>>
<<president>>(On the phone): You'd better keep calm, $playerFirstName, or they will notice you.<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): I think I'm fine.<</player>>
<video @src=_Melanie03Blackclosefuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Looking at you): Thank you, Lord, for this big dick.<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Are you sure?<</president>>
<video @src=_Melanie03Blackclosefuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Looking at you): I never want a small penis in my pussy aga-a-ain!<</melanie>>
[[Keep calm|Melanie03Blackclose4]]
[[Give her the finger|Melanie03Blackclose4look]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="03_Melbbca_blowandfuck_fuck2"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_fuck2", "SEE", "03_Melbbca_blowandfuck_fuck2", State.temporary.events)<</script>>
<<president>>(On the phone): Yes. think about all the lousy women this young man has fucked in the past? Isn't he gonna get paid for that?<</president>>
<<cont keypress append>><<player>>(To yourself): I'll never understand the ethics of BBCA.<</player>>
<video @src=_Melanie03Blackclosefuck7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fuck me-e-e-e!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): And the ones with small boobs, are you suggesting he shouldn't be compensated for them?<</president>>
<video @src=_Melanie03Blackclosefuck8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fu-u-u-u-uck!<</melanie>>
[[I can't take this anymore (Leave)|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melbbca_blowandfuck_fucklook2"></div>
<<script>>experiencedEvent("03_melbbca_blowandfuck_fucklook2", "SEE", "03_Melbbca_blowandfuck_fucklook2", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): So he's got a good salary, this young prospect of yours?<</player>>
<<cont keypress append>><<president>>(On the phone): But I agree. Our members are working hard. They should have a decent salary.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I said that?<</player>>
<video @src=_Melanie03Blackclosefuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Looking at you): I can't take any more small dicks.<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Oftentimes they come from a rough childhood, so it's wouldn't be fair if they were denied the pleasures of a good life.<</president>>
<video @src=_Melanie03Blackclosefuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Looking at you): Fuck me with that huge co-o-o-o-ock!<</melanie>>
[[This is fairness?|Melanie03Blackclose4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<<player>>(On the phone): Is it alright if I sit in the control room, mr. President.<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): Any man that brings decent women to us is welcome to sit in the control room, $playerFirstName.<</president>>
<video @src=_Melanie03BlackServantintro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Great! I think you will be very pleased with Melanie.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): I will make that judgment.<</president>>
<video @src=_Melanie03BlackServantintro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): You don't think she likes big cocks?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): Of course she does. There is not a single woman out there who doesn't love a big black cock. That's science.<</president>>
<<scrolldown>><<cont keypress append>>It's time for the President to greet Melanie. What would be a proper way to start a conversation?
[[So you're into black men?|Melanie03BlackServant2]]
<<disable !canExperienceEvent("03_melatbbca_blow", State.temporary.events)>>[[Let's just go inside and you can suck my cock|Melanie03BlackServantblow1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melatbbca_intro"></div>
<<script>>experiencedEvent("03_melatbbca_intro", "SEE", "03_Melatbbca_intro", State.temporary.events)<</script>>
<<melanie>>Only if they have huge cocks.<</melanie>>
<<cont keypress append>><<president>>(On the phone, whispering): Every black man has a huge cock.<</president>>
<video @src=_Melanie03BlackServantintro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Giggling): And how big is yours, compared to the others?<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>Well, I'm the president. So, you do the math.<</president>>
<video @src=_Melanie03BlackServantintro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Giggling): I actually already did the calculations.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd never believe Melanie knew maths.<</player>>
[[They go inside|Melanie03BlackServant3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Please, tell me something about yourself, mr. President.<</melanie>>
<<cont keypress append>><<president>>Well, as a kid I used I pour champagne on my cock before letting the girls blow it.<</president>>
<video @src=_Melanie03BlackServantintro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Giggling): That's naughty, mr. President.<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>Well, I am the President. Speaking of which, do you have the money for me?<</president>>
<video @src=_Melanie03BlackServantintro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): This is so sick.<</player>>
[[She will actually pay him to fuck her?|Melanie03BlackServant4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Of course. would you like to count them?<</melanie>>
<<cont keypress append>><<president>>I trust you. No woman has ever tried to trick me with money.<</president>>
<video @src=_Melanie03BlackServantintro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I never thought I'd get the chance to get here, mr. President.<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>Only the best women do.<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>(Putting the money on the table): You mean the ones with the best boobs?<</melanie>>
<video @src=_Melanie03BlackServantintro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>Naturally.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I cannot believe this.<</player>>
[[It seems she can't wait any longer|Melanie03BlackServant5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>You've got your money. Now it's time for me to feel that cock.<</melanie>>
<video @src=_Melanie03BlackServanttease0 autoplay muted loop></video>
<<cont keypress append>><<president>>You're welcome to it.<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>Did I tell you how much I love big cocks?<</melanie>>
<video @src=_Melanie03BlackServanttease1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>No need. I can see it from the size of your boobs.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Always the same logic.<</player>>
[[Let's see if she's pleased|Melanie03BlackServant6]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<president>>Go on. You're allowed to reveal it.<</president>>
<<cont keypress append>><<melanie>>I know. I paid you big money for it.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's the bitch I know!<</player>>
<video @src=_Melanie03BlackServanttease2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>So, how do you like it?<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, it's huge alright. But it's not very hard, is it?<</melanie>>
<video @src=_Melanie03BlackServanttease3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>It will stiffen up as soon as you start working it.<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, that's fair, I guess.<</melanie>>
[[She agreed on that one?|Melanie03BlackServant7]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<<president>>I actually know a secret trick for making it hard faster.<</president>>
<<cont keypress append>><<melanie>>And what is that?<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>Showing me those beautiful breasts.<</president>>
<video @src=_Melanie03BlackServanttease4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You know what, mr. President?<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>No, what?<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>It strikes me that you're just like any man on the street in some ways.<</melanie>>
<video @src=_Melanie03BlackServanttease5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>But with a way bigger cock.<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>Exactly.<</melanie>>
[[Enough talking, it seems|Melanie03BlackServantblow1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<div id="03_Melatbbca_blow"></div>
<<script>>experiencedEvent("03_melatbbca_blow", "SEE", "03_Melatbbca_blow", State.temporary.events)<</script>>
<<player>>(On the phone): Just out of curiosity: what will you do to her, mr. President?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): Haven't thought about it. The usual, I guess.<</president>>
<video @src=_Melanie03BlackServantbj0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): It almost seems like you don't care, mr. President?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): Well, honestly I don't.<</president>>
<video @src=_Melanie03BlackServantbj1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): I have a few suggestions if that would be helpful, mr. President?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): Yes, please.<</president>>
[[This will be fun|Melanie03BlackServantblowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>So the President doesn't really know what to do. I can suggest anything, really.
[[Stick it deep down her throat|Melanie03BlackServantblowWM1]]
<<disable !canExperienceEvent("03_melatbbca_blowballs", State.temporary.events)>>[[Have her lick your balls|Melanie03BlackServantblowWM2]]<</disable>>
<<disable !canExperienceEvent("03_melatbbca_blowboobs", State.temporary.events)>>[[Fuck those boobies|Melanie03BlackServantblowWM3]]<</disable>>
<<disable !canExperienceEvent("03_melatbbca_fuck", State.temporary.events)>>[[Continue|Melanie03BlackServantblow2]]<</disable>><div id="03_Melatbbca_blowdp"></div>
<<script>>experiencedEvent("03_melatbbca_blowdp", "SEE", "03_Melatbbca_blowdp", State.temporary.events)<</script>>
<<player>>(On the phone): Don't you ever fantasize about what to do with women, mr. President?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): Not really.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): Why? That's basically the only thing I do.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): Well, I think it's because I get to fuck so much.<</president>>
<video @src=_Melanie03BlackServantbj2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone): So what's your passion in life?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): Working for the privileges for black men with big dicks.<</president>>
[[Right|Melanie03BlackServantblowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="03_Melatbbca_blowballs"></div>
<<script>>experiencedEvent("03_melatbbca_blowballs", "SEE", "03_Melatbbca_blowballs", State.temporary.events)<</script>>
<<player>>(On the phone): Don't you think Melanie's hot?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): She meets the standards of BBCA.<</president>>
<video @src=_Melanie03BlackServantbj3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
[[Well, that's an understatement|Melanie03BlackServantblowWM]]
<<scrolldown>><</cont>><</cont>><div id="03_Melatbbca_blowboobs"></div>
<<script>>experiencedEvent("03_melatbbca_blowboobs", "SEE", "03_Melatbbca_blowboobs", State.temporary.events)<</script>>
<<player>>(On the phone): And how about those boobs?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): They are in the top percentile, I must admit.<</president>>
<video @src=_Melanie03BlackServantbj4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Fuck those boobs!<</melanie>>
[[He's so ungrateful|Melanie03BlackServantblowWM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<div id="03_Melatbbca_fuck"></div>
<<script>>experiencedEvent("03_melatbbca_fuck", "SEE", "03_Melatbbca_fuck", State.temporary.events)<</script>><<player>>(On the phone): So what are your plans for Melanie?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): Well, she's a talented cock sucker.<</president>>
<video @src=_Melanie03BlackServantbj5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): And she's got loads of money.<</president>>
<video @src=_Melanie03BlackServantbj6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): So I think she'll make a good addition to our squad of white women.<</president>>
[[And now she wants some cock|Melanie03BlackServantfuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<president>>(On the phone, whispering): So what would be your suggestion now?<</president>>
[[Make her sit on top of you|Melanie03BlackServantfuckWM1]]
<<disable !canExperienceEvent("03_melatbbca_fuckmiss", State.temporary.events)>>[[Missionary|Melanie03BlackServantfuckWM2]]<</disable>>
<<disable !canExperienceEvent("03_melatbbca_fuckdogg", State.temporary.events)>>[[Doggystyle|Melanie03BlackServantfuckWM3]]<</disable>>
<<disable !canExperienceEvent("03_melatbbca_fuckside", State.temporary.events)>>[[On the side|Melanie03BlackServantfuckWM4]]<</disable>>
<<disable !canExperienceEvent("03_melatbbca_fucktop2", State.temporary.events)>>[[On top, facing you|Melanie03BlackServantfuckWM5]]<</disable>>
<<disable !canExperienceEvent("03_melatbbca_fuckfinish", State.temporary.events)>>[[Give her that cum (finish)|Melanie03BlackServantfinish1]]<</disable>>
<div id="03_Melatbbca_fuckontop"></div>
<<script>>experiencedEvent("03_melatbbca_fuckontop", "SEE", "03_Melatbbca_fuckontop", State.temporary.events)<</script>>
<<player>>(On the phone): Will she be meeting other black men here?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): That is one solution.<</president>>
<video @src=_Melanie03BlackServantfuck0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, fuck me! Fuck me!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): But more common is that our members visit her.<</president>>
<video @src=_Melanie03BlackServantfuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fu-u-u-u-u-uck!<</melanie>>
[[Right|Melanie03BlackServantfuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melatbbca_fuckmiss"></div>
<<script>>experiencedEvent("03_melatbbca_fuckmiss", "SEE", "03_Melatbbca_fuckmiss", State.temporary.events)<</script>>
<<president>>(On the phone, whispering): Many of our young members like to fuck women while their husbands are around.<</president>>
<<cont keypress append>><<player>>(On the phone): Why?<</player>>
<video @src=_Melanie03BlackServantfuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Are you talking to someone else, mr. President?<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>I'm only saying I will come to your place and fuck you while your husband's watching.<</president>>
<video @src=_Melanie03BlackServantfuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I can't wa-a-a-ait!<</melanie>>
[[Of course you can't|Melanie03BlackServantfuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melatbbca_fuckdogg"></div>
<<script>>experiencedEvent("03_melatbbca_fuckdogg", "SEE", "03_Melatbbca_fuckdogg", State.temporary.events)<</script>>
<<president>>(On the phone, whispering): As long as she pays and stays in shape we will keep fucking her.<</president>>
<<cont keypress append>><<player>>(On the phone): How nice of you.<</player>>
<video @src=_Melanie03BlackServantfuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Wow, that dick is so big, mr. President.<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): Well, our keywords are big dicks and beautiful women. We care about both.<</president>>
<video @src=_Melanie03BlackServantfuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fuck me, mr. President, fuck me hard!<</melanie>>
[[He does it because he's nice|Melanie03BlackServantfuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melatbbca_fuckside"></div>
<<script>>experiencedEvent("03_melatbbca_fuckside", "SEE", "03_Melatbbca_fuckside", State.temporary.events)<</script>>
<<player>>(On the phone): How much did Melanie pay you for this, mr. President?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): That's classified.<</president>>
<video @src=_Melanie03BlackServantfuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Give me that cock, mr. President.<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone, whispering): But I've never met a woman who didn't know our menu by heart.<</president>>
<video @src=_Melanie03BlackServantfuck7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! Ye-e-e-es!<</melanie>>
[[They have a menu?|Melanie03BlackServantfuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melatbbca_fucktop2"></div>
<<script>>experiencedEvent("03_melatbbca_fucktop2", "SEE", "03_Melatbbca_fucktop2", State.temporary.events)<</script>>
<<player>>(On the phone): What's the most expensive dish on the menu?<</player>>
<<cont keypress append>><<president>>(On the phone, whispering): Gangbang.<</president>>
<video @src=_Melanie03BlackServantfuck8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>What did you say, mr. President?<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>I was asking if you want to participate in a gangbang?<</president>>
<video @src=_Melanie03BlackServantfuck9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>With plea-a-a-asure!<</melanie>>
[[I'm not surprised|Melanie03BlackServantfuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_Melatbbca_fuckfinish"></div>
<<script>>experiencedEvent("03_melatbbca_fuckfinish", "SEE", "03_Melatbbca_fuckfinish", State.temporary.events)<</script>>
<<president>>It's time. It's on.<</president>>
<<cont keypress append>><<melanie>>Alright, give it to me.<</melanie>>
<video @src=_Melanie03BlackServantfinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>Yes. Yes!<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): He's so lucky.<</player>>
<video @src=_Melanie03BlackServantfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, this is so good.<</melanie>>
[[The President is happy|Melanie03BlackServantfinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Did you like it, mr. President?<</melanie>>
<video @src=_Melanie03BlackServantfinish2 autoplay muted loop></video>
<<cont keypress append>><<president>>You certainly meet the standards.<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>So I will get another chance?<</melanie>>
[[I can't believe she's buying his shit|Melanie03BlackServantfinish3]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<president>>I'll ask one of our members to visit you.<</president>>
<<cont keypress append>><<melanie>>That makes me happy to hear.<</melanie>>
<video @src=_Melanie03BlackServantfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>Just stay at home, and keep the payment in cash.<</president>>
<<scrolldown>><<cont keypress append>><<melanie>>Is it alright to practice with the dildo I described to you.<</melanie>>
<video @src=_Melanie03BlackServantfinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>It's quite alright.<</president>>
[[Leave|BBCA][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion03_2 to [
// ModelTalk
new Event("03_modeltalk_intro", "You talk to Melanie in the dressing room at the Photo Studio", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 10, 10, [], true, false, true, [0, 1, 2, 3, 4], [1], [], "0.3.2"),
new Event("03_modeltalk_bbca", "You tell Melanie she's welcome to visit BBCA", "Go to the Photo Studio", [4], [4], 0, 25, 5, 5, ["03_bbca_visit_finished"], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.3.2"),
// BBCA President
new Event("03_melatbbca_intro", "Melanie visits the president of BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 5, 5, ["03_modeltalk_bbca"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_blow", "Melanie blows the president of BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_intro"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_blowdp", "Melanie deepthroats the president of BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_blow"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_blowballs", "Melanie licks the president's balls", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_blowdp"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_blowboobs", "Melanie gives the president of BBCA a boobjob", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_blowballs"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_fuck", "Melanie fucks the president of BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_blowboobs"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_fuckontop", "Melanie sits on top of the president of BBCA", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_fuck"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_fuckmiss", "Melanie fucks the president of BBCA, missionary", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_fuckontop"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_fuckdogg", "Melanie fucks the president of BBCA, doggystyle", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_fuckmiss"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_fuckside", "Melanie fucks the president of BBCA, on the side", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_fuckdogg"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_fucktop2", "Melanie fucks the president of BBCA, on top", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 0, 0, ["03_melatbbca_fuckside"], true, false, true, [3], [1], [], "0.3.2"),
new Event("03_melatbbca_fuckfinish", "The president of BBCA comes on Melanie's face", "Go to the BBCA Headquarters", [4, 5, 6], [4, 5, 6], 0, 0, 5, 5, ["03_melatbbca_fucktop2"], true, false, true, [3], [1], [], "0.3.2"),
// Far
new Event("03_sneak_bbca_farlick", "A member of BBCA licks Melanie's ass", "Sneak into Melanie's home", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_melatbbca_fuckfinish"], true, false, true, [5], [1], [], "0.3.2"),
new Event("03_sneak_bbca_farmiss", "A member of BBCA fucks Melanie, missionary", "Sneak into Melanie's home", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_sneak_bbca_farlick"], true, false, true, [5], [1], [], "0.3.2"),
new Event("03_sneak_bbca_fardoggy", "A member of BBCA fucks Melanie, doggystyle", "Sneak into Melanie's home", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_sneak_bbca_farmiss"], true, false, true, [5], [1], [], "0.3.2"),
new Event("03_sneak_bbca_fardoggyextr", "A member of BBCA fucks Melanie, doggystyle", "Sneak into Melanie's home", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 6, 6, ["03_sneak_bbca_fardoggy"], true, false, true, [5], [1], [], "0.3.2"),
// Close (Blow+Fuck)
new Event("03_melbbca_blowandfuck_intro", "A member of BBCA is fucking Melanie's mouth", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_sneak_bbca_fardoggy"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_slap", "A member of BBCA is slapping Melanie's mouth with his dick", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_melbbca_blowandfuck_intro"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_rub", "A member of BBCA rubs Melanie's face with his dick", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_melbbca_blowandfuck_slap"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_blow_hard", "A member of BBCA is fucking Melanie's mouth hard", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_melbbca_blowandfuck_rub"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_lickass", "Melanie licks the asshole of a member of BBCA", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_melbbca_blowandfuck_blow_hard"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_fuck", "A member of BBCA is fucking Melanie, doggystyle", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 0, 0, ["03_melbbca_blowandfuck_lickass"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_fucklook1", "Melanie notices you while fucking a BBCA member", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 0, 0, 0, ["03_melbbca_blowandfuck_fuck"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_fucklook2", "Melanie winks at you while fucking a BBCA member", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 0, 6, 6, ["03_melbbca_blowandfuck_fucklook1"], true, false, true, [1], [1], [], "0.3.2"),
new Event("03_melbbca_blowandfuck_fuck2", "A member of BBCA is fucking Melanie hard, doggystyle", "Sneak into Melanie's house", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 6, 6, ["03_melbbca_blowandfuck_fuck"], true, false, true, [1], [1], [], "0.3.2"),
// Close (Only Blow)
new Event("03_sneak_bbca_polite", "A member of BBCA fucks Melanie's mouth hard", "Sneak into Melanie's home", [5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 6, 6, ["03_melatbbca_fuckfinish"], true, false, true, [6], [1], [], "0.3.2")
]>>
</nobr>!Version 0.3.1
!!What's new in this version?
!!!New content
In this version, the plot line "Big Black Cock Association" is started. Major scenes with:
- Melanie
- Christina
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerothreeone"></div>
<<script>>
describeAllContent("0.3.1", "newContentZerothreeone", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version.
!!!Bug fixes
None in this version.<div id="04_Cousin_meet_lela_men"></div>
<<script>>experiencedEvent("04_cousin_meet_lela_men", "SEE", "04_Cousin_meet_lela_men", State.temporary.events)<</script>>
<<lela>>(Winking at you): Not really.<</lela>>
<<cont keypress append>><<marie>>Hey, hold on! You fuck at least three different guys a week. Isn't that a lot?<</marie>>
<video @src=_Lela03Sisterintro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>(Winking at you): Maybe, but I didn't want $playerFirstName to know.<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>Why?<</marie>>
<<scrolldown>><<cont keypress append>><<lela>>(Winking at you): I don't want him to believe I'm a slut.<</lela>>
[[I see|Lela03SisterDinner1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Cousin_meet_lela_often"></div>
<<script>>experiencedEvent("04_cousin_meet_lela_often", "SEE", "04_Cousin_meet_lela_often", State.temporary.events)<</script>>
<<player>>Do you come here often, Lela?<</player>>
<<cont keypress append>><<lela>>I come here on Sundays.<</lela>>
<<scrolldown>><<cont keypress append>><<marie>>Yeah, because on Saturdays you meet up with your boyfriend.<</marie>>
<video @src=_Lela03Sisterintro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Well, I meet up with one of my male friends. But he's not my boyfriend.<</lela>>
[[I see|Lela03SisterDinner1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Cousin_meet_lela_apartment"></div>
<<script>>experiencedEvent("04_cousin_meet_lela_apartment", "SEE", "04_Cousin_meet_lela_apartment", State.temporary.events)<</script>>
<<marie>>That house is great, isn't it<</marie>>
<video @src=_Lela03Sisterintro5 autoplay muted loop></video>
<<cont keypress append>><<lela>>It really is. It's right by the park. Are you interested?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Definitely. When can I come and see it?<</player>>
<video @src=_Lela03Sisterintro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>I'm usually home on Tuesdays.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): This is a good opportunity.<</player>>
[[Great|Lela03SisterDinner1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="03_OfficeWank_boobs"></div>
<<script>>experiencedEvent("03_officeWank_boobs", "SEE", "03_OfficeWank_boobs", State.temporary.events)<</script>>
<<melanie>>You enjoy my marvelous boobs, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Stick out your tongue, I want to suck it.<</player>>
<video @src=_OfficeWankFuckb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Ng-ng-ng!<</melanie>>
[[So what do you wanna do|OfficeWankFuckWindmill]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<melanie>>Let me taste that cum, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Feel free.<</player>>
<video @src=_OfficeWankFuckd3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How do you like it?<</player>>
<video @src=_OfficeWankFuckd4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>To be honest, $playerFirstName, it's not the best.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And why is that?<</player>>
<<melanie>>Frankly, my dear, it's because your dick is too small.<</melanie>>
[[Back to work|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="04_LelaAm_intro"></div>
<<script>>experiencedEvent("04_lelaAm_intro", "SEE", "04_LelaAm_intro", State.temporary.events)<</script>>
<<lela>>Welcome to my house, $playerFirstName.<</lela>>
<<cont keypress append>><<player>>(To yourself): Wow. I will not be able to afford this one, that's for sure.<</player>>
<video @src=_LelaAmenitiesIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's great.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>This is the living room. And over here's the kitchen.<</lela>>
[[Continue|LelaAmenitiesIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_LelaAmenitiesIntro0 to 'videos/Others/version0.3/lela/amenities/intro/0.mp4',
_LelaAmenitiesIntro1 to 'videos/Others/version0.3/lela/amenities/intro/1.mp4',
_LelaAmenitiesIntro2 to 'videos/Others/version0.3/lela/amenities/intro/2.mp4',
_LelaAmenitiesIntro3 to 'videos/Others/version0.3/lela/amenities/intro/3.mp4',
_LelaAmenitiesIntro4 to 'videos/Others/version0.3/lela/amenities/intro/4.mp4',
_LelaAmenitiesIntro5 to 'videos/Others/version0.3/lela/amenities/intro/5.mp4',
_LelaAmenitiesnegotiation0 to 'videos/Others/version0.3/lela/amenities/negotiation/0.mp4',
_LelaAmenitiesnegotiation1 to 'videos/Others/version0.3/lela/amenities/negotiation/1.mp4',
_LelaAmenitiesnegotiation2 to 'videos/Others/version0.3/lela/amenities/negotiation/2.mp4',
_LelaAmenitiesnegotiation3 to 'videos/Others/version0.3/lela/amenities/negotiation/3.mp4',
_LelaAmenitiesnegotiation4 to 'videos/Others/version0.3/lela/amenities/negotiation/4.mp4',
_LelaAmenitiesnegotiation5 to 'videos/Others/version0.3/lela/amenities/negotiation/5.mp4',
_LelaAmenitiesnegotiation6 to 'videos/Others/version0.3/lela/amenities/negotiation/6.mp4',
_LelaAmenitiesnegotiation7 to 'videos/Others/version0.3/lela/amenities/negotiation/7.mp4',
_LelaAmenitiesnegotiation8 to 'videos/Others/version0.3/lela/amenities/negotiation/8.mp4',
_LelaAmenitiesnegotiation9 to 'videos/Others/version0.3/lela/amenities/negotiation/9.mp4',
_LelaAmenitiesnegotiationa0 to 'videos/Others/version0.3/lela/amenities/negotiation/a0.mp4',
_LelaAmenitiesnegotiationa1 to 'videos/Others/version0.3/lela/amenities/negotiation/a1.mp4',
_LelaAmenitiesnegotiationa2 to 'videos/Others/version0.3/lela/amenities/negotiation/a2.mp4',
_LelaAmenitiesnegotiationa3 to 'videos/Others/version0.3/lela/amenities/negotiation/a3.mp4',
_LelaAmenitiesshower0 to 'videos/Others/version0.3/lela/amenities/shower/0.mp4',
_LelaAmenitiesshower1 to 'videos/Others/version0.3/lela/amenities/shower/1.mp4',
_LelaAmenitiesshower2 to 'videos/Others/version0.3/lela/amenities/shower/2.mp4',
_LelaAmenitiesshower3 to 'videos/Others/version0.3/lela/amenities/shower/3.mp4',
_LelaAmenitiesshower4 to 'videos/Others/version0.3/lela/amenities/shower/4.mp4',
_LelaAmenitiesshower5 to 'videos/Others/version0.3/lela/amenities/shower/5.mp4',
_LelaAmenitiesshowera0 to 'videos/Others/version0.3/lela/amenities/shower/a0.mp4',
_LelaAmenitiesshowera1 to 'videos/Others/version0.3/lela/amenities/shower/a1.mp4',
_LelaAmenitiesshowera2 to 'videos/Others/version0.3/lela/amenities/shower/a2.mp4',
_LelaAmenitiesshowera3 to 'videos/Others/version0.3/lela/amenities/shower/a3.mp4',
_LelaAmenitiesshowera4 to 'videos/Others/version0.3/lela/amenities/shower/a4.mp4',
_LelaAmenitiesshowera5 to 'videos/Others/version0.3/lela/amenities/shower/a5.mp4',
_LelaAmenitiesshowera6 to 'videos/Others/version0.3/lela/amenities/shower/a6.mp4',
_LelaAmenitiesshowera7 to 'videos/Others/version0.3/lela/amenities/shower/a7.mp4',
_LelaAmenitiesshowerb0 to 'videos/Others/version0.3/lela/amenities/shower/b0.mp4',
_LelaAmenitiesshowerb1 to 'videos/Others/version0.3/lela/amenities/shower/b1.mp4',
_LelaAmenitiesshowerb2 to 'videos/Others/version0.3/lela/amenities/shower/b2.mp4',
_LelaAmenitiesshowerb3 to 'videos/Others/version0.3/lela/amenities/shower/b3.mp4',
_LelaAmenitiesshowerb4 to 'videos/Others/version0.3/lela/amenities/shower/b4.mp4',
_LelaAmenitiesshowerb5 to 'videos/Others/version0.3/lela/amenities/shower/b5.mp4',
_LelaAmenitiesshowerb6 to 'videos/Others/version0.3/lela/amenities/shower/b6.mp4',
_LelaAmenitiesshowerb7 to 'videos/Others/version0.3/lela/amenities/shower/b7.mp4',
_LelaAmenitiesshowerb8 to 'videos/Others/version0.3/lela/amenities/shower/b8.mp4',
_LelaAmenitiesshowerb9 to 'videos/Others/version0.3/lela/amenities/shower/b9.mp4',
_LelaAmenitiesonbed0 to 'videos/Others/version0.3/lela/amenities/onbed/0.mp4',
_LelaAmenitiesonbed1 to 'videos/Others/version0.3/lela/amenities/onbed/1.mp4',
_LelaAmenitiesonbed2 to 'videos/Others/version0.3/lela/amenities/onbed/2.mp4',
_LelaAmenitiesonbed3 to 'videos/Others/version0.3/lela/amenities/onbed/3.mp4',
_LelaAmenitiesonbed4 to 'videos/Others/version0.3/lela/amenities/onbed/4.mp4',
_LelaAmenitiesonbed5 to 'videos/Others/version0.3/lela/amenities/onbed/5.mp4',
_LelaAmenitiesonbed6 to 'videos/Others/version0.3/lela/amenities/onbed/6.mp4',
_LelaAmenitiesonbed7 to 'videos/Others/version0.3/lela/amenities/onbed/7.mp4',
_LelaAmenitiesonbed8 to 'videos/Others/version0.3/lela/amenities/onbed/8.mp4',
_LelaAmenitiesonbed9 to 'videos/Others/version0.3/lela/amenities/onbed/9.mp4',
_LelaAmenitiesonbed10 to 'videos/Others/version0.3/lela/amenities/onbed/10.mp4',
_LelaAmenitiesonbeda0 to 'videos/Others/version0.3/lela/amenities/onbed/a0.mp4',
_LelaAmenitiesonbeda1 to 'videos/Others/version0.3/lela/amenities/onbed/a1.mp4',
_LelaAmenitiesonbeda2 to 'videos/Others/version0.3/lela/amenities/onbed/a2.mp4',
_LelaAmenitiesonbedb0 to 'videos/Others/version0.3/lela/amenities/onbed/b0.mp4',
_LelaAmenitiesonbedb1 to 'videos/Others/version0.3/lela/amenities/onbed/b1.mp4',
_LelaAmenitiesonbedb2 to 'videos/Others/version0.3/lela/amenities/onbed/b2.mp4',
_LelaAmenitiesonbedb3 to 'videos/Others/version0.3/lela/amenities/onbed/b3.mp4',
_LelaAmenitiesonbedb4 to 'videos/Others/version0.3/lela/amenities/onbed/b4.mp4',
_LelaAmenitiesonbedb5 to 'videos/Others/version0.3/lela/amenities/onbed/b5.mp4',
_LelaAmenitiesonbedb6 to 'videos/Others/version0.3/lela/amenities/onbed/b6.mp4',
_LelaAmenitiesonbedb7 to 'videos/Others/version0.3/lela/amenities/onbed/b7.mp4',
_LelaAmenitiescum0 to 'videos/Others/version0.3/lela/amenities/cum/0.mp4',
_LelaAmenitiescum1 to 'videos/Others/version0.3/lela/amenities/cum/1.mp4',
_LelaAmenitiescum2 to 'videos/Others/version0.3/lela/amenities/cum/2.mp4',
_LelaAmenitiescum3 to 'videos/Others/version0.3/lela/amenities/cum/3.mp4',
_LelaAmenitiescum4 to 'videos/Others/version0.3/lela/amenities/cum/4.mp4',
_LelaAmenitiescum5 to 'videos/Others/version0.3/lela/amenities/cum/5.mp4',
_LelaAmenitiescum6 to 'videos/Others/version0.3/lela/amenities/cum/6.mp4'
>><<lela>>You look impressed, $playerFirstName?<</lela>>
<<cont keypress append>><<player>>It's... amazing.<</player>>
<video @src=_LelaAmenitiesIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Hahaha, you just wait until you see the bedroom.<</lela>>
<<scrolldown>><<cont keypress append>>You follow her to the bedroom.
<<scrolldown>><<cont keypress append>><<player>>You have fucked quite a few men in this bed, haven't you?<</player>>
<video @src=_LelaAmenitiesIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Well, yes, I guess you could say that.<</lela>>
[[Let's have a look at the bathroom|LelaAmenitiesIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<<lela>>This sink and the bathtub works perfectly.<</lela>>
<video @src=_LelaAmenitiesIntro4 autoplay muted loop></video>
<<cont keypress append>><<player>>And how about the shower?<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Yes, it works. But you have to wank it a bit before the water comes.<</lela>>
<video @src=_LelaAmenitiesIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Wank it?<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Yes, like a cock.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Can you show me?<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Sorry, I never get into the shower if I don't get paid beforehand.<</lela>>
[[Fuck, I don't think I have any|LelaAmenitiesNoMoney]]
<<disable !canExperienceEvent("04_lelaAm_shower", State.temporary.events)>>[[I've got money|LelaAmenitiesNeg1]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_shower_join", State.temporary.events)>>[[Cut the bullshit, let's fuck|LelaAmenitiesShower3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<<lela>>But you have my word, $playerFirstName, the shower is working fine.<</lela>>
<video @src=_LelaAmenitiesnegotiation0 autoplay muted loop></video>
<<cont keypress append>><<player>>I don't doubt that it works. I just want to see you soaking wet.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Me? You think I'm beautiful, $playerFirstName?<</lela>>
<video @src=_LelaAmenitiesnegotiation1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're the most beautiful woman I've ever met.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>That's so sweet, $playerFirstName. I'm afraid I can't do it, though. You see, I'm wearing a white t-shirt today.<</lela>>
[[That's the whole point|LelaAmenitiesNeg2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>I'll double the pay.<</player>>
<video @src=_LelaAmenitiesnegotiation2 autoplay muted loop></video>
<<cont keypress append>><<lela>>I think you can triple it, $playerFirstName.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Alright, let's triple it.<</player>>
<video @src=_LelaAmenitiesnegotiation3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Okay, I'll show you the shower.<</lela>>
[[Great|LelaAmenitiesNeg3]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_LelaAm_shower"></div>
<<script>>experiencedEvent("04_lelaAm_shower", "SEE", "04_LelaAm_shower", State.temporary.events)<</script>>
<<lela>>This is how you step into the bathtub, $playerFirstName.<</lela>>
<video @src=_LelaAmenitiesnegotiation4 autoplay muted loop></video>
<<cont keypress append>><<player>>Good. I think I understand.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>And this is how you hold the showerhead. Can you see the water?<</lela>>
<video @src=_LelaAmenitiesnegotiation5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, I think I can see it.<</player>>
[[Time for Lela to get wet|LelaAmenitiesNegWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<lela>>How do you like the house so far, $playerFirstName?<</lela>>
[[I like your boobs|LelaAmenitiesNegWM1]]
<<disable !canExperienceEvent("04_lelaAm_shower_butt", State.temporary.events)>>[[I like your big butt|LelaAmenitiesNegWM2]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_shower_finished", State.temporary.events)>>[[It should be evident by now that the shower is functional|LelaAmenitiesNeg4]]<</disable>><div id="04_LelaAm_shower_boobs"></div>
<<script>>experiencedEvent("04_lelaAm_shower_boobs", "SEE", "04_LelaAm_shower_boobs", State.temporary.events)<</script>>
<<player>>Well, your boobs are nice.<</player>>
<video @src=_LelaAmenitiesnegotiation6 autoplay muted loop></video>
<<cont keypress append>><<lela>>And how is that relevant, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Because... Because...<</player>>
<video @src=_LelaAmenitiesnegotiation7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Because what, $playerFirstName?<</lela>>
[[Maybe it's not relevant after all|LelaAmenitiesNegWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Shower_butt"></div>
<<script>>experiencedEvent("04_lelaAm_shower_butt", "SEE", "04_lelaAm_Shower_butt", State.temporary.events)<</script>>
<<player>>I also like your big butt?<</player>>
<video @src=_LelaAmenitiesnegotiation8 autoplay muted loop></video>
<<cont keypress append>><<lela>>And why is that, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I imagine you sitting on top of me, bouncing that big ass on my cock.<</player>>
<video @src=_LelaAmenitiesnegotiation9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Hahahaha, you're naughty, $playerFirstName!<</lela>>
[[Time for Lela to get wet|LelaAmenitiesNegWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Shower_finished"></div>
<<script>>experiencedEvent("04_lelaAm_shower_finished", "SEE", "04_lelaAm_Shower_finished", State.temporary.events)<</script>>
<<lela>>Do you agree that the shower is working, $playerFirstName?<</lela>>
<video @src=_LelaAmenitiesnegotiationa0 autoplay muted loop></video>
<<cont keypress append>><<player>>(Staying silent): ...<</player>>
<<scrolldown>><<cont keypress append>><<lela>>$playerFirstName!<</lela>>
<video @src=_LelaAmenitiesnegotiationa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes? Excuse me, my mind carried me on a little bit.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Apparently. Do you want to resume the house tour?<</lela>>
[[I'd prefer if you showed me this shower a bit more|LelaAmenitiesNegNeg5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<<player>>I wouldn't say the shower exhibition is complete.<</player>>
<<cont keypress append>><<lela>>Come on, $playerFirstName, what else do you want to see?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Let me put it like this: no one ever takes a shower with their clothes on.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>I'll be absolutely clear. I will not remove my clothes for you, $playerFirstName.<</lela>>
<video @src=_LelaAmenitiesnegotiationa2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I could convince her with more money?<</player>>
[[Fuck! I don't have any more|LelaAmenitiesNegNegNo][wait()]]
<<disable !canExperienceEvent("04_lelaAm_shower_oh_yes", State.temporary.events)>>[[I've got more money|LelaAmenitiesNegNegYes]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_lelaAm_Shower_oh_yes"></div>
<<script>>experiencedEvent("04_lelaAm_shower_oh_yes", "SEE", "04_lelaAm_Shower_oh_yes", State.temporary.events)<</script>>
What part of the shower process do you want to examine?
[[Without the top?|LelaAmenitiesShower1WM1]]
<<disable !canExperienceEvent("04_lelaAm_shower_more_butt", State.temporary.events)>>[[Without the shorts?|LelaAmenitiesShower1WM2]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_shower_more_soap", State.temporary.events)>>[[When using soap?|LelaAmenitiesShower1WM3]]<</disable>>
<<if canExperienceEvent("04_lelaAm_shower_join", State.temporary.events)>>[[Hey, the water is not on! (Continue)|LelaAmenitiesShower2]]
<</if>><div id="04_lelaAm_Shower_more_boobs"></div>
<<script>>experiencedEvent("04_lelaAm_shower_more_boobs", "SEE", "04_lelaAm_Shower_more_boobs", State.temporary.events)<</script>>
<<lela>>You want to see my boobs, $playerFirstName? Is that it?<</lela>>
<video @src=_LelaAmenitiesshower0 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): She's a clever girl.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>I assume you have no complaints, $playerFirstName?<</lela>>
<video @src=_LelaAmenitiesshower1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I don't.<</player>>
[[Let's continue the examination.|LelaAmenitiesShower1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Shower_more_butt"></div>
<<script>>experiencedEvent("04_lelaAm_shower_more_butt", "SEE", "04_lelaAm_Shower_more_butt", State.temporary.events)<</script>>
<<lela>>I guess the examination is carried out best if I turn around when removing my shorts?<</lela>>
<video @src=_LelaAmenitiesshower2 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): That's correct.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>You like big butts, don't you, $playerFirstName?<</lela>>
<video @src=_LelaAmenitiesshower3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, of course.<</player>>
[[Let's continue the examination|LelaAmenitiesShower1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Shower_more_soap"></div>
<<script>>experiencedEvent("04_lelaAm_shower_more_soap", "SEE", "04_lelaAm_Shower_more_soap", State.temporary.events)<</script>>
<<lela>>Let me put some soap on those boobs.<</lela>>
<video @src=_LelaAmenitiesshower4 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Good decision.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>An some on that big butt of mine.<</lela>>
<video @src=_LelaAmenitiesshower5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow<</player>>
[[Great|LelaAmenitiesShower1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<lela>>(Starting the shower again): Wow, $playerFirstName, I'm impressed you noticed.<</lela>>
<video @src=_LelaAmenitiesshowera0 autoplay muted loop></video>
<<cont keypress append>><<player>>Why wouldn't I notice that?<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Because you were so focused on my naked body.<</lela>>
<video @src=_LelaAmenitiesshowera1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, I guess that's an accurate assessment.<</player>>
[[Call it a day (leave)|Park][wait()]]
[[Bring your cock|LelaAmenitiesShower3]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<lela>>That's a quite impressing piece of wood you've got there, $playerFirstName.<</lela>>
<video @src=_LelaAmenitiesshowera2 autoplay muted loop></video>
<<cont keypress append>><<player>>It's soon catching fire.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Well, then it's best you come into the shower quickly.<</lela>>
<video @src=_LelaAmenitiesshowera3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're right.<</player>>
[[Join Lela|LelaAmenitiesShower4]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Shower_join"></div>
<<script>>experiencedEvent("04_lelaAm_shower_join", "SEE", "04_lelaAm_Shower_join", State.temporary.events)<</script>>
<<lela>>Be careful, $playerFirstName, with a cock like that there's barely room for the both of us.<</lela>>
<video @src=_LelaAmenitiesshowera4 autoplay muted loop></video>
<<cont keypress append>><<player>>Of course there's room for the both of us. But you have to come closer.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>I think you only want me to stroke your cock.<</lela>>
<video @src=_LelaAmenitiesshowera5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You're a very clever girl.<</player>>
[[She'll know what to do|LelaAmenitiesShower5]]
<<scrolldown>><</cont>><</cont>><</cont>><<lela>>You never told me what you think of the house, $playerFirstName?<</lela>>
<video @src=_LelaAmenitiesshowera6 autoplay muted loop></video>
<<cont keypress append>><<player>>I like it very much.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>You did? What part did you appreciate the most?<</lela>>
<video @src=_LelaAmenitiesshowera7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I liked the kitchen very much.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>And why is that?<</lela>>
[[I imagine what you do in the kitchen|LelaAmenitiesShower2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<lela>>So what do you think I do in the kitchen?<</lela>>
[[You're making bread|LelaAmenitiesShower2WM1]]
<<disable !canExperienceEvent("04_lelaAm_kitchen_eat", State.temporary.events)>>[[You eat a lot|LelaAmenitiesShower2WM2]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_kitchen_porridge", State.temporary.events)>>[[Porridge for breakfast|LelaAmenitiesShower2WM3]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_kitchen_not", State.temporary.events)>>[[Some food you don't like|LelaAmenitiesShower2WM4]]<</disable>>
<<if canExperienceEvent("04_lelaAm_kitchen_hamb", State.temporary.events)>>[[You wanna know what I like to do in the kitchen? (Continue)|LelaAmenitiesShower6]]
<</if>><div id="04_LelaAm_kitchen_bread"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_bread", "SEE", "04_LelaAm_kitchen_bread", State.temporary.events)<</script>>
<<player>>I think you're working the dough real hard.<</player>>
<video @src=_LelaAmenitiesshowerb0 autoplay muted loop></video>
<<cont keypress append>><<lela>>Otherwise the bread won't stick together, $playerFirstName.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And the bread is so good, you can't resist the urge to put too much in your mouth.<</player>>
<video @src=_LelaAmenitiesshowerb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mng-ng-ng-ngk!<</lela>>
[[I imagine what you do in the kitchen|LelaAmenitiesShower2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_LelaAm_kitchen_eat"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_eat", "SEE", "04_LelaAm_kitchen_eat", State.temporary.events)<</script>>
<<player>>You can't stop eating candy and chocolate, can you?<</player>>
<video @src=_LelaAmenitiesshowerb2 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mngk-ah! And what do you think I like the most, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Ice cream, for sure.<</player>>
<video @src=_LelaAmenitiesshowerb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>You hit the spot.<</lela>>
[[I imagine what you do in the kitchen|LelaAmenitiesShower2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_LelaAm_kitchen_porridge"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_porridge", "SEE", "04_LelaAm_kitchen_porridge", State.temporary.events)<</script>>
<<player>>But some mornings, you're in a hurry.<</player>>
<<cont keypress append>><<lela>>Oh, yeah?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Then you have porridge for breakfast.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>That's healthy.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>You don't like it very much, but you eat it fast.<</player>>
<video @src=_LelaAmenitiesshowerb4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk! Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Efficiently, and very fast.<</player>>
<video @src=_LelaAmenitiesshowerb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk! Mngk!<</lela>>
[[I imagine what you do in the kitchen|LelaAmenitiesShower2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_LelaAm_kitchen_not"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_not", "SEE", "04_LelaAm_kitchen_not", State.temporary.events)<</script>>
<<player>>Some food is just hard to swallow.<</player>>
<video @src=_LelaAmenitiesshowerb6 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>You might like it, but you have to chew it quite a few times.<</player>>
<video @src=_LelaAmenitiesshowerb7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk-ah!<</lela>>
[[I imagine what you do in the kitchen|LelaAmenitiesShower2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<lela>>Ah, oh! Why would I want that, $playerFirstName?<</lela>>
<video @src=_LelaAmenitiesshowerb8 autoplay muted loop></video>
<<cont keypress append>><<player>>Because you might get inspired.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>You don't trust my cre-e-eativity?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I do. But I also think two heads are better than one.<</player>>
<video @src=_LelaAmenitiesshowerb9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>O-o-o-kay! Please, te-e-e-e-ell me!<</lela>>
[[Tell her|LelaAmenitiesOnBed1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>What do you like to do in the kitchen?
[[I make hamburgers|LelaAmenitiesOnBed1WM1]]
<<disable !canExperienceEvent("04_lelaAm_kitchen_cream", State.temporary.events)>>[[I whip cream by hand|LelaAmenitiesOnBed1WM2]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_kitchen_lasagna", State.temporary.events)>>[[Lasagna is my favorite dish|LelaAmenitiesOnBed1WM3]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_kitchen_dish", State.temporary.events)>>[[I do the dishes by hand|LelaAmenitiesOnBed1WM4]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_kitchen_bea", State.temporary.events)>>[[I do my own béarnaise sauce|LelaAmenitiesOnBed1WM5]]<</disable>>
<<if canExperienceEvent("04_lelaAm_kitchen_drink", State.temporary.events)>>[[You should come over for a drink someday (continue)|LelaAmenitiesOnBed2]]
<</if>><div id="04_LelaAm_kitchen_hamb"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_hamb", "SEE", "04_LelaAm_kitchen_hamb", State.temporary.events)<</script>>
<<player>>It's important to fry them hard, and fast.<</player>>
<video @src=_LelaAmenitiesonbed0 autoplay muted loop></video>
<<cont keypress append>><<lela>>Everybody knows that, $playerFirstName, now tell me your se-e-e-e-ecret!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>When form the patties I touch them very gently.<</player>>
<video @src=_LelaAmenitiesonbed1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Like a woman's breasts?<</lela>>
[[Exactly|LelaAmenitiesOnBed1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_LelaAm_kitchen_cream"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_cream", "SEE", "04_LelaAm_kitchen_cream", State.temporary.events)<</script>>
<<player>>It's important to have a firm grip around the bowl.<</player>>
<video @src=_LelaAmenitiesonbed2 autoplay muted loop></video>
<<cont keypress append>><<lela>>I can't se-e-e-e why.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Or else you might spill some of the cream.<</player>>
<video @src=_LelaAmenitiesonbed3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Ri-i-i-ight!<</lela>>
[[Exactly|LelaAmenitiesOnBed1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_LelaAm_kitchen_lasagna"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_lasagna", "SEE", "04_LelaAm_kitchen_lasagna", State.temporary.events)<</script>>
<<player>>There's the red sauce.<</player>>
<video @src=_LelaAmenitiesonbed4 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And the brown sauce.<</player>>
<video @src=_LelaAmenitiesonbed5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And then the white sauce on top.<</player>>
<video @src=_LelaAmenitiesonbed6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk-ah! I love lasagna as well.<</lela>>
[[Exactly|LelaAmenitiesOnBed1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_LelaAm_kitchen_dish"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_dish", "SEE", "04_LelaAm_kitchen_dish", State.temporary.events)<</script>>
<<player>>I clean the plates really fast<</player>>
<video @src=_LelaAmenitiesonbed7 autoplay muted loop></video>
<<cont keypress append>><<lela>>You're so effi-i-i-icient!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And I brush the pans really hard.<</player>>
<video @src=_LelaAmenitiesonbed8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Or else they wouldn't be cle-e-e-ean!<</lela>>
[[Exactly|LelaAmenitiesOnBed1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_LelaAm_kitchen_bea"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_bea", "SEE", "04_LelaAm_kitchen_bea", State.temporary.events)<</script>>
<<player>>Sure, it requires precision.<</player>>
<video @src=_LelaAmenitiesonbed9 autoplay muted loop></video>
<<cont keypress append>><<lela>>I'm so impressed that you do it yourself.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>But in the end, it's all about whipping the egg yolks really hard.<</player>>
<video @src=_LelaAmenitiesonbed10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>I never kne-e-e-e-ew!<</lela>>
[[Exactly|LelaAmenitiesOnBed1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="04_LelaAm_kitchen_drink"></div>
<<script>>experiencedEvent("04_lelaAm_kitchen_drink", "SEE", "04_LelaAm_kitchen_drink", State.temporary.events)<</script>>
<<player>>What I like best, is preparing cocktails.<</player>>
<video @src=_LelaAmenitiesonbeda0 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mng-ng-ng-ng!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I'm pretty good actually.<</player>>
<video @src=_LelaAmenitiesonbeda1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mng-ng-ng-ng!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I think you'd love them.<</player>>
<video @src=_LelaAmenitiesonbeda2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk-ah! I'm sure I would, $playerFirstName.<</lela>>
[[Why don't you tell her about your cocktails?|LelaAmenitiesOnBed2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<lela>>What kind of cocktails do you make?<</lela>>
[[Banana Daiquiri|LelaAmenitiesOnBed2WM1]]
<<disable !canExperienceEvent("04_lelaAm_drink_screw", State.temporary.events)>>[[Screwdriver|LelaAmenitiesOnBed2WM2]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_drink_dry", State.temporary.events)>>[[Dry Martini|LelaAmenitiesOnBed2WM3]]<</disable>>
<<disable !canExperienceEvent("04_lelaAm_drink_gin", State.temporary.events)>>[[Gin Sour|LelaAmenitiesOnBed2WM4]]<</disable>>
<<if canExperienceEvent("04_lelaAm_drink_porn", State.temporary.events)>>[[Pornstar Martini (finish)|LelaAmenitiesOnBedFinish1]]
<</if>><div id="04_lelaAm_Drink_ban"></div>
<<script>>experiencedEvent("04_lelaAm_drink_ban", "SEE", "04_lelaAm_Drink_ban", State.temporary.events)<</script>>
<<player>>I take the best rum there is.<</player>>
<video @src=_LelaAmenitiesonbedb0 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mmm, why am I not surprised, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And then a banana. The biggest I can find.<</player>>
<video @src=_LelaAmenitiesonbedb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>That sounds gre-e-eat!<</lela>>
[[Why don't you tell her about your cocktails?|LelaAmenitiesOnBed2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Drink_screw"></div>
<<script>>experiencedEvent("04_lelaAm_drink_screw", "SEE", "04_lelaAm_Drink_screw", State.temporary.events)<</script>>
<<player>>The oranges are important.<</player>>
<video @src=_LelaAmenitiesonbedb2 autoplay muted loop></video>
<<cont keypress append>><<lela>>But most important is the vodka, right, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>No. Most important is to shake it really hard.<</player>>
<video @src=_LelaAmenitiesonbedb3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Ah, what was I thi-i-inking?<</lela>>
[[Why don't you tell her about your cocktails?|LelaAmenitiesOnBed2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Drink_dry"></div>
<<script>>experiencedEvent("04_lelaAm_drink_dry", "SEE", "04_lelaAm_Drink_dry", State.temporary.events)<</script>>
<<player>>You want to stir it.<</player>>
<video @src=_LelaAmenitiesonbedb4 autoplay muted loop></video>
<<cont keypress append>><<lela>>I want it shaken, $playerFirstName!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And why is that? Do you pretend to be James Bond?<</player>>
<video @src=_LelaAmenitiesonbedb5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>No, but I would like to be fucked by hi-i-i-im!<</lela>>
[[Slut|LelaAmenitiesOnBed2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Drink_gin"></div>
<<script>>experiencedEvent("04_lelaAm_drink_gin", "SEE", "04_lelaAm_Drink_gin", State.temporary.events)<</script>>
<<player>>Ice, Lela, ice!<</player>>
<video @src=_LelaAmenitiesonbedb6 autoplay muted loop></video>
<<cont keypress append>><<lela>>Don't forget the lemon, $playerFirstName!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I squeeze it. I squeeze it so fucking hard!<</player>>
<video @src=_LelaAmenitiesonbedb7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Yes, squeeze out all of that ju-u-u-uice!<</lela>>
[[Why don't you tell her about your cocktails?|LelaAmenitiesOnBed2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Drink_porn"></div>
<<script>>experiencedEvent("04_lelaAm_drink_porn", "SEE", "04_lelaAm_Drink_porn", State.temporary.events)<</script>>
<<player>>I use passion fruit, vodka and vanilla.<</player>>
<video @src=_LelaAmenitiescum0 autoplay muted loop></video>
<<cont keypress append>><<lela>>How about the champagne, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I replaced it.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>With what, $playerFirstName?<</lela>>
[[Something you'd love|LelaAmenitiesOnBedFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_lelaAm_Another"></div>
<<script>>experiencedEvent("04_lelaAm_another", "SEE", "04_lelaAm_Another", State.temporary.events)<</script>>
<<player>>I top it up with cum instead.<</player>>
<video @src=_LelaAmenitiescum1 autoplay muted loop></video>
<<cont keypress append>><<lela>>Wow, $playerFirstName, that sounds so good!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, yeah!<</player>>
<video @src=_LelaAmenitiescum2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mmm, that sounds lovely.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Yes!<</player>>
<video @src=_LelaAmenitiescum3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>You have to offer me one of those next time.<</lela>>
[[Believe me, I will|LelaAmenitiesOnBedFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>So you prefer cum over champagne?<</player>>
<video @src=_LelaAmenitiescum4 autoplay muted loop></video>
<<cont keypress append>><<lela>>Of course I do, $playerFirstName.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Do you prefer to drink it or to have it all over your boobs?<</player>>
<video @src=_LelaAmenitiescum5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>I never get tired of men spraying my body with cum, $playerFirstName.<</lela>>
[[I'm not surprised|LelaAmenitiesOnBedFinish4]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<lela>>So, will you buy the house, $playerFirstName?<</lela>>
<video @src=_LelaAmenitiescum6 autoplay muted loop></video>
<<cont keypress append>><<player>>Ehrm, I'll have to come back to you on that one.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yeah, I'll have to talk to Ryan about that. I have to find another prospect.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion03_3 to [
// Model
new Event("03_modeltalk_teacherextra", "You convince Melanie to do photo shoots with the teacher dress", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 12, 6, 6, ["03_teacher_extra_question_jizz"], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.3.3"),
new Event("03_model_teacher_grey", "Melanie poses with the teacher's dress and a grey skirt", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 12, 10, 10, ["03_modeltalk_teacherextra"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_greyd1", "Teacher's dress and a grey skirt. You show Melanie the decent pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -12, -12, 10, 10, [], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_greyn1", "Teacher's dress and a grey skirt. You show Melanie the naughty pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 12, 10, 10, ["03_model_teacher_greyd1"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_greyd2", "Teacher's dress and a grey skirt. You show Melanie another round of decent pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -24, -24, 10, 10, [], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_greyn2", "Teacher's dress and a grey skirt. You show Melanie another round of naughty pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 24, 24, 10, 10, ["03_model_teacher_greyn1"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_black", "Melanie poses with the teacher's dress and a black skirt", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 12, 10, 10, ["03_modeltalk_teacherextra"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_blackd1", "Teacher's dress and a black skirt. You show Melanie the decent pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -12, -12, 10, 10, [], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_blackn1", "Teacher's dress and a black skirt. You show Melanie the naughty pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 12, 10, 10, ["03_model_teacher_blackd1"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_blackd2", "Teacher's dress and a black skirt. You show Melanie another round of decent pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -24, -24, 10, 10, [], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_blackn2", "Teacher's dress and a black skirt. You show Melanie another round of naughty pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 24, 24, 10, 10, ["03_model_teacher_blackn1"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
new Event("03_model_teacher_blackn3", "Teacher's dress and a black skirt. You show Melanie a last round of naughty pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 24, 24, 10, 10, [], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.3"),
// TeacherExtra
new Event("03_teacher_extra_question", "You ask Melanie about the relation between the cock and the boobs", "Attend another class at the office", [4, 5, 6, 7], [3, 4, 5, 6, 7], 12, 0, 5, 4, [], true, false, true, [0, 1], [1], [], "0.3.3"),
new Event("03_teacher_extra_question_expl", "You ask Melanie about the relation between the cock and the boobs, and Melanie explains", "Attend another class at the office", [4, 5, 6, 7, 8], [4, 5, 6, 7, 8], 12, 0, 5, 0, [], true, false, true, [0, 1], [1], [], "0.3.3"),
new Event("03_teacher_extra_question_force", "You fuck Melanie's mouth after class", "Attend another class at the office", [5, 5, 6, 7, 8], [4, 5, 6, 7, 8], 24, -48, 6, 9, ["03_teacher_extra_question_expl"], true, false, true, [0, 1], [1], [], "0.3.3"),
new Event("03_teacher_extra_question_blow", "Melanie blows your cock after class", "Attend another class at the office", [5, 6, 7, 8], [5, 5, 6, 7, 8], 24, 0, 6, 6, ["03_melanie_approval_fuck_finish"], true, false, true, [0, 1], [1], [], "0.3.3"),
new Event("03_teacher_extra_question_fuck", "You fuck Melanie after class", "Attend another class at the office", [6, 7, 8], [5, 6, 7, 8], 24, 0, 7, 6, ["03_teacher_extra_question_blow"], true, false, true, [0, 1], [1], [], "0.3.3"),
new Event("03_teacher_extra_question_jizz", "You jizz on Melanie's face after class", "Attend another class at the office", [5, 5, 6, 7, 8], [5, 6, 7, 8], 24, 24, 6, 6, ["03_melanie_approval_fuck_finish"], true, false, true, [0, 1], [1], [], "0.3.3"),
// HomeworkExtra
new Event("03_homework_extra_question", "You study on your own, and ask a crucial question", "Study on your own in the office on Saturday", [4, 5, 6, 7, 8], [3, 4, 5, 6, 7, 8], 12, -6, 5, 4, [], true, false, true, [5], [1], [], "0.3.3"),
new Event("03_homework_extra_question_blow", "You study on your own, and Melanie agrees to blow you", "Study on your own in the office on Saturday", [5, 6, 7, 8], [5, 6, 7, 8], 12, 0, 0, 0, ["03_melanie_approval_fuck_finish"], true, false, true, [5], [1], [], "0.3.3"),
new Event("03_homework_extra_question_fuckdoggy", "You study on your own, and fuck Melanie's ass, doggystyle", "Study on your own in the office on Saturday", [6, 7, 8], [5, 6, 7, 8], 12, 0, 0, 0, ["03_homework_extra_question_fuckside"], true, false, true, [5], [1], [], "0.3.3"),
new Event("03_homework_extra_question_fuckside", "You study on your own, and fuck Melanie's ass, on the side", "Study on your own in the office on Saturday", [6, 7, 8], [5, 6, 7, 8], 12, 0, 0, 0, ["03_homework_extra_question_cum"], true, false, true, [5], [1], [], "0.3.3"),
new Event("03_homework_extra_question_fuckblow", "You study on your own, and fuck Melanie's mouth on the table", "Study on your own in the office on Saturday", [6, 7, 8], [5, 6, 7, 8], 12, 0, 7, 6, ["03_homework_extra_question_fuckdoggy"], true, false, true, [5], [1], [], "0.3.3"),
new Event("03_homework_extra_question_cum", "You study on your own, and cum on Melanie's boobs", "Study on your own in the office on Saturday", [5, 6, 7, 8], [5, 6, 7, 8], 12, 12, 6, 6, ["03_homework_extra_question_blow"], true, false, true, [5], [1], [], "0.3.3"),
// OfficeWankExtra
new Event("03_officeWank_admit", "You work with Melanie, and admit you think about her pussy", "Work with Melanie at the office", [4, 5, 6, 7], [3, 4, 5, 6, 7], 12, 0, 5, 4, [], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_show", "You work with Melanie, and she shows you her pussy", "Work with Melanie at the office", [5, 6, 7], [4, 5, 6, 7], 12, 0, 0, 0, [], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_lick", "You work with Melanie, and lick her asshole", "Work with Melanie at the office", [5, 6, 7], [4, 5, 6, 7], 24, 0, 6, 5, ["03_officeWank_touchboobs"], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_touchboobs", "You work with Melanie, and get your hands on her boobs", "Work with Melanie at the office", [5, 6, 7], [4, 5, 6, 7], 12, 0, 6, 5, [], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_fun", "You work with Melanie, and she agrees to have some fun with you", "Work with Melanie at the office", [6, 7], [5, 6, 7], 12, 0, 7, 6, ["03_melanie_approval_fuck_finish"], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_eat", "You work with Melanie, and eat her pussy", "Work with Melanie at the office", [6, 7], [5, 6, 7], 12, 0, 0, 0, ["03_officeWank_boobs"], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_dp", "You work with Melanie, and she deepthroats your cock", "Work with Melanie at the office", [6, 7], [5, 6, 7], 36, 0, 0, 0, [], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_boobs", "You work with Melanie, and she gives you a boobjob", "Work with Melanie at the office", [6, 7], [5, 6, 7], 12, 0, 0, 0, ["03_officeWank_dp"], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_sixtynine", "You work with Melanie, and she agrees to do a sixty-nine", "Work with Melanie at the office", [6, 7], [5, 6, 7], 12, 0, 0, 0, ["03_officeWank_eat"], true, false, true, [1, 3], [1], [], "0.3.3"),
new Event("03_officeWank_cum", "You work with Melanie, and come on her", "Work with Melanie at the office", [6, 7], [5, 6, 7], 12, 12, 0, 0, ["03_officeWank_sixtynine"], true, false, true, [1, 3], [1], [], "0.3.3")
]>>
</nobr><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="03_Modeltalk_teacherextra"></div>
<<script>>experiencedEvent("03_modeltalk_teacherextra", "SEE", "03_Modeltalk_teacherextra", State.temporary.events)<</script>>
<<player>>Do you remember the dress you wore when you taught me the foundations of the company?<</player>>
<<cont keypress append>><<melanie>>How could I ever forget it, $playerFirstName? You stared down my cleavage the whole lesson.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>That's because it's such a beautiful piece of clothing.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Who are you trying to fool, $playerFirstName? We both know what you were looking at.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Anyway, I think it will make great material for a photo shoot. What do you think?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sure. But you are a perv.<</melanie>>
[[Sure (leave)|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character visits Lela. She is trying to sell her house. The main character has other objectives.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto LelaAmenitiesIntro1>><</button>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_Victoria_Burglar_money"></div>
<<script>>experiencedEvent("04_Victoria_burglar_money", "SEE", "04_Victoria_Burglar_money", State.temporary.events)<</script>>
<<victoria>>I've saved some money for this occasion, actually.<</victoria>>
<<cont keypress append>><<player>>Great!<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Have I ever met a more naive person?<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>You know what, $playerFirstName?<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>No?<</player>>
<<scrolldown>><<cont keypress append>><<victoria>>It feels good to meet a professional.<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>I try to make my customers feel comfortable.<</player>>
<video @src=_VictoriaBurglaryFinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<victoria>>(Laughing): A funny little lie you had there, mister "I am a burglar".<</victoria>>
<<scrolldown>><<cont keypress append>><<player>>(Leaving): Hahaha!<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): A bunch of money! Check!<</player>>
[[I'll keep in touch|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character tries to find money for his new apartment. He looks in houses where rich people lives. He finds Victoria, who wants to be a singer.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto VictoriaBurglarySneak1>><</button>>!Version 0.3.2
!!What's new in this version?
!!!New content
In this version, the plot line "Big Black Cock Association" is elaborated. Major and minor scenes with Melanie and members of BBCA.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerothreetwo"></div>
<<script>>
describeAllContent("0.3.2", "newContentZerothreetwo", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version.
!!!Bug fixes
None in this version.
<div id="04_Sandee_nurse_away_toget_money"></div>
<<script>>experiencedEvent("04_sandee_nurse_away_toget_money", "SEE", "04_Sandee_nurse_away_toget_money", State.temporary.events)<</script>>
<<player>>This might be a little unrelated.<</player>>
<video @src=_SandeeNurseIntro2 autoplay muted loop></video>
<<cont keypress append>><<sandee>>You know you can bring anything up with me, $playerFirstName.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Alright. I've got money issues.<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>I see. I have the best solution for you.<</sandee>>
<video @src=_SandeeNurseIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Great! What's the plan?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>I have this ex-boyfriend. He's filthy rich. We'll go to his place on Sunday and take all his shit.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>That's a great plan! Where does he live?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Near the park.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better not forget about this one.<</player>>
[[Thanks|SandeeNurseTalk1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<div id="04_Sandeeburglar_doit"></div>
<<script>>experiencedEvent("04_sandeeburglar_doit", "SEE", "04_Sandeeburglar_doit", State.temporary.events)<</script>>
You collect a number of valuables and prepare to leave.
<<cont keypress append>><<player>>(To yourself): Great, that's loads and loads of money right there.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): It might be fun to go here with Sandee again sometime.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>>Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character tries to find money for his new apartment. He asks Sandee, the nurse, if she's got an idea. And she sees the opportunity to take revenge on her ex-boyfriend.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto SandeeNurseTalkMoney>><</button>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="04_Melanie_gym_look_pt_done"></div>
<<script>>experiencedEvent("04_melanie_gym_look_pt_done", "SEE", "04_Melanie_gym_look_pt_done", State.temporary.events)<</script>>
<<melanie>>How many girls did you have to fuck to get that certificate, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Don't remember. Three or four perhaps.<</player>>
<video @src=_MelanieGymLook6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Not bad. Maybe you can teach me something on Sunday?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Great!<</player>>
[[Leave|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>Next thing to assess is your mouth.<</player>>
<<cont keypress append>><<melanie>>Why am I not surprised, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I guess it's because I'm just following the standard protocol.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, give it to me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm glad yo co-operate.<</player>>
<video @src=_MelanieGymextrablow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>The start is promising, I must say.<</player>>
<video @src=_MelanieGymextrablow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Next up, your boobs|MelanieGymLookExtra3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Good boobs are important when doing push-ups.<</player>>
<<cont keypress append>><<melanie>>And therefore you want to stick your cock in between them? Am I right, $playerFirstName?<</melanie>>
<video @src=_MelanieGymextrablow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's the only way to feel the quality of the boobs.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I understand you perfectly, $playerFirstName.<</melanie>>
<video @src=_MelanieGymextrablow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah, they seem alright.<</player>>
[[Is there something else you want to examine?|MelanieGymLookExtraWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>You examine Melanie's body before accepting the role as her personal trainer. Is there something in particular you want to try out?
[[How her mouth works when she bends over you|MelanieGymLookExtraWM1]]
<<disable !canExperienceEvent("04_melanie_gym_look_mout_seated", State.temporary.events)>>[[How her mouth works in a seated position|MelanieGymLookExtraWM2]]<</disable>>
<<disable !canExperienceEvent("04_melanie_gym_look_jizz", State.temporary.events)>>[[How she receives a big load in her mouth|MelanieGymLookExtraFinish1]]<</disable>><div id="04_Melanie_gym_look_mout_bent"></div>
<<script>>experiencedEvent("04_melanie_gym_look_mout_bent", "SEE", "04_Melanie_gym_look_mout_bent", State.temporary.events)<</script>>
<<player>>This is an exercise which tests not only your mouth but also your core and your overall strength in your upper body.<</player>>
<video @src=_MelanieGymextrablow4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Now I'll need you to stay completely still.<</player>>
<video @src=_MelanieGymextrablow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[As said, this is promising|MelanieGymLookExtraWM]]
<<scrolldown>><</cont>><</cont>><</cont>>
<div id="04_Melanie_gym_look_mout_seated"></div>
<<script>>experiencedEvent("04_melanie_gym_look_mout_seated", "SEE", "04_Melanie_gym_look_mout_seated", State.temporary.events)<</script>>
<<player>>This is to isolate the effort for the mouth.<</player>>
<video @src=_MelanieGymextrablow6 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Don't forget to breathe.<</player>>
<video @src=_MelanieGymextrablow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[As said, this is promising|MelanieGymLookExtraWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<player>>This is an exercise which will improve your sex skills.<</player>>
<<cont keypress append>><<melanie>>I know this exercise perfectly well, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Okay, show me what you've got.<</player>>
<video @src=_MelanieGymextrafinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>If you get tired in your mouth it's totally acceptable to use your hands.<</player>>
<video @src=_MelanieGymextrafinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>A-a-ah! A-a-ah!<</melanie>>
[[Can you catch it all?|MelanieGymLookExtraFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_gym_look_jizz"></div>
<<script>>experiencedEvent("04_melanie_gym_look_jizz", "SEE", "04_Melanie_gym_look_jizz", State.temporary.events)<</script>>
<<player>>Don't lose a single drop!<</player>>
<video @src=_MelanieGymextrafinish2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Fo-ocus!<</player>>
<video @src=_MelanieGymextrafinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, Mmm.<</melanie>>
[[Don't swallow it just yet|MelanieGymLookExtraFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>It's important not to be too eager.<</player>>
<video @src=_MelanieGymextrafinish4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, a-a-ah.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Now, you can swallow it.<</player>>
<video @src=_MelanieGymextrafinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Swallowing): Was that good, $playerFirstName?<</melanie>>
[[It was amazing|MelanieGymLookExtraFinish4]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>You know what, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>What?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>For having such a small cock, you're a rather cocky guy.<</melanie>>
<video @src=_MelanieGymextrafinish6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I don't have a small cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Do you understand? Cocky... Small cock... I'm playing with words.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think I get it.<</player>>
<video @src=_MelanieGymextrafinish7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you'll get there eventually, $playerFirstName.<</melanie>>
[[Leave|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="04_Melanie_gym_fuck_removepants"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_removepants", "SEE", "04_Melanie_gym_fuck_removepants", State.temporary.events)<</script>>
<<player>>The exercise is more effective if you remove your pants.<</player>>
<<cont keypress append>><<melanie>>I presume you want me to remove my panties as well, $playerFirstName?<</melanie>>
<video @src=_MelanieGymFuckClothes5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Sure, why not?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And then I guess you'll ask me to blow your cock, am I correct, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>At some point that is bound to happen, yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And why would I agree on that, if I may ask?<</melanie>>
[[Because you want to?|03MelanieGymFuckIntroAsk2]]
<<disable !canExperienceEvent("04_melanie_gym_fuck_succremovepants", State.temporary.events)>>[[Otherwise you won't get your phone back|03MelanieGymFuckClothes3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action2")>><<stopallaudio>><<audio "action2" volume 1 play>><</if>>
<div id="04_Melanie_gym_fuck_failremovepants"></div>
<<script>>experiencedEvent("04_melanie_gym_fuck_failremovepants", "SEE", "04_Melanie_gym_fuck_failremovepants", State.temporary.events)<</script>>
<<melanie>>I won't do that, $playerFirstName, you're dick is way too small or me.<</melanie>>
<<cont keypress append>><<player>>My dick...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And you're aware of it.<</melanie>>
[[Call the session over|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<player>>That was good!<</player>>
<video @src=_MelanieGymFuckFinish3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You liked it too?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I like cum in general, $playerFirstName.<</melanie>>
<video @src=_MelanieGymFuckFinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>But this was better than usual?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You might be a skilled personal trainer, $playerFirstName, but that doesn't increase the size of your cock.<</melanie>>
[[Leave|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Sarah03GymOffice1 to 'videos/Others/version0.3/sarah/1.mp4',
_Sarah03GymOffice2 to 'videos/Others/version0.3/sarah/2.mp4',
_Sarah03GymOffice3 to 'videos/Others/version0.3/sarah/3.mp4',
_Sarah03GymOffice4 to 'videos/Others/version0.3/sarah/4.mp4',
_Sarah03GymOffice5 to 'videos/Others/version0.3/sarah/5.mp4',
_Sarah03GymOffice6 to 'videos/Others/version0.3/sarah/6.mp4',
_Katie03Yoga1 to 'videos/Others/version0.3/katie/1.mp4',
_Katie03Yoga2 to 'videos/Others/version0.3/katie/2.mp4',
_Katie03Yoga3 to 'videos/Others/version0.3/katie/3.mp4',
_Katie03Yoga4 to 'videos/Others/version0.3/katie/4.mp4',
_Katie03Yoga5 to 'videos/Others/version0.3/katie/5.mp4',
_Katie03Yoga6 to 'videos/Others/version0.3/katie/6.mp4',
_Katie03Yoga7 to 'videos/Others/version0.3/katie/7.mp4',
_Katie03Yoga8 to 'videos/Others/version0.3/katie/8.mp4',
_Katie03Yoga9 to 'videos/Others/version0.3/katie/9.mp4',
_Alexis03Gym0 to 'videos/Others/version0.3/alexis/0.mp4',
_Alexis03Gym1 to 'videos/Others/version0.3/alexis/1.mp4',
_Alexis03Gym2 to 'videos/Others/version0.3/alexis/2.mp4',
_Alexis03Gym3 to 'videos/Others/version0.3/alexis/3.mp4',
_Alexis03Gym4 to 'videos/Others/version0.3/alexis/4.mp4',
_Alexis03Gym5 to 'videos/Others/version0.3/alexis/5.mp4',
_Alexis03Gym6 to 'videos/Others/version0.3/alexis/6.mp4',
_Alexis03Gym7 to 'videos/Others/version0.3/alexis/7.mp4',
_Alexis03Gym8 to 'videos/Others/version0.3/alexis/8.mp4',
_Kendra03Gym1 to 'videos/Others/version0.3/kendra/1.mp4',
_Kendra03Gym2 to 'videos/Others/version0.3/kendra/2.mp4',
_Kendra03Gym3 to 'videos/Others/version0.3/kendra/3.mp4',
_Kendra03Gym4 to 'videos/Others/version0.3/kendra/4.mp4',
_Kendra03Gym5 to 'videos/Others/version0.3/kendra/5.mp4',
_Kendra03Gym6 to 'videos/Others/version0.3/kendra/6.mp4'
>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<<player>>(To yourself): Will this biceps be enough to lure Melanie into bed?<</player>>
<video @src=_Alexis03Gym0 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Maybe this Alexis can help me.<</player>>
[[Someone comes|Alexis03Gym2]]
<<scrolldown>><</cont>><div id="04_Alexis_gym_intro"></div>
<<script>>experiencedEvent("04_alexis_gym_intro", "SEE", "04_Alexis_gym_intro", State.temporary.events)<</script>>
<<alexis>>Hello there! Admiring yourself, are you? You must be $playerFirstName?<</alexis>>
<<cont keypress append>><<player>>That's correct.<</player>>
<video @src=_Alexis03Gym1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<alexis>>Well, I'm Alexis. And I can see why Melanie likes you.<</alexis>>
<<scrolldown>><<cont keypress append>><<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<alexis>>(Sniggering): Never mind. I'm gonna be your personal trainer today. Is there something in particular you want to try out?<</alexis>>
<video @src=_Alexis03Gym2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[So, is there something you want to try?|Alexis03GymWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
What do you want to learn?
[[Push-ups|Alexis03Gym4]]
<<disable !canExperienceEvent("04_alexis_gym_biceps", State.temporary.events)>>[[Biceps curl|Alexis03Gym3]]<</disable>>
<<disable !canExperienceEvent("04_alexis_gym_exhausted", State.temporary.events)>>[[I'm tired|Alexis03Gym5]]<</disable>>
[[Leave|Gym][wait()]]<div id="04_Alexis_gym_biceps"></div>
<<script>>experiencedEvent("04_alexis_gym_biceps", "SEE", "04_Alexis_gym_biceps", State.temporary.events)<</script>>
<<alexis>>Biceps curls? Then we'll need a good pair of dumbbells. I think these will be just fine.<</alexis>>
<video @src=_Alexis03Gym3 autoplay muted loop></video>
<<cont keypress append>><<player>>I trust you.<</player>>
<<scrolldown>><<cont keypress append>><<alexis>>Of course you do, $playerFirstName, you want to get me into bed, don't you?<</alexis>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<alexis>>Focus on the curls, $playerFirstName.<</alexis>>
<video @src=_Alexis03Gym4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
[[What do you want to do now?|Alexis03GymWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Alexis_gym_pushups"></div>
<<script>>experiencedEvent("04_alexis_gym_pushups", "SEE", "04_Alexis_gym_pushups", State.temporary.events)<</script>>
<<alexis>>Push-ups? That's an exercise for your arms but also for your belly, did you know that?<</alexis>>
<video @src=_Alexis03Gym5 autoplay muted loop></video>
<<cont keypress append>><<player>>Why, no, that's interesting.<</player>>
<<scrolldown>><<cont keypress append>><<alexis>>Keep your body straight as your cock.<</alexis>>
<video @src=_Alexis03Gym6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Excuse me?<</player>>
[[What do you want to do now?|Alexis03GymWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Alexis_gym_exhausted"></div>
<<script>>experiencedEvent("04_alexis_gym_exhausted", "SEE", "04_Alexis_gym_exhausted", State.temporary.events)<</script>>
<<alexis>>Excellent. The most important part of the exercise is the resting.<</alexis>>
<<cont keypress append>><<player>>It is?<</player>>
<<scrolldown>><<cont keypress append>><<alexis>>Yes, and it gets even better with some well deserved massage. Don't you think so, $playerFirstName?<</alexis>>
<video @src=_Alexis03Gym7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, I agree.<</player>>
<<scrolldown>><<cont keypress append>><<alexis>>Massaging the front is actually the the best. You know why, $playerFirstName?<</alexis>>
<video @src=_Alexis03Gym8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Not really.<</player>>
<<scrolldown>><<cont keypress append>><<alexis>>Because I can feel your cock, $playerFirstName.<</alexis>>
[[What do you want to do now?|Alexis03GymWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="04_Kendra_gym_intro"></div>
<<script>>experiencedEvent("04_kendra_gym_intro", "SEE", "04_Kendra_gym_intro", State.temporary.events)<</script>>
<<player>>(To yourself): Will I ever become a personal trainer?<</player>>
<video @src=_Kendra03Gym1 autoplay muted loop></video>
<<cont keypress append>><<kendra>>You there! Are you $playerFirstName?<</kendra>>
<<scrolldown>><<cont keypress append>><<player>>That's correct. And you are Kendra, I presume?<</player>>
[[I also presume she's a bitch|Kendra03Gym2]]
<<scrolldown>><</cont>><</cont>><<kendra>>Why do you ask something you already know? Are you stupid or what?<</kendra>>
<video @src=_Kendra03Gym2 autoplay muted loop></video>
<<cont keypress append>><<player>>I was just making conversation.<</player>>
<<scrolldown>><<cont keypress append>><<kendra>>I can't stand stupid men.<</kendra>>
[[At least she's beautiful|Kendra03GymWM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<kendra>>So you are a wannabe-personal trainer?<</kendra>>
<<cont keypress append>><<player>>Yes, I want to learn how to...<</player>>
[[Walk the treadmill|Kendra03Gym3]]
<<disable !canExperienceEvent("04_kendra_gym_chestpress", State.temporary.events)>>[[Do chest press|Kendra03Gym4]]<</disable>>
<<disable !canExperienceEvent("04_kendra_gym_shoulderpress", State.temporary.events)>>[[Do shoulder press|Kendra03Gym5]]<</disable>>
<<disable !canExperienceEvent("04_kendra_gym_biceps", State.temporary.events)>>[[Do biceps curl|Kendra03Gym6]]<</disable>>
[[Leave|Gym][wait()]]
<<scrolldown>><</cont>><div id="04_Kendra_gym_treadmill"></div>
<<script>>experiencedEvent("04_kendra_gym_treadmill", "SEE", "04_Kendra_gym_treadmill", State.temporary.events)<</script>>
<<kendra>>I can't believe I'm here with you.<</kendra>>
<<cont keypress append>><<player>>Me neither.<</player>>
<video @src=_Kendra03Gym3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>Usually, I'm the personal trainer for beautiful black men.<</kendra>>
[[She and Melanie should get together sometime|Kendra03GymWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Kendra_gym_chestpress"></div>
<<script>>experiencedEvent("04_kendra_gym_chestpress", "SEE", "04_Kendra_gym_chestpress", State.temporary.events)<</script>>
<<kendra>>Almost every session my clients satisfy me in various ways.<</kendra>>
<<cont keypress append>><<player>>You mean sexually?<</player>>
<video @src=_Kendra03Gym4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>In what other ways could you be satisfied?<</kendra>>
[[True|Kendra03GymWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Kendra_gym_shoulderpress"></div>
<<script>>experiencedEvent("04_kendra_gym_shoulderpress", "SEE", "04_Kendra_gym_shoulderpress", State.temporary.events)<</script>>
<<kendra>>And in the end they jizz in my face.<</kendra>>
<<cont keypress append>><<player>>Do you pay for it?<</player>>
<video @src=_Kendra03Gym5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>Of course. I'm not a slut.<</kendra>>
[[I can see that|Kendra03GymWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Kendra_gym_biceps"></div>
<<script>>experiencedEvent("04_kendra_gym_biceps", "SEE", "04_Kendra_gym_biceps", State.temporary.events)<</script>>
<<player>>Do you know an association called BBCA?<</player>>
<<cont keypress append>><<kendra>>Of course. That's where I get in touch with the beautiful black men.<</kendra>>
<video @src=_Kendra03Gym6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I knew it!<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I can spot her if I go to the BBCA Headquarters.<</player>>
[[Back|Kendra03GymWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="04_Sarah_gym_intro"></div>
<<script>>experiencedEvent("04_sarah_gym_intro", "SEE", "04_Sarah_gym_intro", State.temporary.events)<</script>>
<<player>>I brought coffee to you, ma'am.<</player>>
<video @src=_Sarah03GymOffice1 autoplay muted loop></video>
<<cont keypress append>><<sarah>>Mm, hot, just like I want it.<</sarah>>
<<scrolldown>><<cont keypress append>><<player>>My pleasure.<</player>>
<<scrolldown>><<cont keypress append>><<sarah>>And who are you?<</sarah>>
<video @src=_Sarah03GymOffice2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm $playerFirstName. I would like to be a personal trainer.<</player>>
[[Continue|Sarah03GymOfficeWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
<div id="04_Katie_yoga_intro"></div>
<<script>>experiencedEvent("04_katie_yoga_intro", "SEE", "04_Katie_yoga_intro", State.temporary.events)<</script>>
You knock on Katie's door.
<<cont keypress append>><<katie>>You must be $playerFirstName?<</katie>>
<video @src=_Katie03Yoga1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's correct.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>It's come to my understanding that you want to learn yoga?<</katie>>
<video @src=_Katie03Yoga2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I've heard that it's necessary for getting certified as a personal trainer.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>Well, it is probably the most sophisticated sport out there.<</katie>>
[[Oh, yeah?|Katie03YogaWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance3")>><<stopallaudio>><<audio "romance3" volume 1 play>><</if>>
So, what part of the yoga experience do you want to learn more about?
[[Warming up|Katie03Yoga2]]
<<disable !canExperienceEvent("04_katie_yoga_stretch", State.temporary.events)>>[[Stretching|Katie03Yoga3]]<</disable>>
<<disable !canExperienceEvent("04_katie_yoga_theory", State.temporary.events)>>[[The theory behind it|Katie03Yoga4]]<</disable>>
[[Leave|Gym][wait()]]<div id="04_Katie_yoga_warmup"></div>
<<script>>experiencedEvent("04_katie_yoga_warmup", "SEE", "04_Katie_yoga_warmup", State.temporary.events)<</script>>
<<katie>>You'll never achieve your goals if you don't warm up before your exercises.<</katie>>
<<cont keypress append>><<player>>So, what should I do for warm-up?<</player>>
<<scrolldown>><<cont keypress append>><<katie>>I usually take a jog on the spot.<</katie>>
<video @src=_Katie03Yoga6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That looks professional.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>I am professional, $playerFirstName?<</katie>>
<video @src=_Katie03Yoga7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Sure you are.<</player>>
[[What do you want to learn next?|Katie03YogaWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Katie_yoga_stretch"></div>
<<script>>experiencedEvent("04_katie_yoga_stretch", "SEE", "04_Katie_yoga_stretch", State.temporary.events)<</script>>
<<player>>What are you're greatest achievements?<</player>>
<video @src=_Katie03Yoga8 autoplay muted loop></video>
<<cont keypress append>><<katie>>Well, I won the bronze medal in the world championship a few years ago.<</katie>>
<<scrolldown>><<cont keypress append>><<player>>Did you ever break the world record?<</player>>
<video @src=_Katie03Yoga9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<katie>>No, that is almost impossible. The current world record belongs to a roided up woman from East Germany.<</katie>>
[[What do you want to learn next?|Katie03YogaWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Katie_yoga_theory"></div>
<<script>>experiencedEvent("04_katie_yoga_theory", "SEE", "04_Katie_yoga_theory", State.temporary.events)<</script>>
<<player>>Is it important to look good when doing yoga?<</player>>
<<cont keypress append>><<katie>>Not officially, but there are only male judges.<</katie>>
<<scrolldown>><<cont keypress append>><<player>>I see.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>Yeah. And they tend to favor the beautiful athletes.<</katie>>
<video @src=_Katie03Yoga3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You are beautiful.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>Let me show you a trick, $playerFirstName. When I do this in front of the judges I get at least two or three extra points.<</katie>>
<video @src=_Katie03Yoga4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>Did you get a glance of my pussy?<</katie>>
<<scrolldown>><<cont keypress append>><<player>>Almost.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>And you like my boobs as well, don't you?<</katie>>
<video @src=_Katie03Yoga5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>They're amazing.<</player>>
<<scrolldown>><<cont keypress append>><<katie>>I guess you're aware that a lot of beautiful girls are practicing yoga in the park. I would advise you to go there with your acquired knowledge.<</katie>>
<<scrolldown>><<cont keypress append>><<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<katie>>Well, you like boobs in general, I presume.<</katie>>
[[I think I get it|Katie03YogaWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<sarah>>So, $playerFirstName, you'd like to be a personal trainer?<</sarah>>
<<cont keypress append>><<player>>Yes.<</player>>
[[Leave|Gym][wait()]]
<<if canExperienceEvent("04_sarah_gym_plan", State.temporary.events)>>[[How do I get a certificate?|Sarah03GymOfficeGym]]<<if !eventIdIsSeen("04_sarah_gym_plan")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_sarah_gym_kendra", State.temporary.events)>>[[I received help from Alexis|Sarah03GymOfficeGym2]]<<if !eventIdIsSeen("04_sarah_gym_kendra")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_sarah_gym_katie", State.temporary.events)>>[[Kendra taught me some advanced exercises|Sarah03GymOfficeYoga]]<<if !eventIdIsSeen("04_sarah_gym_katie")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_sarah_gym_done", State.temporary.events)>>[[I did basic yoga with Katie|Sarah03GymOfficeCertified]]<<if !eventIdIsSeen("04_sarah_gym_done")>> NEW EVENT!<</if>>
<</if>>
<<scrolldown>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="04_Sarah_gym_plan"></div>
<<script>>experiencedEvent("04_sarah_gym_plan", "SEE", "04_Sarah_gym_plan", State.temporary.events)<</script>>
<<sarah>>There are three knowledge areas you need to cover before you can have such a certificate<</sarah>>
<video @src=_Sarah03GymOffice3 autoplay muted loop></video>
<<cont keypress append>><<player>>And which are they?<</player>>
<<scrolldown>><<cont keypress append>><<sarah>>Basic exercises, advanced exercises, and yoga for beginners.<</sarah>>
<video @src=_Sarah03GymOffice4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And how do I learn that?<</player>>
<<scrolldown>><<cont keypress append>><<sarah>>First, you should meet up with Alexis on Monday. I'll arrange a meeting for you.<</sarah>>
[[Great (Leave)|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="04_Sarah_gym_kendra"></div>
<<script>>experiencedEvent("04_sarah_gym_kendra", "SEE", "04_Sarah_gym_kendra", State.temporary.events)<</script>>
<<sarah>>That's great, $playerFirstName, Now you've only got two knowledge areas left before you get the certificate.<</sarah>>
<video @src=_Sarah03GymOffice5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cont keypress append>><<player>>So, what's next?<</player>>
<<scrolldown>><<cont keypress append>><<sarah>>I think you are ready for advanced exercises.<</sarah>>
<video @src=_Sarah03GymOffice6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Right?<</player>>
<<sarah>>I'll make sure Kendra comes to the gym on Thursday. She'll help you out.<</sarah>>
[[Great (Leave)|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="04_Sarah_gym_katie"></div>
<<script>>experiencedEvent("04_sarah_gym_katie", "SEE", "04_Sarah_gym_katie", State.temporary.events)<</script>>
<<sarah>>That means you only need to learn about yoga as well, $playerFirstName.<</sarah>>
<video @src=_Sarah03GymOffice3 autoplay muted loop></video>
<<cont keypress append>><<player>>Great.<</player>>
<<scrolldown>><<cont keypress append>><<sarah>>Katie lives close by. She holds yoga classes in her apartment.<</sarah>>
<video @src=_Sarah03GymOffice4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Great.<</player>>
<<scrolldown>><<cont keypress append>><<sarah>>I'll make sure she'll book a private appointement on Friday.<</sarah>>
[[Great (Leave)|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="04_Sarah_gym_done"></div>
<<script>>experiencedEvent("04_sarah_gym_done", "SEE", "04_Sarah_gym_done", State.temporary.events)<</script>>
<<sarah>>It seemed you've fulfilled the tasks required for the certificate, $playerFirstName.<</sarah>>
<<cont keypress append>><<player>>Does that mean?<</player>>
<video @src=_Sarah03GymOffice3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sarah>>Yes, you may now be Melanie's personal trainer.<</sarah>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): How did she know?<</player>>
<<scrolldown>><<cont keypress append>><<player>>How did you know?<</player>>
<video @src=_Sarah03GymOffice4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sarah>>I can see it in your eyes, $playerFirstName.<</sarah>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better go see Melanie in the gym again.<</player>>
[[And I'd wear sunglasses (Leave)|Gym][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_KendraBlackedIntro0 to 'videos/Others/version0.3/kendraBlacked/intro/0.mp4',
_KendraBlackedIntro1 to 'videos/Others/version0.3/kendraBlacked/intro/1.mp4',
_KendraBlackedIntro2 to 'videos/Others/version0.3/kendraBlacked/intro/2.mp4',
_KendraBlackedIntro3 to 'videos/Others/version0.3/kendraBlacked/intro/3.mp4',
_KendraBlackedIntro4 to 'videos/Others/version0.3/kendraBlacked/intro/4.mp4',
_KendraBlackedIntro5 to 'videos/Others/version0.3/kendraBlacked/intro/5.mp4',
_KendraBlackedIntro6 to 'videos/Others/version0.3/kendraBlacked/intro/6.mp4',
_KendraBlackedIntro7 to 'videos/Others/version0.3/kendraBlacked/intro/7.mp4',
_KendraBlackedIntro8 to 'videos/Others/version0.3/kendraBlacked/intro/8.mp4',
_KendraBlackedIntro9 to 'videos/Others/version0.3/kendraBlacked/intro/9.mp4',
_KendraBlackedblow10 to 'videos/Others/version0.3/kendraBlacked/blow1/0.mp4',
_KendraBlackedblow11 to 'videos/Others/version0.3/kendraBlacked/blow1/1.mp4',
_KendraBlackedblow12 to 'videos/Others/version0.3/kendraBlacked/blow1/2.mp4',
_KendraBlackedblow13 to 'videos/Others/version0.3/kendraBlacked/blow1/3.mp4',
_KendraBlackedblow14 to 'videos/Others/version0.3/kendraBlacked/blow1/4.mp4',
_KendraBlackedblow15 to 'videos/Others/version0.3/kendraBlacked/blow1/5.mp4',
_KendraBlackedblow16 to 'videos/Others/version0.3/kendraBlacked/blow1/6.mp4',
_KendraBlackedfuck10 to 'videos/Others/version0.3/kendraBlacked/fuck1/0.mp4',
_KendraBlackedfuck11 to 'videos/Others/version0.3/kendraBlacked/fuck1/1.mp4',
_KendraBlackedfuck12 to 'videos/Others/version0.3/kendraBlacked/fuck1/2.mp4',
_KendraBlackedfuck13 to 'videos/Others/version0.3/kendraBlacked/fuck1/3.mp4',
_KendraBlackedfuck14 to 'videos/Others/version0.3/kendraBlacked/fuck1/4.mp4',
_KendraBlackedblow20 to 'videos/Others/version0.3/kendraBlacked/blow2/0.mp4',
_KendraBlackedblow21 to 'videos/Others/version0.3/kendraBlacked/blow2/1.mp4',
_KendraBlackedblow22 to 'videos/Others/version0.3/kendraBlacked/blow2/2.mp4',
_KendraBlackedblow23 to 'videos/Others/version0.3/kendraBlacked/blow2/3.mp4',
_KendraBlackedfuck20 to 'videos/Others/version0.3/kendraBlacked/fuck2/0.mp4',
_KendraBlackedfuck21 to 'videos/Others/version0.3/kendraBlacked/fuck2/1.mp4',
_KendraBlackedfuck22 to 'videos/Others/version0.3/kendraBlacked/fuck2/2.mp4',
_KendraBlackedfuck23 to 'videos/Others/version0.3/kendraBlacked/fuck2/3.mp4',
_KendraBlackedfuck24 to 'videos/Others/version0.3/kendraBlacked/fuck2/4.mp4',
_KendraBlackedfinish0 to 'videos/Others/version0.3/kendraBlacked/finish/0.mp4',
_KendraBlackedfinish1 to 'videos/Others/version0.3/kendraBlacked/finish/1.mp4',
_KendraBlackedfinish2 to 'videos/Others/version0.3/kendraBlacked/finish/2.mp4',
_KendraBlackedfinish3 to 'videos/Others/version0.3/kendraBlacked/finish/3.mp4',
_KendraBlackedfinish4 to 'videos/Others/version0.3/kendraBlacked/finish/4.mp4',
_KendraBlackedfinish5 to 'videos/Others/version0.3/kendraBlacked/finish/5.mp4',
_KendraBlackedfinish8 to 'videos/Others/version0.3/kendraBlacked/finish/8.mp4',
_KendraBlackedfinish9 to 'videos/Others/version0.3/kendraBlacked/finish/9.mp4'
>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<div id="04_Kendra_blacked_gym_intro"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_intro", "SEE", "04_Kendra_blacked_gym_intro", State.temporary.events)<</script>>
<<president>>(In the control room): Yes, Kendra's here right now.<</president>>
<<cont keypress append>><<player>>(In the control room): Great, can we see her?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Certainly.<</president>>
[[The President tries to find the correct camera|Kendra03BlackedIntroFirst]]
<<scrolldown>><</cont>><</cont>><<president>>(In the control room, fiddling with some buttons): There you go.<</president>>
<<cont keypress append>><<kendra>>Ah, that felt so good!<</kendra>>
<video @src=_KendraBlackedIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>I'm glad to hear it. Would you like a massage now?<</dude>>
<<scrolldown>><<cont keypress append>><<kendra>>I could die for it.<</kendra>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Is the personal trainer getting a massage at this place?<</player>>
[[Apparently|Kendra03BlackedIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<kendra>>Why are you massaging my shoulders?<</kendra>>
<video @src=_KendraBlackedIntro3 autoplay muted loop></video>
<<cont keypress append>><<dude>>That's what I'm supposed to do, isn't it?<</dude>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room, laughing): He's a little shy.<</president>>
<video @src=_KendraBlackedIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>Usually, yes. But I pay good money for some big black cock. And I want to to have the whole experience.<</kendra>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Is he new?<</player>>
<video @src=_KendraBlackedIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): It's his fourth time on his own.<</president>>
[[And I guess this is not Kendra's first time?|Kendra03BlackedIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>(In the control room): She's our most loyal customer.<</president>>
<video @src=_KendraBlackedIntro6 autoplay muted loop></video>
<<cont keypress append>><<player>>(In the control room): She seems satisfied with the goods you provide.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Of course she is. We have the best cocks you can find.<</president>>
<video @src=_KendraBlackedIntro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yeah, you've mentioned that.<</player>>
[[Did you ever have a customer that complained in any way?|Kendra03BlackedIntro5]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<<president>>(In the control room): In our early days we didn't examine the girls as thoroughly as we do nowadays.<</president>>
<video @src=_KendraBlackedIntro8 autoplay muted loop></video>
<<cont keypress append>><<player>>(In the control room): And that had serious consequences?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Yeah. Some girls weren't ready for the massive dicks we provide. They got hurt.<</president>>
<video @src=_KendraBlackedIntro9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): That's a pity.<</player>>
[[But Kendra will be alright?|Kendra03BlackedBlow1]]
[[I don't have time for this (leave)|BBCA][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<<president>>(In the control room): Let me put it like this: I'm not worried about Kendra.<</president>>
<<cont keypress append>><<player>>(In the control room): Are you worried about this young member of the BBCA then?<</player>>
<video @src=_KendraBlackedblow11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): It is my duty to defend the rights of the black men with big dicks. So, yeah, I'm concerned for him.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): This BBCA club is so ridiculous.<</player>>
[[What could possibly happen to him?|Kendra03BlackedBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<president>>(In the control room): Well, he could fall in love.<</president>>
<<cont keypress append>><<player>>(In the control room): And why is that bad?<</player>>
[[She might leave him for a guy with a bigger dick|Kendra03BlackedBlow2]]
<<disable !canExperienceEvent("04_kendra_blacked_gym_why2", State.temporary.events)>>[[He might be unhappy|Kendra03BlackedBlow3]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_why3", State.temporary.events)>>[[Maybe he'll need to work for a living|Kendra03BlackedBlow5]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_kendradanger", State.temporary.events)>>[[Maybe he'll never get to fuck another woman (continue)|Kendra03BlackedBlow4]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]
<<scrolldown>><</cont>>
<div id="04_Kendra_blacked_gym_why"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_why", "SEE", "04_Kendra_blacked_gym_why", State.temporary.events)<</script>>
<<president>>(In the control room): There's always a bigger cock, right?<</president>>
<<cont keypress append>><<player>>(In the control room): ah, you mean like the proof that there's an infinite number of primes?<</player>>
<video @src=_KendraBlackedblow12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Exactly.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Right.<</player>>
[[I don't think you need to be concerned about that|Kendra03BlackedBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Kendra_blacked_gym_why2"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_why2", "SEE", "04_Kendra_blacked_gym_why2", State.temporary.events)<</script>><<president>>(In the control room): Maybe they marry, but it doesn't work out. Then he might be unhappy.<</president>>
<video @src=_KendraBlackedblow13 autoplay muted loop></video>
<<cont keypress append>><<player>>(In the control room): Ah, you refer to the risk taken by each and every couple?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Exactly.<</president>>
<video @src=_KendraBlackedblow14 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Yes, and it's clearly unfair that this applies to black men with big dicks as well.<</player>>
[[I don't think you need to be concerned about that|Kendra03BlackedBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<president>>(In the control room): She might be a psycho, and not let him fuck other women ever again.<</president>>
<<cont keypress append>><<player>>(In the control room): But that's quite usual among couples, isn't it?<</player>>
<video @src=_KendraBlackedblow16 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): You don't understand me, $playerFirstName, she might not even allow him to fuck women with big boobs.<</president>>
[[Well, that's a different story|Kendra03BlackedFuck1WM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<president>>(In the control room): So if, say, Melanie asked to fuck him she wouldn't allow it.<</president>>
<<cont keypress append>><<player>>(In the control room): Not even if...<</player>>
[[She blew his cock?|Kendra03BlackedFuck1WM1]]
<<disable !canExperienceEvent("04_kendra_blacked_gym_kendradanger2", State.temporary.events)>>[[Kendra saw her boobs?|Kendra03BlackedFuck1WM2]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_kendradanger3", State.temporary.events)>>[[She displayed her ass?|Kendra03BlackedFuck1WM3]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_kendradanger4", State.temporary.events)>>[[She let Kendra participate?|Kendra03BlackedFuck1WM4]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_allowedgangbang", State.temporary.events)>>[[It was in a gangbang? (Continue)|Kendra03BlackedBlowSecond1]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]
<<scrolldown>><</cont>><div id="04_Kendra_blacked_gym_kendradanger"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_kendradanger", "SEE", "04_Kendra_blacked_gym_kendradanger", State.temporary.events)<</script>>
<<president>>(In the control room): I actually don't think she would.<</president>>
<video @src=_KendraBlackedfuck10 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm! Mh-mmm!<</kendra>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): She's a real bitch, isn't she?<</player>>
[[Yeah|Kendra03BlackedFuck1WM]]
<<scrolldown>><</cont>><</cont>><div id="04_Kendra_blacked_gym_kendradanger2"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_kendradanger2", "SEE", "04_Kendra_blacked_gym_kendradanger2", State.temporary.events)<</script>>
<<president>>(In the control room): I agree, Melanie's boobs are truly amazing, but...<</president>>
<video @src=_KendraBlackedfuck11 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Yeah, fuck that pussy!<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Kendra can be quite determined.<</president>>
[[She seems like a bitch to me|Kendra03BlackedFuck1WM]]
<<scrolldown>><</cont>><</cont>><div id="04_Kendra_blacked_gym_kendradanger3"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_kendradanger3", "SEE", "04_Kendra_blacked_gym_kendradanger3", State.temporary.events)<</script>>
<<president>>(In the control room): In Kendra's opinion, her ass is better than Melanie's.<</president>>
<video @src=_KendraBlackedfuck12 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Yes! Yes! Ye-e-e!<</kendra>>
[[That's just dumb|Kendra03BlackedFuck1WM]]
<<scrolldown>><</cont>><div id="04_Kendra_blacked_gym_kendradanger4"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_kendradanger4", "SEE", "04_Kendra_blacked_gym_kendradanger4", State.temporary.events)<</script>>
<<president>>(In the control room): You must understand, $playerFirstName, this Kendra-woman can be a real bitch sometimes.<</president>>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm, you'll fuck me forever, won't you?<</kendra>>
<video @src=_KendraBlackedfuck13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Like Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm! I take that as a yes!<</kendra>>
<video @src=_KendraBlackedfuck14 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Yes, but she's got the boobs, remember?<</president>>
[[That's true|Kendra03BlackedFuck1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<president>>(In the control room): Now, that's in our statutes. No one can change that.<</president>>
<video @src=_KendraBlackedblow20 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): You like my hands, don't you?<</kendra>>
[[What's in your statutes?|Kendra03BlackedBlowSecondWM]]
<<scrolldown>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<president>>(In the control room): A member of BBCA will participate in gangbangs once a week.<</president>>
[[No matter how old he is?|Kendra03BlackedBlowSecond2]]
<<disable !canExperienceEvent("04_kendra_blacked_gym_allowedgangbang2", State.temporary.events)>>[[Even if he left BBCA?|Kendra03BlackedBlowSecond3]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_wantgangbang1", State.temporary.events)>>[[Even if he doesn't want to? (Continue)|Kendra03BlackedFuckSecondWM]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]<div id="04_kendra_blacked_gym_allowedgangbang"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_allowedgangbang", "SEE", "04_kendra_blacked_gym_allowedgangbang", State.temporary.events)<</script>>
<<president>>(In the control room): The women will need to work harder, of course.<</president>>
<video @src=_KendraBlackedblow21 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm, mmm!<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): And he might not be in sync with the rest of the team.<</president>>
<video @src=_KendraBlackedblow22 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mm-ah! Mm-ah!<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room, tears in his eyes): But it's his right to be there.<</president>>
[[Of course|Kendra03BlackedBlowSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_kendra_blacked_gym_allowedgangbang2"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_allowedgangbang2", "SEE", "04_kendra_blacked_gym_allowedgangbang2", State.temporary.events)<</script>>
<<president>>(In the control room): We're all brothers, $playerFirstName, no one is left outside when there's a gangbang.<</president>>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm! Mmm!<</kendra>>
<video @src=_KendraBlackedblow23 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Could I join as well?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room, laughing): Don't be silly, $playerFirstName!<</president>>
[[Sorry|Kendra03BlackedBlowSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<president>>(In the control room): A member of the BBCA doesn't want to participate in a gangbang? How do you mean?<</president>>
<<cont keypress append>><<player>>(In the control room): Well, maybe...<</player>>
[[He doesn't like the rest of the team|Kendra03BlackedFuckSecond1]]
<<disable !canExperienceEvent("04_kendra_blacked_gym_wantgangbang2", State.temporary.events)>>[[He doesn't like to see other men's cocks|Kendra03BlackedFuckSecond2]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_wantgangbang3", State.temporary.events)>>[[He doesn't fancy anal|Kendra03BlackedFuckSecond3]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_wantgangbang4", State.temporary.events)>>[[He thinks gangbangs are messy|Kendra03BlackedFuckSecond4]]<</disable>>
<<disable !canExperienceEvent("04_kendra_blacked_gym_cum", State.temporary.events)>>[[...No, never mind (continue)|Kendra03BlackedFinish1]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]
<<scrolldown>><</cont>><div id="04_Kendra_blacked_gym_wantgangbang1"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_wantgangbang1", "SEE", "04_Kendra_blacked_gym_wantgangbang1", State.temporary.events)<</script>>
<<president>>(In the control room): You mean that the girl doesn't want to take cocks in three holes at once?<</president>>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm! mm-ah!<</kendra>>
<video @src=_KendraBlackedfuck23 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Well, no but...<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): For that session, she will be replaced. And then she will be put into an education program.<</president>>
[[I see|Kendra03BlackedFuckSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Kendra_blacked_gym_wantgangbang2"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_wantgangbang2", "SEE", "04_Kendra_blacked_gym_wantgangbang2", State.temporary.events)<</script>>
<<president>>(In the control room): You mean that the girl doesn't have big boobs?<</president>>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm, mmm!<</kendra>>
<video @src=_KendraBlackedfuck20 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Not exactly, but...<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Well, then we will simply replace the girl.<</president>>
[[Well, thanks for the answer, I guess|Kendra03BlackedFuckSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Kendra_blacked_gym_wantgangbang3"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_wantgangbang3", "SEE", "04_Kendra_blacked_gym_wantgangbang3", State.temporary.events)<</script>>
<<president>>(In the control room): You mean that the girl doesn't want to do anal?<</president>>
<video @src=_KendraBlackedfuck21 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Oh, yeah! Fuck me!<</kendra>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Not exactly, but...<</player>>
<video @src=_KendraBlackedfuck22 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): A-a-a-a-ah! O-o-o-o-oh!<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Well, she will be banned from any contact with any member of the BBCA for life, that's for sure.<</president>>
[[Well, thanks for the answer, I guess|Kendra03BlackedFuckSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Kendra_blacked_gym_wantgangbang4"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_wantgangbang4", "SEE", "04_Kendra_blacked_gym_wantgangbang4", State.temporary.events)<</script>>
<<president>>(In the control room): You mean that the girl is afraid her make-up will be all messed up?<</president>>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Yes! Fuck me! Fuck me hard!<</kendra>>
<video @src=_KendraBlackedfuck24 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Well, no really...<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): We actually don't care about it. We mess it up anyway.<</president>>
[[Good to know|Kendra03BlackedFuckSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>(In the control room): Anyway... So Kendra has participated in a few gangbangs?<</player>>
<video @src=_KendraBlackedfinish0 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Fuck me! Fuck me! Fuck me!<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Of course she has. Girls has to do it if they want to stay enlisted.<</president>>
<video @src=_KendraBlackedfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Are you coming? Are you coming now?<</kendra>>
[[She's still attending them?|Kendra03BlackedFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Kendra_blacked_gym_cum"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_cum", "SEE", "04_Kendra_blacked_gym_cum", State.temporary.events)<</script>>
<<president>>(In the control room): Naturally. Every month, when she gets hold of her husbands salary, she comes here for a gangbang.<</president>>
<video @src=_KendraBlackedfinish2 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm, mmm!<</kendra>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Seriously?<</player>>
<video @src=_KendraBlackedfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm, mmm!<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Yeah! Well, to tell the truth, she's been content with threesomes lately.<</president>>
[[Good to know|Kendra03BlackedFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>(In the control room): Can I... Is it possible to...<</player>>
<video @src=_KendraBlackedfinish4 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): A-a-a-ah!<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): You want to watch one?<</president>>
<video @src=_KendraBlackedfinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mm! A-a-a-ah!<</kendra>>
[[Well, if I'm allowed to?|Kendra03BlackedFinish4]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<president>>(In the control room): Certainly! Any man who brings women with big boobs to us are welcome to watch our sessions.<</president>>
<video @src=_KendraBlackedfinish8 autoplay muted loop></video>
<<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): Mmm! That's some good jizz you had there, darling.<</kendra>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Well, great...<</player>>
<video @src=_KendraBlackedfinish9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<kendra>>(Loudly, interrupting the conversation): I could suck this cock for the rest of my life.<</kendra>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): I'll let you know when we have a threesome scheduled.<</president>>
[[Great (leave)|BBCA][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Kendra_blacked_gym_why3"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_why3", "SEE", "04_Kendra_blacked_gym_why3", State.temporary.events)<</script>>
<<president>>(In the control room): They maybe settle elsewhere, and he'll have to work for a living.<</president>>
<<cont keypress append>><<player>>(In the control room): You mean, except for satisfying her in the evenings?<</player>>
<video @src=_KendraBlackedblow15 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Exactly.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Yeah, I understand you see that as a problem.<</player>>
[[I don't think you need to be concerned about that|Kendra03BlackedBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion03_4 to [
// ModelBlackDress
new Event("03_modelblack_intro", "Melanie does photo shoots with a black dress", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["02_photo_dress_purpleblackbelt6"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblack_decent1", "Melanie does photo shoots with a black dress, and you show her a decent pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, -6, 10, 10, ["03_modelblack_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblack_decent2", "Melanie does photo shoots with a black dress, and you show her another decent pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, -6, 10, 10, ["03_modelblack_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblack_decent3", "Melanie does photo shoots with a black dress, and you show her a third decent pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, -6, 10, 10, ["03_modelblack_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblack_naughty1", "Melanie does photo shoots with a black dress, and you show her a naughty pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 12, 6, 10, 10, ["03_modelblack_decent1"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblack_naughty2", "Melanie does photo shoots with a black dress, and you show her another naughty pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 6, 6, 10, 10, ["03_modelblack_decent2"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblack_naughty3", "Melanie does photo shoots with a black dress, and you show her a third naughty pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 6, -6, 10, 10, ["03_modelblack_decent3"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
// ModelGreyDress
new Event("03_modelgrey_intro", "Melanie does photo shoots with a grey dress", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["03_modelblack_naughty3"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelgrey_decent1", "Melanie does photo shoots with a grey dress, and you show her a decent pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], -6, -6, 10, 10, ["03_modelgrey_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelgrey_decent2", "Melanie does photo shoots with a grey dress, and you show her another decent pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], -6, -6, 10, 10, ["03_modelgrey_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelgrey_naughty1", "Melanie does photo shoots with a grey dress, and you show her a naughty pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 12, 6, 10, 10, ["03_modelgrey_decent1"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelgrey_naughty2", "Melanie does photo shoots with a grey dress, and you show her another naughty pic", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 6, -6, 10, 10, ["03_modelgrey_decent2"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelgrey_happy", "Melanie does photo shoots with a grey dress, and she's happy with your work", "Go to the Photo Studio", [4, 5, 6, 7, 8, 9], [4, 5, 6, 7, 8, 9], 36, 24, 10, 10, ["03_modelgrey_naughty2"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
// ModelBlackVDress
new Event("03_modelblackcleavage_intro", "Melanie does photo shoots with a black dress with some cleavage", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 10, 10, ["03_modelgrey_happy"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblackcleavage_decent", "Melanie does photo shoots with a black dress with some cleavage, and you show her decent pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -24, -36, 10, 10, ["03_modelblackcleavage_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblackcleavage_naughty", "Melanie does photo shoots with a black dress with some cleavage, and you show her naughty pics", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 12, 10, 10, ["03_modelblackcleavage_revenge"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelblackcleavage_revenge", "Melanie does photo shoots with a black dress with some cleavage, and you succeed on your second try", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 36, 36, 10, 10, ["03_modelblackcleavage_decent"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
// ModelLime
new Event("03_modelLime_intro", "Melanie does photo shoots with a lime dress", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 10, 10, ["03_modelblackcleavage_naughty"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_firstdecent", "Melanie does photo shoots with a lime dress, and you show her a decent photo", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -3, -3, 10, 10, ["03_modelLime_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_firstnaughty", "Melanie does photo shoots with a lime dress, and you show her a naughty photo", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 6, 6, 10, 10, ["03_modelLime_firstdecent"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_secondDecent", "Melanie does photo shoots with a lime dress, and you show her another decent photo", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -3, -3, 10, 10, ["03_modelLime_firstdecent"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_secondNaughty", "Melanie does photo shoots with a lime dress, and you show her another naughty photo", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 6, 10, 10, ["03_modelLime_secondDecent"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_thirdDecent", "Melanie does photo shoots with a lime dress, and she kicks you out for being too decent", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -12, -12, 10, 10, ["03_modelLime_secondDecent"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_thirdNaughty", "Melanie does photo shoots with a lime dress, and you are sufficiently naughty for her", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, 12, 10, 10, ["03_modelLime_secondNaughty"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_fourthDecent", "Melanie does photo shoots with a lime dress, and she is furious at you for being decent", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -6, -12, 10, 10, ["03_modelLime_thirdNaughty"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
new Event("03_modelLime_fourthNaughty", "Melanie does photo shoots with a lime dress, and she is furious at you for being too naughty", "Go to the Photo Studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 12, -6, 10, 10, ["03_modelLime_fourthDecent"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.3.4"),
// ModelMelRyan
new Event("03_modelMelRyanIntro", "You spy while Ryan fucks Melanie", "Go to the Photo Studio", [5, 6], [4, 5, 6], 6, 0, 6, 7, ["02_photo_firstmeeting"], true, false, true, [5], [1], [], "0.3.4"),
new Event("03_modelMelRyanBF", "You spy while Ryan fucks Melanie, butterfly", "Go to the Photo Studio", [5, 6], [4, 5, 6], 6, 0, 0, 0, ["03_modelMelRyanIntro"], true, false, true, [5], [1], [], "0.3.4"),
new Event("03_modelMelRyanDS", "You spy while Ryan fucks Melanie, doggystyle", "Go to the Photo Studio", [5, 6], [4, 5, 6], 6, 0, 0, 0, ["03_modelMelRyanBF"], true, false, true, [5], [1], [], "0.3.4"),
new Event("03_modelMelRyanBJ", "You spy while Ryan fucks Melanie, another blowjob", "Go to the Photo Studio", [5, 6], [4, 5, 6], 6, 0, 0, 0, ["03_modelMelRyanDS"], true, false, true, [5], [1], [], "0.3.4"),
new Event("03_modelMelRyanFinish", "You spy while Ryan fucks Melanie, finish", "Go to the Photo Studio", [5, 6], [4, 5, 6], 3, 12, 6, 7, ["03_modelMelRyanBJ"], true, false, true, [5], [1], [], "0.3.4"),
// PeekChair
new Event("03_peekChair", "You spy while Melanie blows her husband's cock on a chair", "Sneak into Melanie's home", [6, 7, 8], [5, 6, 7], 6, 0, 7, 6, [], true, false, true, [2], [1], [], "0.3.4"),
// PeekHallway
new Event("03_peekHallway", "You spy while Melanie fucks her husband in the hallway", "Sneak into Melanie's home", [6, 7, 8], [5, 6, 7], 6, 0, 7, 6, [], true, false, true, [6], [1], [], "0.3.4"),
// PeekSofa
new Event("03_peekSofa", "You spy while Melanie fucks another dude on the sofa", "Sneak into Melanie's home", [4, 5], [4, 5], 6, 0, 5, 5, [], true, false, true, [3], [1], [], "0.3.4"),
new Event("03_peekSofaNotice", "You spy while Melanie fucks another dude on the sofa, she notices you", "Sneak into Melanie's home", [5, 6], [4, 5], 12, 24, 6, 5, [], true, false, true, [3], [1], [], "0.3.4"),
// PeekShower
new Event("03_peekShower", "You spy while Melanie fucks a dude in the shower", "Sneak into Melanie's home", [5, 6, 7], [5, 6, 7], 3, 0, 0, 0, [], true, false, true, [4], [1], [], "0.3.4"),
new Event("03_peekShower_noice1", "You spy while Melanie fucks a dude in the shower, and make a noice", "Sneak into Melanie's home", [6, 7], [5, 6, 7], 12, -6, 0, 0, ["03_peekShower_silent1"], true, false, true, [4], [1], [], "0.3.4"),
new Event("03_peekShower_silent1", "You spy while Melanie fucks a dude in the shower, and stay silent", "Sneak into Melanie's home", [5, 6, 7], [5, 6, 7], 3, 0, 0, 0, [], true, false, true, [4], [1], [], "0.3.4"),
new Event("03_peekShower_noice2", "You spy while Melanie fucks a dude in the shower, and make another noice", "Sneak into Melanie's home", [6, 7], [5, 6, 7], 12, -6, 7, 6, ["03_peekShower_silent2"], true, false, true, [4], [1], [], "0.3.4"),
new Event("03_peekShower_silent2", "You spy while Melanie fucks a dude in the shower, and try to stay still", "Sneak into Melanie's home", [6, 7], [5, 6, 7], 6, -6, 7, 6, ["03_peekShower_noice1"], true, false, true, [4], [1], [], "0.3.4")
]>>
</nobr>!Version 0.3.3
!!What's new in this version?
!!!New content
In this version, the plot line "Foundations" is elaborated. In scenes from previous versions of the game, Melanie has tought the main character about the foundations of the company. In this version a number of extra questions and scene extensions are added.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerothreethree"></div>
<<script>>
describeAllContent("0.3.3", "newContentZerothreethree", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version.
!!!Bug fixes
None in this version.Welcome to this Melanies Marvelous Boobs preview. This is a scene where we meet Melanie at the gym. Melanie asks the main character if he's a certified personal trainer. If he is, Melanie seems interested in his services.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto 03MelanieGymLook1>><</button>>Welcome to this Melanies Marvelous Boobs preview. This is a scene where we meet Melanie at the gym. The main character is now Melanie's personal trainer, and he has some special exercises in mind for her.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto 03MelanieGymFuckIntro1>><</button>><<set
_Erica03Continuationblow0 to 'videos/Others/version0.3/erica/blow/0.mp4',
_Erica03Continuationblow1 to 'videos/Others/version0.3/erica/blow/1.mp4',
_Erica03Continuationblow2 to 'videos/Others/version0.3/erica/blow/2.mp4',
_Erica03Continuationblow3 to 'videos/Others/version0.3/erica/blow/3.mp4',
_Erica03Continuationblow4 to 'videos/Others/version0.3/erica/blow/4.mp4',
_Erica03Continuationblow5 to 'videos/Others/version0.3/erica/blow/5.mp4',
_Erica03Continuationblow6 to 'videos/Others/version0.3/erica/blow/6.mp4',
_Erica03Continuationblow7 to 'videos/Others/version0.3/erica/blow/7.mp4',
_Erica03Continuationblow8 to 'videos/Others/version0.3/erica/blow/8.mp4',
_Erica03Continuationblow9 to 'videos/Others/version0.3/erica/blow/9.mp4',
_Erica03Continuationfuck10 to 'videos/Others/version0.3/erica/fuck1/0.mp4',
_Erica03Continuationfuck11 to 'videos/Others/version0.3/erica/fuck1/1.mp4',
_Erica03Continuationfuck12 to 'videos/Others/version0.3/erica/fuck1/2.mp4',
_Erica03Continuationfuck13 to 'videos/Others/version0.3/erica/fuck1/3.mp4',
_Erica03Continuationfuck14 to 'videos/Others/version0.3/erica/fuck1/4.mp4',
_Erica03Continuationfuck15 to 'videos/Others/version0.3/erica/fuck1/5.mp4',
_Erica03Continuationfuck16 to 'videos/Others/version0.3/erica/fuck1/6.mp4',
_Erica03Continuationfuck17 to 'videos/Others/version0.3/erica/fuck1/7.mp4',
_Erica03Continuationfuck18 to 'videos/Others/version0.3/erica/fuck1/8.mp4',
_Erica03Continuationfuck19 to 'videos/Others/version0.3/erica/fuck1/9.mp4',
_Erica03Continuationfuck20 to 'videos/Others/version0.3/erica/fuck2/0.mp4',
_Erica03Continuationfuck21 to 'videos/Others/version0.3/erica/fuck2/1.mp4',
_Erica03Continuationfuck22 to 'videos/Others/version0.3/erica/fuck2/2.mp4',
_Erica03Continuationfuck23 to 'videos/Others/version0.3/erica/fuck2/3.mp4',
_Erica03Continuationfuck24 to 'videos/Others/version0.3/erica/fuck2/4.mp4',
_Erica03Continuationfuck25 to 'videos/Others/version0.3/erica/fuck2/5.mp4',
_Erica03Continuationfuck26 to 'videos/Others/version0.3/erica/fuck2/6.mp4',
_Erica03Continuationfuck27 to 'videos/Others/version0.3/erica/fuck2/7.mp4',
_Erica03Continuationfuck28 to 'videos/Others/version0.3/erica/fuck2/8.mp4',
_Erica03Continuationfuck29 to 'videos/Others/version0.3/erica/fuck2/9.mp4',
_Erica03Continuationfinish0 to 'videos/Others/version0.3/erica/finish/0.mp4',
_Erica03Continuationfinish1 to 'videos/Others/version0.3/erica/finish/1.mp4',
_Erica03Continuationfinish2 to 'videos/Others/version0.3/erica/finish/2.mp4',
_Erica03Continuationfinish3 to 'videos/Others/version0.3/erica/finish/3.mp4',
_Erica03Continuationfinish4 to 'videos/Others/version0.3/erica/finish/4.mp4',
_Erica03Continuationfinish5 to 'videos/Others/version0.3/erica/finish/5.mp4',
_Erica03Continuationfinish6 to 'videos/Others/version0.3/erica/finish/6.mp4',
_Erica03Continuationfinish7 to 'videos/Others/version0.3/erica/finish/7.mp4'
>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="04_Erica_yoga_intro"></div>
<<script>>experiencedEvent("04_erica_yoga_intro", "SEE", "04_Erica_yoga_intro", State.temporary.events)<</script>>
<<erica>>Are you sure, $playerFirstName?<</erica>>
<video @src=_Erica03Continuationblow0 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm positive. And in the meantime, you can teach me some yoga theory.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>I guess that would be alright.<</erica>>
<video @src=_Erica03Continuationblow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Great.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>So, what do you know about yoga already?<</erica>>
[[Well...|Erica03ContinueBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>I know that it's part meditation, part exercise.<</player>>
<video @src=_Erica03Continuationblow2 autoplay muted loop></video>
<<cont keypress append>><<erica>>Mmm! Mmm!<</erica>>
<<scrolldown>><<cont keypress append>><<player>>You know, it's good for both body and mind.<</player>>
<video @src=_Erica03Continuationblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Mmm! Mmm!<</erica>>
[[Something else?|Erica03ContinueBlow3]]
<<scrolldown>><</cont>><</cont>><</cont>><<erica>>Is that all you know, $playerFirstName?<</erica>>
<video @src=_Erica03Continuationblow4 autoplay muted loop></video>
<<cont keypress append>><<player>>I know there are some, mmm, different poses.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>For example?<</erica>>
<<scrolldown>><<cont keypress append>><<player>>There is one where you bend forward.<</player>>
<video @src=_Erica03Continuationblow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>It's called uttanasana.<</erica>>
[[Good to know|Erica03ContinueBlow4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>And you're supposed to keep this pose for a certain amount of time.<</player>>
<video @src=_Erica03Continuationblow6 autoplay muted loop></video>
<<cont keypress append>><<erica>>That's correct.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>It might be hard, but it's worth the effort.<</player>>
<video @src=_Erica03Continuationblow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Inde-e-ed!<</erica>>
[[Do you know any other pose?|Erica03ContinueBlow5]]
<<scrolldown>><</cont>><</cont>><</cont>><<erica>>What I'm about to show you now is not a yoga pose, strictly speaking.<</erica>>
<video @src=_Erica03Continuationblow8 autoplay muted loop></video>
<<cont keypress append>><<player>>But it's still good to know, I suppose?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>Judge for yourself.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<video @src=_Erica03Continuationblow9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Mngk! Mngk!<</erica>>
[[I think it's time for some real yoga|Erica03ContinueBlowWM1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>So, what do you want to learn?
[[Sitting pose|Erica03ContinueBlowWM11]]
<<disable !canExperienceEvent("04_erica_yoga_break", State.temporary.events)>>[[Pause|Erica03ContinueBlowWM12]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_noanswer", State.temporary.events)>>[[A question without an answer|Erica03ContinueBlowWM13]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_noyoga", State.temporary.events)>>[[Forget about yoga for a while|Erica03ContinueBlowWM14]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_classic", State.temporary.events)>>[[One of the classics|Erica03ContinueBlowWM15]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_special", State.temporary.events)>>[[Continue|Erica03ContinueBlowWM2]]<</disable>><div id="04_Erica_yoga_sittin_pose"></div>
<<script>>experiencedEvent("04_erica_yoga_sittin_pose", "SEE", "04_Erica_yoga_sittin_pose", State.temporary.events)<</script>>
<<player>>Isn't there a pose where you just sit down?<</player>>
<<cont keypress append>><<erica>>You mean like this?<</erica>>
<video @src=_Erica03Continuationfuck10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Sure.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>It's a perfectly valid yoga pose.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>So what is its name?<</player>>
<video @src=_Erica03Continuationfuck11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Malasana-a-a!<</erica>>
[[I learn so much|Erica03ContinueBlowWM1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Erica_yoga_break"></div>
<<script>>experiencedEvent("04_erica_yoga_break", "SEE", "04_Erica_yoga_break", State.temporary.events)<</script>>
<<erica>>We don't need to learn yoga the whole time, do we?<</erica>>
<video @src=_Erica03Continuationfuck12 autoplay muted loop></video>
<<cont keypress append>><<player>>Good idea.<</player>>
<<scrolldown>><<cont keypress append>><<erica>>Resting is a vital part of any exercise.<</erica>>
<video @src=_Erica03Continuationfuck13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Indeed.<</player>>
[[Time for more yoga|Erica03ContinueBlowWM1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Erica_yoga_noanswer"></div>
<<script>>experiencedEvent("04_erica_yoga_noanswer", "SEE", "04_Erica_yoga_noanswer", State.temporary.events)<</script>>
<<player>>So what's the name of this pose?<</player>>
<video @src=_Erica03Continuationfuck14 autoplay muted loop></video>
<<cont keypress append>><<erica>>I don't know! I honestly don't know!<</erica>>
<<scrolldown>><<cont keypress append>><<player>>But it's a good one, right?<</player>>
<video @src=_Erica03Continuationfuck15 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>It's the best I've ever tri-i-i-ied!<</erica>>
[[Time to learn something new|Erica03ContinueBlowWM1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Erica_yoga_noyoga"></div>
<<script>>experiencedEvent("04_erica_yoga_noyoga", "SEE", "04_Erica_yoga_noyoga", State.temporary.events)<</script>>
<<erica>>Mmm, this is also a good pose.<</erica>>
<video @src=_Erica03Continuationfuck16 autoplay muted loop></video>
<<cont keypress append>><<player>>I thought so.<</player>>
[[Let's learn something new|Erica03ContinueBlowWM1]]
<<scrolldown>><</cont>><div id="04_Erica_yoga_classic"></div>
<<script>>experiencedEvent("04_erica_yoga_classic", "SEE", "04_Erica_yoga_classic", State.temporary.events)<</script>>
<<player>>I like yoga so far.<</player>>
<video @src=_Erica03Continuationfuck17 autoplay muted loop></video>
<<cont keypress append>><<erica>>This is a good pose.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Is it one of the yoga classics?<</player>>
<video @src=_Erica03Continuationfuck18 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>It's not yoga per se-e-e!<</erica>>
<<scrolldown>><<cont keypress append>><<player>>So what is it?<</player>>
<video @src=_Erica03Continuationfuck19 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>It's just a good old fu-u-u-uck!<</erica>>
[[Let's learn something new|Erica03ContinueBlowWM1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>A few of the more advanced poses.
[[A special pose|Erica03ContinueBlowWM21]]
<<disable !canExperienceEvent("04_erica_yoga_reversed", State.temporary.events)>>[[Reversed dog|Erica03ContinueBlowWM22]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_supta", State.temporary.events)>>[[Supta matsyendrasana|Erica03ContinueBlowWM23]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_anotherbreak", State.temporary.events)>>[[Pause|Erica03ContinueBlowWM24]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_happy", State.temporary.events)>>[[Happy baby pose|Erica03ContinueBlowWM25]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_mermaid", State.temporary.events)>>[[Mermaid pose|Erica03ContinueBlowWM26]]<</disable>>
<<disable !canExperienceEvent("04_erica_yoga_cum", State.temporary.events)>>[[I can't take in any more (finish)|Erica03ContinueFinish1]]<</disable>><div id="04_Erica_yoga_special"></div>
<<script>>experiencedEvent("04_erica_yoga_special", "SEE", "04_Erica_yoga_special", State.temporary.events)<</script>>
<<erica>>You'd better learn this one by heart, $playerFirstName.<</erica>>
<video @src=_Erica03Continuationfuck20 autoplay muted loop></video>
<<cont keypress append>><<player>>What's it called?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>It has a long and complicated name.<</erica>>
<video @src=_Erica03Continuationfuck21 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Which is?<</player>>
[[I don't care|Erica03ContinueBlowWM2]]
[[Wait for it|Erica03ContinueBlowWM2b]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Erica_yoga_reversed"></div>
<<script>>experiencedEvent("04_erica_yoga_reversed", "SEE", "04_Erica_yoga_reversed", State.temporary.events)<</script>>
<<player>>What are we gonna do now?<</player>>
<video @src=_Erica03Continuationfuck23 autoplay muted loop></video>
<<cont keypress append>><<erica>>I have my own name for this pose.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Which is?<</player>>
<video @src=_Erica03Continuationfuck24 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Reversed do-o-o-og!<</erica>>
[[Good name|Erica03ContinueBlowWM2]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Erica_yoga_supta"></div>
<<script>>experiencedEvent("04_erica_yoga_supta", "SEE", "04_Erica_yoga_supta", State.temporary.events)<</script>>
<<player>>And what's this one called?<</player>>
<video @src=_Erica03Continuationfuck25 autoplay muted loop></video>
<<cont keypress append>><<erica>>Supta matsye-e-e-endrasana-a-a-a!<</erica>>
[[Good pronounciation|Erica03ContinueBlowWM2]]
<<scrolldown>><</cont>><div id="04_Erica_yoga_anotherbreak"></div>
<<script>>experiencedEvent("04_erica_yoga_anotherbreak", "SEE", "04_Erica_yoga_anotherbreak", State.temporary.events)<</script>>
<<player>>Another pause?<</player>>
<video @src=_Erica03Continuationfuck26 autoplay muted loop></video>
<<cont keypress append>><<erica>>Mmm! Mmm!<</erica>>
[[I guess she needed a rest|Erica03ContinueBlowWM2]]
<<scrolldown>><</cont>><div id="04_erica_yoga_happy"></div>
<<script>>experiencedEvent("04_erica_yoga_happy", "SEE", "04_erica_yoga_happy", State.temporary.events)<</script>>
<<player>>How about this one? What's the official name of this, miss know-it-all?<</player>>
<video @src=_Erica03Continuationfuck27 autoplay muted loop></video>
<<cont keypress append>><<erica>>Ana-a-anda Bala-a-a-asana-a-a!<</erica>>
[[She knows everything|Erica03ContinueBlowWM2]]
<<scrolldown>><</cont>><<player>>You have been a good teacher. It's time for your reward.<</player>>
<video @src=_Erica03Continuationfinish0 autoplay muted loop></video>
<<cont keypress append>><<erica>>Can I have it in my face? Please?<</erica>>
<<scrolldown>><<cont keypress append>><<player>>I guess that'll be alright.<</player>>
<video @src=_Erica03Continuationfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Thanks.<</erica>>
[[Cum|Erica03ContinueFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Erica_yoga_cum"></div>
<<script>>experiencedEvent("04_erica_yoga_cum", "SEE", "04_Erica_yoga_cum", State.temporary.events)<</script>>
<<player>>Open your mouth.<</player>>
<video @src=_Erica03Continuationfinish2 autoplay muted loop></video>
<<cont keypress append>><<erica>>A-a-ah!<</erica>>
<<scrolldown>><<cont keypress append>><<player>>There you go-o-o.<</player>>
<video @src=_Erica03Continuationfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Mmm, mmm.<</erica>>
[[This was a great lesson|Erica03ContinueFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>I've learned a lot today.<</player>>
<video @src=_Erica03Continuationfinish4 autoplay muted loop></video>
<<cont keypress append>><<erica>>Mmm, me too. The best way to learn something is to teach it.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What a cliché.<</player>>
<video @src=_Erica03Continuationfinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Especially if the student is talented.<</erica>>
[[I'm glad I could help|Erica03ContinueFinish4]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<erica>>I even think the grass is alright.<</erica>>
<video @src=_Erica03Continuationfinish6 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself?): Is she still thinking about the grass?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>I mean, with all the fluids we provided.<</erica>>
<video @src=_Erica03Continuationfinish7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah, I guess you're right.<</player>>
[[I'd better leave this maniac now|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<erica>>Baddha konasana.<</erica>>
<video @src=_Erica03Continuationfuck22 autoplay muted loop></video>
<<cont keypress append>><<player>>Baddha kona-asa-ana.<</player>>
[[I learned something today|Erica03ContinueBlowWM2]]
<<scrolldown>><</cont>><div id="04_Erica_yoga_mermaid"></div>
<<script>>experiencedEvent("04_erica_yoga_mermaid", "SEE", "04_Erica_yoga_mermaid", State.temporary.events)<</script>>
<<player>>How abouth this one?<</player>>
<video @src=_Erica03Continuationfuck28 autoplay muted loop></video>
<<cont keypress append>><<erica>>I call it mer... mer... me-e-e-er...<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Speak up!<</player>>
<video @src=_Erica03Continuationfuck29 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<erica>>Mermaid po-o-o-ose!<</erica>>
[[Makes sense|Erica03ContinueBlowWM2]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_monique03yougaSpy0 to 'videos/Others/version0.3/moniqueyoga/spy/0.mp4',
_monique03yougaSpy1 to 'videos/Others/version0.3/moniqueyoga/spy/1.mp4',
_monique03yougaSpy2 to 'videos/Others/version0.3/moniqueyoga/spy/2.mp4',
_monique03yougaSpy3 to 'videos/Others/version0.3/moniqueyoga/spy/3.mp4',
_monique03yougaoral0 to 'videos/Others/version0.3/moniqueyoga/oral/0.mp4',
_monique03yougaoral1 to 'videos/Others/version0.3/moniqueyoga/oral/1.mp4',
_monique03yougaoral2 to 'videos/Others/version0.3/moniqueyoga/oral/2.mp4',
_monique03yougaoral3 to 'videos/Others/version0.3/moniqueyoga/oral/3.mp4',
_monique03yougaoral4 to 'videos/Others/version0.3/moniqueyoga/oral/4.mp4',
_monique03yougaoral5 to 'videos/Others/version0.3/moniqueyoga/oral/5.mp4',
_monique03yougaoral6 to 'videos/Others/version0.3/moniqueyoga/oral/6.mp4',
_monique03yougaoral7 to 'videos/Others/version0.3/moniqueyoga/oral/7.mp4',
_monique03yougablow0 to 'videos/Others/version0.3/moniqueyoga/blow/0.mp4',
_monique03yougablow1 to 'videos/Others/version0.3/moniqueyoga/blow/1.mp4',
_monique03yougablow2 to 'videos/Others/version0.3/moniqueyoga/blow/2.mp4',
_monique03yougablow3 to 'videos/Others/version0.3/moniqueyoga/blow/3.mp4',
_monique03yougablow4 to 'videos/Others/version0.3/moniqueyoga/blow/4.mp4',
_monique03yougablow5 to 'videos/Others/version0.3/moniqueyoga/blow/5.mp4',
_monique03yougafuck0 to 'videos/Others/version0.3/moniqueyoga/fuck/0.mp4',
_monique03yougafuck1 to 'videos/Others/version0.3/moniqueyoga/fuck/1.mp4',
_monique03yougafuck2 to 'videos/Others/version0.3/moniqueyoga/fuck/2.mp4',
_monique03yougafuck3 to 'videos/Others/version0.3/moniqueyoga/fuck/3.mp4',
_monique03yougafuck4 to 'videos/Others/version0.3/moniqueyoga/fuck/4.mp4',
_monique03yougafuck5 to 'videos/Others/version0.3/moniqueyoga/fuck/5.mp4',
_monique03yougafuck6 to 'videos/Others/version0.3/moniqueyoga/fuck/6.mp4',
_monique03yougafuck7 to 'videos/Others/version0.3/moniqueyoga/fuck/7.mp4',
_monique03yougafuck8 to 'videos/Others/version0.3/moniqueyoga/fuck/8.mp4',
_monique03yougacum0 to 'videos/Others/version0.3/moniqueyoga/cum/0.mp4',
_monique03yougacum1 to 'videos/Others/version0.3/moniqueyoga/cum/1.mp4',
_monique03yougacum2 to 'videos/Others/version0.3/moniqueyoga/cum/2.mp4',
_monique03yougacum3 to 'videos/Others/version0.3/moniqueyoga/cum/3.mp4',
_monique03yougacum4 to 'videos/Others/version0.3/moniqueyoga/cum/4.mp4'
>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Monique_yoga_intro"></div>
<<script>>experiencedEvent("04_monique_yoga_intro", "SEE", "04_Monique_yoga_intro", State.temporary.events)<</script>>
<<monique>>(Melodic voice): Namaste, nama-aste!<</monique>>
<video @src=_monique03yougaSpy0 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): I know that woman. That's the psychiatrist at Melanie's company!<</player>>
<<scrolldown>><<cont keypress append>><<monique>>(Melodic voice): Nam, na-am!<</monique>>
<video @src=_monique03yougaSpy1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What should I say?<</player>>
[[Leave|Park][wait()]]
[[Call her by her name|Monique03YogaSpy2]]
<<if canExperienceEvent("04_monique_yoga_melaniesboobs", State.temporary.events)>>[[Mention Melanie's boobs|Monique03YogaSpy2b]]
<</if>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<player>>Monique?<</player>>
<video @src=_monique03yougaSpy2 autoplay muted loop></video>
<<cont keypress append>><<monique>>OMG, you scared me!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Sorry, I just... Are you doing yoga?<</player>>
<video @src=_monique03yougaSpy3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Yes, isn't it amazing? In this location, with this terrific view!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>It is indeed.<</player>>
<<scrolldown>><<cont keypress append>>What are you gonna say next?
[[Well, it was nice to see you again (leave)|Park][wait()]]
<<disable !canExperienceEvent("04_monique_yoga_join", State.temporary.events)>>[[I'm actually doing yoga as well. Can I join?|Monique03YogaOral1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>
<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Monique_yoga_join"></div>
<<script>>experiencedEvent("04_monique_yoga_join", "SEE", "04_Monique_yoga_join", State.temporary.events)<</script>>
<<monique>>You're a yoga expert? Can you help me with downward facing dog? I don't get the posture right.<</monique>>
<video @src=_monique03yougaoral0 autoplay muted loop></video>
<<cont keypress append>><<player>>I sure can.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>That's so nice of you, $playerFirstName!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Anything for you. Just relax and bend forward.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Like this?<</monique>>
<video @src=_monique03yougaoral1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Exactly. Let me make sure there are no unnecessary muscle tensions.<</player>>
[[She must relax her butt|Monique03YogaOral2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<monique>>But how can I do that, $playerFirstName? I've tried everything.<</monique>>
<<cont keypress append>><<player>>The yogi masters have techniques for everything. Let me try this one out.<</player>>
<video @src=_monique03yougaoral2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>A-ah! Did it work?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Can't tell at this stage.<</player>>
<video @src=_monique03yougaoral3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>A-ah! I'm glad I met a-an expert on this ma-atter, $playerFirstName. What's the ne-ext step?<</monique>>
[[I need to examine this closely|Monique03YogaOral3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>I'll have to remove those pants.<</player>>
<video @src=_monique03yougaoral4 autoplay muted loop></video>
<<cont keypress append>><<monique>>Whatever it takes, $playerFirstName.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Mmm, mmm, yeah you're tense alright.<</player>>
<video @src=_monique03yougaoral5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>O-oh, please help me solve it, $playerFirstName!<</monique>>
[[I'll do what I can|Monique03YogaOral4]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Monique_yoga_lick_ass"></div>
<<script>>experiencedEvent("04_monique_yoga_lick_ass", "SEE", "04_Monique_yoga_lick_ass", State.temporary.events)<</script>>
<<player>>How does this feel?<</player>>
<video @src=_monique03yougaoral6 autoplay muted loop></video>
<<cont keypress append>><<monique>>It feels alright.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>And this?<</player>>
<video @src=_monique03yougaoral7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Also go-o-o-o... Amazing!<</monique>>
[[I'll need your help with something|Monique03YogaBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>Get down. Get down quickly.<</player>>
<video @src=_monique03yougablow0 autoplay muted loop></video>
<<cont keypress append>><<monique>>What's that, $playerFirstName?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>It's my cock. I'll need you to blow it for me.<</player>>
<video @src=_monique03yougablow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Mmm, mmm!<</monique>>
[[She has a question|Monique03YogaBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><<monique>>Why, exactly, am-m-m-m I blowing-ng-ng-ng-ng you, $playerFirstName?<</monique>>
<video @src=_monique03yougablow2 autoplay muted loop></video>
<<cont keypress append>><<player>>It's needed for relieving your muscle tensions.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Mngk! I can tell you're an expert! Mngk! Mngk!<</monique>>
<video @src=_monique03yougablow3 autoplay muted loop></video>
[[It's time for the next step in the process|Monique03YogaBlow3]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<player>>Alright, remove your top.<</player>>
<video @src=_monique03yougablow4 autoplay muted loop></video>
<<cont keypress append>><<monique>>A-a-ah, done!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Good. Now, come sit in my lap.<</player>>
<video @src=_monique03yougablow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Are you sure this is not only a pretext for having sex with me, $playerFirstName?<</monique>>
[[Hey, I'm working hard for relieving your muscle tensions|Monique03YogaFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<monique>>I'm confident that you use the most efficient and secure way for relieving my muscle tensions, $playerFirstName.<</monique>>
<<cont keypress append>><<player>>Good. Now, I would like to try...<</player>>
[[Sit with me|Monique03YogaFuckWM1]]
<<disable !canExperienceEvent("04_monique_yoga_doggy", State.temporary.events)>>[[Bend forward|Monique03YogaFuckWM2]]<</disable>>
<<disable !canExperienceEvent("04_monique_yoga_blow", State.temporary.events)>>[[Give it another blow|Monique03YogaFuckWM3]]<</disable>>
<<disable !canExperienceEvent("04_monique_yoga_mat", State.temporary.events)>>[[Let's use that yoga mat of yours|Monique03YogaFuckWM4]]<</disable>>
<<disable !canExperienceEvent("04_monique_yoga_missionary", State.temporary.events)>>[[On your back, please|Monique03YogaFuckWM5]]<</disable>>
<<disable !canExperienceEvent("04_monique_yoga_jizz", State.temporary.events)>>[[I only have one more trick up my sleeve (finish)|Monique03YogaCum1]]<</disable>>
<<scrolldown>><</cont>><div id="04_Monique_yoga_ontop"></div>
<<script>>experiencedEvent("04_monique_yoga_ontop", "SEE", "04_Monique_yoga_ontop", State.temporary.events)<</script>>
<<player>>Just sit down here, gently.<</player>>
<video @src=_monique03yougafuck0 autoplay muted loop></video>
<<cont keypress append>><<monique>>Why gently, $playerFirstName?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Good point. Do rough if you like.<</player>>
<video @src=_monique03yougafuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Yeah, yeah! I like this be-e-etter!<</monique>>
[[Are youre muscle tensions relieved yet?|Monique03YogaFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Monique_yoga_doggy"></div>
<<script>>experiencedEvent("04_monique_yoga_doggy", "SEE", "04_Monique_yoga_doggy", State.temporary.events)<</script>>
<<player>>Work it hard.<</player>>
<video @src=_monique03yougafuck2 autoplay muted loop></video>
<<cont keypress append>><<monique>>I'm doing my best, $playerFirstName.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, you like that cock, don't you?<</player>>
<video @src=_monique03yougafuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>This is the best yoga session I've ever had, $playerFirstName!<</monique>>
[[Are youre muscle tensions relieved yet?|Monique03YogaFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Monique_yoga_blow"></div>
<<script>>experiencedEvent("04_monique_yoga_blow", "SEE", "04_Monique_yoga_blow", State.temporary.events)<</script>>
<<player>>Yeah, that cock in your mouth.<</player>>
<video @src=_monique03yougafuck4 autoplay muted loop></video>
<<cont keypress append>><<monique>>Maybe your cock needs relief as well, $playerFirstName?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Not until you are satisfied.<</player>>
<video @src=_monique03yougafuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Mngk! Good, mngk!<</monique>>
[[Are youre muscle tensions relieved yet?|Monique03YogaFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Monique_yoga_mat"></div>
<<script>>experiencedEvent("04_monique_yoga_mat", "SEE", "04_Monique_yoga_mat", State.temporary.events)<</script>>
<<player>>Yeah! This butt...<</player>>
<video @src=_monique03yougafuck6 autoplay muted loop></video>
<<cont keypress append>><<monique>>Yeah, it's te-e-ense!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>It's getting better though.<</player>>
<video @src=_monique03yougafuck7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>I'm sure it i-i-is!<</monique>>
[[Are youre muscle tensions relieved yet?|Monique03YogaFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Monique_yoga_missionary"></div>
<<script>>experiencedEvent("04_monique_yoga_missionary", "SEE", "04_Monique_yoga_missionary", State.temporary.events)<</script>>
<<monique>>Why aren't you looking at my boobs, $playerFirstName?<</monique>>
<video @src=_monique03yougafuck8 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm picturing Melanie's boobs.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Well, at least you're honest.<</monique>>
[[Are youre muscle tensions relieved yet?|Monique03YogaFuckWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Monique_yoga_jizz"></div>
<<script>>experiencedEvent("04_monique_yoga_jizz", "SEE", "04_Monique_yoga_jizz", State.temporary.events)<</script>>
<<player>>Drinking a true yoga master's cum will relieve any muscle tension.<</player>>
<video @src=_monique03yougacum0 autoplay muted loop></video>
<<cont keypress append>><<monique>>So give it to me, $playerFirstName!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Ye-e-ah!<</player>>
<video @src=_monique03yougacum1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>A-ah! O-oh!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>The-ere you go.<</player>>
<video @src=_monique03yougacum2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>That's so much! I lost half of it.<</monique>>
[[Well, you'll have to drink it all|Monique03YogaCum2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<monique>>It feels better already, $playerFirstName!<</monique>>
<video @src=_monique03yougacum3 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm glad I could help.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>How can I prevent muscle tensions to occur in the future?<</monique>>
<video @src=_monique03yougacum4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Drink cum twice a day and never sleep without a butt plug.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Nicole03Blackedbefore0 to 'videos/Others/version0.3/nicoleblacked/before/0.mp4',
_Nicole03Blackedbefore1 to 'videos/Others/version0.3/nicoleblacked/before/1.mp4',
_Nicole03Blackedbefore2 to 'videos/Others/version0.3/nicoleblacked/before/2.mp4',
_Nicole03Blackedintro0 to 'videos/Others/version0.3/nicoleblacked/intro/0.mp4',
_Nicole03Blackedintro1 to 'videos/Others/version0.3/nicoleblacked/intro/1.mp4',
_Nicole03Blackedintro2 to 'videos/Others/version0.3/nicoleblacked/intro/2.mp4',
_Nicole03Blackedintro3 to 'videos/Others/version0.3/nicoleblacked/intro/3.mp4',
_Nicole03Blackedintro4 to 'videos/Others/version0.3/nicoleblacked/intro/4.mp4',
_Nicole03Blackedintro5 to 'videos/Others/version0.3/nicoleblacked/intro/5.mp4',
_Nicole03Blackedintro6 to 'videos/Others/version0.3/nicoleblacked/intro/6.mp4',
_Nicole03Blackedtease0 to 'videos/Others/version0.3/nicoleblacked/tease/0.mp4',
_Nicole03Blackedtease1 to 'videos/Others/version0.3/nicoleblacked/tease/1.mp4',
_Nicole03Blackedtease2 to 'videos/Others/version0.3/nicoleblacked/tease/2.mp4',
_Nicole03Blackedtease3 to 'videos/Others/version0.3/nicoleblacked/tease/3.mp4',
_Nicole03Blackedtease4 to 'videos/Others/version0.3/nicoleblacked/tease/4.mp4',
_Nicole03Blackedtease5 to 'videos/Others/version0.3/nicoleblacked/tease/5.mp4',
_Nicole03Blackedtease6 to 'videos/Others/version0.3/nicoleblacked/tease/6.mp4',
_Nicole03Blackedtease7 to 'videos/Others/version0.3/nicoleblacked/tease/7.mp4',
_Nicole03Blackedtease8 to 'videos/Others/version0.3/nicoleblacked/tease/8.mp4',
_Nicole03Blackedtease9 to 'videos/Others/version0.3/nicoleblacked/tease/9.mp4',
_Nicole03Blackedblow0 to 'videos/Others/version0.3/nicoleblacked/blow/0.mp4',
_Nicole03Blackedblow1 to 'videos/Others/version0.3/nicoleblacked/blow/1.mp4',
_Nicole03Blackedblow2 to 'videos/Others/version0.3/nicoleblacked/blow/2.mp4',
_Nicole03Blackedblow3 to 'videos/Others/version0.3/nicoleblacked/blow/3.mp4',
_Nicole03Blackedblow4 to 'videos/Others/version0.3/nicoleblacked/blow/4.mp4',
_Nicole03Blackedblow5 to 'videos/Others/version0.3/nicoleblacked/blow/5.mp4',
_Nicole03Blackedblow6 to 'videos/Others/version0.3/nicoleblacked/blow/6.mp4',
_Nicole03Blackedblow7 to 'videos/Others/version0.3/nicoleblacked/blow/7.mp4',
_Nicole03Blackedblow8 to 'videos/Others/version0.3/nicoleblacked/blow/8.mp4',
_Nicole03Blackeddouble0 to 'videos/Others/version0.3/nicoleblacked/double/0.mp4',
_Nicole03Blackeddouble1 to 'videos/Others/version0.3/nicoleblacked/double/1.mp4',
_Nicole03Blackeddouble2 to 'videos/Others/version0.3/nicoleblacked/double/2.mp4',
_Nicole03Blackeddouble3 to 'videos/Others/version0.3/nicoleblacked/double/3.mp4',
_Nicole03Blackeddouble4 to 'videos/Others/version0.3/nicoleblacked/double/4.mp4',
_Nicole03Blackeddouble5 to 'videos/Others/version0.3/nicoleblacked/double/5.mp4',
_Nicole03Blackeddouble6 to 'videos/Others/version0.3/nicoleblacked/double/6.mp4',
_Nicole03Blackeddouble7 to 'videos/Others/version0.3/nicoleblacked/double/7.mp4',
_Nicole03Blackeddouble8 to 'videos/Others/version0.3/nicoleblacked/double/8.mp4',
_Nicole03Blackeddouble9 to 'videos/Others/version0.3/nicoleblacked/double/9.mp4',
_Nicole03Blackedbegin0 to 'videos/Others/version0.3/nicoleblacked/begin/0.mp4',
_Nicole03Blackedbegin1 to 'videos/Others/version0.3/nicoleblacked/begin/1.mp4',
_Nicole03Blackedbegin2 to 'videos/Others/version0.3/nicoleblacked/begin/2.mp4',
_Nicole03Blackedbegin3 to 'videos/Others/version0.3/nicoleblacked/begin/3.mp4',
_Nicole03Blackedfuck10 to 'videos/Others/version0.3/nicoleblacked/fuck1/0.mp4',
_Nicole03Blackedfuck11 to 'videos/Others/version0.3/nicoleblacked/fuck1/1.mp4',
_Nicole03Blackedfuck12 to 'videos/Others/version0.3/nicoleblacked/fuck1/2.mp4',
_Nicole03Blackedfuck13 to 'videos/Others/version0.3/nicoleblacked/fuck1/3.mp4',
_Nicole03Blackedfuck14 to 'videos/Others/version0.3/nicoleblacked/fuck1/4.mp4',
_Nicole03Blackedfuck15 to 'videos/Others/version0.3/nicoleblacked/fuck1/5.mp4',
_Nicole03Blackedfuck16 to 'videos/Others/version0.3/nicoleblacked/fuck1/6.mp4',
_Nicole03Blackedfuck17 to 'videos/Others/version0.3/nicoleblacked/fuck1/7.mp4',
_Nicole03Blackedfuck20 to 'videos/Others/version0.3/nicoleblacked/fuck2/0.mp4',
_Nicole03Blackedfuck21 to 'videos/Others/version0.3/nicoleblacked/fuck2/1.mp4',
_Nicole03Blackedfuck22 to 'videos/Others/version0.3/nicoleblacked/fuck2/2.mp4',
_Nicole03Blackedfuck23 to 'videos/Others/version0.3/nicoleblacked/fuck2/3.mp4',
_Nicole03Blackedfuck24 to 'videos/Others/version0.3/nicoleblacked/fuck2/4.mp4',
_Nicole03Blackedfuck25 to 'videos/Others/version0.3/nicoleblacked/fuck2/5.mp4',
_Nicole03Blackedfuck26 to 'videos/Others/version0.3/nicoleblacked/fuck2/6.mp4',
_Nicole03Blackedfuck27 to 'videos/Others/version0.3/nicoleblacked/fuck2/7.mp4',
_Nicole03Blackedfuck28 to 'videos/Others/version0.3/nicoleblacked/fuck2/8.mp4',
_Nicole03Blackedfuck29 to 'videos/Others/version0.3/nicoleblacked/fuck2/9.mp4',
_Nicole03Blackedfinish0 to 'videos/Others/version0.3/nicoleblacked/finish/0.mp4',
_Nicole03Blackedfinish1 to 'videos/Others/version0.3/nicoleblacked/finish/1.mp4',
_Nicole03Blackedfinish2 to 'videos/Others/version0.3/nicoleblacked/finish/2.mp4',
_Nicole03Blackedfinish3 to 'videos/Others/version0.3/nicoleblacked/finish/3.mp4',
_Nicole03Blackedfinish4 to 'videos/Others/version0.3/nicoleblacked/finish/4.mp4',
_Nicole03Blackedfinish5 to 'videos/Others/version0.3/nicoleblacked/finish/5.mp4',
_Nicole03Blackedfinish6 to 'videos/Others/version0.3/nicoleblacked/finish/6.mp4',
_Nicole03Blackedfinish7 to 'videos/Others/version0.3/nicoleblacked/finish/7.mp4',
_Nicole03Blackedfinish8 to 'videos/Others/version0.3/nicoleblacked/finish/8.mp4'
>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Nicole_bbca_see"></div>
<<script>>experiencedEvent("04_nicole_bbca_see", "SEE", "04_Nicole_bbca_see", State.temporary.events)<</script>>
You stand outside the residence of BBCA.
<<cont keypress append>><<player>>(To yourself): Wait, isn't that...<</player>>
<video @src=_Nicole03Blackedbefore0 autoplay muted loop></video>
[[I recognise her|Nicole03BlackedBefore2]]
<<scrolldown>><</cont>><<player>>(To yourself): Yes, that's Nicole, the girl from the lingerie shop.<</player>>
<video @src=_Nicole03Blackedbefore1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Has she fucked a member of the the BBCA?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I bet she has.<</player>>
<video @src=_Nicole03Blackedbefore2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'd better talk to the president of the BBCA about this. I could call him from the photo studio.<</player>>
[[I'll do that|BBCA][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Nicole_bbca_meeting"></div>
<<script>>experiencedEvent("04_nicole_bbca_meeting", "SEE", "04_Nicole_bbca_meeting", State.temporary.events)<</script>>
<<player>>(To yourself): Yeah, there she is.<</player>>
<<cont keypress append>>You put on the earphones so that you can hear their conversation.
<<scrolldown>><<cont keypress append>><<nicole>>...It's important to our members that the men have big cocks, I'm sure you understand?<</nicole>>
<video @src=_Nicole03Blackedintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>Naturally. We in BBCA have always honoured ourselves in having the largest dicks on the market. Right, Bertie?<</president>>
<<scrolldown>><<cont keypress append>><<bertie>>Yeah, it wouldn't, uhm, be fair to the, uhm, women of, uhm, BWRW to, you know, have a small dick and stuff.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Let me ask you a question, Junior, what does BWRW stand for?<</nicole>>
[[I'd like to know that as well|Nicole03BlackedIntro2]]
[[You play with your phone until they get to business|Nicole03BlackedTease2]]
[[I don't have time for this (leave)|BBCA][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<bertie>>Uhm, Blonde Women's, uhm, Rights Watch.<</bertie>>
<video @src=_Nicole03Blackedintro1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>That's correct, Junior, and what is my position at BWRW?<</nicole>>
<<scrolldown>><<cont keypress append>><<bertie>>(Panting slightly): Uhm, executive, uhm, uhm...<</bertie>>
<video @src=_Nicole03Blackedintro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): He's not very smart, is he?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(Whispering): Don't worry. He's got a really big dick.<</president>>
<<scrolldown>><<cont keypress append>><<bertie>>...Uhm, uhm...<</bertie>>
[[We're waiting|Nicole03BlackedIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<bertie>>...Uhm, uhm, directress, miss. Executive directress.<</bertie>>
<<cont keypress append>><<nicole>>That's also correct, Junior. Let's have a drink and celebrate our new deal.<</nicole>>
<video @src=_Nicole03Blackedintro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): But who cares about Bertie's IQ?<</player>>
[[No one has any objections|Nicole03BlackedIntro4]]
<<scrolldown>><</cont>><</cont>><<nicole>>You can't fool me, mr. President, I think Junior here has an absolute masterpiece of a cock.<</nicole>>
<<cont keypress append>><<player>>(To yourself): Nicole is horny today.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(Laughing): I won't deny it.<</president>>
<video @src=_Nicole03Blackedintro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>(Laughing): Yeah.<</bertie>>
[[A phone is ringing|Nicole03BlackedIntro5]]
<<scrolldown>><</cont>><</cont>><</cont>><<president>>Excuse me, I have to take this.<</president>>
<<cont keypress append>><<nicole>>Certainly.<</nicole>>
<video @src=_Nicole03Blackedintro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>No problem, bro.<</bertie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I wonder if Bertie understands what she's up to.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Finally... We're alone.<</nicole>>
<<scrolldown>><<cont keypress append>><<bertie>>(Laughing): Yeah.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Are you excited?<</nicole>>
<video @src=_Nicole03Blackedintro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, yeah, I guess.<</bertie>>
[[Well, he should be|Nicole03BlackedTease1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<nicole>>So why don't you stand up and show me what you've got?<</nicole>>
<video @src=_Nicole03Blackedtease0 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Uhm, now?<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Yes, right here. Right now.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow, she's really direct.<</player>>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, okay.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Remove the jacket.<</nicole>>
<video @src=_Nicole03Blackedtease1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>Yes, miss.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Miss executive directress.<</nicole>>
<<scrolldown>><<cont keypress append>><<bertie>>Miss executive, uhm, directress.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Good. Now, remove the shirt.<</nicole>>
<video @src=_Nicole03Blackedtease2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, yes, miss exec... executive directress.<</bertie>>
<<scrolldown>><<cont keypress append>><<player>>(Knocking on the monitor): Come on!<</player>>
<<scrolldown>><<cont keypress append>><<bertie>>...Exec... executive directress.<</bertie>>
[[And then he will remove the pants|Nicole03BlackedTease2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<nicole>>You know what, Junior?<</nicole>>
<video @src=_Nicole03Blackedtease3 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Uhm, no?<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>From now on I want you to call me miss Nicole, nothing else.<</nicole>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That must be a huge relief for Bertie.<</player>>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, okay.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Okay, what?<</nicole>>
<video @src=_Nicole03Blackedtease4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>Okay, miss Nicole.<</bertie>>
[[It seems Bertie will indeed have a good time|Nicole03BlackedTeaseWM]]
<<disable !canExperienceEvent("04_nicole_bbca_double_hello", State.temporary.events)>>[[You play with your phone until they get to the real work|Nicole03BlackedBegin1]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<player>>(To yourself): Does he understand how lucky he is?<</player>>
[[The first rule|Nicole03BlackedTeaseWM1]]
<<disable !canExperienceEvent("04_nicole_bbca_secondtrule", State.temporary.events)>>[[The second rule|Nicole03BlackedTeaseWM2]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_thirdrule", State.temporary.events)>>[[The third rule|Nicole03BlackedTeaseWM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_aquestion", State.temporary.events)>>[[An obvious question|Nicole03BlackedTeaseWM4]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_blow_knees", State.temporary.events)>>[[I guess they're set (continue)|Nicole03BlackedBlow1]]<</disable>><div id="04_Nicole_bbca_firstrule"></div>
<<script>>experiencedEvent("04_nicole_bbca_firstrule", "SEE", "04_Nicole_bbca_firstrule", State.temporary.events)<</script>>
<<nicole>>I want you to speak when spoken to.<</nicole>>
<video @src=_Nicole03Blackedtease5 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Uhm, okay.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Or else you will keep quiet.<</nicole>>
[[Yes, he needs to learn some manners|Nicole03BlackedTeaseWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Nicole_bbca_secondtrule"></div>
<<script>>experiencedEvent("04_nicole_bbca_secondtrule", "SEE", "04_Nicole_bbca_secondtrule", State.temporary.events)<</script>>
<<nicole>>This cock of yours will remain big and hard.<</nicole>>
<video @src=_Nicole03Blackedtease6 autoplay muted loop></video>
<<cont keypress append>><<bertie>>(Trying hard to keep quiet): ...<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>It will fuck my mouth. It will fuck my pussy.<</nicole>>
[[Yes, he needs to learn some manners|Nicole03BlackedTeaseWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Nicole_bbca_thirdrule"></div>
<<script>>experiencedEvent("04_nicole_bbca_thirdrule", "SEE", "04_Nicole_bbca_thirdrule", State.temporary.events)<</script>>
<<nicole>>And afterwards...<</nicole>>
<video @src=_Nicole03Blackedtease7 autoplay muted loop></video>
<<cont keypress append>><<bertie>>(Trying hard to keep quiet): ...<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>I want you to come in my pussy.<</nicole>>
[[Yes, he needs to learn some manners|Nicole03BlackedTeaseWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Nicole_bbca_aquestion"></div>
<<script>>experiencedEvent("04_nicole_bbca_aquestion", "SEE", "04_Nicole_bbca_aquestion", State.temporary.events)<</script>>
<<bertie>>But how about mr. President?<</bertie>>
<video @src=_Nicole03Blackedtease8 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Oh, I'm sure he won't mind.<</nicole>>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, okay.<</bertie>>
<video @src=_Nicole03Blackedtease9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Don't you worry, Junior, we'll be alright.<</nicole>>
[[Yes, he needs to learn some manners|Nicole03BlackedTeaseWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<nicole>>Remember now, Junior: don't speak unless you're spoken to.<</nicole>>
<video @src=_Nicole03Blackedblow0 autoplay muted loop></video>
<<cont keypress append>><<bertie>>(Trying hard to keep quiet): ...<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm<</nicole>>
[[She's such a tease|Nicole03BlackedBlowFirstWM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<player>>(To yourself): He doesn't deserve to be there.<</player>>
[[She's on her knees|Nicole03BlackedBlowFirstWM2]]
<<disable !canExperienceEvent("04_nicole_bbca_blow_remove", State.temporary.events)>>[[Unbutton that top|Nicole03BlackedBlowFirstWM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_blow_polish", State.temporary.events)>>[[Polish the whole cock|Nicole03BlackedBlowFirstWM4]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_blow_reveal", State.temporary.events)>>[[Reveal those boobs (continue)|Nicole03BlackedBlow2]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]<div id="04_Nicole_bbca_blow_knees"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_knees", "SEE", "04_Nicole_bbca_blow_knees", State.temporary.events)<</script>>
<<nicole>>Mmm, mmm<</nicole>>
<video @src=_Nicole03Blackedblow1 autoplay muted loop></video>
[[She really likes that cock|Nicole03BlackedBlowFirstWM]]<div id="04_Nicole_bbca_blow_remove"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_remove", "SEE", "04_Nicole_bbca_blow_remove", State.temporary.events)<</script>>
<<nicole>>Mmm, mmm<</nicole>>
<video @src=_Nicole03Blackedblow2 autoplay muted loop></video>
[[She really likes that cock|Nicole03BlackedBlowFirstWM]]<div id="04_Nicole_bbca_blow_polish"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_polish", "SEE", "04_Nicole_bbca_blow_polish", State.temporary.events)<</script>>
<<nicole>>Mmm, mmm<</nicole>>
<video @src=_Nicole03Blackedblow3 autoplay muted loop></video>
[[She really likes that cock|Nicole03BlackedBlowFirstWM]]<div id="04_Nicole_bbca_blow_reveal"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_reveal", "SEE", "04_Nicole_bbca_blow_reveal", State.temporary.events)<</script>>
<<nicole>>Mmm, mmm<</nicole>>
<video @src=_Nicole03Blackedblow4 autoplay muted loop></video>
[[Wow|Nicole03BlackedBlowSecondWM]]<<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<player>>(To yourself): It seems Nicole wants this moment to last forever.<</player>>
[[An honest question|Nicole03BlackedBlowSecondWM2]]
<<disable !canExperienceEvent("04_nicole_bbca_blow_keepgoing", State.temporary.events)>>[[Just keep blowing|Nicole03BlackedBlowSecondWM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_blow_balls", State.temporary.events)>>[[Those balls|Nicole03BlackedBlowSecondWM4]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_blow_interruption", State.temporary.events)>>[[Someone interrupts her (continue)|Nicole03BlackedDouble1]]<</disable>><div id="04_Nicole_bbca_blow_honestly"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_honestly", "SEE", "04_Nicole_bbca_blow_honestly", State.temporary.events)<</script>>
<<nicole>>So what do you prefer? The gentle touch of my hands or the sight of my boobs?<</nicole>>
<video @src=_Nicole03Blackedblow5 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Uhm, boobs I think.<</bertie>>
[[A wise man|Nicole03BlackedBlowSecondWM]]
<<scrolldown>><</cont>><div id="04_Nicole_bbca_blow_keepgoing"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_keepgoing", "SEE", "04_Nicole_bbca_blow_keepgoing", State.temporary.events)<</script>>
<<nicole>>Mmm, mmm!<</nicole>>
<video @src=_Nicole03Blackedblow6 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): She's a real treat.<</player>>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm!<</nicole>>
<video @src=_Nicole03Blackedblow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She actually blew me like that as well.<</player>>
[[She'll have a hard dick in her pussy, no need to worry about that|Nicole03BlackedBlowSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Nicole_bbca_blow_balls"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_balls", "SEE", "04_Nicole_bbca_blow_balls", State.temporary.events)<</script>>
<<nicole>>Mmm, those balls!<</nicole>>
<video @src=_Nicole03Blackedblow8 autoplay muted loop></video>
[[Wow, she really is beautiful|Nicole03BlackedBlowSecondWM]]<<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_Nicole_bbca_blow_interruption"></div>
<<script>>experiencedEvent("04_nicole_bbca_blow_interruption", "SEE", "04_Nicole_bbca_blow_interruption", State.temporary.events)<</script>>
<<nicole>>Mmm, mmm!<</nicole>>
<video @src=_Nicole03Blackeddouble0 autoplay muted loop></video>
<<cont keypress append>><<president>>(In the distance): And please hurry up, will you? Bye.<</president>>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm!<</nicole>>
<video @src=_Nicole03Blackeddouble1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(In the distance): Well, well, well!<</president>>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm!<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>(Opening the door): I'm glad you found each other!<</president>>
<video @src=_Nicole03Blackeddouble2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Oh, mr. President, why don't you come join us?<</nicole>>
[[That's a really good question|Nicole03BlackedDouble2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<president>>I'm glad to see that you're making Bertie happy.<</president>>
<video @src=_Nicole03Blackeddouble3 autoplay muted loop></video>
<<cont keypress append>><<nicole>>The members of BWRW will be happy as well, that's my number one priority.<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>Of course. But if there is no big black cock to please you, where would you find true happiness?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Corporate bullshit.<</player>>
<video @src=_Nicole03Blackeddouble4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>(Not listening): Mmm, mmm!<</nicole>>
[[It's time to greet the new cock|Nicole03BlackedDoubleWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<nicole>>So this is your most loyal servant, mr. President?<</nicole>>
[[Say hello to him|Nicole03BlackedDoubleWM1]]
<<disable !canExperienceEvent("04_nicole_bbca_double_like", State.temporary.events)>>[[Let's get to know each other properly|Nicole03BlackedDoubleWM2]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_double_bertie", State.temporary.events)>>[[Nicole seems to prefer Bertie's cock|Nicole03BlackedDoubleWM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_double_continue", State.temporary.events)>>[[The starter is out, guys, the main course is coming (continue)|Nicole03BlackedDouble3]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]<div id="04_Nicole_bbca_double_hello"></div>
<<script>>experiencedEvent("04_nicole_bbca_double_hello", "SEE", "04_Nicole_bbca_double_hello", State.temporary.events)<</script>>
<<president>>You recognise the taste of that big boy, miss directress?<</president>>
<video @src=_Nicole03Blackeddouble5 autoplay muted loop></video>
<<cont keypress append>><<nicole>>How could I ever forget, mr. President.<</nicole>>
[[I'm not surprised she's been here before|Nicole03BlackedDoubleWM]]
<<scrolldown>><</cont>><div id="04_Nicole_bbca_double_like"></div>
<<script>>experiencedEvent("04_nicole_bbca_double_like", "SEE", "04_Nicole_bbca_double_like", State.temporary.events)<</script>>
<<president>>Then you might remember how rough it can be.<</president>>
<video @src=_Nicole03Blackeddouble6 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Mngk! Mngk!<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>Or it's magnificent balls.<</president>>
<video @src=_Nicole03Blackeddouble7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Slurp! Slurp!<</nicole>>
[[I'm not surprised she's been here before|Nicole03BlackedDoubleWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Nicole_bbca_double_bertie"></div>
<<script>>experiencedEvent("04_nicole_bbca_double_bertie", "SEE", "04_Nicole_bbca_double_bertie", State.temporary.events)<</script>><<nicole>>You know, mr. President? I actually think I prefer Junior's cock.<</nicole>>
<video @src=_Nicole03Blackeddouble8 autoplay muted loop></video>
<<cont keypress append>><<president>>We'll see what you say when the session is over.<</president>>
[[So this is a planned session?|Nicole03BlackedDoubleWM]]
<<scrolldown>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_Nicole_bbca_double_continue"></div>
<<script>>experiencedEvent("04_nicole_bbca_double_continue", "SEE", "04_Nicole_bbca_double_continue", State.temporary.events)<</script>>
<<nicole>>I can't wait any longer. My pussy craves attention.<</nicole>>
<video @src=_Nicole03Blackeddouble9 autoplay muted loop></video>
<<cont keypress append>><<president>>Anything for the directress of BWRW.<</president>>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, yeah!<</bertie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I agree with Bertie.<</player>>
[[They head for one of the bedrooms|Nicole03BlackedBegin1]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<nicole>>Finally we're here. Get down, please.<</nicole>>
<video @src=_Nicole03Blackedbegin0 autoplay muted loop></video>
<<cont keypress append>><<president>>You're gonna give it another blow?<</president>>
<<scrolldown>><<cont keypress append>><<nicole>>Of course. I want it to be rock hard when it's rammed into my pussy.<</nicole>>
[[Of course|Nicole03BlackedBeginWM]]
<<scrolldown>><</cont>><</cont>><<nicole>>This is the last time I do all the work.<</nicole>>
[[Some attention to the president|Nicole03BlackedBeginWM1]]
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck_president_more", State.temporary.events)>>[[He needs a remark|Nicole03BlackedBeginWM2]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck_bertie", State.temporary.events)>>[[And some to Junior|Nicole03BlackedBeginWM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck_ready", State.temporary.events)>>[[They're ready (continue)|Nicole03BlackedFuck1WM]]<</disable>><div id="04_Nicole_bbca_doublefuck_president"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_president", "SEE", "04_Nicole_bbca_doublefuck_president", State.temporary.events)<</script>>
<<president>>Yeah, suck that dick!<</president>>
<video @src=_Nicole03Blackedbegin1 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Mmm! Mmm!<</nicole>>
[[Let's blow some cock|Nicole03BlackedBeginWM]]
<<scrolldown>><</cont>><div id="04_Nicole_bbca_doublefuck_president_more"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_president_more", "SEE", "04_Nicole_bbca_doublefuck_president_more", State.temporary.events)<</script>>
<<president>>(Panting): Yeah!<</president>>
<video @src=_Nicole03Blackedbegin2 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Mmm! Mmm! I won't let you come before you have pleased me as well, you know.<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>(Panting): Of course! Of course!<</president>>
[[Let's blow some cock|Nicole03BlackedBeginWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck_bertie"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_bertie", "SEE", "04_Nicole_bbca_doublefuck_bertie", State.temporary.events)<</script>>
<<president>>That feels good, doesn't it, Bertie?<</president>>
<<cont keypress append>><<bertie>>(Panting slightly): Uhm, yeah.<</bertie>>
<video @src=_Nicole03Blackedbegin3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm! Mmm!<</nicole>>
[[Let's blow some cock|Nicole03BlackedBeginWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck_ready"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_ready", "SEE", "04_Nicole_bbca_doublefuck_ready", State.temporary.events)<</script>>
<<player>>(To yourself): I understand now why she's the directress of BWRW!<</player>>
[[She's getting fucked by the president|Nicole03BlackedFuck1WM1]]
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck_fuckwork", State.temporary.events)>>[[She's got to do some work|Nicole03BlackedFuck1WM2]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck_fuckbertie", State.temporary.events)>>[[She's getting fucked by Bertie|Nicole03BlackedFuck1WM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck_further", State.temporary.events)>>[[Can they reach next level? (continue)|Nicole03BlackedFuck2WM]]<</disable>><div id="04_Nicole_bbca_doublefuck_fuckpresident"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_fuckpresident", "SEE", "04_Nicole_bbca_doublefuck_fuckpresident", State.temporary.events)<</script>>
<<nicole>>Mmm! Mmm!<</nicole>>
<<cont keypress append>><<president>>(Panting): Slurp, slurp!<</president>>
<video @src=_Nicole03Blackedfuck10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Will you please fuck me now?<</nicole>>
[[Not yet|Nicole03BlackedFuck1WM]]
[[Alright|Nicole03BlackedFuck1WM1b]]
<<scrolldown>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck_fuckwork"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_fuckwork", "SEE", "04_Nicole_bbca_doublefuck_fuckwork", State.temporary.events)<</script>>
<<president>>You didn't think we would do all the work for you, did you?<</president>>
<video @src=_Nicole03Blackedfuck13 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Mmm! Mmm!<</nicole>>
[[She seems fine|Nicole03BlackedFuck1WM]]
<<scrolldown>><</cont>><div id="04_Nicole_bbca_doublefuck_fuckbertie"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_fuckbertie", "SEE", "04_Nicole_bbca_doublefuck_fuckbertie", State.temporary.events)<</script>>
<<president>>Bertie's gonna fuck you hard now, are you ready for it?<</president>>
<video @src=_Nicole03Blackedfuck14 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Mmm, always ready.<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>Good, then you can blow me at the same time.<</president>>
<video @src=_Nicole03Blackedfuck15 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Mngk! Mngk!<</nicole>>
[[Let go|Nicole03BlackedFuck1WM]]
[[Go harder|Nicole03BlackedFuck1WM3b]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="04_Nicole_bbca_doublefuck_further"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck_further", "SEE", "04_Nicole_bbca_doublefuck_further", State.temporary.events)<</script>>
<<player>>(To yourself): BWRW makes thorough examinations indeed!<</player>>
[[Tease Bertie|Nicole03BlackedFuck2WM1]]
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck2_fuckbertie", State.temporary.events)>>[[Fuck Bertie|Nicole03BlackedFuck2WM2]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck2_blowpresident", State.temporary.events)>>[[Blow the President|Nicole03BlackedFuck2WM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck2_laydown", State.temporary.events)>>[[Time for Nicole to lay down (continue)|Nicole03BlackedFuck3WM]]<</disable>>
[[I don't have time for this (leave)|BBCA][wait()]]<div id="04_Nicole_bbca_doublefuck2_teasebertie"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck2_teasebertie", "SEE", "04_Nicole_bbca_doublefuck2_teasebertie", State.temporary.events)<</script>>
<<nicole>>Take it easy, Junior, no need to rush.<</nicole>>
<video @src=_Nicole03Blackedfuck20 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Uhm, okay.<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, mmm!<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>(Laughing): Yeah, Bertie needs some teasing! He's never had to wait for his rewards.<</president>>
<<scrolldown>><<cont keypress append>><<nicole>>But what about me, then? I want his cock in my pussy!<</nicole>>
<video @src=_Nicole03Blackedfuck21 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>(Laughing): Yeah, that's always the problem!<</president>>
[[Move on|Nicole03BlackedFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck2_fuckbertie"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck2_fuckbertie", "SEE", "04_Nicole_bbca_doublefuck2_fuckbertie", State.temporary.events)<</script>>
<<nicole>>Yes! Fuck that pu-u-u-u-ussy!<</nicole>>
<video @src=_Nicole03Blackedfuck22 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Yeah!<</bertie>>
<<scrolldown>><<cont keypress append>><<president>>(Laughing): It seems BWRW will be satisfied with our services after all.<</president>>
[[Move on|Nicole03BlackedFuck2WM]]
<<scrolldown>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck2_blowpresident"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck2_blowpresident", "SEE", "04_Nicole_bbca_doublefuck2_blowpresident", State.temporary.events)<</script>>
<<nicole>>If you want, I can blow your cock in the meantime?<</nicole>>
<video @src=_Nicole03Blackedfuck23 autoplay muted loop></video>
<<cont keypress append>><<president>>You like this little fellow as well, don't you?<</president>>
<<scrolldown>><<cont keypress append>><<nicole>>I wouldn't exactly call him little, but yes, I do like him.<</nicole>>
<video @src=_Nicole03Blackedfuck24 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<president>>I never met a woman who didn't.<</president>>
[[Move on|Nicole03BlackedFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck2_laydown"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck2_laydown", "SEE", "04_Nicole_bbca_doublefuck2_laydown", State.temporary.events)<</script>>
<<player>>(To yourself): BWRW. Blonde Women's Rights Watch. I'd better look it up.<</player>>
[[Eat that pussy|Nicole03BlackedFuck3WM1]]
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck3_fuck", State.temporary.events)>>[[Fuck that pussy|Nicole03BlackedFuck3WM2]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck3_hard", State.temporary.events)>>[[Harder|Nicole03BlackedFuck3WM3]]<</disable>>
<<disable !canExperienceEvent("04_nicole_bbca_doublefuck3_bertie", State.temporary.events)>>[[It seems Bertie is ready to go (finish)|Nicole03BlackedFinish1]]<</disable>>
<div id="04_Nicole_bbca_doublefuck3_eat"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck3_eat", "SEE", "04_Nicole_bbca_doublefuck3_eat", State.temporary.events)<</script>>
<<president>>You want me to eat that pussy for you, miss Directress?<</president>>
<video @src=_Nicole03Blackedfuck25 autoplay muted loop></video>
<<cont keypress append>><<nicole>>That would be most pleasant, mr. President.<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>Slurp, slurp! Like this?<</president>>
<video @src=_Nicole03Blackedfuck26 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>That's good, mr. President.<</nicole>>
[[Go on|Nicole03BlackedFuck3WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck3_fuck"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck3_fuck", "SEE", "04_Nicole_bbca_doublefuck3_fuck", State.temporary.events)<</script>>
<<president>>So how do you like Bertie?<</president>>
<video @src=_Nicole03Blackedfuck27 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Junior? Well, he doesn't talk much, but he seems like a nice guy.<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>And he has a nice dick?<</president>>
<video @src=_Nicole03Blackedfuck28 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Yeah, I'd like to cuddle with it forever.<</nicole>>
[[Go on|Nicole03BlackedFuck3WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Nicole_bbca_doublefuck3_hard"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck3_hard", "SEE", "04_Nicole_bbca_doublefuck3_hard", State.temporary.events)<</script>>
<<president>>Would you forget about Bertie's cock if I fucked you harder?<</president>>
<video @src=_Nicole03Blackedfuck29 autoplay muted loop></video>
<<cont keypress append>><<nicole>>I would never forget Junior's co-o-o-ock!<</nicole>>
[[Go on|Nicole03BlackedFuck3WM]]
<<scrolldown>><</cont>><div id="04_Nicole_bbca_doublefuck3_bertie"></div>
<<script>>experiencedEvent("04_nicole_bbca_doublefuck3_bertie", "SEE", "04_Nicole_bbca_doublefuck3_bertie", State.temporary.events)<</script>>
<<nicole>>Fuck me! Fuck me hard!<</nicole>>
<video @src=_Nicole03Blackedfinish0 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Uhm, uhm, okay, miss Nicole.<</bertie>>
<<scrolldown>><<cont keypress append>><<president>>He's following orders good, isn't he?<</president>>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, uhm!<</bertie>>
<video @src=_Nicole03Blackedfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>As long as I get a huge load of cum in that pussy I'm happy.<</nicole>>
[[Oh, I think Bertie's already finished that part|Nicole03BlackedFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<nicole>>Wow, Junior!<</nicole>>
<video @src=_Nicole03Blackedfinish2 autoplay muted loop></video>
<<cont keypress append>><<bertie>>Uhm, yeah!<</bertie>>
<<scrolldown>><<cont keypress append>><<nicole>>Mmm, this is so good.<</nicole>>
<video @src=_Nicole03Blackedfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>Uhm, thanks.<</bertie>>
[[And the president's not done yet|Nicole03BlackedFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><<president>>I've been trying out three girls already today. There might not be much left for you.<</president>>
<video @src=_Nicole03Blackedfinish4 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Well, there's always something, isn't there, mr. President?<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>Someday I'll show you one of my big loads.<</president>>
<video @src=_Nicole03Blackedfinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>You mean like the one Junior unleashed in my pussy?<</nicole>>
[[Continue|Nicole03BlackedFinish4]]
<<scrolldown>><</cont>><</cont>><</cont>><<president>>So what's your assessment, miss Directress?<</president>>
<video @src=_Nicole03Blackedfinish6 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Of your cum, mr. President?<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>No, about the cocks provided by BBCA.<</president>>
<video @src=_Nicole03Blackedfinish7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Well, they're heavenly. I could stay here forever.<</nicole>>
[[Bertie wants to say something|Nicole03BlackedFinish5]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="04_Nicole_bbca_finish"></div>
<<script>>experiencedEvent("04_nicole_bbca_finish", "SEE", "04_Nicole_bbca_finish", State.temporary.events)<</script>>
<<bertie>>Uhm, you're welcome to come back anytime, miss Nicole, uhm.<</bertie>>
<video @src=_Nicole03Blackedfinish8 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Well, thanks Junior! I'm so glad to hear that. I'll most certainly come back.<</nicole>>
[[I would as well|BBCA][wait()]]
<<scrolldown>><</cont>><<president>>Are you happy now?<</president>>
<video @src=_Nicole03Blackedfuck11 autoplay muted loop></video>
<<cont keypress append>><<nicole>>Mmm, yes! Yes! Ye-e-e-es!<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>So why don't you say you're happy?<</president>>
<video @src=_Nicole03Blackedfuck12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>I'm Ha-a-a-a-appy!<</nicole>>
[[But no happiness lasts forever|Nicole03BlackedFuck1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<nicole>>Spank me, Junior, spa-a-ank me!<</nicole>>
<<cont keypress append>><<bertie>>Uhm, okay!<</bertie>>
<video @src=_Nicole03Blackedfuck16 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Ye-e-e-es!<</nicole>>
<<scrolldown>><<cont keypress append>><<president>>I'll give you a slap as well.<</president>>
<video @src=_Nicole03Blackedfuck17 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nicole>>Who told you to use that dirty hand, mr. free rider?<</nicole>>
[[She's horny|Nicole03BlackedFuck1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance1")>><<stopallaudio>><<audio "romance1" volume 1 play>><</if>>
<div id="EricaFeel"></div>
<<script>>experiencedEvent("erica_yoga", "SEE", "EricaFeel", State.temporary.events)<</script>>
<<player>>It feels good not be focused, right?<</player>>
<<erica>>Mmm, yes.<</erica>>
<<player>>Do you want to feel my cock?<</player>>
<<cont keypress append>><video @src=_Ericac5 autoplay muted loop></video>
<<erica>>Wow, it's big.<</erica>>
<<scrolldown>><<cont keypress append>><<player>>Yes. And it's hard. Do you know why?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>Is it because of me?<</erica>>
<<player>>That's right.<</player>>
<<scrolldown>><<cont keypress append>><video @src=_Ericac6 autoplay muted loop></video>
<<erica>>Oh, $playerFirstName, we can't do this. Not here, in the park.<</erica>>
<<player>>Why not?<</player>>
<<scrolldown>><<cont keypress append>><<erica>>We will ruin the grass.<</erica>>
[[I guess she doesn't want to go further|Park][wait()]]
<<disable !canExperienceEvent("04_erica_yoga_intro", State.temporary.events)>>[[Some fluids would be good for the grass|Erica03ContinueBlow1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>Welcome to this Melanies Marvelous Boobs preview. This is an extension of the scene from the very first version of the game, where the main character meets Erica in the park. Back then, she only gave him advice. In this extension, she gives him everything she's got.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto EricaIntro>><</button>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Monique_yoga_melaniesboobs"></div>
<<script>>experiencedEvent("04_monique_yoga_melaniesboobs", "SEE", "04_Monique_yoga_melaniesboobs", State.temporary.events)<</script>>
<<player>>(Clearing your throat): Melanie's boobs? Melanie's boobs, right?<</player>>
<video @src=_monique03yougaSpy2 autoplay muted loop></video>
<<cont keypress append>><<monique>>OMG, you scared me!<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Sorry, I just came to think about Melanie's boobs.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Yeah, right, you're $playerFirstName! The employee with exceptional mental strength.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>That's me.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>It's amazing that you came to think about her boobs while we're at this place, with this terrific view.<</monique>>
<video @src=_monique03yougaSpy3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, I do have a focused mind.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>I'll report to Melanie about your achievement. She will be very glad to hear it.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I just have to accept I'll never understand the mind of Melanie.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character finds Monique, the psychiatrist, in the park doing yoga. He shows her some of the tricks he has learned.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto Monique03YogaSpy1>><</button>><<set
_Melanie03GardenIntro0 to 'videos/Melanie/version0.3/garden/orange/intro/0.mp4',
_Melanie03GardenIntro1 to 'videos/Melanie/version0.3/garden/orange/intro/1.mp4',
_Melanie03GardenIntro2 to 'videos/Melanie/version0.3/garden/orange/intro/2.mp4',
_Melanie03GardenIntro3 to 'videos/Melanie/version0.3/garden/orange/intro/3.mp4',
_Melanie03GardenIntro4 to 'videos/Melanie/version0.3/garden/orange/intro/4.mp4',
_Melanie03GardenIntro5 to 'videos/Melanie/version0.3/garden/orange/intro/5.mp4',
_Melanie03Gardentease0 to 'videos/Melanie/version0.3/garden/orange/tease/0.mp4',
_Melanie03Gardentease1 to 'videos/Melanie/version0.3/garden/orange/tease/1.mp4',
_Melanie03Gardentease2 to 'videos/Melanie/version0.3/garden/orange/tease/2.mp4',
_Melanie03Gardentease3 to 'videos/Melanie/version0.3/garden/orange/tease/3.mp4',
_Melanie03Gardentease4 to 'videos/Melanie/version0.3/garden/orange/tease/4.mp4',
_Melanie03Gardentease5 to 'videos/Melanie/version0.3/garden/orange/tease/5.mp4',
_Melanie03Gardenwindmill0 to 'videos/Melanie/version0.3/garden/orange/windmill/0.mp4',
_Melanie03Gardenwindmill1 to 'videos/Melanie/version0.3/garden/orange/windmill/1.mp4',
_Melanie03Gardenwindmill2 to 'videos/Melanie/version0.3/garden/orange/windmill/2.mp4',
_Melanie03Gardenwindmill3 to 'videos/Melanie/version0.3/garden/orange/windmill/3.mp4',
_Melanie03Gardenwindmill4 to 'videos/Melanie/version0.3/garden/orange/windmill/4.mp4',
_Melanie03Gardenwindmill5 to 'videos/Melanie/version0.3/garden/orange/windmill/5.mp4',
_Melanie03Gardenwindmill6 to 'videos/Melanie/version0.3/garden/orange/windmill/6.mp4',
_Melanie03Gardenwindmill7 to 'videos/Melanie/version0.3/garden/orange/windmill/7.mp4',
_Melanie03Gardenfinish0 to 'videos/Melanie/version0.3/garden/orange/finish/0.mp4',
_Melanie03Gardenfinish1 to 'videos/Melanie/version0.3/garden/orange/finish/1.mp4',
_Melanie03Gardenfinish2 to 'videos/Melanie/version0.3/garden/orange/finish/2.mp4',
_Melanie03Gardenfinish3 to 'videos/Melanie/version0.3/garden/orange/finish/3.mp4'
>><<set
_Melanie03GardenLightBlue0 to 'videos/Melanie/version0.3/garden/blue/0.mp4',
_Melanie03GardenLightBlue1 to 'videos/Melanie/version0.3/garden/blue/1.mp4',
_Melanie03GardenLightBlue2 to 'videos/Melanie/version0.3/garden/blue/2.mp4',
_Melanie03GardenLightBlue3 to 'videos/Melanie/version0.3/garden/blue/3.mp4'
>><<set
_Melanie03GardenTiffAndMelIntro0 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/0.mp4',
_Melanie03GardenTiffAndMelIntro1 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/1.mp4',
_Melanie03GardenTiffAndMelIntro2 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/2.mp4',
_Melanie03GardenTiffAndMelIntro3 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/3.mp4',
_Melanie03GardenTiffAndMelIntro4 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/4.mp4',
_Melanie03GardenTiffAndMelIntro5 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/5.mp4',
_Melanie03GardenTiffAndMelIntro6 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/6.mp4',
_Melanie03GardenTiffAndMelIntro7 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/7.mp4',
_Melanie03GardenTiffAndMelIntro8 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/8.mp4',
_Melanie03GardenTiffAndMelIntro9 to 'videos/Melanie/version0.3/garden/tiffandmel/intro/9.mp4',
_Melanie03GardenTiffAndMelfirst0 to 'videos/Melanie/version0.3/garden/tiffandmel/first/0.mp4',
_Melanie03GardenTiffAndMelfirst1 to 'videos/Melanie/version0.3/garden/tiffandmel/first/1.mp4',
_Melanie03GardenTiffAndMelfirst2 to 'videos/Melanie/version0.3/garden/tiffandmel/first/2.mp4',
_Melanie03GardenTiffAndMelfirst3 to 'videos/Melanie/version0.3/garden/tiffandmel/first/3.mp4',
_Melanie03GardenTiffAndMelfirst4 to 'videos/Melanie/version0.3/garden/tiffandmel/first/4.mp4',
_Melanie03GardenTiffAndMelfirst5 to 'videos/Melanie/version0.3/garden/tiffandmel/first/5.mp4',
_Melanie03GardenTiffAndMelfirst6 to 'videos/Melanie/version0.3/garden/tiffandmel/first/6.mp4',
_Melanie03GardenTiffAndMelfirst7 to 'videos/Melanie/version0.3/garden/tiffandmel/first/7.mp4',
_Melanie03GardenTiffAndMelfirst8 to 'videos/Melanie/version0.3/garden/tiffandmel/first/8.mp4',
_Melanie03GardenTiffAndMelfirst9 to 'videos/Melanie/version0.3/garden/tiffandmel/first/9.mp4',
_Melanie03GardenTiffAndMeltiffblow0 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/0.mp4',
_Melanie03GardenTiffAndMeltiffblow1 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/1.mp4',
_Melanie03GardenTiffAndMeltiffblow2 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/2.mp4',
_Melanie03GardenTiffAndMeltiffblow3 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/3.mp4',
_Melanie03GardenTiffAndMeltiffblow4 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/4.mp4',
_Melanie03GardenTiffAndMeltiffblow5 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/5.mp4',
_Melanie03GardenTiffAndMeltiffblow6 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/6.mp4',
_Melanie03GardenTiffAndMeltiffblow7 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/7.mp4',
_Melanie03GardenTiffAndMeltiffblow8 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/8.mp4',
_Melanie03GardenTiffAndMeltiffblow9 to 'videos/Melanie/version0.3/garden/tiffandmel/tiffblow/9.mp4',
_Melanie03GardenTiffAndMelmelblow0 to 'videos/Melanie/version0.3/garden/tiffandmel/melblow/0.mp4',
_Melanie03GardenTiffAndMelmelblow1 to 'videos/Melanie/version0.3/garden/tiffandmel/melblow/1.mp4',
_Melanie03GardenTiffAndMelmelblow2 to 'videos/Melanie/version0.3/garden/tiffandmel/melblow/2.mp4',
_Melanie03GardenTiffAndMelmelblow3 to 'videos/Melanie/version0.3/garden/tiffandmel/melblow/3.mp4',
_Melanie03GardenTiffAndMelmelblow4 to 'videos/Melanie/version0.3/garden/tiffandmel/melblow/4.mp4',
_Melanie03GardenTiffAndMelmelblow5 to 'videos/Melanie/version0.3/garden/tiffandmel/melblow/5.mp4',
_Melanie03GardenTiffAndMelfucktiffany0 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/0.mp4',
_Melanie03GardenTiffAndMelfucktiffany1 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/1.mp4',
_Melanie03GardenTiffAndMelfucktiffany2 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/2.mp4',
_Melanie03GardenTiffAndMelfucktiffany3 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/3.mp4',
_Melanie03GardenTiffAndMelfucktiffany4 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/4.mp4',
_Melanie03GardenTiffAndMelfucktiffany5 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/5.mp4',
_Melanie03GardenTiffAndMelfucktiffany6 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/6.mp4',
_Melanie03GardenTiffAndMelfucktiffany7 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/7.mp4',
_Melanie03GardenTiffAndMelfucktiffany8 to 'videos/Melanie/version0.3/garden/tiffandmel/fucktiffany/8.mp4',
_Melanie03GardenTiffAndMelfuckmelanie0 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/0.mp4',
_Melanie03GardenTiffAndMelfuckmelanie1 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/1.mp4',
_Melanie03GardenTiffAndMelfuckmelanie2 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/2.mp4',
_Melanie03GardenTiffAndMelfuckmelanie3 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/3.mp4',
_Melanie03GardenTiffAndMelfuckmelanie4 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/4.mp4',
_Melanie03GardenTiffAndMelfuckmelanie5 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/5.mp4',
_Melanie03GardenTiffAndMelfuckmelanie6 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/6.mp4',
_Melanie03GardenTiffAndMelfuckmelanie7 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/7.mp4',
_Melanie03GardenTiffAndMelfuckmelanie8 to 'videos/Melanie/version0.3/garden/tiffandmel/fuckmelanie/8.mp4',
_Melanie03GardenTiffAndMelcum0 to 'videos/Melanie/version0.3/garden/tiffandmel/cum/0.mp4',
_Melanie03GardenTiffAndMelcum1 to 'videos/Melanie/version0.3/garden/tiffandmel/cum/1.mp4',
_Melanie03GardenTiffAndMelcum2 to 'videos/Melanie/version0.3/garden/tiffandmel/cum/2.mp4',
_Melanie03GardenTiffAndMelcum3 to 'videos/Melanie/version0.3/garden/tiffandmel/cum/3.mp4',
_Melanie03GardenTiffAndMelcum4 to 'videos/Melanie/version0.3/garden/tiffandmel/cum/4.mp4',
_Melanie03GardenTiffAndMelcum5 to 'videos/Melanie/version0.3/garden/tiffandmel/cum/5.mp4'
>><<set
_Melanie03GardenDarkIntro0 to 'videos/Melanie/version0.3/garden/dark/intro/0.mp4',
_Melanie03GardenDarkIntro1 to 'videos/Melanie/version0.3/garden/dark/intro/1.mp4',
_Melanie03GardenDarkIntro2 to 'videos/Melanie/version0.3/garden/dark/intro/2.mp4',
_Melanie03GardenDarkIntro3 to 'videos/Melanie/version0.3/garden/dark/intro/3.mp4',
_Melanie03GardenDarkIntro4 to 'videos/Melanie/version0.3/garden/dark/intro/4.mp4',
_Melanie03GardenDarkIntro5 to 'videos/Melanie/version0.3/garden/dark/intro/5.mp4',
_Melanie03GardenDarkwindmill0 to 'videos/Melanie/version0.3/garden/dark/windmill/0.mp4',
_Melanie03GardenDarkwindmill1 to 'videos/Melanie/version0.3/garden/dark/windmill/1.mp4',
_Melanie03GardenDarkwindmill2 to 'videos/Melanie/version0.3/garden/dark/windmill/2.mp4',
_Melanie03GardenDarkwindmill3 to 'videos/Melanie/version0.3/garden/dark/windmill/3.mp4',
_Melanie03GardenDarkwindmill4 to 'videos/Melanie/version0.3/garden/dark/windmill/4.mp4',
_Melanie03GardenDarkwindmill5 to 'videos/Melanie/version0.3/garden/dark/windmill/5.mp4',
_Melanie03GardenDarkwindmill6 to 'videos/Melanie/version0.3/garden/dark/windmill/6.mp4',
_Melanie03GardenDarkwindmill7 to 'videos/Melanie/version0.3/garden/dark/windmill/7.mp4',
_Melanie03GardenDarkfinish0 to 'videos/Melanie/version0.3/garden/dark/finish/0.mp4',
_Melanie03GardenDarkfinish1 to 'videos/Melanie/version0.3/garden/dark/finish/1.mp4',
_Melanie03GardenDarkfinish2 to 'videos/Melanie/version0.3/garden/dark/finish/2.mp4',
_Melanie03GardenDarkfinish3 to 'videos/Melanie/version0.3/garden/dark/finish/3.mp4'
>><<set
_Melanie03GardenPeekDoggy0 to 'videos/Melanie/version0.3/garden/peek2/0.mp4',
_Melanie03GardenPeekDoggy1 to 'videos/Melanie/version0.3/garden/peek2/1.mp4',
_Melanie03GardenPeekDoggy2 to 'videos/Melanie/version0.3/garden/peek2/2.mp4',
_Melanie03GardenPeekDoggy3 to 'videos/Melanie/version0.3/garden/peek2/3.mp4',
_Melanie03GardenPeekDoggy4 to 'videos/Melanie/version0.3/garden/peek2/4.mp4'
>><<set
_Melanie03GardenPeekHardfuck10 to 'videos/Melanie/version0.3/garden/peek1/fuck1/0.mp4',
_Melanie03GardenPeekHardfuck11 to 'videos/Melanie/version0.3/garden/peek1/fuck1/1.mp4',
_Melanie03GardenPeekHardfuck12 to 'videos/Melanie/version0.3/garden/peek1/fuck1/2.mp4',
_Melanie03GardenPeekHardfuck13 to 'videos/Melanie/version0.3/garden/peek1/fuck1/3.mp4',
_Melanie03GardenPeekHardfuck14 to 'videos/Melanie/version0.3/garden/peek1/fuck1/4.mp4',
_Melanie03GardenPeekHardfuck15 to 'videos/Melanie/version0.3/garden/peek1/fuck1/5.mp4',
_Melanie03GardenPeekHardfuck16 to 'videos/Melanie/version0.3/garden/peek1/fuck1/6.mp4',
_Melanie03GardenPeekHardfuck17 to 'videos/Melanie/version0.3/garden/peek1/fuck1/7.mp4',
_Melanie03GardenPeekHardfuck18 to 'videos/Melanie/version0.3/garden/peek1/fuck1/8.mp4',
_Melanie03GardenPeekHardfuck19 to 'videos/Melanie/version0.3/garden/peek1/fuck1/9.mp4',
_Melanie03GardenPeekHardintermediate0 to 'videos/Melanie/version0.3/garden/peek1/intermediate/0.mp4',
_Melanie03GardenPeekHardintermediate1 to 'videos/Melanie/version0.3/garden/peek1/intermediate/1.mp4',
_Melanie03GardenPeekHardfuck20 to 'videos/Melanie/version0.3/garden/peek1/fuck2/0.mp4',
_Melanie03GardenPeekHardfuck21 to 'videos/Melanie/version0.3/garden/peek1/fuck2/1.mp4',
_Melanie03GardenPeekHardfuck22 to 'videos/Melanie/version0.3/garden/peek1/fuck2/2.mp4',
_Melanie03GardenPeekHardfuck23 to 'videos/Melanie/version0.3/garden/peek1/fuck2/3.mp4',
_Melanie03GardenPeekHardfuck24 to 'videos/Melanie/version0.3/garden/peek1/fuck2/4.mp4',
_Melanie03GardenPeekHardfuck25 to 'videos/Melanie/version0.3/garden/peek1/fuck2/5.mp4',
_Melanie03GardenPeekHardfuck26 to 'videos/Melanie/version0.3/garden/peek1/fuck2/6.mp4',
_Melanie03GardenPeekHardfuck27 to 'videos/Melanie/version0.3/garden/peek1/fuck2/7.mp4',
_Melanie03GardenPeekHardfinish0 to 'videos/Melanie/version0.3/garden/peek1/finish/0.mp4',
_Melanie03GardenPeekHardfinish1 to 'videos/Melanie/version0.3/garden/peek1/finish/1.mp4',
_Melanie03GardenPeekHardfinish2 to 'videos/Melanie/version0.3/garden/peek1/finish/2.mp4'
>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="04_Melanie_garden_lightblue"></div>
<<script>>experiencedEvent("04_melanie_garden_lightblue", "SEE", "04_Melanie_garden_lightblue", State.temporary.events)<</script>>
You clean up Melanie's pool.
<<cont keypress append>><<player>>This is the shittiest job ever. Why did I even go here?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yoohoo, $playerFirstName!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Ah, right, that's why.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I've made a screwdriver for you, $playerFirstName.<</melanie>>
<video @src=_Melanie03GardenLightBlue0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Thanks.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You do know what a screwdriver is, don't you, $playerFirstName?<</melanie>>
<video @src=_Melanie03GardenLightBlue1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And you've imagined me and you performing one quite a few times, haven't you?<</melanie>>
[[Well...|Melanie03LightBlueGarden2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<<melanie>>I'm sorry to say your dreams will not come true.<</melanie>>
<<cont keypress append>><<player>>Okay.<</player>>
<video @src=_Melanie03GardenLightBlue2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>But you are allowed to stare at my ass when I return. That's something, isn't it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah...<</player>>
<video @src=_Melanie03GardenLightBlue3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're cute, $playerFirstName.<</melanie>>
[[Return to work|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Melanie_garden_orange_intro"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_intro", "SEE", "04_Melanie_garden_orange_intro", State.temporary.events)<</script>>
You work in Melanie's garden. You trim one of the hedgerows.
<<cont keypress append>><<melanie>>Woohoo, $playerFirstName?<</melanie>>
<video @src=_Melanie03GardenIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What does she want now?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Ah, there you are.<</melanie>>
<video @src=_Melanie03GardenIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<player>>That's a beautiful dress you're wearing, Melanie.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I know. It's because my husband's coming home tonight.<</melanie>>
[[Right. So what do you want from me?|Melanie03gardenorange2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Well, I can't be entirely sure it works without testing it, can I, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>How do you mean?<</player>>
<video @src=_Melanie03GardenIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>The level of desperation in a man's eyes is the only true measure of the beauty of an outfit.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Can you see desperation in my eyes?<</player>>
<video @src=_Melanie03GardenIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I see pure panic. But what can you expect, with a dick as small as yours?<</melanie>>
[[She leaves (continue working)|Melhome][wait()]]
<<disable !canExperienceEvent("04_melanie_garden_orange_follow", State.temporary.events)>>[[Follow her|Melanie03gardenorange3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Melanie_garden_orange_follow"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_follow", "SEE", "04_Melanie_garden_orange_follow", State.temporary.events)<</script>>
<<melanie>>How many times did you ejaculate this morning, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Five or six, I think.<</player>>
<video @src=_Melanie03GardenIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That's good. I can't have my hair messed up again.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>What makes you think I would mess up your hair?<</player>>
<video @src=_Melanie03GardenIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Be realistic, $playerFirstName, I've seen how you look at my boobs.<</melanie>>
[[It seems she wants to be alone|Melhome][wait()]]
[[Release her tits|Melanie03gardenorangeTease1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="04_Melanie_garden_orange_release"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_release", "SEE", "04_Melanie_garden_orange_release", State.temporary.events)<</script>>
<<player>>How could I look at them? They are all concealed in this dress of yours.<</player>>
<video @src=_Melanie03Gardentease0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>You can see the outline of them perfectly well, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I quite disagree.<</player>>
<video @src=_Melanie03Gardentease1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, $playerFirstName, here they are. Are you happy now?<</melanie>>
[[Very happy (go back to work)|Melhome][wait()]]
<<disable !canExperienceEvent("04_melanie_garden_orange_dick", State.temporary.events)>>[[No, now I want you to do some work|Melanie03gardenorangeTease2]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_orange_dick"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_dick", "SEE", "04_Melanie_garden_orange_dick", State.temporary.events)<</script>>
<<player>>Not really.<</player>>
<video @src=_Melanie03Gardentease2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Well, a man with such a small dick should definitely be happy when having a pair of great tits like mine in his hands, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, I'm not happy, that's all I can say.<</player>>
<video @src=_Melanie03Gardentease3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You want me to suck your dick? Well, that's never gonna happen.<</melanie>>
[[Okay (go back to work)|Melhome][wait()]]
[[Yes, it will happen right now|Melanie03gardenorangeTease3]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="04_Melanie_garden_orange_blow"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_blow", "SEE", "04_Melanie_garden_orange_blow", State.temporary.events)<</script>>
<<player>>There you go.<</player>>
<video @src=_Melanie03Gardentease4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Well, isn't that a cute little dick you've got there, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It seems you can't take your eyes from it.<</player>>
<video @src=_Melanie03Gardentease5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I admit it might have grown one or two inches, but it's still a small dick.<</melanie>>
[[It's time for Melanie to do some work|Melanie03gardenorangeWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>What do you want me to do, $playerFirstName?<</melanie>>
[[I want to fuck those boobs|Melanie03gardenorangeWM1]]
<<disable !canExperienceEvent("04_melanie_garden_orange_wm_deep", State.temporary.events)>>[[I want to dip it deep|Melanie03gardenorangeWM2]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_orange_wm_balls", State.temporary.events)>>[[Lick those balls|Melanie03gardenorangeWM3]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_orange_wm_hard", State.temporary.events)>>[[Blow it hard|Melanie03gardenorangeWM4]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_orange_wm_knees", State.temporary.events)>>[[Get on your knees|Melanie03gardenorangeWM5]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_orange_wm_mouth", State.temporary.events)>>[[Let me fuck that mouth|Melanie03gardenorangeWM6]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_orange_wm_jizz", State.temporary.events)>>[[I want to make a mess out of those boobs (finish)|Melanie03gardenorangeFinish1]]<</disable>><div id="04_Melanie_garden_orange_wm_jizz"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_wm_jizz", "SEE", "04_Melanie_garden_orange_wm_jizz", State.temporary.events)<</script>>
<<melanie>>Where are you aiming, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Right between those big boobies.<</player>>
<video @src=_Melanie03Gardenfinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That's a hard spot to hit. They are huge, you see.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Huge like my cock.<</player>>
<video @src=_Melanie03Gardenfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha don't be silly, $playerFirstName!<</melanie>>
[[I don't care, I jizzed on her boobs|Melanie03gardenorangeFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_orange_wm_boobs"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_wm_boobs", "SEE", "04_Melanie_garden_orange_wm_boobs", State.temporary.events)<</script>>
<<player>>So you're husband will fuck those boobs exactly like this tonight?<</player>>
<video @src=_Melanie03Gardenwindmill0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Not exactly, $playerFirstName, he's got a much bigger dick than you<</melanie>>
[[Fuck you|Melanie03gardenorangeWM]]
<<scrolldown>><</cont>><div id="04_Melanie_garden_orange_wm_deep"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_wm_deep", "SEE", "04_Melanie_garden_orange_wm_deep", State.temporary.events)<</script>>
<<player>>Let me dip my cock into that pretty mouth of yours.<</player>>
<video @src=_Melanie03Gardenwindmill1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk-ah! Mngk-ah!<</melanie>>
[[She seems to like it|Melanie03gardenorangeWM]]
<<scrolldown>><</cont>><div id="04_Melanie_garden_orange_wm_balls"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_wm_balls", "SEE", "04_Melanie_garden_orange_wm_balls", State.temporary.events)<</script>>
<<player>>Yeah, you like those balls, don't you?<</player>>
<video @src=_Melanie03Gardenwindmill2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
[[She seems to like it|Melanie03gardenorangeWM]]
<<scrolldown>><</cont>><div id="04_Melanie_garden_orange_wm_hard"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_wm_hard", "SEE", "04_Melanie_garden_orange_wm_hard", State.temporary.events)<</script>>
<<player>>Work it hard!<</player>>
<video @src=_Melanie03Gardenwindmill3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Harder!<</player>>
<video @src=_Melanie03Gardenwindmill4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Yeah|Melanie03gardenorangeWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_orange_wm_knees"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_wm_knees", "SEE", "04_Melanie_garden_orange_wm_knees", State.temporary.events)<</script>>
<<player>>Just think about the good cum I'll unload on those boobs of yours.<</player>>
<video @src=_Melanie03Gardenwindmill5 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm! I'm thinking, I'm thinking.<</melanie>>
[[She seems to like it|Melanie03gardenorangeWM]]
<<scrolldown>><</cont>><div id="04_Melanie_garden_orange_wm_mouth"></div>
<<script>>experiencedEvent("04_melanie_garden_orange_wm_mouth", "SEE", "04_Melanie_garden_orange_wm_mouth", State.temporary.events)<</script>>
<<player>>Take it deep! Take it deep down that throat of yours.<</player>>
<video @src=_Melanie03Gardenwindmill6 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Agh-ngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Deeper!<</player>>
<video @src=_Melanie03Gardenwindmill7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk-ah! Wow, $playerFirstName!<</melanie>>
[[She seems to like it|Melanie03gardenorangeWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>When are you gonna let me taste that cum, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Whenever you want.<</player>>
<video @src=_Melanie03Gardenfinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You like it?<</player>>
<video @src=_Melanie03Gardenfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm... No, I don't.<</melanie>>
[[You return to work (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Melanie_garden_dark_intro"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_intro", "SEE", "04_Melanie_garden_dark_intro", State.temporary.events)<</script>>
You help Melanie in her yard. At the same time, you're phoning Ryan.
<<cont keypress append>><<ryan>>(On the phone): She isn't around?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, panting): She's in the kitchen, doing nothing.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Nothing?<</ryan>>
<video @src=_Melanie03GardenDarkIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, panting): Well, I guess she's enjoying watching me doing her dirty work.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): I see. Is she having a glass of wine?<</ryan>>
<video @src=_Melanie03GardenDarkIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, panting): I think she's having a cup of coffee.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Can you see her now?<</ryan>>
[[Let me see|Melanie03GardenDarkIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(On the phone, squinting): It seems she's actually moving her ass now.<</player>>
<<cont keypress append>><<ryan>>(On the phone): It's a nice ass, right?<</ryan>>
<video @src=_Melanie03GardenDarkIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, squinting): I guess that's an accurate description.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): So what's she doing?<</ryan>>
<video @src=_Melanie03GardenDarkIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, squinting): Fuck, she's coming here. I'll need to hang up.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Good luck, man.<</ryan>>
[[She's coming|Melanie03GardenDarkIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Melanie_garden_dark_check"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_check", "SEE", "04_Melanie_garden_dark_check", State.temporary.events)<</script>>
<<melanie>>So, how's it going, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Great, really great.<</player>>
<video @src=_Melanie03GardenDarkIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I saw you were looking at me. I guess you like the top I'm wearing today?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, yeah, of course.<</player>>
<video @src=_Melanie03GardenDarkIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I need to be prepared, because my husband's coming home tonight.<</melanie>>
[[Well, good luck, I guess|Melhome][wait()]]
<<disable !canExperienceEvent("04_melanie_garden_dark_release", State.temporary.events)>>[[I can come in and try it out for you if you want to|Melanie03GardenDarkBlow1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="04_Melanie_garden_dark_release"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_release", "SEE", "04_Melanie_garden_dark_release", State.temporary.events)<</script>>
<<melanie>>(Ushering you inside): How do you mean, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>(Entering the living room): Well, your husband would probably like to... have a feel, you know?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Sitting down): I can't quite follow you, $playerFirstName, I'm afraid you'll have to show me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, he'll like to caress your boobs like this.<</player>>
<video @src=_Melanie03GardenDarkwindmill0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mm, right, I see your point.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And then he'll perhaps feel the weight of them, like this.<</player>>
<video @src=_Melanie03GardenDarkwindmill1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mm, and then? What will happen then?<</melanie>>
[[That's something only you and your husband know, I think|Melhome][wait()]]
[[Well, then you'll have to release his dick|Melanie03GardenDarkBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_dark_show"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_show", "SEE", "04_Melanie_garden_dark_show", State.temporary.events)<</script>>
<<melanie>>You know what, $playerFirstName, you know a lot for having such a small dick.<</melanie>>
<<cont keypress append>><<player>>It's getting bigger when erected.<</player>>
<video @src=_Melanie03GardenDarkwindmill2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I doubt it.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, why don't you let it loose and have a look for yourself.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's definitively below average.<</melanie>>
<video @src=_Melanie03GardenDarkwindmill3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Bitch.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Never mind. What happens next, $playerFirstName?<</melanie>>
[[That's something between you and your husband|Melhome][wait()]]
<<disable !canExperienceEvent("04_melanie_garden_dark_suck", State.temporary.events)>>[[Then you will suck his cock|Melanie03GardenDarkWM]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>What will we do, mister Know-it-all?<</melanie>>
[[You will suck it|Melanie03GardenDarkWM1]]
<<disable !canExperienceEvent("04_melanie_garden_dark_onfour", State.temporary.events)>>[[You will stand on all fours and suck it|Melanie03GardenDarkWM2]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_dark_boobs", State.temporary.events)>>[[He will fuck your boobs|Melanie03GardenDarkWM3]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_dark_jizz", State.temporary.events)>>[[He will jizz on your boobs|Melanie03GardenDarkFinish1]]<</disable>><div id="04_Melanie_garden_dark_jizz"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_jizz", "SEE", "04_Melanie_garden_dark_jizz", State.temporary.events)<</script>>
<<melanie>>That's a lot of cum from such a small cock, $playerFirstName.<</melanie>>
<video @src=_Melanie03GardenDarkfinish0 autoplay muted loop></video>
<<cont keypress append>><<player>>It's the best cum out there.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't believe it until I've tasted it.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So, taste it!<</player>>
<video @src=_Melanie03GardenDarkfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
[[So, did you like it?|Melanie03GardenDarkFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_dark_suck"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_suck", "SEE", "04_Melanie_garden_dark_suck", State.temporary.events)<</script>>
<<player>>It's quite good, don't you think?<</player>>
<video @src=_Melanie03GardenDarkwindmill4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I can tell you like it.<</player>>
<video @src=_Melanie03GardenDarkwindmill5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Time for something else|Melanie03GardenDarkWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_dark_onfour"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_onfour", "SEE", "04_Melanie_garden_dark_onfour", State.temporary.events)<</script>>
<<player>>Yeah, your husband will like this one.<</player>>
<video @src=_Melanie03GardenDarkwindmill6 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Time for something else|Melanie03GardenDarkWM]]
<<scrolldown>><</cont>><div id="04_Melanie_garden_dark_boobs"></div>
<<script>>experiencedEvent("04_melanie_garden_dark_boobs", "SEE", "04_Melanie_garden_dark_boobs", State.temporary.events)<</script>>
<<player>>You're boobs are truly spectacular.<</player>>
<video @src=_Melanie03GardenDarkwindmill7 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Please, tell me something I don't already know, $playerFirstName.<</melanie>>
[[Time for something else|Melanie03GardenDarkWM]]
<<scrolldown>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<<melanie>>It wasn't the worst.<</melanie>>
<video @src=_Melanie03GardenDarkfinish2 autoplay muted loop></video>
<<cont keypress append>><<player>>No?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>But, what?<</player>>
<video @src=_Melanie03GardenDarkfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You can still tell it's cum from a small penis.<</melanie>>
[[Fuck her (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Melanie_garden_tiffany_intro"></div>
<<script>>experiencedEvent("04_melanie_garden_tiffany_intro", "SEE", "04_Melanie_garden_tiffany_intro", State.temporary.events)<</script>>
You stand in the bar in Melanie's garden.
<<cont keypress append>>Melanie approaches together with another woman.
<<scrolldown>><<cont keypress append>><<melanie>>This is $playerFirstName.<</melanie>>
<video @src=_Melanie03GardenTiffAndMelIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Hello there.<</tiffany>>
<<scrolldown>><<cont keypress append>><<player>>Welcome to the bar.<</player>>
<video @src=_Melanie03GardenTiffAndMelIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I was just telling Tiffany how you like to stare at my cleavage.<</melanie>>
<<scrolldown>><<cont keypress append>><<tiffany>>There's nothing strange about staring at Melanie's boobs. It would be strange not to.<</tiffany>>
[[Word|Melanie03WithTiffGardenIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
<video @src=_Melanie03GardenTiffAndMelIntro8 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelIntro9 autoplay muted loop></video>
[[Melanie03WithTiffGardenFirst1]]<video @src=_Melanie03GardenTiffAndMelfirst0 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfirst1 autoplay muted loop></video>
[[Melanie03WithTiffGardenFirstWM]]<div id="04_Melanie_garden_tiffany_like"></div>
<<script>>experiencedEvent("04_melanie_garden_tiffany_like", "SEE", "04_Melanie_garden_tiffany_like", State.temporary.events)<</script>>
<<tiffany>>(While you prepare drinks, whispering): So, does $playerFirstName have a big dick?<</tiffany>>
<<cont keypress append>><<melanie>>(While you prepare drinks, whispering): No it's just a poor little stump he's got there.<</melanie>>
<video @src=_Melanie03GardenTiffAndMelIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>(While you prepare drinks, whispering): Are you sure? It looks quite big to me. Have you fucked him?<</tiffany>>
<<scrolldown>><<cont keypress append>><<melanie>>(While you prepare drinks, whispering): Do you think I'm a slut?<</melanie>>
<<scrolldown>><<cont keypress append>><<tiffany>>(Whispering): Darling, I know you're a slut.<</tiffany>>
<<scrolldown>><<cont keypress append>><<player>>There you go, ladies.<</player>>
<video @src=_Melanie03GardenTiffAndMelIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Thank you, $playerFirstName.<</tiffany>>
[[I wonder what they're talking about|Melanie03WithTiffGardenIntroDrink2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_tiffany_present"></div>
<<script>>experiencedEvent("04_melanie_garden_tiffany_present", "SEE", "04_Melanie_garden_tiffany_present", State.temporary.events)<</script>>
<<melanie>>Tiffany is my dear stepmother.<</melanie>>
<video @src=_Melanie03GardenTiffAndMelIntro2 autoplay muted loop></video>
<<cont keypress append>><<player>>(Looking at Tiffany): Well, Melanie, I must say your dad is a happy man.<</player>>
<<scrolldown>><<cont keypress append>><<tiffany>>(Giggling): And why would you think that?<</tiffany>>
<video @src=_Melanie03GardenTiffAndMelIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Any man who can have a look at your beautiful body every night would be happy.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>There, there, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<tiffany>>(Giggling, whispering to Melanie): But he's charming, though.<</tiffany>>
[[Stepmother? Well, well...|Melanie03WithTiffGardenIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<tiffany>>(While you are on the different side of the bar, whispering): I wouldn't mind fucking $playerFirstName.<</tiffany>>
<<cont keypress append>><<melanie>>(While you are on the different side of the bar, whispering): Well, who's the slut now?<</melanie>>
<video @src=_Melanie03GardenTiffAndMelIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>(While you are on the different side of the bar, whispering): I'm getting older. I just want to live my life.<</tiffany>>
<<scrolldown>><<cont keypress append>><<melanie>>(While you are on the different side of the bar, whispering): Alright, don't let me hold you back.<</melanie>>
<<scrolldown>><<cont keypress append>><<melanie>>(While you are on the different side of the bar, calling for you): Oi, $playerFirstName!<</melanie>>
<video @src=_Melanie03GardenTiffAndMelIntro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(While you are on the different side of the bar, calling for you): Tiffany would like to fuck you, would that be alright?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Anything for the lady.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(While you are on the different side of the bar, whispering): Men are sluts.<</melanie>>
<<scrolldown>><<cont keypress append>><<tiffany>>(While you are on the different side of the bar, whispering): They've always been.<</tiffany>>
[[I guess I'll look out for some opportunities with Tiffany|Melanie03WithTiffGardenIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Melanie and Tiffany sit in the bar.
[[They leave again|Melanie03WithTiffGardenLeave]]
<<disable !canExperienceEvent("04_melanie_garden_tiffany_like", State.temporary.events)>>[[Would you like a drink?|Melanie03WithTiffGardenIntroDrink1]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_tiffany_present", State.temporary.events)>>[[So who are you, Tiffany?|Melanie03WithTiffGardenIntroTalk]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_tiffany_gb", State.temporary.events)>>[[Tiffany's got a request|Melanie03WithTiffGardenGangbang]]<</disable>>[[Melanie03WithTiffGardenFirstWM1]]
[[Melanie03WithTiffGardenFirstWM2]]
[[Melanie03WithTiffGardenFirst2]]<video @src=_Melanie03GardenTiffAndMelfirst2 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfirst3 autoplay muted loop></video>
[[Melanie03WithTiffGardenFirstWM]]<video @src=_Melanie03GardenTiffAndMelfirst4 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfirst5 autoplay muted loop></video>
[[Melanie03WithTiffGardenFirstWM]]<video @src=_Melanie03GardenTiffAndMelfirst6 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfirst7 autoplay muted loop></video>
[[Melanie03WithTiffGardenFirst3]]<video @src=_Melanie03GardenTiffAndMelfirst8 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfirst9 autoplay muted loop></video>
[[Melanie03WithTiffGardenFirst4]]<video @src=_Melanie03GardenTiffAndMeltiffblow0 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMeltiffblow1 autoplay muted loop></video>
[[Melanie03WithTiffGardenFirst5]]<video @src=_Melanie03GardenTiffAndMeltiffblow2 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMeltiffblow3 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowWM]][[Melanie03WithTiffGardenBlowWM1]]
[[Melanie03WithTiffGardenBlowWM2]]
[[Melanie03WithTiffGardenBlowWM3]]
[[Melanie03WithTiffGardenBlowWM4]]
[[Melanie03WithTiffGardenBlowMelanie]]
[[Melanie03WithTiffGardenFuck1WM]]<video @src=_Melanie03GardenTiffAndMeltiffblow4 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMeltiffblow5 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowWM]]<video @src=_Melanie03GardenTiffAndMeltiffblow6 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowWM]]<video @src=_Melanie03GardenTiffAndMeltiffblow7 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowWM]]<video @src=_Melanie03GardenTiffAndMeltiffblow8 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMeltiffblow9 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowWM]]<video @src=_Melanie03GardenTiffAndMelmelblow0 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelmelblow1 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowMelanieWM]][[Melanie03WithTiffGardenFuck1WM1]]
[[Melanie03WithTiffGardenFuck1WM2]]
[[Melanie03WithTiffGardenFuck1WM3]]
[[Melanie03WithTiffGardenFuck2WM]]<video @src=_Melanie03GardenTiffAndMelmelblow5 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowMelanieWM1]]
[[Melanie03WithTiffGardenBlowMelanieWM2]]
[[Melanie03WithTiffGardenBlowWM]]<video @src=_Melanie03GardenTiffAndMelmelblow2 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowMelanieWM]]<video @src=_Melanie03GardenTiffAndMelmelblow3 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelmelblow4 autoplay muted loop></video>
[[Melanie03WithTiffGardenBlowMelanieWM]]<video @src=_Melanie03GardenTiffAndMelfucktiffany0 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfucktiffany1 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck1WM]]<video @src=_Melanie03GardenTiffAndMelfucktiffany4 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck1WM]]<video @src=_Melanie03GardenTiffAndMelfucktiffany7 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfucktiffany8 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck1WM]][[Melanie03WithTiffGardenFuck2WM1]]
[[Melanie03WithTiffGardenFuck2WM2]]
[[Melanie03WithTiffGardenFuck2WMMelanie]]
[[Melanie03WithTiffGardenFinish1]]<video @src=_Melanie03GardenTiffAndMelfucktiffany5 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfucktiffany6 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck2WM]]<video @src=_Melanie03GardenTiffAndMelfucktiffany2 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfucktiffany3 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck2WM]][[Melanie03WithTiffGardenFuck2WMMelanie1]]
[[Melanie03WithTiffGardenFuck2WMMelanie2]]
[[Melanie03WithTiffGardenFuck2WMMelanie3]]
[[Melanie03WithTiffGardenFuck2WM]]
[[Melanie03WithTiffGardenFinish1]]<video @src=_Melanie03GardenTiffAndMelcum0 autoplay muted loop></video>
[[Melanie03WithTiffGardenFinish2]]<video @src=_Melanie03GardenTiffAndMelcum1 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelcum2 autoplay muted loop></video>
[[Melanie03WithTiffGardenFinish3]]<video @src=_Melanie03GardenTiffAndMelcum3 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelcum4 autoplay muted loop></video>
[[Melanie03WithTiffGardenFinish4]]<video @src=_Melanie03GardenTiffAndMelcum5 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfuckmelanie0 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfuckmelanie1 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck2WMMelanie1b]]
[[Melanie03WithTiffGardenFuck2WMMelanie]]<video @src=_Melanie03GardenTiffAndMelfuckmelanie4 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfuckmelanie5 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck2WMMelanie]]<video @src=_Melanie03GardenTiffAndMelfuckmelanie6 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfuckmelanie7 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck2WMMelanie3b]][[Melanie03WithTiffGardenFuck2WMMelanie]]<video @src=_Melanie03GardenTiffAndMelfuckmelanie2 autoplay muted loop></video>
<video @src=_Melanie03GardenTiffAndMelfuckmelanie3 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck2WMMelanie]]<video @src=_Melanie03GardenTiffAndMelfuckmelanie8 autoplay muted loop></video>
[[Melanie03WithTiffGardenFuck2WMMelanie]]<<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="04_Melanie_garden_peek_doggy_intro"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_doggy_intro", "SEE", "04_Melanie_garden_peek_doggy_intro", State.temporary.events)<</script>>
<<president>>(On the phone): $playerFirstName? Do you have a minute?<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): I'm working right now, but alright.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): At BBCA, we constantly try to improve our relationship with our partners. Would you like to help out?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Sure.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is that Melanie?<</player>>
[[Have a look|Melanie03GardenDoggyPeekWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<president>>(On the phone): I have few questions.<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): Well, start with one of them.<</player>>
<<cont keypress append>><<player>>(To yourself): Yeah, that's Melanie.<</player>>
<video @src=_Melanie03GardenPeekDoggy0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Yes! Lick that pussy!<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Alright...<</president>>
[[Would you say that BBCA has improved your life?|Melanie03GardenDoggyPeekWM1]]
<<disable !canExperienceEvent("04_melanie_garden_peek_doggy_recommendation", State.temporary.events)>>[[How probable is it that you would recommend BBCA to a friend or colleague?|Melanie03GardenDoggyPeekWM2]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_peek_doggy_thanks", State.temporary.events)>>[[That's all|Melanie03GardenDoggyPeekcum]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_doggy_improvement"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_doggy_improvement", "SEE", "04_Melanie_garden_peek_doggy_improvement", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): Improved my life?<</player>>
<<cont keypress append>><<president>>(On the phone): Yeah, you know, did your life get better after you started working with BBCA?<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I know the meaning of the word.<</player>>
<video @src=_Melanie03GardenPeekDoggy1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Ye-e-e-es!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Well, I get to see more naked girls with great boobs.<</player>>
[[Well, that's something, isn't it?|Melanie03GardenDoggyPeekWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_doggy_recommendation"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_doggy_recommendation", "SEE", "04_Melanie_garden_peek_doggy_recommendation", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): Sure, if my friend is black, and...<</player>>
<<cont keypress append>><<president>>(On the phone): If what?<</president>>
<video @src=_Melanie03GardenPeekDoggy1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Fuck me-e-e-e!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): If he's got a big dick.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Every black man has a big dick, $playerFirstName.<</president>>
[[Oh, sorry. I forgot|Melanie03GardenDoggyPeekWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="04_Melanie_garden_peek_doggy_thanks"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_doggy_thanks", "SEE", "04_Melanie_garden_peek_doggy_thanks", State.temporary.events)<</script>>
<<president>>(On the phone): Thanks for your time, $playerFirstName.<</president>>
<<cont keypress append>><<player>>(On the phone, whispering): No worries.<</player>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): What are you doing btw?<</president>>
<video @src=_Melanie03GardenPeekDoggy3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Unload that cum into my pussy!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Standing behind a hedgerow, watching Melanie getting fucked by some dude.<</player>>
<video @src=_Melanie03GardenPeekDoggy4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Mmm, yes.<</melanie>>
<<scrolldown>><<cont keypress append>><<president>>(On the phone): Nice.<</president>>
[[I know (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="04_Melanie_garden_peek_hard_intro"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_intro", "SEE", "04_Melanie_garden_peek_hard_intro", State.temporary.events)<</script>>
<<ryan>>(On the phone): $playerFirstName! I need your help.<</ryan>>
<<cont keypress append>><<player>>(On the phone, whispering): I'm working right now, but alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Muffled, in the distance): Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is that Melanie?<</player>>
[[Sneak up on her|Melanie03PeekGardenHardFirstWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<ryan>>(On the phone): I'm creating a dating profile, and I don't know what to write.<</ryan>>
<<cont keypress append>><<player>>(On the phone, whispering): Well, what have you written so far?<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Yes, there she is.<</player>>
<video @src=_Melanie03GardenPeekHardfuck22 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Yes, give me that big di-i-ick!<</melanie>>
[[Ryan wrote what kind of woman he's looking for|Melanie03PeekGardenHardFirstWM1]]
<<disable !canExperienceEvent("04_melanie_garden_peek_hard_cock", State.temporary.events)>>[[Ryan described his cock|Melanie03PeekGardenHardFirstWM3]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_peek_hard_list", State.temporary.events)>>[[Ryan listed his favourite sex positions|Melanie03PeekGardenHardFirstWM4]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_peek_hard_images", State.temporary.events)>>[[Didn't you attach any images? (Continue)|Melanie03PeekGardenHardContinue]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_Melanie_garden_peek_hard_images"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_images", "SEE", "04_Melanie_garden_peek_hard_images", State.temporary.events)<</script>>
<<ryan>>(On the phone): You mean when I have sex?<</ryan>>
<video @src=_Melanie03GardenPeekHardintermediate0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(In the distance): Yes! Slap me with that cock!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): OMG, this guy.<</player>>
<video @src=_Melanie03GardenPeekHardintermediate1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): A-a-ah! Grrr!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Seriously, $playerFirstName, I don't think that's a good idea.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Oh, yeah? Why not?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): I still have a small belly since the holidays.<</ryan>>
[[Good point|Melanie03PeekGardenHardSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(On the phone, whispering): So what images do you have?<</player>>
[[When he's at the gym|Melanie03PeekGardenHardSecondWM1]]
<<disable !canExperienceEvent("04_melanie_garden_peek_hard_guitar", State.temporary.events)>>[[When he plays the guitar|Melanie03PeekGardenHardSecondWM2]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_peek_hard_iplants", State.temporary.events)>>[[When he's watering his plants|Melanie03PeekGardenHardSecondWM3]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_peek_hard_dog", State.temporary.events)>>[[When he's walking his dog|Melanie03PeekGardenHardSecondWM4]]<</disable>>
<<disable !canExperienceEvent("04_melanie_garden_peek_hard_baby", State.temporary.events)>>[[When he's cradling a baby|Melanie03PeekGardenHardFinish]]<</disable>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="04_Melanie_garden_peek_hard_baby"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_baby", "SEE", "04_Melanie_garden_peek_hard_baby", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): And who's kid is it, if I may ask?<</player>>
<video @src=_Melanie03GardenPeekHardfinish0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(In the distance, thoughtful): Yes! Come on my face! Come on my face!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): It belongs to a friend of mine.<</ryan>>
<video @src=_Melanie03GardenPeekHardfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance, thoughtful): Mmm! Mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): And if a girl would ever ask you about this picture, would you be able to recall the name of the kid?<</player>>
<video @src=_Melanie03GardenPeekHardfinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance, thoughtful): Mmm, this is so good.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Er...<</ryan>>
[[I thought so (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<ryan>>(On the phone): Well, she's got to have big tits.<</ryan>>
<<cont keypress append>><<player>>(On the phone, whispering): That's good.<</player>>
<video @src=_Melanie03GardenPeekHardfuck10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Mmm, yes! Slap those big boobs!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): And it's important that she likes to show them.<</ryan>>
[[I think you've got this|Melanie03PeekGardenHardFirstWM]]
[[Big boobs like Melanie's? (Loud, so that Melanie can hear it)|Melanie03PeekGardenHardFirstWM1b]]
<<scrolldown>><</cont>><</cont>><</cont>><<ryan>>(On the phone): I give the exact number of inches, of course.<</ryan>>
<<cont keypress append>><<player>>(On the phone, whispering): I don't think the inches matter, to be honest.<</player>>
<video @src=_Melanie03GardenPeekHardfuck14 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Yes! Fuck me with that big dick!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): I've also measured how thick it is. And the maximum stiffness.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Nothing of this is relevant.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): What is relevant, then?<</ryan>>
[[Your personality|Melanie03PeekGardenHardFirstWM]]
[[The question is whether it is big or not (Loud, so that Melanie can hear)|Melanie03PeekGardenHardFirstWM3b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_hard_list"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_list", "SEE", "04_Melanie_garden_peek_hard_list", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): Which have you mentioned so far?<</player>>
<<cont keypress append>><<ryan>>(On the phone): I like when women suck my cock.<</ryan>>
<video @src=_Melanie03GardenPeekHardfuck17 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Anything else?<</player>>
<video @src=_Melanie03GardenPeekHardfuck18 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): I also like deepthoating them.<</ryan>>
<video @src=_Melanie03GardenPeekHardfuck19 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Mng-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Do you plan to please them in any way?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Of course. In the end I jizz on their boobs.<</ryan>>
[[At least he knows how to enjoy life|Melanie03PeekGardenHardFirstWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_hard_gym"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_gym", "SEE", "04_Melanie_garden_peek_hard_gym", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): Let me guess: you don't wear any shirt?<</player>>
<<cont keypress append>><<ryan>>(On the phone): Exactly! How did you know?<</ryan>>
<video @src=_Melanie03GardenPeekHardfuck20 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): A-a-ah! A-a-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): And you took it in the mirror?<</player>>
<video @src=_Melanie03GardenPeekHardfuck21 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): A-a-ah! A-a-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Did you actually see my profile?<</ryan>>
[[I guess I'm simply a genious|Melanie03PeekGardenHardSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_hard_guitar"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_guitar", "SEE", "04_Melanie_garden_peek_hard_guitar", State.temporary.events)<</script>>
<<player>>(On the phone, whispering): Is it on a beach?<</player>>
<<cont keypress append>><<ryan>>(On the phone): Exactly! How did you know?<</ryan>>
<video @src=_Melanie03GardenPeekHardfuck12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Fuck me! Fuck me like a horse!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): And it was during sunset?<</player>>
<video @src=_Melanie03GardenPeekHardfuck13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Fu-u-uck me-e-e!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Did you actually see my profile?<</ryan>>
[[I guess I'm just a genious|Melanie03PeekGardenHardSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(On the phone, whispering): Yeah, I don't think that's very helpful.<</player>>
<video @src=_Melanie03GardenPeekHardfuck23 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(In the distance): Fuck me! Fuck me! Fuck me!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Why not?<</ryan>>
[[Never mind, go for it|Melanie03PeekGardenHardSecondWM]]
[[Because no big dick would ever water a stupid plant|Melanie03PeekGardenHardSecondWM3b]]
<<scrolldown>><</cont>><</cont>><<player>>(On the phone, whispering): And what kind of dog is it?<</player>>
<video @src=_Melanie03GardenPeekHardfuck25 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(In the distance): Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): A chihuahua.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): Yeah, that's not good.<</player>>
<video @src=_Melanie03GardenPeekHardfuck26 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Why not?<</ryan>>
[[Never mind|Melanie03PeekGardenHardSecondWM]]
[[Because big dicks have big dogs|Melanie03PeekGardenHardSecondWM4b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_hard_dream"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_dream", "SEE", "04_Melanie_garden_peek_hard_dream", State.temporary.events)<</script>>
<<ryan>>(On the phone): To be honest, I think she's out of my league.<</ryan>>
<<cont keypress append>><<player>>(On the phone, whispering): Don't say that.<</player>>
<video @src=_Melanie03GardenPeekHardfuck11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Slap them like no small dick could ever do!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): Frankly, my dick is too small.<</ryan>>
[[Poor Ryan|Melanie03PeekGardenHardFirstWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_hard_cock"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_cock", "SEE", "04_Melanie_garden_peek_hard_cock", State.temporary.events)<</script>>
<<ryan>>(On the phone): How do you know that if you don't know the inches?<</ryan>>
<video @src=_Melanie03GardenPeekHardfuck15 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(In the distance): Wait, is someone talking about big cocks?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): You listen to the women when the cock is fucking them.<</player>>
<video @src=_Melanie03GardenPeekHardfuck16 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(In the distance): Never mind, it's probably only a small cock who's boasting.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): And then what?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): The size of the cock is determined by how loud the women yell.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(On the phone): I see.<</ryan>>
[[Continue to spread your wisdom|Melanie03PeekGardenHardFirstWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_peek_hard_dog"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_dog", "SEE", "04_Melanie_garden_peek_hard_dog", State.temporary.events)<</script>>
<<ryan>>(On the phone): Like a rottweiler?<</ryan>>
<video @src=_Melanie03GardenPeekHardfuck27 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(In the distance, thoughtful): Mgnk-ah! I already know it's a big cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): That would be a good choice.<</player>>
[[He's learning|Melanie03PeekGardenHardSecondWM]]
<<scrolldown>><</cont>><</cont>><div id="04_Melanie_garden_peek_hard_iplants"></div>
<<script>>experiencedEvent("04_melanie_garden_peek_hard_iplants", "SEE", "04_Melanie_garden_peek_hard_iplants", State.temporary.events)<</script>>
<video @src=_Melanie03GardenPeekHardfuck24 autoplay muted loop></video>
<<melanie>>(In the distance): Did anyone mention big dicks? No? Alright, keep fucking me!<</melanie>>
<<cont keypress append>><<ryan>>(On the phone): You suggest that watering plants is kinda... gay?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(On the phone, whispering): I don't want to reproduce stereotypes or anything, but... Yeah, it's kinda gay.<</player>>
[[I think he gets my point|Melanie03PeekGardenHardSecondWM]]
<<scrolldown>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion04_0 to [
// CoffeeBreak
new Event("02_ryan_apartment_talk1", "Ryan asks you to move out", "Talk to Ryan at his place", [5, 6], [4, 5, 6], 0, 0, 6, 5, [], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.4.0"),
new Event("02_work_coffeebreak1", "Talk to Melanie about buying a flat", "Talk to her on a Wednesday", [5], [5], 0, 12, 6, 6, [], true, false, true, [2], [1], ["apartment"], "0.4.0"),
// Show apartment
new Event("02_ap_show1", "Melanie shows you an apartment", "Go to the apartment building on a Sunday", [5, 6], [5], 12, 8, 6, 6, ["02_work_coffeebreak1"], true, false, true, [6], [1], [], "0.4.0"),
// Talk with Ryan about how to make money
new Event("02_ryan_money_talk1", "You ask Ryan how to make money", "Talk to Ryan at his place", [5, 6], [4, 5, 6], 0, 0, 6, 7, ["04_lelaAm_nomoney"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.4.0"),
// Meet Cousin, Meet Lela
new Event("04_Ryan_cousin_call", "Ryan says your cousin called", "Go to Ryan's", [2, 3, 4, 5, 6, 7, 8, 9], [2, 3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, [], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.4.0"),
new Event("04_cousin_meet", "You visit your cousin", "Go to Ryan's", [2, 3, 4, 5, 6, 7, 8, 9], [2, 3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["04_Ryan_cousin_call"], true, false, true, [6], [1], [], "0.4.0"),
new Event("04_cousin_meet_lela", "You meet Lela at your cousin's place", "Go to Ryan's", [2, 3, 4, 5, 6, 7, 8, 9], [2, 3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["04_cousin_meet"], true, false, true, [6], [1], [], "0.4.0"),
new Event("04_cousin_meet_lela_often", "You ask Lela if she comes often", "Go to Ryan's", [2, 3, 4, 5, 6, 7, 8, 9], [2, 3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["04_cousin_meet"], true, false, true, [6], [1], [], "0.4.0"),
new Event("04_cousin_meet_lela_boyfriend", "You ask Lela if she's got a boyfriend", "Go to Ryan's", [2, 3, 4, 5, 6, 7, 8, 9], [2, 3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 5, ["04_cousin_meet_lela_often"], true, false, true, [6], [1], [], "0.4.0"),
new Event("04_cousin_meet_lela_men", "You ask Lela if she fucks a lot of men", "Go to Ryan's", [2, 3, 4, 5, 6, 7, 8, 9], [2, 3, 4, 5, 6, 7, 8, 9], 0, 0, 10, 10, ["04_cousin_meet_lela_boyfriend"], true, false, true, [6], [1], [], "0.4.0"),
new Event("04_cousin_meet_lela_apartment", "You ask Lela about her apartment", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 6, 5, ["02_ryan_apartment_talk1"], true, false, true, [6], [1], [], "0.4.0"),
// Se Lela's apartment, Part I
new Event("04_lelaAm_intro", "You visit Lela's house", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_cousin_meet_lela_apartment"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_nomoney", "You visit Lela's house, but you don't have any money", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_intro"], true, false, true, [1], [1], [], "0.4.0"),
// Ryan, how to get more money
new Event("04_Ryan_money_Rob_Another_slut", "Ryan suggests that there might be other rich people in town", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_oh_yes_no_money"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.4.0"),
// Madison burglar
new Event("04_madison_burglar_intro", "You locate another house, seemingly empty", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Ryan_money_Rob_Another_slut"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_kidnap", "You kidnap the beautiful woman", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_intro"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_story", "You hear Madison's story", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_intro"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_deal", "You make a deal with Madison", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_story"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_blow_teasepussy", "You tease Madison's pussy", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_deal"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_blow_teaseass", "You tease Madison's ass", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_blow_teasepussy"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_blow_deny", "You deny Madison", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_blow_teaseass"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_blow_let", "You let Madison blow your cock", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_blow_deny"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_blow_lick", "You lick Madison's pussy", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_blow_let"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck", "You fuck with Madison", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_blow_lick"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck_blow", "You fuck with Madison", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck_chair", "You fuck with Madison on the chair", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck_blow"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck_ass", "You fuck with Madison, you reveal her ass", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck_chair"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck_spank", "You spank Madison", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck_ass"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck_behind", "You fuck Madison from behind", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck_spank"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck_doggy", "You fuck with Madison, doggystyle", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck_behind"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_fuck_undress", "You undress Madison", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck_doggy"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_undressed_blow", "Madison blows your cock", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_fuck_undress"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_undressed_lean", "Madison is on top", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_undressed_blow"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_undressed_ontop", "Madison is on top, the other way", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_undressed_lean"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_undressed_crazy", "You've got an idea", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_undressed_ontop"], true, false, true, [4], [1], [], "0.4.0"),
new Event("04_madison_burglar_undressed_finish", "You jizz in Madison's face and get money", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_undressed_crazy"], true, false, true, [4], [1], [], "0.4.0"),
// Se Lela's apartment, Part II
new Event("04_lelaAm_shower", "You visit Lela's house, Lela goes into the shower for you", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_money"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_boobs", "Some water on Lela's boobs", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_butt", "Some water on Lela's butt", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_boobs"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_finished", "Lela don't want to shower no more", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_butt"], true, false, true, [1], [1], [], "0.4.0"),
// Victoria
new Event("04_Victoria_burglar_intro", "You find your way into Victoria's house", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["02_ryan_money_talk1"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_shower", "You see Victoria in the shower", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["02_ryan_money_talk1"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_caught", "You're caught by Victoria", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["02_ryan_money_talk1"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_no_talent_agent", "You tell Victoria you're no talent agent", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["02_ryan_money_talk1"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_yes_talent_agent", "Sure, you are indeed a talent agent", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_no_talent_agent"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_blow", "Victoria intends to blow you", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_no_talent_agent"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_blow_slap", "You slap Victoria's face with your dick", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_blow"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_blow_dp", "Victoria deepthroats you", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_blow_slap"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_blow_dp_more", "Victoria deepthroats you even more", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_blow_dp"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_prepare", "You prepare Victoria's pussy", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_blow_dp_more"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_step", "You step on Victoria's face", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_prepare"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_press", "You press Victoria down", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_step"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_jizz", "You jizz on Victoria's face", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_press"], true, false, true, [2], [1], [], "0.4.0"),
new Event("04_Victoria_burglar_money", "You get money from Victoria after you fucked her", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_Victoria_burglar_jizz"], true, false, true, [2], [1], [], "0.4.0"),
// Se Lela's apartment, Part III
new Event("04_lelaAm_shower_oh_yes", "You have money to convince Lela to do more", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_madison_burglar_undressed_finish"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_oh_yes_no_money", "You try to convince Lela to do more, but you don't have more money", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_oh_yes"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_more_boobs", "Lela removes the top", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_oh_yes"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_more_butt", "Lela removes the pants", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_more_boobs"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_more_soap", "Lela makes use of some soap", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_more_butt"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_shower_join", "You join Lela in the shower", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_more_soap"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_bread", "You guess that Lela likes to make bread", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_join"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_eat", "You guess that Lela likes to eat", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_bread"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_porridge", "You guess that Lela likes to make porridge", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_eat"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_not", "You guess that there are things Lela doesn't like", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_porridge"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_hamb", "You tell Lela you like to make hamburgers", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_not"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_cream", "You tell Lela you like to whip cream", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_hamb"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_lasagna", "You tell Lela you like to make lasagna", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_cream"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_dish", "You tell Lela you like to do the dishes by hand", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_lasagna"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_bea", "You tell Lela you like to make béarnaise sauce", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_dish"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_kitchen_drink", "You ask Lela to come over for a drink", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_bea"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_drink_ban", "Lela: a Banana daiquiri", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_kitchen_drink"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_drink_screw", "Lela: a Screwdriver", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_drink_ban"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_drink_dry", "Lela: a Dry Martini", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_drink_screw"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_drink_gin", "Lela: a Gin Sour", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_drink_dry"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_drink_porn", "Lela: a Pornstar Martini", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_drink_gin"], true, false, true, [1], [1], [], "0.4.0"),
new Event("04_lelaAm_another", "You jizz on Lela", "Go to the park", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_drink_porn"], true, false, true, [1], [1], [], "0.4.0"),
// Ryan, I won't be able to afford that place
new Event("04_Ryan_house_not_affordable", "Ryan suggests that you talk with Melanie about apartments", "Go to Ryan's", [5], [4], 0, 0, 6, 5, ["04_lelaAm_another"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.4.0"),
// Ryan, how to get loads and loads of money
new Event("04_Ryan_money_bbca_might_know", "Ryan suggests that the President of BBCA might give you money", "Go to Ryan's", [6], [5], 0, 0, 7, 6, ["02_ap_show1"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.4.0"),
// BBCA, how to get loads and loads of money
new Event("04_BBCA_thegirl_with_small_tits", "The president of BBCA teaches you about the foundation of economics", "Go to the Photo Studio", [6], [5], 0, 0, 7, 6, ["04_Ryan_money_bbca_might_know"], true, false, true, [0, 1, 2, 3, 4], [1], [], "0.4.0"),
// Adriana, how to get money
new Event("04_Adriana_money_sandee_might_know", "Adriana suggests that Sandee might know a way to get money", "Visit Adriana at night", [6], [5], 0, 0, 7, 6, ["04_BBCA_thegirl_with_small_tits"], true, false, true, [1], [1], [], "0.4.0"),
// Sandee, a way to get money
new Event("04_sandee_nurse_away_toget_money", "The nurse tells you a way to get money", "Go to Melanie's office", [6], [5], 0, 0, 7, 6, ["04_Adriana_money_sandee_might_know"], true, false, false, [1, 3], [1], [], "0.4.0"),
// Sandee burglary
new Event("04_sandeeburglar", "You go with Sandee to her ex-boyfriend's house", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandee_nurse_away_toget_money"], true, false, false, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_doit", "You go with Sandee to her ex-boyfriend's house, and take all his shit", "Go to the park", [6, 7], [5], 0, 0, 7, 6, ["04_sandee_nurse_away_toget_money"], true, false, false, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_again", "You go with Sandee to her ex-boyfriend's house even though you already took his shit", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar_doit"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_bra", "You let Sandee try Melanie's bra", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_blow", "Sandee blows your cock", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_ontop", "You fuck Sandee, on top", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar_blow"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_doggy", "You fuck Sandee doggystyle", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar_ontop"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_show", "Sandee's showing off", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar_doggy"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_doggy2", "You fuck Sandee doggystyle again", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar_show"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_window", "You fuck Sandee against the window", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["04_sandeeburglar_doggy2"], true, false, true, [6], [0], [], "0.4.0"),
new Event("04_sandeeburglar_jizz", "You jizz on Sandee's face", "Go to the park", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_sandeeburglar_window"], true, false, true, [6], [0], [], "0.4.0"),
// Melanie Apartment
new Event("04_melanie_apartment_blow", "You buy the apartment, and Melanie blows your cock", "Go to the park", [6], [5], 0, 0, 7, 6, ["04_sandeeburglar_doit"], true, false, true, [6], [6], [], "0.4.0"),
new Event("04_melanie_apartment_ass", "You buy the apartment, and Melanie lets you fuck her ass", "Go to the park", [6], [5], 0, 0, 7, 6, ["04_melanie_apartment_blow"], true, false, true, [6], [6], [], "0.4.0"),
new Event("04_melanie_apartment_doggystyle", "You fuck Melanie doggystyle", "Go to the park", [6], [5], 0, 0, 0, 0, ["04_melanie_apartment_ass"], true, false, true, [6], [6], [], "0.4.0"),
new Event("04_melanie_apartment_hair", "You hold Melanie's hair", "Go to the park", [6], [5], 0, 0, 0, 0, ["04_melanie_apartment_doggystyle"], true, false, true, [6], [6], [], "0.4.0"),
new Event("04_melanie_apartment_butterfly", "You fuck Melanie butterfly", "Go to the park", [6], [5], 0, 0, 0, 0, ["04_melanie_apartment_hair"], true, false, true, [6], [6], [], "0.4.0"),
new Event("04_melanie_apartment_side", "You fuck Melanie on the side", "Go to the park", [6], [5], 0, 0, 0, 0, ["04_melanie_apartment_butterfly"], true, false, true, [6], [6], [], "0.4.0"),
new Event("04_melanie_apartment_jizz", "You come in Melanie's mouth'", "Go to the park", [6], [5], 0, 0, 7, 6, ["04_melanie_apartment_side"], true, false, true, [6], [6], [], "0.4.0")
]>>
</nobr><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Ryan_Cousin_call"></div>
<<script>>experiencedEvent("04_Ryan_cousin_call", "SEE", "04_Ryan_Cousin_call", State.temporary.events)<</script>>
<<ryan>>Hey, $playerFirstName, I got a call from your cousin.<</ryan>>
<<cont keypress append>><<player>>My cousin?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Yeah, apparently she lives close by.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Okay, and what did she want?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>She invited you for Sunday lunch.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Okay, maybe I'll go.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="04_LelaAm_nomoney"></div>
<<script>>experiencedEvent("04_lelaAm_nomoney", "SEE", "04_LelaAm_nomoney", State.temporary.events)<</script>>
<<lela>>None at all?<</lela>>
<<cont keypress append>><<player>>Not really, no.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Well, it's nice to hang out with you. But I can't see the point of showing my house to you if you don't have any money.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll need to talk to Ryan about how to make money.<</player>>
[[Leave|Park][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="04_LelaAm_shower_oh_yes_no_money"></div>
<<script>>experiencedEvent("04_lelaAm_shower_oh_yes_no_money", "SEE", "04_LelaAm_shower_oh_yes_no_money", State.temporary.events)<</script>>
You resume the house tour, but nothing more exciting happens.
<<player>>(To yourself): I need to ask Ryan how I can get more money.<</player>>
[[Leave|Park][wait()]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_LelaAm_shower_oh_yes"></div>
<<script>>experiencedEvent("04_lelaAm_shower_oh_yes", "SEE", "04_LelaAm_shower_oh_yes", State.temporary.events)<</script>>
<<player>>Are you sure? I've got more money.<</player>>
<<cont keypress append>><<lela>>How much more?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I can double the amount again.<</player>>
<video @src=_LelaAmenitiesnegotiationa3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Double? Alright, I guess that's fine.<</lela>>
[[Great|LelaAmenitiesShower1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Ryan_Money_Rob_Another_slut"></div>
<<script>>experiencedEvent("04_Ryan_money_Rob_Another_slut", "SEE", "04_Ryan_Money_Rob_Another_slut", State.temporary.events)<</script>>
<<player>>What should I do if I need even more money?<</player>>
<<cont keypress append>><<ryan>>You already burned the dough you had from last time.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Well... Do another burglary.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Do you know another rich bastard?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Just go to the fancy neigborhoods and pick any house.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Any day?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Fridays are best. By then, the housewives are super horny, but the rich bastards still go to work.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll keep that in mind.<</player>>
[[Great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Ryan_House_not_affordable"></div>
<<script>>experiencedEvent("04_Ryan_house_not_affordable", "SEE", "04_Ryan_House_not_affordable", State.temporary.events)<</script>>
<<player>>I'll never afford Lela's house.<</player>>
<<cont keypress append>><<ryan>>Too bad. It doesn't mean you can stay here, though.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Fuck you, man.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Hey, why don't you ask Melanie about it? Her company sells apartments, don't they?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I think I'd better befriend her a little bit more before I ask about that.<</player>>
[[Great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Ryan_Money_bbca_might_know"></div>
<<script>>experiencedEvent("04_Ryan_money_bbca_might_know", "SEE", "04_Ryan_Money_bbca_might_know", State.temporary.events)<</script>>
<<player>>Ryan, do you know a way to make loads and loads of money?<</player>>
<<cont keypress append>><<ryan>>More than you can make from a simple burglary?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Much more.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>No idea. Maybe you can ask your friends at BBCA to lend you some? They are fucking loaded, aren't they?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's true. I think I will.<</player>>
[[Great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="04_BBCA_Thegirl_with_small_tits"></div>
<<script>>experiencedEvent("04_BBCA_thegirl_with_small_tits", "SEE", "04_BBCA_Thegirl_with_small_tits", State.temporary.events)<</script>>
<<player>>Mr. President? I've got a question.<</player>>
<<cont keypress append>><<president>>Shoot!<</president>>
<<player>>Can I borrow loads and loads of money?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Sorry, $playerFirstName, that's not how the story goes.<</president>>
<<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<president>>You get money for sex, or you pay money for sex. No money will be transferred if there is no sex.<</president>>
<<player>>I see. So you want me to find women for you?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Sorry, $playerFirstName, we're the top dogs in the sex-hierarchy. We only get paid for sex.<</president>>
<<player>>So there's no way I can get money from you?<</player>>
<<scrolldown>><<cont keypress append>><<president>>That's correct.<</president>>
<<player>>(To yourself): fuck.<</player>>
<<scrolldown>><<cont keypress append>><<president>>I can give you an advice, though.<</president>>
<<player>>Okay, and what is that?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Follow the big boobs, and you will get to the big money.<</president>>
<<player>>Huh?<</player>>
<<scrolldown>><<cont keypress append>><<president>>The girl with the best boobs is married to the richest dude.<</president>>
<<player>>(To yourself): Yeah, right, that's Melanie.<</player>>
<<scrolldown>><<cont keypress append>><<player>>How about number two? Who is he married to?<</player>>
<<president>>He's probably married to the girl with the second best boobs. Or he is a secret lover of the one with the best boobs.<</president>>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
<<president>>Either way, the girl with second best boobs will know him. For sure.<</president>>
<<scrolldown>><<cont keypress append>><<player>>How do I know which girl has second best boobs?<</player>>
<<president>>Usually, young, pretty girls with small boobs have a fairly correct understanding of the whole boobs-hierarchy.<</president>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Okay, maybe I'll ask Adriana.<</player>>
[[Thanks for your help|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Adriana_Money_sandee_might_know"></div>
<<script>>experiencedEvent("04_Adriana_money_sandee_might_know", "SEE", "04_Adriana_Money_sandee_might_know", State.temporary.events)<</script>>
<<player>>Who has the best boobs around here, excluding Melanie?<</player>>
<<cont keypress append>><<adriana>>You mean, in the whole town?<</adriana>>
<video @src=_Adriana03PartyTalkb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Sure.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>Well, do you know the nurse, Sandee?<</adriana>>
<video @src=_Adriana03PartyTalkb2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<adriana>>I really like her boobs. They are probably second best in town.<</adriana>>
[[Something else you want to talk about?|AdrianaPrivateTalk]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<div id="04_Sandeeburglar_again"></div>
<<script>>experiencedEvent("04_sandeeburglar_again", "SEE", "04_Sandeeburglar_again", State.temporary.events)<</script>>
<<sandee>>We already took all his shit, $playerFirstName, I thought you were satisfied?<</sandee>>
<<cont keypress append>><<player>>Yes, but you never got to try Melanie's bras, did you?<</player>>
<video @src=_SandeeBreakinginIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>(Giggling): You brought me here only for that?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Any man would bring you here only for that.<</player>>
<video @src=_SandeeBreakinginIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>You're so naughty, $playerFirstName!<</sandee>>
[[Go inside|SandeeBreakinginAgainDec]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sneak1")>><<stopallaudio>><<audio "sneak1" volume 1 play>><</if>>
<<sandee>>Here we are again.<</sandee>>
<video @src=_SandeeBreakinginIntro9 autoplay muted loop></video>
<<cont keypress append>><<player>>Yeah, feels like yesterday, doesn't it?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Look! Here they are! Should I try them on now or later?<</sandee>>
<video @src=_SandeeBreakinginBlow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[Later, I don't have time now (leave)|Park][wait()]]
[[Now, definitely|SandeeBreakinginBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><<president>>(In the control room): There she is.<</president>>
<video @src=_KendraBlackedIntro0 autoplay muted loop></video>
<<cont keypress append>><<player>>(In the control room): Is she working out? I thought she was the personal trainer?<</player>>
<<scrolldown>><<cont keypress append>><<president>>(In the control room): Right now she shows how it's done. Also, the sweat makes her butt and legs look even better.<</president>>
<video @src=_KendraBlackedIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In the control room): Yeah, that's right.<</player>>
[[Can we hear what they're saying?|Kendra03BlackedIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>>Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character visits the BBCA again. This time he and the President watch while Kendra, the personal trainer, is having a good time with one of the members.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto Kendra03BlackedIntro1>><</button>>!Cheats
<<if $cheatmodeactivated is true>>
You have unlocked cheats. You can increase lust/affection points in the cheat screen.
[[Cheat screen]]
<<else>>
[[Supporters of the game|https://www.patreon.com/mincedmeat]] can enter a code here. They will be able to increase lust/affection points from a cheat screen.
<<set _answer to ''>>
<<textbox '_answer' '' autofocus>><span id='textbox-submit'><<button 'Submit'>>
<<set _answer to _answer.trim().toLowerCase()>>
<<if hashStr(_answer) == _cheatcode>>
<<replace '#textbox-submit'>>\
/* Removes the button */
<</replace>>
<<replace '#textbox-reply'>>\
You have unlocked cheats. You can increase lust/affection points in the cheat screen.
[[Cheat screen]]
<</replace>>
<<set $cheatmodeactivated to true>>
<<else>>
<<replace '#textbox-reply'>>\
@@.alert;Incorrect.@@ \
<</replace>>
<</if>>
<</button>>\
</span>
<<script>>
$(document).one(":passagerender", function (ev) {
$(ev.content).find("#textbox-answer").on("keyup", function (e) {
if (e.keyCode === 13) {
$("#textbox-submit button").trigger("click");
}
});
});
<</script>>
<span id='textbox-reply'></span>
<</if>><<set
_lustThreshold to getLevelThresholdFromIndex($lustLevelIndex),
_affectionThreshold to getLevelThresholdFromIndex($affectionLevelIndex),
_passageName to passage()
>>
<div id="CheatAdd"></div>
[[Back to the game (Ryan's)|Ryan]]
!Cheats
!!Lust level
Melanie's lust level: $lustLevelIndex
(Current max is $maxLustLevel)
Lust: $lust/_lustThreshold to next level
<<click "Add 100 lust" _passageName>><<script>>addHundredLust("CheatAdd");<</script>><</click>>
!!Affection level
Melanie's affection level: $affectionLevelIndex
(Current max is $maxAffectionLevel)
Affection: $affection/_affectionThreshold to next level
<<click "Add 100 affection" _passageName>><<script>>addHundredAffection("CheatAdd");<</script>><</click>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 1: New in town
<img @src=_Chapter1Image width="600">
You are new in town. You crash at your friend Ryan's place. Out of a sudden, a girl called Melanie rings your doorbell, and from that point, your life revolves around her.
Do whatever it takes to be near her, see her, touch her. Find out where she lives, where she works, where she meets her lovers. And don't forget to look cool in the meantime.
Good luck.
[[Go to your friends apartment|Ryan]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 2: The photographer
<img @src=_Chapter2Image width="600">
You've managed to befriend Melanie. Sure, she's aware that you're mainly fascinated in her boobs, but she actually believes you are somehow interested in her weird company as well. Use this to your advantage.
And you've learned something else: Melanie likes to pose in different clothings. Maybe you can convince her to do a modelling job with you?
[[Go to Ryan's apartment|Ryan]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 3: Subject for test
<img @src=_Chapter3Image width="600">
Melanie calls you into her office. She wants you to meet a number of your colleagues. At least, that's what she claims.
But it seems you're only up for a number of weird tests. It seems Melanie is assessing your mental and physical status. Pro tip: don't let her down.
[[Go to Ryan's apartment|Ryan]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 4: Powerful friends
<img @src=_Chapter4Image width="600">
An advantage with being acquainted to Melanie is that you get a lot of new friends.
For example, there is a club called BBCA - Big Black Cocks Association. The president calls you since he wants to get in touch with Melanie. You'd better use this situation well.
[[Go to Ryan's apartment|Ryan]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 5: Passing the first grade
<img @src=_Chapter5Image width="600">
After several tests, it seems that Melanie's crew has accepted you. And Melanie finally takes a huge load of your cum in her mouth. And she seems to like it.
Meanwhile, Ryan starts bitching about you staying too long at his place. So I guess you'd better find a new apartment. Which turns out to be an interesting adventure.
[[Go to Ryan's apartment|Ryan]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 6: A new apartment
<img @src=_Chapter6Image width="600">
Melanie offered you a great deal for the new apartment. She doubled the price, but if you ever paid the money, she would throw in the blowjob of your life as well.
And now you've got the money...
[[Go to Ryan's apartment|Ryan]]!Version 0.3.4
!!What's new in this version?
!!!New content
In this version, a number of scenes which haven't found their place elsewhere are introduced. Notably, new photo session scenes and scenes where the main character is peeking on Melanie are added.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerothreefour"></div>
<<script>>
describeAllContent("0.3.4", "newContentZerothreefour", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version.
!!!Bug fixes
None in this version.<<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="04_Melanie_boss_gardentalk"></div>
<<script>>experiencedEvent("04_melanie_boss_gardentalk", "SEE", "04_Melanie_boss_gardentalk", State.temporary.events)<</script>>
<<melanie>>I have a task for you, $playerFirstName.<</melanie>>
<video @src=_MelanieBoss3 autoplay muted loop></video>
<<cont keypress append>><<player>>Okay?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Most guys would die for this kind of opportunity.<</melanie>>
<video @src=_MelanieBoss1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm all ears.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I need help in my garden, back home.<</melanie>>
<video @src=_MelanieBoss2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You mean like...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I know you dream about putting lotion on my naked boobs. But that's not it.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Okay.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I need help with tending the garden, a few simple construction jobs and such. Can I count on you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Just turn up when you have time.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Okay.<</player>>
[[I guess I'll just go to Melanie's home and I'll find things to do|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="04_Melanie_garden_tiffany_leave"></div>
<<script>>experiencedEvent("04_melanie_garden_tiffany_leave", "SEE", "04_Melanie_garden_tiffany_leave", State.temporary.events)<</script>>
<<melanie>>Thanks for the drinks, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Anytime.<</player>>
<video @src=_Melanie03GardenTiffAndMelIntro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>(Giggling): Bye, $playerFirstName.<</tiffany>>
<<scrolldown>><<cont keypress append>><<melanie>>Hold it, stepmother. Can you see how $playerFirstName is staring at my sideboob?<</melanie>>
<video @src=_Melanie03GardenTiffAndMelIntro9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>(Giggling): Yeah.<</tiffany>>
<<scrolldown>><<cont keypress append>><<melanie>>He's collecting wanking material for tonight.<</melanie>>
<<scrolldown>><<cont keypress append>><<tiffany>>(Giggling): That's so cute.<</tiffany>>
[[And they leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Melanie_garden_tiffany_gb"></div>
<<script>>experiencedEvent("04_melanie_garden_tiffany_gb", "SEE", "04_Melanie_garden_tiffany_gb", State.temporary.events)<</script>>
<<melanie>>$playerFirstName.<</melanie>>
<<cont keypress append>><<player>>(From afar): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Tiffany here wants to participate in a gangbang.<</melanie>>
<video @src=_Melanie03GardenTiffAndMelIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>(Giggling)<</tiffany>>
<<scrolldown>><<cont keypress append>><<melanie>>That is, at least four men is to ejaculate in her face.<</melanie>>
<<scrolldown>><<cont keypress append>><<tiffany>>(Giggling)<</tiffany>>
<<scrolldown>><<cont keypress append>><<melanie>>My husband already volunteered to join. Maybe I can give you his number and you can arrange the rest?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(From afar): Sure.<</player>>
<video @src=_Melanie03GardenTiffAndMelIntro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>(Whispering to Melanie): You can't fool me that this man's got a small cock.<</tiffany>>
[[Wow|Melanie03WithTiffGardenIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You're in the local gym. Here you can workout with Melanie and other girls.
What do you want to do?
<<if canExperienceEvent("04_melanie_gym_alone", State.temporary.events)>>[[Melanie is hitting a sandbag|03MelanieGymAlone1]]<<if !eventIdIsSeen("04_melanie_gym_alone")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_gym_look_intro", State.temporary.events)>>[[I don't care that Melanie is in the gym, let's do some exercises|03MelanieGymLook1]]<<if !eventIdIsSeen("04_melanie_gym_look_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_sarah_gym_intro", State.temporary.events)>>[[The head of the gym seems to be in her office|Sarah03GymOffice1]]<<if !eventIdIsSeen("04_sarah_gym_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_alexis_gym_intro", State.temporary.events)>>[[Let's go train with Alexis|Alexis03Gym1]]<<if !eventIdIsSeen("04_alexis_gym_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_kendra_gym_intro", State.temporary.events)>>[[Let's train with Kendra|Kendra03Gym1]]<<if !eventIdIsSeen("04_kendra_gym_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_katie_yoga_intro", State.temporary.events)>>[[Maybe I can find that Katie woman|Katie03Yoga1]]<<if !eventIdIsSeen("04_katie_yoga_intro")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("04_melanie_gym_fuck_intro", State.temporary.events)>>[[It's time for my PT session with Melanie|03MelanieGymFuckIntro1]]<<if !eventIdIsSeen("04_melanie_gym_fuck_intro")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("marina") == true>><span class="location"><<button "Marina">>
<<goto Marina>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Gym][wait()]]
[[Wait until next day|Gym][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion04_1 to [
// gym boss
new Event("04_melanie_boss_gymtalk", "Melanie talks to you about going to the gym", "Go to Melanie's office", [4, 5], [4, 5], 0, 12, 6, 6, ["03_modeltalk_bbca"], true, false, false, [0], [1], ["gym"], "0.4.1"),
// melanie gym alone
new Event("04_melanie_gym_alone", "Melanie's hitting the sandbag in the gym", "Go to the gym", [4, 5, 6, 7], [4, 5, 6, 7], 12, 12, 8, 8, ["04_melanie_boss_gymtalk"], true, false, true, [0, 2, 4], [1], [], "0.4.1"),
// melanie gym look, part I
new Event("04_melanie_gym_look_intro", "Melanie asks you about being her personal trainer", "Go to the gym", [4, 5, 6], [4, 5, 6], 4, 4, 7, 7, [], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_melanie_gym_look_whatsneeded", "You ask Melanie what to do for being a personal trainer", "Go to the gym", [4, 5, 6, 7], [4, 5, 6, 7], 12, 4, 8, 8, [], true, false, false, [3], [1], [], "0.4.1"),
new Event("04_melanie_gym_look_pt_done", "You tell Melanie you've got the certificate", "Go to the gym", [4, 5, 6, 7], [4, 5, 6, 7], 24, 24, 8, 8, ["04_sarah_gym_done"], true, false, true, [3], [1], [], "0.4.1"),
// Sarah gym
new Event("04_sarah_gym_intro", "You meet Sarah, the head of the gym", "Go to the gym", [4, 5], [4, 5], 0, 0, 6, 6, ["04_melanie_gym_look_whatsneeded"], true, false, true, [1], [1], [], "0.4.1"),
new Event("04_sarah_gym_plan", "Sarah tells you how to become a certified personal trainer, and sets up a time with Alexis", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_sarah_gym_intro"], true, false, false, [1], [1], [], "0.4.1"),
new Event("04_sarah_gym_kendra", "Sarah sets up a time for you with Kendra", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_alexis_gym_exhausted"], true, false, false, [1], [1], [], "0.4.1"),
new Event("04_sarah_gym_katie", "Sarah sets up a time for you with Katie", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_kendra_gym_biceps"], true, false, false, [1], [1], [], "0.4.1"),
new Event("04_sarah_gym_done", "You're now a certified personal trainer", "Go to the gym", [4, 5], [4, 5], 0, 0, 6, 6, ["04_katie_yoga_theory"], true, false, false, [1], [1], [], "0.4.1"),
// Alexis
new Event("04_alexis_gym_intro", "You meet Alexis, a personal trainer, basic level", "Go to the gym", [4, 5], [4, 5], 0, 0, 6, 6, ["04_sarah_gym_plan"], true, false, true, [0], [1], [], "0.4.1"),
new Event("04_alexis_gym_pushups", "You do push-ups with Alexis", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_alexis_gym_intro"], true, false, true, [0], [1], [], "0.4.1"),
new Event("04_alexis_gym_biceps", "You do biceps curls with Alexis", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_alexis_gym_pushups"], true, false, true, [0], [1], [], "0.4.1"),
new Event("04_alexis_gym_exhausted", "You train with Alexis, and get exhausted", "Go to the gym", [4, 5], [4, 5], 0, 0, 6, 6, ["04_alexis_gym_biceps"], true, false, true, [0], [1], [], "0.4.1"),
// Kendra
new Event("04_kendra_gym_intro", "You meet Kendra, a personal trainer, advanced level", "Go to the gym", [4, 5], [4, 5], 0, 0, 6, 6, ["04_sarah_gym_kendra"], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_kendra_gym_treadmill", "You walk the treadmill with Kendra", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_kendra_gym_intro"], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_kendra_gym_chestpress", "You work the chest press with Kendra", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_kendra_gym_treadmill"], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_kendra_gym_shoulderpress", "You work the shoulder press with Kendra", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_kendra_gym_chestpress"], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_kendra_gym_biceps", "You do biceps curls with Kendra", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_kendra_gym_shoulderpress"], true, false, true, [3], [1], [], "0.4.1"),
// Katie
new Event("04_katie_yoga_intro", "You meet Katie, the yoga instructor", "Go to the gym", [4, 5], [4, 5], 0, 0, 6, 6, ["04_sarah_gym_katie"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_katie_yoga_warmup", "You warm up with Katie", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_katie_yoga_intro"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_katie_yoga_stretch", "You stretch with Katie", "Go to the gym", [4, 5], [4, 5], 0, 0, 0, 0, ["04_katie_yoga_warmup"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_katie_yoga_theory", "You learn the theory of yoga with Katie", "Go to the gym", [4, 5], [4, 5], 0, 0, 6, 6, ["04_katie_yoga_stretch"], true, false, true, [4], [1], [], "0.4.1"),
// Monique yoga
new Event("04_monique_yoga_intro", "You meet Monique in the park", "Go to the park", [4, 5, 6, 7], [3, 4, 5, 6, 7], 0, 0, 8, 8, ["03_monique_psych_hello"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_melaniesboobs", "You mention Melanie's boobs to Monique", "Go to the park", [4, 5, 6, 7], [3, 4, 5, 6, 7, 8], 0, 48, 0, 0, ["03_monique_psych_approved"], true, false, false, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_join", "You do yoga with Monique in the park", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 0, 0, ["04_katie_yoga_theory"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_lick_ass", "You lick Monique's ass in the park", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 0, 0, ["04_monique_yoga_join"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_ontop", "Monique's sits on your cock", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 0, 0, ["04_monique_yoga_lick_ass"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_doggy", "You fuck Monique doggystyle", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 0, 0, ["04_monique_yoga_ontop"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_blow", "Monique gives your cock another blow", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 0, 0, ["04_monique_yoga_doggy"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_mat", "You and Monique user her mat", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 0, 0, ["04_monique_yoga_blow"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_missionary", "You do Monique, missionary style", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 0, 0, ["04_monique_yoga_mat"], true, false, true, [4], [1], [], "0.4.1"),
new Event("04_monique_yoga_jizz", "You jizz hard in Monique's face", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7, 8], 0, 0, 8, 9, ["04_monique_yoga_missionary"], true, false, true, [4], [1], [], "0.4.1"),
// Erica continuation
new Event("04_erica_yoga_intro", "You convince Erica to go further", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_katie_yoga_theory"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_sittin_pose", "You do yoga with Erica, and learn about the sitting pose", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_intro"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_break", "You do yoga with Erica, and take a short break", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_sittin_pose"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_noanswer", "You do yoga with Erica, and ask an un-answerable question", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_break"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_noyoga", "You do yoga with Erica, but you perform something else", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_noanswer"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_classic", "You do yoga with Erica, and learn a classic", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_noyoga"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_special", "You do yoga with Erica, and learn a special pose", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_classic"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_reversed", "You do yoga with Erica, and learn the reversed dog", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_special"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_supta", "You do yoga with Erica, and learn supta matsyendrasana", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_reversed"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_anotherbreak", "You do yoga with Erica, and take another break", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_supta"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_happy", "You do yoga with Erica, and learn happy baby pose", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_anotherbreak"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_mermaid", "You do yoga with Erica, and learn the mermaid pose", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_happy"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
new Event("04_erica_yoga_cum", "You do yoga with Erica, and jizz on her", "Go to the park", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_erica_yoga_mermaid"], true, false, true, [0, 1, 2, 3], [1], [], "0.4.1"),
// Kendra
new Event("04_kendra_blacked_gym_phone", "You talk to the president of BBCA about Kendra", "Go to the photo studio", [4, 5], [4, 5], 0, 0, 6, 6, ["04_kendra_gym_biceps"], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_intro", "You watch Kendra with the President of BBCA", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_phone"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_why", "The president of BBCA explains why love is dangerous", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_intro"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_why2", "The president of BBCA gives another example as to why love is dangerous", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_why"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_why3", "The president of BBCA gives a third example as to why love is dangerous", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_why2"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_kendradanger", "The president of BBCA explains why Kendra might be dangerous", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_why3"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_kendradanger2", "The president of BBCA gives another example as to why Kendra might be dangerous", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_kendradanger"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_kendradanger3", "The president of BBCA gives a third example as to why Kendra might be dangerous", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_kendradanger2"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_kendradanger4", "The president of BBCA gives a fourth example as to why Kendra might be dangerous", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_kendradanger3"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_allowedgangbang", "The president explains why BBCA members always will have access to gangbangs", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_kendradanger4"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_allowedgangbang2", "The president explains why BBCA members always will have access to gangbangs, part 2", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_allowedgangbang"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_wantgangbang1", "The president doesn't understand why anyone would ever refuse to take part in a gangbang, part 1", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_allowedgangbang2"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_wantgangbang2", "The president doesn't understand why anyone would ever refuse to take part in a gangbang, part 2", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_wantgangbang1"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_wantgangbang3", "The president doesn't understand why anyone would ever refuse to take part in a gangbang, part 3", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_wantgangbang2"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_wantgangbang4", "The president doesn't understand why anyone would ever refuse to take part in a gangbang, part 4", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_wantgangbang3"], true, false, true, [5], [1], [], "0.4.1"),
new Event("04_kendra_blacked_gym_cum", "Kendra takes some jizz in her face while you talk to the President of BBCA", "Go to the BBCA", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_kendra_blacked_gym_wantgangbang4"], true, false, true, [5], [1], [], "0.4.1"),
// melanie gym look, part 2
new Event("04_melanie_gym_look_exam", "You do an examination of Melanie before you become her personal trainer", "Go to the gym", [5, 6, 7], [5, 6, 7], 12, 4, 8, 8, ["03_melanie_approval_fuck_finish"], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_melanie_gym_look_mout_seated", "You examine Melanie in a seated position", "Go to the gym", [5, 6, 7], [5, 6, 7], 12, 4, 8, 8, ["04_melanie_gym_look_mout_bent"], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_melanie_gym_look_mout_bent", "You examine Melanie when she's bent over you", "Go to the gym", [5, 6, 7], [5, 6, 7], 12, 4, 8, 8, ["04_melanie_gym_look_exam"], true, false, true, [3], [1], [], "0.4.1"),
new Event("04_melanie_gym_look_jizz", "You jizz in Melanie's mouth after examining her", "Go to the gym", [5, 6, 7], [5, 6, 7], 24, 12, 8, 8, ["04_melanie_gym_look_mout_bent"], true, false, true, [3], [1], [], "0.4.1"),
// melanie gym fuck
new Event("04_melanie_gym_fuck_intro", "You're about to have a PT session with Melanie", "Go to the gym", [4, 5, 6], [4, 5, 6, 7], 3, 12, 6, 5, ["04_melanie_gym_look_pt_done"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_takephone", "You're about to have a PT session with Melanie, and you take her phone", "Go to the gym", [5, 6, 7], [5, 6, 7], -8, -24, 6, 6, ["03_melanie_approval_fuck_finish"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_kettlebell", "You show Melanie an exercise with a kettlebell", "Go to the gym", [4, 5, 6, 7], [4, 5, 6, 7], 4, 8, 0, 0, ["04_melanie_gym_fuck_intro"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_stick", "You show Melanie an exercise with a stick", "Go to the gym", [4, 5, 6, 7], [4, 5, 6, 7], 4, 8, 0, 0, ["04_melanie_gym_fuck_kettlebell"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_pilates", "You show Melanie some pilates", "Go to the gym", [4, 5, 6, 7], [4, 5, 6, 7], 4, 8, 0, 0, ["04_melanie_gym_fuck_stick"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_removepants", "You try to convince Melanie to remove her pants during exercise", "Go to the gym", [5, 6, 7], [4, 5, 6, 7], 4, 8, 6, 5, ["04_melanie_gym_fuck_pilates"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_failremovepants", "You fail to convince Melanie to remove her pants during exercise", "Go to the gym", [5, 6, 7], [4, 5, 6, 7], -24, -24, 6, 5, ["04_melanie_gym_fuck_removepants"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_succremovepants", "You convince Melanie to remove her pants during exercise", "Go to the gym", [5, 6, 7], [5, 6, 7], 24, -12, 6, 6, ["04_melanie_gym_fuck_takephone"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_mouth", "You fuck Melanie's mouth during exercise", "Go to the gym", [5, 6, 7], [5, 6, 7], 12, 8, 6, 6, ["04_melanie_gym_fuck_succremovepants"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_boobs", "You fuck Melanie's boobs during exercise", "Go to the gym", [5, 6, 7], [5, 6, 7], 12, 8, 6, 6, ["04_melanie_gym_fuck_mouth"], true, false, true, [6], [1], [], "0.4.1"),
new Event("04_melanie_gym_fuck_boobsjizz", "You jizz on Melanie's boobs during exercise", "Go to the gym", [5, 6, 7], [5, 6, 7], 24, 24, 6, 6, ["04_melanie_gym_fuck_boobs"], true, false, true, [6], [1], [], "0.4.1"),
]>>
</nobr><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="04_Kendra_blacked_gym_phone"></div>
<<script>>experiencedEvent("04_kendra_blacked_gym_phone", "SEE", "04_Kendra_blacked_gym_phone", State.temporary.events)<</script>>
<<president>>Yes, Kendra is a personal trainer here at BBCA.<</president>>
<<cont keypress append>><<player>>Which days is she there?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Saturdays.<</president>>
<<cont keypress append>><<player>>Maybe I can stop by one Saturday and check it out?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Certainly. We can watch from the control room.<</president>>
[[Leave|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>!Version 0.4.0
!!What's new in this version?
!!!New content
In this version, the content for the plot line "a new home" is introduced. This includes major scenes with:
- Melanie
- Lela
- Victoria
- Sandee
- Madison
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofourzero"></div>
<<script>>
describeAllContent("0.4.0", "newContentZerofourzero", State.temporary.events);
<</script>>
!!!UI Improvements
A system with chapters are added to the game. In the beginning of each chapter, a small introduction is made. The chapters also serve as checkpoints where the players can start the game.
There will be an opportunity to cheat (add lust/affection points on a cheat screen). This, and the opportunity to start at the different checkpoints, will be accessed from a cheat code available for supporters of the game.
!!!Bug fixes
A technical improvement has been made to make the game faster. Less information is stored in global variables.Welcome to this Melanies Marvelous Boobs preview. This is a scene where the main character makes cocktails for Melanie in her backyard. And Melanie has company: her stepmother.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto Melanie03WithTiffGardenIntro1>><</button>>!Version 0.4.1
!!What's new in this version?
!!!New content
In this version, the content for the plot line "the gym" is introduced. This includes major scenes with:
- Melanie
- Erica
- Kendra
- Monique
Except for these major scenes, Alexis and Katie are introduced.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofourone"></div>
<<script>>
describeAllContent("0.4.1", "newContentZerofourone", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version.
!!!Bug fixes
None in this version.Welcome to this Melanies Marvelous Boobs preview. Prior to this scene, Melanie has asked the main character to do some work in her garden. He agreed to. In this scene, she wants to thank him.
Please, enter your name:
<<textbox "_input" $playerFirstName autofocus>><<button "Start">><<set $playerFirstName to _input>><<goto Melanie03gardenorangeIntro1>><</button>><<include "TiffGangBangReleaseInit">>
<<include "Mel04DinnerReleaseInit">>
<<include "Mel04PianoReleaseInit">>
<<include "Mel04nakedgatheringReleaseInit">>
<<include "Mel04SwingersReleaseInit">>
<<include "Mel04LapdanceReleaseInit">>
<<include "Mel04CoupleThreesomeReleaseInit">>
<<include "Mel04VideogamesReleaseInit">>
<<include "Mel05WhiteSheerPhotoReleaseInit">>
<<include "Mel05UnderboobPhotoReleaseInit">>
<<include "Mel05RedTopReleaseInit">>
<<include "Mel05WhiteNetReleaseInit">>
<<include "Mel05PhotoPsycho4ReleaseInit">>
<<include "Mel05Psycho1ReleaseInit">>
<<include "Mel05Psycho2ReleaseInit">>
<<include "Mel05Psycho3ReleaseInit">>
<<include "Lela05ModelReleaseInit">>
<<include "SandeeGF05ReleaseInit">>
<<include "Monique05SaunaReleaseInit">>
<<include "Mel05BreakfastReleaseInit">>
<<include "Mel05BlackRedReleaseInit">>
<<include "Mel05PeekWithHusbandReleaseInit">>
<<include "Mel05PeekOnHusbandReleaseInit">>
<<include "Mel05PeekYoungReleaseInit">>
<<include "Mel05ShowerPeek">>
<<include "Mel05HardPeekReleaseInit">>
<<include "Mel05DrinkOnBoatReleaseInit">>
<<include "Mel05TigerBikiniReleaseInit">>
<<include "Mel05BoatReleaseInit">>
<<include "Nikita05PhotoReleaseInit">>
<<include "Nikita05BedroomReleaseInit">>
<<include "Nikita05LivingRoomReleaseInit">>
<<include "Mel05MasseuseFirstReleaseInit">>
<<include "Mel05masseurSecondReleaseInit">>
<<include "Mel05masseurThirdReleaseInit">>
<<include "Mel05CookiesReleaseInit">>
<<include "Mel05TherapistReleaseInit">>
<<set
_TiffGangBang04Intro0 to 'videos/Others/version0.4/tiffany/gang/intro/0.mp4',
_TiffGangBang04Intro1 to 'videos/Others/version0.4/tiffany/gang/intro/1.mp4',
_TiffGangBang04Intro2 to 'videos/Others/version0.4/tiffany/gang/intro/2.mp4',
_TiffGangBang04Intro3 to 'videos/Others/version0.4/tiffany/gang/intro/3.mp4',
_TiffGangBang04Intro4 to 'videos/Others/version0.4/tiffany/gang/intro/4.mp4',
_TiffGangBang04Intro5 to 'videos/Others/version0.4/tiffany/gang/intro/5.mp4',
_TiffGangBang04tease0 to 'videos/Others/version0.4/tiffany/gang/tease/0.mp4',
_TiffGangBang04tease1 to 'videos/Others/version0.4/tiffany/gang/tease/1.mp4',
_TiffGangBang04tease2 to 'videos/Others/version0.4/tiffany/gang/tease/2.mp4',
_TiffGangBang04tease3 to 'videos/Others/version0.4/tiffany/gang/tease/3.mp4',
_TiffGangBang04tease4 to 'videos/Others/version0.4/tiffany/gang/tease/4.mp4',
_TiffGangBang04sitting0 to 'videos/Others/version0.4/tiffany/gang/sitting/0.mp4',
_TiffGangBang04sitting1 to 'videos/Others/version0.4/tiffany/gang/sitting/1.mp4',
_TiffGangBang04sitting2 to 'videos/Others/version0.4/tiffany/gang/sitting/2.mp4',
_TiffGangBang04sitting3 to 'videos/Others/version0.4/tiffany/gang/sitting/3.mp4',
_TiffGangBang04sitting4 to 'videos/Others/version0.4/tiffany/gang/sitting/4.mp4',
_TiffGangBang04sitting5 to 'videos/Others/version0.4/tiffany/gang/sitting/5.mp4',
_TiffGangBang04blow0 to 'videos/Others/version0.4/tiffany/gang/blow/0.mp4',
_TiffGangBang04blow1 to 'videos/Others/version0.4/tiffany/gang/blow/1.mp4',
_TiffGangBang04blow2 to 'videos/Others/version0.4/tiffany/gang/blow/2.mp4',
_TiffGangBang04blow3 to 'videos/Others/version0.4/tiffany/gang/blow/3.mp4',
_TiffGangBang04blow4 to 'videos/Others/version0.4/tiffany/gang/blow/4.mp4',
_TiffGangBang04blow5 to 'videos/Others/version0.4/tiffany/gang/blow/5.mp4',
_TiffGangBang04blow6 to 'videos/Others/version0.4/tiffany/gang/blow/6.mp4',
_TiffGangBang04finish0 to 'videos/Others/version0.4/tiffany/gang/finish/0.mp4',
_TiffGangBang04finish1 to 'videos/Others/version0.4/tiffany/gang/finish/1.mp4',
_TiffGangBang04finish2 to 'videos/Others/version0.4/tiffany/gang/finish/2.mp4',
_TiffGangBang04finish3 to 'videos/Others/version0.4/tiffany/gang/finish/3.mp4',
_TiffGangBang04finish4 to 'videos/Others/version0.4/tiffany/gang/finish/4.mp4',
_TiffGangBang04finish5 to 'videos/Others/version0.4/tiffany/gang/finish/5.mp4',
_TiffGangBang04finish6 to 'videos/Others/version0.4/tiffany/gang/finish/6.mp4'
>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Tiffanygb_wait"></div>
<<script>>experiencedEvent("05_tiffanygb_wait", "SEE", "05_Tiffanygb_wait", State.temporary.events)<</script>>
You, Bob, Ryan and Melanie's husband wait for Tiffany at Ryan's place.
<<cont keypress append>><<player>>So, how's it like to be married to Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Well, she's got great boobs.<</husband>>
<<scrolldown>><<cont keypress append>><<ryan>>Word.<</ryan>>
<<scrolldown>><<cont keypress append>><<husband>>And she absolutely loves to have sex.<</husband>>
<<scrolldown>><<cont keypress append>>You, Ryan and Bob fall silent. No one knows what to say. You don't even notice that someone's arriving.
<video @src=_TiffGangBang04Intro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bob>>You're a very happy man, aren't you?<</bob>>
<<scrolldown>><<cont keypress append>><<husband>>(Giggling): Yeah.<</husband>>
[[I definitely want to hear more about this|Tiff04GangIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<husband>>(Bringing his laptop): I can show you pictures if you want to see?<</husband>>
<<cont keypress append>><<ryan>>Sure.<</ryan>>
<<scrolldown>><<cont keypress append>><<husband>>Look! Here I fuck her in the ass.<</husband>>
<video @src=_TiffGangBang04Intro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<<scrolldown>><<cont keypress append>><<bob>>Respect, dude.<</bob>>
[[Are we allowed to jerk off? (Talk more about Melanie)|Tiff04GangIntro3]]
<<disable !canExperienceEvent("05_tiffanygb_define", State.temporary.events)>>[[We should get ready for Tiffany|Tiff04GangStart1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Tiffanygb_define"></div>
<<script>>experiencedEvent("05_tiffanygb_define", "SEE", "05_Tiffanygb_define", State.temporary.events)<</script>>
<<husband>>Well, every other day I bring a good friend over and we have a threesome with Melanie.<</husband>>
<<cont keypress append>><<ryan>>Wow.<</ryan>>
<video @src=_TiffGangBang04tease0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Yeah, they do everything with her. They fuck her in the ass, jizz in her face and everything in between.<</husband>>
[[What kind of friends are this?|Tiff04GangStart2]]
<<scrolldown>><</cont>><</cont>><div id="05_Tiffanygb_showmel"></div>
<<script>>experiencedEvent("05_tiffanygb_showmel", "SEE", "05_Tiffanygb_showmel", State.temporary.events)<</script>>
<<husband>>Be my guest.<</husband>>
<<cont keypress append>>You, Ryan and Bob frantically unzip your trousers, not considering the fact that Tiffany is changing in the next room.
<video @src=_TiffGangBang04Intro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Grabbing your cock): That's cool.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>(Masturbating): Do you believe Melanie would ever... How should I put it...<</ryan>>
<<scrolldown>><<cont keypress append>><<husband>>How do you mean?<</husband>>
[[Don't say anything stupid now, Ryan|Tiff04GangIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<ryan>>Do you think Melanie is faithful to you?<</ryan>>
<<cont keypress append>><<player>>(Grinding your teeth, whispering): Shut up, shut up, shut up!<</player>>
<video @src=_TiffGangBang04Intro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Faithful how?<</husband>>
<<scrolldown>><<cont keypress append>><<ryan>>Well, do you think she's ever having sex with other men?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth, to yourself): Is he for real? How can he ask such a thing?<</player>>
<video @src=_TiffGangBang04Intro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Of course she does.<</husband>>
[[Excuse me?|Tiff04GangStart1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<husband>>Yeah, is there anything else you want to know?<</husband>>
<<cont keypress append>><<player>>Well...<</player>>
[[How does Melanie seal business deals?|Tiff04GangStartWM2]]
<<disable !canExperienceEvent("05_tiffanygb_boobs", State.temporary.events)>>[[So she's a good negotiator?|Tiff04GangStartWM3]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_praise", State.temporary.events)>>[[It seems she is essential to your company?|Tiff04GangStartWM4]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_love", State.temporary.events)>>[[But you help her out as well, don't you? (Continue)|Tiff04GangStart3]]<</disable>>
<<scrolldown>><</cont>><div id="05_Tiffanygb_business"></div>
<<script>>experiencedEvent("05_tiffanygb_business", "SEE", "05_Tiffanygb_business", State.temporary.events)<</script>>
<<tiffany>>Isn't it obvious? Melanie blows their little dicks and in return they give her husband loads and loads of money.<</tiffany>>
<<cont keypress append>><<player>>It's that simple?<</player>>
<video @src=_TiffGangBang04tease2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>I'm afraid so.<</husband>>
<<scrolldown>><<cont keypress append>><<bob>>(Giggling): That's so cool.<</bob>>
[[I see|Tiff04GangStartWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_tiffanygb_Boobs"></div>
<<script>>experiencedEvent("05_tiffanygb_boobs", "SEE", "05_tiffanygb_Boobs", State.temporary.events)<</script>>
<<tiffany>>That's not the point. The point is, she's got big boobs.<</tiffany>>
<<cont keypress append>><<ryan>>How big?<</ryan>>
<video @src=_TiffGangBang04tease3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Huge, like your cock.<</tiffany>>
[[I see|Tiff04GangStartWM]]
<<scrolldown>><</cont>><</cont>><div id="05_Tiffanygb_praise"></div>
<<script>>experiencedEvent("05_tiffanygb_praise", "SEE", "05_Tiffanygb_praise", State.temporary.events)<</script>>
<<husband>>Well...<</husband>>
<video @src=_TiffGangBang04tease4 autoplay muted loop></video>
<<cont keypress append>><<tiffany>>Of course she is essential. You have never delivered anything of value. The only service you provide is Melanies awesome body.<</tiffany>>
[[I see|Tiff04GangStartWM]]
<<scrolldown>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<<husband>>What's your impression of Melanie in general?<</husband>>
<<cont keypress append>><<player>>Well...<</player>>
[[She seems to love you very much|Tiff04GangRemoveWM1]]
<<disable !canExperienceEvent("05_tiffanygb_spoiled", State.temporary.events)>>[[She might be a bit spoiled|Tiff04GangRemoveWM2]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_troubled", State.temporary.events)>>[[She seems troubled|Tiff04GangRemoveWM3]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_bossy", State.temporary.events)>>[[She's a bit bossy|Tiff04GangRemoveWM4]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_nothonest", State.temporary.events)>>[[Can you formulate a more concrete question?|Tiff04GangBlow1WM]]<</disable>>
<<scrolldown>><</cont>><div id="05_Tiffanygb_love"></div>
<<script>>experiencedEvent("05_tiffanygb_love", "SEE", "05_Tiffanygb_love", State.temporary.events)<</script>>
<<husband>>That's true, $playerFirstName, she really does. That's so kind of you.<</husband>>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
<video @src=_TiffGangBang04sitting2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm only telling the truth.<</player>>
[[Anything else?|Tiff04GangRemoveWM]]
<<scrolldown>><</cont>><</cont>><div id="05_Tiffanygb_spoiled"></div>
<<script>>experiencedEvent("05_tiffanygb_spoiled", "SEE", "05_Tiffanygb_spoiled", State.temporary.events)<</script>>
<<husband>>That's very accurate, $playerFirstName, you're quite a people person, aren't you?<</husband>>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
<video @src=_TiffGangBang04sitting3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bob>>Yes, suck that cock.<</bob>>
<<scrolldown>><<cont keypress append>><<player>>I've been around a lot.<</player>>
[[Anything else?|Tiff04GangRemoveWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Tiffanygb_troubled"></div>
<<script>>experiencedEvent("05_tiffanygb_troubled", "SEE", "05_Tiffanygb_troubled", State.temporary.events)<</script>>
<<husband>>How do you mean, $playerFirstName?<</husband>>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
<video @src=_TiffGangBang04sitting4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, did it ever occur to you she might be a sex addict?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>That's true! That's it! I've never thought of that before!<</husband>>
[[Anything else?|Tiff04GangRemoveWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Tiffanygb_bossy"></div>
<<script>>experiencedEvent("05_tiffanygb_bossy", "SEE", "05_Tiffanygb_bossy", State.temporary.events)<</script>>
<<husband>>(Laughing): Yeah, she definitely is.<</husband>>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
<video @src=_TiffGangBang04sitting5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>She runs the house, doesn't she?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Yeah, she does.<</husband>>
[[Anything else?|Tiff04GangRemoveWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<tiffany>>Yes, force him to be clear for once.<</tiffany>>
<<cont keypress append>><<husband>>I wonder: what do you think of Melanie's body?<</husband>>
<video @src=_TiffGangBang04blow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[I've only seen her a few times|Tiff04GangBlow1WM1]]
<<disable !canExperienceEvent("05_tiffanygb_blind", State.temporary.events)>>[[She's okay, I guess|Tiff04GangBlow1WM2]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_truth", State.temporary.events)>>[[She's the hottest woman I've ever seen (continue)|Tiff04GangBlow2WM]]<</disable>>
<<scrolldown>><</cont>><</cont>><div id="05_Tiffanygb_nothonest"></div>
<<script>>experiencedEvent("05_tiffanygb_nothonest", "SEE", "05_Tiffanygb_nothonest", State.temporary.events)<</script>>
<<husband>>Come on, she's in town every day, showing off her titties. You must have seen her.<</husband>>
<video @src=_TiffGangBang04blow1 autoplay muted loop></video>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
<<scrolldown>><<cont keypress append>><<player>>Alright, I guess I see her from time to time, I definitely recognise her.<</player>>
<<scrolldown>><<cont keypress append>><<bob>>I would recognise her as well.<</bob>>
<<scrolldown>><<cont keypress append>><<ryan>>Yeah, me too.<</ryan>>
[[Melanie's husband doesn't seem content|Tiff04GangBlow1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Tiffanygb_blind"></div>
<<script>>experiencedEvent("05_tiffanygb_blind", "SEE", "05_Tiffanygb_blind", State.temporary.events)<</script>>
<<husband>>That's quite an understatement, isn't it?<</husband>>
<<cont keypress append>><video @src=_TiffGangBang04blow1 autoplay muted loop></video>
<<tiffany>>Mmm, mmm!<</tiffany>>
<<scrolldown>><<cont keypress append>><<player>>How do you mean?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Didn't you see her boobs? Didn't you notice her marvelous boobs?<</husband>>
<<scrolldown>><<cont keypress append>><<ryan>>Yeah, are you blind, $playerFirstName?<</ryan>>
[[It seems Melanie's husband wants me to praise the beauty of his wife|Tiff04GangBlow1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Tiffanygb_truth"></div>
<<script>>experiencedEvent("05_tiffanygb_truth", "SEE", "05_Tiffanygb_truth", State.temporary.events)<</script>>
<<husband>>That's a really honest thing to say, $playerFirstName, I like that!<</husband>>
<video @src=_TiffGangBang04blow3 autoplay muted loop></video>
<<cont keypress append>><<tiffany>>Mm, yes, massage those boobies!<</tiffany>>
<<scrolldown>><<cont keypress append>><<player>>Well, it's the truth.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Tell me one more thing: what would you like to do with Melanie?<</husband>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[Fuck her boobies|Tiff04GangBlow2WM1]]
<<disable !canExperienceEvent("05_tiffanygb_what_pussy", State.temporary.events)>>[[Fuck her pussy|Tiff04GangBlow2WM2]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_what_ass", State.temporary.events)>>[[Ram her ass|Tiff04GangBlow2WM3]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_mel_pussy", State.temporary.events)>>[[I would like her to respect me as a man (continue)|Tiff04GangFinishWM]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Tiffanygb_what_boobs"></div>
<<script>>experiencedEvent("05_tiffanygb_what_boobs", "SEE", "05_Tiffanygb_what_boobs", State.temporary.events)<</script>>
<<husband>>You mean to stick your dick in between her titties and shove it up and down?<</husband>>
<video @src=_TiffGangBang04blow4 autoplay muted loop></video>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
<<scrolldown>><<cont keypress append>><<player>>Exactly.<</player>>
<<scrolldown>><<cont keypress append>><<bob>>That's a good idea.<</bob>>
<<scrolldown>><<cont keypress append>><<husband>>It really is, I've never thought of it before, actually.<</husband>>
[[Well, I'm a creative guy|Tiff04GangBlow2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Tiffanygb_what_pussy"></div>
<<script>>experiencedEvent("05_tiffanygb_what_pussy", "SEE", "05_Tiffanygb_what_pussy", State.temporary.events)<</script>>
<<husband>>That's a good one. I've done that quite a few times. I can recommend it.<</husband>>
<video @src=_TiffGangBang04blow5 autoplay muted loop></video>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
[[I believe you, bro|Tiff04GangBlow2WM]]
<<scrolldown>><</cont>><div id="05_Tiffanygb_what_ass"></div>
<<script>>experiencedEvent("05_tiffanygb_what_ass", "SEE", "05_Tiffanygb_what_ass", State.temporary.events)<</script>>
<<husband>>Let me tell you a secret: Melanie's absolute favorite thing to do is getting fucked in the ass.<</husband>>
<video @src=_TiffGangBang04blow6 autoplay muted loop></video>
<<cont keypress append>><<tiffany>>Mmm, mmm!<</tiffany>>
[[Are you sure it's a secret?|Tiff04GangBlow2WM]]
<<scrolldown>><</cont>><<husband>>That's a really honest and mature answer, $playerFirstName, can you elaborate how you mean?<</husband>>
<video @src=_TiffGangBang04finish0 autoplay muted loop></video>
<<cont keypress append>><<tiffany>>Are you finally gonna cover me in your yummy cum?<</tiffany>>
[[She should let me jizz on her face|Tiff04GangFinishWM1]]
<<disable !canExperienceEvent("05_tiffanygb_mel_pee", State.temporary.events)>>[[She should let me pee on her face|Tiff04GangFinishWM2]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_mel_step", State.temporary.events)>>[[She should let me step on her face while I fuck her ass|Tiff04GangFinishWM3]]<</disable>>
<<disable !canExperienceEvent("05_tiffanygb_mel_big", State.temporary.events)>>[[Frankly, I would like her to look at my cock and tell me it's huge (continue)|Tiff04GangFinishWMEnd]]<</disable>>
<<scrolldown>><</cont>><div id="05_Tiffanygb_mel_pussy"></div>
<<script>>experiencedEvent("05_tiffanygb_mel_pussy", "SEE", "05_Tiffanygb_mel_pussy", State.temporary.events)<</script>>
<<husband>>You feel disrespected whenever a woman doesn't let you jizz in her face, $playerFirstName?<</husband>>
<<cont keypress append>><<player>>Pretty much, yeah. Yeah! Yeah!<</player>>
<video @src=_TiffGangBang04finish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Mmm, I would never disrespect you, $playerFirstName.<</tiffany>>
[[He doesn't seem entirely happy with the answer|Tiff04GangFinishWM]]
<<scrolldown>><</cont>><</cont>><div id="05_Tiffanygb_mel_pee"></div>
<<script>>experiencedEvent("05_tiffanygb_mel_pee", "SEE", "05_Tiffanygb_mel_pee", State.temporary.events)<</script>>
<<husband>>You remember it's my wife we're talking about, $playerFirstName?<</husband>>
<<cont keypress append>><<player>>Well, I think she would do well with some humiliation.<</player>>
<video @src=_TiffGangBang04finish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Yes, give me that cum!<</tiffany>>
<<scrolldown>><<cont keypress append>><<bob>>I'd give you anything you ask for.<</bob>>
<<scrolldown>><<cont keypress append>><<husband>>You might have a point, actually.<</husband>>
<video @src=_TiffGangBang04finish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Mmm, that tastes so good.<</tiffany>>
[[He doesn't seem entirely happy with the answer|Tiff04GangFinishWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Tiffanygb_mel_step"></div>
<<script>>experiencedEvent("05_tiffanygb_mel_step", "SEE", "05_Tiffanygb_mel_step", State.temporary.events)<</script>>
<<husband>>What would happen if you got too excited, $playerFirstName?<</husband>>
<<cont keypress append>><<player>>She might get a permanent brain damage.<</player>>
<video @src=_TiffGangBang04finish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Give it to me! Give it to me! Give it to me!<</tiffany>>
<<scrolldown>><<cont keypress append>><<husband>>And do you see any problem with that?<</husband>>
<video @src=_TiffGangBang04finish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Mmm, mmm, mmm!<</tiffany>>
<<scrolldown>><<cont keypress append>><<player>>Not really, actually.<</player>>
[[He doesn't seem entirely happy with the answer|Tiff04GangFinishWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Tiffanygb_mel_big"></div>
<<script>>experiencedEvent("05_tiffanygb_mel_big", "SEE", "05_Tiffanygb_mel_big", State.temporary.events)<</script>>
<<husband>>That's a really nice and modest thing to say, $playerFirstName, I think you and Melanie could be very good friends.<</husband>>
<<cont keypress append>><<player>>Well, she seems to be a very kind and good-hearted woman.<</player>>
<video @src=_TiffGangBang04finish6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<tiffany>>Mmm, mmm, thank you! Thank you all!<</tiffany>>
<<scrolldown>><<cont keypress append>><<husband>>I would appreciate if you would join us for dinner some day. Would you like that?<</husband>>
<<scrolldown>><<cont keypress append>><<player>>It would be awesome.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Great! Friday?<</husband>>
[[Sure (leave)|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>What do you want to talk about?
[[End the dinner (leave)|Mel04DinnerLeave]]
<<disable !canExperienceEvent("05_melanie_dinner_massage", State.temporary.events)>>[[Do you workout?|Mel04DinnerIntroWM5]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_dinner_boat", State.temporary.events)>>[[So Melanie, do you have any hobbies outside of work|Mel04DinnerIntroWM3]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_dinner_nikita", State.temporary.events)>>[[So Melanie, do you have any brothers or sisters?|Mel04DinnerIntroWM4]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_dinner_piano", State.temporary.events)>>[[I saw a piano inside|Mel04DinnerIntroWM2]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_dinner_yard", State.temporary.events)>>[[You have a very nice yard|Mel04DinnerIntroWM1]]<</disable>><div id="05_melanie_dinner_yard"></div>
<<script>>experiencedEvent("05_Melanie_dinner_yard", "SEE", "05_melanie_dinner_yard", State.temporary.events)<</script>>
<<husband>>Thanks, $playerFirstName, we like enjoying a glass of champagne in the sunset.<</husband>>
<<cont keypress append>><<player>>That sounds lovely.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>If you want to, you could tag along on Thursday?<</husband>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
<video @src=_Mel04Dinner2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Please do, $playerFirstName, I'm usually not wearing any clothes.<</melanie>>
[[Well, then it's impossible to say no|Mel04DinnerIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<melanie>>I'll leave you now. I guess you want to have another trustful talk about love.<</melanie>>
<<cont keypress append>><<husband>>You know we appreciate your company.<</husband>>
<video @src=_Mel04Dinner3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I know you appreciate the sight of my boobs.<</melanie>>
[[Wow (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><<set
_Mel04Dinner0 to 'videos/Melanie/version0.4/dinner/0.mp4',
_Mel04Dinner1 to 'videos/Melanie/version0.4/dinner/1.mp4',
_Mel04Dinner2 to 'videos/Melanie/version0.4/dinner/2.mp4',
_Mel04Dinner3 to 'videos/Melanie/version0.4/dinner/3.mp4'
>><<if !isPlaying("romance1")>><<stopallaudio>><<audio "romance1" volume 1 play>><</if>>
<div id="05_melanie_piano_intro"></div>
<<script>>experiencedEvent("05_Melanie_piano_intro", "SEE", "05_melanie_piano_intro", State.temporary.events)<</script>>
You play "Für Elise" on the piano.
<<cont keypress append>><<husband>>Mm, beautiful.<</husband>>
<video @src=_Mel04Piano0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I can tell you've got laid quite a few times by this tune, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>(Applauding): Rightfully, that is.<</husband>>
<video @src=_Mel04Piano1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Applauding): The question is not whether it was rightful. The question is: did they have big boobs?<</melanie>>
[[Well...|Mel04Piano2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Did you like the feel of their boobs, $playerFirstName?<</melanie>>
<<cont keypress append>><<husband>>(Laughing): You're embarassing $playerFirstName, my love.<</husband>>
<video @src=_Mel04Piano2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>He'll manage. He's a big boy. Aren't you, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, answer me: did they have big boobs like me, $playerFirstName?<</melanie>>
<video @src=_Mel04Piano3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): ...<</player>>
[[Wow|Mel04Piano3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_melanie_piano_boobs"></div>
<<script>>experiencedEvent("05_Melanie_piano_boobs", "SEE", "05_melanie_piano_boobs", State.temporary.events)<</script>>
<<melanie>>Did you ever suck any of their nipples, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Well, yeah.<</player>>
<video @src=_Mel04Piano4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I thought so. You are a boobs guy, aren't you, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I like boobs.<</player>>
<video @src=_Mel04Piano5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Well, every man is a boobs guy when I'm nearby.<</melanie>>
[[I don't care, I'll just let her say those things without retorting|Mel04Piano4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("romance1")>><<stopallaudio>><<audio "romance1" volume 1 play>><</if>>
<<melanie>>I'm gonna give you a souvenir, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Alright?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You can have my dress.<</melanie>>
<video @src=_Mel04Piano6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why would I want your dress?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now that you have seen my boobs, you'd better have some high-quality piece of cloth where you can release that big load of cum of yours.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck, is she leaving now?<</player>>
<video @src=_Mel04Piano7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): I recommend masturbating three times as soon as you get home, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>(Laughing): Hahaha, that's hilarious!<</husband>>
[[Can he shut up? (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel04Piano0 to 'videos/Melanie/version0.4/piano/0.mp4',
_Mel04Piano1 to 'videos/Melanie/version0.4/piano/1.mp4',
_Mel04Piano2 to 'videos/Melanie/version0.4/piano/2.mp4',
_Mel04Piano3 to 'videos/Melanie/version0.4/piano/3.mp4',
_Mel04Piano4 to 'videos/Melanie/version0.4/piano/4.mp4',
_Mel04Piano5 to 'videos/Melanie/version0.4/piano/5.mp4',
_Mel04Piano6 to 'videos/Melanie/version0.4/piano/6.mp4',
_Mel04Piano7 to 'videos/Melanie/version0.4/piano/7.mp4'
>><<set
_Mel04nakedgathering0 to 'videos/Melanie/version0.4/nakedgathering/0.mp4',
_Mel04nakedgathering1 to 'videos/Melanie/version0.4/nakedgathering/1.mp4',
_Mel04nakedgathering2 to 'videos/Melanie/version0.4/nakedgathering/2.mp4',
_Mel04nakedgathering3 to 'videos/Melanie/version0.4/nakedgathering/3.mp4'
>><<if !isPlaying("party2")>><<stopallaudio>><<audio "party2" volume 1 play>><</if>>
<div id="05_melanie_yard_intro"></div>
<<script>>experiencedEvent("05_Melanie_yard_intro", "SEE", "05_melanie_yard_intro", State.temporary.events)<</script>>
You have a drink with Melanie and her husband in their yard.
<<cont keypress append>><<melanie>>Mm, we had this champagne when we met, dear.<</melanie>>
<video @src=_Mel04nakedgathering0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Yeah, I remember.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>How did you meet?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>We participated in the same threesome.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Why am I not surprised?<</player>>
[[This has been nice, but I'll have to leave now|Melhome]]
[[You still do threesomes?|Mel04nakedgatheringWM1]]
<<disable !canExperienceEvent("05_Melanie_yard_gangbang", State.temporary.events)>>[[You do gangbangs as well?|Mel04nakedgatheringWM2]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_melanie_yard_threesome"></div>
<<script>>experiencedEvent("05_Melanie_yard_threesome", "SEE", "05_melanie_yard_threesome", State.temporary.events)<</script>>
<<melanie>>Naturally. As soon as my dear husband brings a good friend we try to seize the opportunity.<</melanie>>
<<cont keypress append>><<player>>Is that why I'm here tonight?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't ask me. Do you have a dick big enough to handle my boobs?<</melanie>>
<video @src=_Mel04nakedgathering1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): ...<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Don't worry, $playerFirstName. I'll setup a proper meeting where we can get to know each other. How about Sunday?<</husband>>
[[Sure|Mel04nakedgatheringWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_melanie_yard_gangbang"></div>
<<script>>experiencedEvent("05_Melanie_yard_gangbang", "SEE", "05_melanie_yard_gangbang", State.temporary.events)<</script>>
<<melanie>>Let me be clear, $playerFirstName. You gather three or more men that can fill my holes properly, and I'll be there. I'll cancel any other appointment.<</melanie>>
<<cont keypress append>><<player>>But how about your husband?<</player>>
<video @src=_Mel04nakedgathering1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Sternly): I'll be there.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>(Sighing): I can assure you, $playerFirstName, she'll be there.<</husband>>
[[Maybe I can combine this opportunity with Ryan's birthday?|Mel04nakedgatheringWM]]
<<scrolldown>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion04_3 to [
// boss talk garden
new Event("04_melanie_boss_gardentalk", "Melanie asks you to help her in her garden", "Go to Melanie's office", [4, 5, 6], [4, 5], 0, 12, 7, 6, [], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.4.3"),
// garden light blue
new Event("04_melanie_garden_lightblue", "Melanie gives you a screwdriver", "Go to Melanie's home", [4, 5, 6], [4, 5, 6], 0, 12, 6, 6, ["04_melanie_boss_gardentalk"], true, false, true, [4], [1], [], "0.4.3"),
// garden orange
new Event("04_melanie_garden_orange_intro", "Melanie shows you her orange dress.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 0, 6, 5, 5, ["04_melanie_boss_gardentalk"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_follow", "Melanie shows you her orange dress. You follow her inside.", "Go to Melanie's home", [5, 6, 7, 8], [4, 5, 6, 7, 8], 8, 4, 0, 0, ["04_melanie_garden_orange_intro"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_release", "Melanie shows you her orange dress. You release her tits.", "Go to Melanie's home", [5, 6, 7, 8], [4, 5, 6, 7, 8], 12, 2, 0, 0, ["04_melanie_garden_orange_follow"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_dick", "Melanie shows you her orange dress. She agrees to have a look at your cock.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 0, 12, 0, 0, ["04_melanie_garden_orange_release"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_blow", "Melanie shows you her orange dress. She agrees to blow you.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 12, 12, 0, 0, ["04_melanie_garden_orange_dick"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_wm_boobs", "Melanie gives you a blow in her orange dress. You fuck her boobs.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 4, 12, 0, 0, ["03_melanie_approval_fuck_finish"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_wm_deep", "Melanie gives you a blow in her orange dress. She takes it deep.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 6, 4, 0, 0, ["04_melanie_garden_orange_wm_boobs"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_wm_balls", "Melanie gives you a blow in her orange dress. She licks your balls.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 8, 3, 0, 0, ["04_melanie_garden_orange_wm_deep"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_wm_hard", "Melanie gives you a blow in her orange dress. Hard.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 12, -4, 0, 0, ["04_melanie_garden_orange_wm_balls"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_wm_knees", "Melanie gives you a blow in her orange dress. She's on her knees.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 8, 4, 0, 0, ["04_melanie_garden_orange_wm_hard"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_wm_mouth", "Melanie gives you a blow in her orange dress. You fuck her mouth.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 8, -4, 0, 0, ["04_melanie_garden_orange_wm_knees"], true, false, true, [1], [1], [], "0.4.3"),
new Event("04_melanie_garden_orange_wm_jizz", "Melanie gives you a blow in her orange dress. You jizz on her boobs.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 16, 12, 8, 8, ["04_melanie_garden_orange_wm_mouth"], true, false, true, [1], [1], [], "0.4.3"),
// garden dark
new Event("04_melanie_garden_dark_intro", "Melanie's wearing a dark dress at home", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 5, 5, ["04_melanie_boss_gardentalk"], true, false, true, [3], [1], [], "0.4.3"),
new Event("04_melanie_garden_dark_check", "Melanie's wearing a dark dress at home. She checks in on you.", "Go to Melanie's home", [4, 5, 6, 7, 8], [4, 5, 6, 7, 8], 8, 12, 0, 0, ["04_melanie_garden_dark_intro"], true, false, true, [3], [1], [], "0.4.3"),
new Event("04_melanie_garden_dark_release", "Melanie's wearing a dark dress at home. You release her tits.", "Go to Melanie's home", [5, 6, 7, 8], [4, 5, 6, 7, 8], 16, 8, 0, 0, ["04_melanie_garden_dark_check"], true, false, true, [3], [1], [], "0.4.3"),
new Event("04_melanie_garden_dark_show", "Melanie's wearing a dark dress at home. You show her your cock.", "Go to Melanie's home", [5, 6, 7, 8], [4, 5, 6, 7, 8], 6, 6, 0, 0, ["03_melanie_approval_fuck_finish"], true, false, true, [3], [1], [], "0.4.3"),
new Event("04_melanie_garden_dark_suck", "Melanie's giving you a blowjob.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 8, 8, 0, 0, ["04_melanie_garden_dark_show"], true, false, true, [3], [1], [], "0.4.3"),
new Event("04_melanie_garden_dark_onfour", "Melanie's giving you a blowjob. On four.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 8, 8, 0, 0, ["04_melanie_garden_dark_suck"], true, false, true, [3], [1], [], "0.4.3"),
new Event("04_melanie_garden_dark_boobs", "Melanie's giving you a blowjob. You fuck her boobs", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 8, 8, 0, 0, ["04_melanie_garden_dark_onfour"], true, false, true, [3], [1], [], "0.4.3"),
new Event("04_melanie_garden_dark_jizz", "Melanie's giving you a blowjob. you jizz on her boobs.", "Go to Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 12, 24, 8, 8, ["04_melanie_garden_dark_boobs"], true, false, true, [3], [1], [], "0.4.3"),
// garden tiffany
new Event("04_melanie_garden_tiffany_intro", "Melanie brings Tiffany to the bar in the yard", "Go to Melanie's home", [4, 5, 6], [4, 5], 4, 12, 0, 0, ["04_melanie_boss_gardentalk"], true, false, true, [5], [1], [], "0.4.3"),
new Event("04_melanie_garden_tiffany_present", "Melanie introduces you to her dear stepmother", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6], 4, 8, 0, 0, ["04_melanie_garden_tiffany_intro"], true, false, true, [5], [1], [], "0.4.3"),
new Event("04_melanie_garden_tiffany_like", "Tiffany seems to like you", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6], 4, 4, 0, 0, ["04_melanie_garden_tiffany_present"], true, false, true, [5], [1], [], "0.4.3"),
new Event("04_melanie_garden_tiffany_gb", "Tiffany wants to participate in a gangbang", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6], 3, 3, 0, 0, ["04_melanie_garden_tiffany_like"], true, false, true, [5], [1], [], "0.4.3"),
new Event("04_melanie_garden_tiffany_leave", "Melanie and her stepmother leave the bar.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6], 0, 12, 8, 7, ["04_melanie_garden_tiffany_gb"], true, false, true, [5], [1], [], "0.4.3"),
// garden peek hard
new Event("04_melanie_garden_peek_hard_intro", "Melanie is fucking with someone on the sofa in the garden. Ryan needs dating advice.", "Go to Melanie's home", [4, 5, 6], [4, 5, 6], 0, 0, 6, 6, ["04_melanie_boss_gardentalk"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_dream", "Melanie is fucking with someone on the sofa in the garden. Ryan describes his dream woman.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 12, 4, 0, 0, ["04_melanie_garden_peek_hard_intro"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_cock", "Melanie is fucking with someone on the sofa in the garden. Ryan describes his cock.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 12, 4, 0, 0, ["04_melanie_garden_peek_hard_dream"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_list", "Melanie is fucking with someone on the sofa in the garden. Ryan lists his favorite sex positions.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["04_melanie_garden_peek_hard_cock"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_images", "Melanie is fucking with someone on the sofa in the garden. Ryan attaches images to his profile.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["04_melanie_garden_peek_hard_list"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_gym", "Melanie is fucking with someone on the sofa in the garden. Ryan promises he's going to the gym", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["04_melanie_garden_peek_hard_images"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_guitar", "Melanie is fucking with someone on the sofa in the garden. Ryan pretends he plays the guitar.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["04_melanie_garden_peek_hard_gym"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_iplants", "Melanie is fucking with someone on the sofa in the garden. Ryan is watering his plants.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 12, 4, 0, 0, ["04_melanie_garden_peek_hard_guitar"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_dog", "Melanie is fucking with someone on the sofa in the garden. Ryan is walking his dog.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 12, 4, 0, 0, ["04_melanie_garden_peek_hard_iplants"], true, false, true, [2], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_hard_baby", "Melanie is fucking with someone on the sofa in the garden. Ryan is cradling a baby.", "Go to Melanie's home", [4, 5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["04_melanie_garden_peek_hard_dog"], true, false, true, [2], [1], [], "0.4.3"),
// garden peek doggy
new Event("04_melanie_garden_peek_doggy_intro", "The president of BBCA calls you and has a few questions", "Go to Melanie's home", [5, 6], [5, 6], 0, 0, 0, 0, ["04_melanie_boss_gardentalk"], true, false, true, [0], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_doggy_improvement", "The president of BBCA calls you and has a few questions. How has BBCA improved your life?", "Go to Melanie's home", [5, 6, 7], [5, 6, 7], 4, 0, 0, 0, ["04_melanie_garden_peek_doggy_intro"], true, false, true, [0], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_doggy_recommendation", "The president of BBCA calls you and has a few questions. Probable that you would recommend BBCA?", "Go to Melanie's home", [5, 6, 7], [5, 6, 7], 4, 0, 0, 0, ["04_melanie_garden_peek_doggy_improvement"], true, false, true, [0], [1], [], "0.4.3"),
new Event("04_melanie_garden_peek_doggy_thanks", "The president of BBCA thanks you for your help.", "Go to Melanie's home", [5, 6, 7], [5, 6, 7], 4, 0, 7, 7, ["04_melanie_garden_peek_doggy_recommendation"], true, false, true, [0], [1], [], "0.4.3")
]>>
</nobr>
<img @src=_logo width="250"><<link "some text <img src='images/patreon.png'>">>https://www.patreon.com/mincedmeat<</link>>!Version 0.4.2 (Bug fix release)
!!What's new in this version?
!!!New content
None in this version.
!!!New scenes
None in this version.
!!!UI Improvements
None in this version.
!!!Bug fixes
In version 0.4.0 a change was made to make the gameplay faster. It did. But it also screw up all save games, and made saving new games impossible.
In this version the change from 0.4.0 is reverted, so that save games are working again. Saves from 0.4.0 or 0.4.1 will not work. What will happen with saves from 0.3.4 I haven't tested. I prioritise to get this fix out fast.
The gameplay is somewhat slower than in 0.4.0 and 0.4.1. It is mitigated by only allowing "going back" 5 steps in the game (tapping the back-arrow in the top-left corner). <<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="05_Tiffanygb_arrive"></div>
<<script>>experiencedEvent("05_tiffanygb_arrive", "SEE", "05_Tiffanygb_arrive", State.temporary.events)<</script>>
<<husband>>Any kind, really. Mostly business partners, I guess.<</husband>>
<<cont keypress append>><<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<tiffany>>(Bursting into the room): To seal business deals, of course.<</tiffany>>
<video @src=_TiffGangBang04tease1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Oh, Tiffany. I almost forgot you were coming.<</husband>>
<<scrolldown>><<cont keypress append>><<tiffany>>Don't mind me. Please, keep talking about my dear stepdaughter.<</tiffany>>
[[Alright|Tiff04GangStartWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<husband>>Definitely. I'm the sole funder of that fake company she runs.<</husband>>
<<cont keypress append>><<tiffany>>Watch your mouth. It's my stepdaughter you're talking about.<</tiffany>>
<video @src=_TiffGangBang04sitting0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>It's still a fake company.<</husband>>
<<scrolldown>><<cont keypress append>><<tiffany>>A fake company with hundreds of employees.<</tiffany>>
<video @src=_TiffGangBang04sitting1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>All of which get their paychecks from me.<</husband>>
[[I think he's got a point, actually|Tiff04GangStart4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<husband>>Thanks, $playerFirstName! That's real kind of you.<</husband>>
<<cont keypress append>><<tiffany>>(Snorting): Hmpf!<</tiffany>>
<<scrolldown>><<cont keypress append>><<husband>>Can I ask you a question, $playerFirstName?<</husband>>
[[Sure|Tiff04GangRemoveWM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_melanie_dinner_intro"></div>
<<script>>experiencedEvent("05_Melanie_dinner_intro", "SEE", "05_melanie_dinner_intro", State.temporary.events)<</script>>
<<melanie>>I've heard you and my husband are good friends, $playerFirstName?<</melanie>>
<video @src=_Mel04Dinner0 autoplay muted loop></video>
<<cont keypress append>><<player>>I guess you could say that.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>We've had some trustful talks about love and women.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>I see. I presume you're into big boobs as well, $playerFirstName?<</melanie>>
<video @src=_Mel04Dinner1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>What do you think about my boobs?<</melanie>>
[[How to answer that question?|Mel04DinnerIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_melanie_dinner_piano"></div>
<<script>>experiencedEvent("05_Melanie_dinner_piano", "SEE", "05_melanie_dinner_piano", State.temporary.events)<</script>>
<<husband>>Actually, we do have one, but none of us can play.<</husband>>
<<cont keypress append>><<player>>I actually took a piano class as a kid.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So why don't you come and play for us? You don't think my boobs are big enough for you?<</melanie>>
<video @src=_Mel04Dinner2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>How about this: you come back on Tuesday and show us your skills?<</husband>>
[[Sure|Mel04DinnerIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Mel04swingersmeet0 to 'videos/Melanie/version0.4/swingers/meet/0.mp4',
_Mel04swingersmeet1 to 'videos/Melanie/version0.4/swingers/meet/1.mp4',
_Mel04swingersmeet2 to 'videos/Melanie/version0.4/swingers/meet/2.mp4',
_Mel04swingersmeet3 to 'videos/Melanie/version0.4/swingers/meet/3.mp4',
_Mel04swingersintro0 to 'videos/Melanie/version0.4/swingers/intro/0.mp4',
_Mel04swingersintro1 to 'videos/Melanie/version0.4/swingers/intro/1.mp4',
_Mel04swingersintro2 to 'videos/Melanie/version0.4/swingers/intro/2.mp4',
_Mel04swingersintro3 to 'videos/Melanie/version0.4/swingers/intro/3.mp4',
_Mel04swingersintro4 to 'videos/Melanie/version0.4/swingers/intro/4.mp4',
_Mel04swingersblow0 to 'videos/Melanie/version0.4/swingers/blow/0.mp4',
_Mel04swingersblow1 to 'videos/Melanie/version0.4/swingers/blow/1.mp4',
_Mel04swingersblow2 to 'videos/Melanie/version0.4/swingers/blow/2.mp4',
_Mel04swingersblow3 to 'videos/Melanie/version0.4/swingers/blow/3.mp4',
_Mel04swingersfuck0 to 'videos/Melanie/version0.4/swingers/fuck/0.mp4',
_Mel04swingersfuck1 to 'videos/Melanie/version0.4/swingers/fuck/1.mp4',
_Mel04swingersfuck2 to 'videos/Melanie/version0.4/swingers/fuck/2.mp4',
_Mel04swingersfuck3 to 'videos/Melanie/version0.4/swingers/fuck/3.mp4',
_Mel04swingersfuck4 to 'videos/Melanie/version0.4/swingers/fuck/4.mp4',
_Mel04swingersfinish0 to 'videos/Melanie/version0.4/swingers/finish/0.mp4',
_Mel04swingersfinish1 to 'videos/Melanie/version0.4/swingers/finish/1.mp4',
_Mel04swingersfinish2 to 'videos/Melanie/version0.4/swingers/finish/2.mp4',
_Mel04swingersfinish3 to 'videos/Melanie/version0.4/swingers/finish/3.mp4',
_Mel04swingersfinish4 to 'videos/Melanie/version0.4/swingers/finish/4.mp4',
_Mel04swingersfinish5 to 'videos/Melanie/version0.4/swingers/finish/5.mp4'
>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<husband>>Just wait till you see Melanie. She's something extra, I tell you.<</husband>>
<<cont keypress append>><<player>>Oh, yeah? What's the best thing about her?<</player>>
<video @src=_Mel04swingersmeet1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>The best thing? Her tits, for sure.<</husband>>
[[I guess he actually don't know I've met her before|Mel04SwingersMeet2]]
<<scrolldown>><</cont>><</cont>><<husband>>(From the other room): They are huge. But still firm and round, you know.<</husband>>
<<cont keypress append>><<player>>(From the other room): That sounds great.<</player>>
<video @src=_Mel04swingersmeet0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>And she loves doing boob jobs.<</husband>>
[[Well, that's great|Mel04SwingersMeet3]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_melanie_dinner_before"></div>
<<script>>experiencedEvent("05_Melanie_dinner_before", "SEE", "05_melanie_dinner_before", State.temporary.events)<</script>>
<<husband>>And here she is.<</husband>>
<video @src=_Mel04swingersmeet2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(Arriving): Hello, men.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>My love, I would like you to meet $playerFirstName. He's a good friend of mine.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>$playerFirstName, I believe I recognise you. Do you have a large dick?<</melanie>>
<video @src=_Mel04swingersmeet3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes, fairly large.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, $playerFirstName, staring at my tits will indeed make your dick harder, but it will not grow larger.<</melanie>>
<video @src=_Mel04swingersintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Hahaha, yeah, that's silly, $playerFirstName.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I guess you'll join us for dinner?<</melanie>>
[[Yes|Mel04DinnerIntro]]
[[I don't have time (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_melanie_swingers_intro"></div>
<<script>>experiencedEvent("05_Melanie_swingers_intro", "SEE", "05_melanie_swingers_intro", State.temporary.events)<</script>>
<<melanie>>Me and my husband have had a little talk about you, $playerFirstName.<</melanie>>
<<cont keypress append>><<husband>>Yes, we have.<</husband>>
<video @src=_Mel04swingersintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Okay, so what's the conclusion?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>We've decided to give you the honour to see my tits.<</melanie>>
[[Well, that sounds great|Mel04SwingersIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>Here they are.<</melanie>>
<<cont keypress append>><<player>>Wow, can I touch them?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Please, do.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<video @src=_Mel04swingersintro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You've got a pretty small dick, don't you, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll just ignore her.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Why don't you dive in on them?<</husband>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I'll not wait for a second invitation for that.<</player>>
<video @src=_Mel04swingersintro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, I never get tired of men doing that.<</melanie>>
[[But it seems she wants more|Mel04SwingersIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<<melanie>>You're pretty hard now, $playerFirstName, aren't you?<</melanie>>
<<cont keypress append>><<player>>Rock hard.<</player>>
<video @src=_Mel04swingersintro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I don't believe you.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Then why don't you get down and have a look for yourself?<</player>>
[[She slaps your face and leaves|Mel04SwingersIntroNo]]
<<disable !canExperienceEvent("05_Melanie_swingers_interested", State.temporary.events)>>[[She hesitates for a moment|Mel04SwingersIntro4]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="05_melanie_swingers_interested"></div>
<<script>>experiencedEvent("05_Melanie_swingers_interested", "SEE", "05_melanie_swingers_interested", State.temporary.events)<</script>><<melanie>>You're bold for having such a small penis, $playerFirstName, I like that.<</melanie>>
<<cont keypress append>><<player>>I think it's obvious to everyone that my penis is above average.<</player>>
<video @src=_Mel04swingersintro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're hilarious, $playerFirstName.<</melanie>>
[[She gives it a blow|Mel04SwingersBlow1]]
<<scrolldown>><</cont>><</cont>><<melanie>>How many times did you masturbate today, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Somewhere between twelve and fifteen times.<</player>>
<video @src=_Mel04swingersblow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Don't brag, $playerFirstName, you don't have that level of stamina.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I only wanted to make sure I wouldn't jizz in your hair by mistake.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're such a sweetheart, $playerFirstName.<</melanie>>
[[She seems up for having some fun|Mel04SwingersBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<husband>>So, what do you think, $playerFirstName?<</husband>>
<<cont keypress append>><<player>>Well...<</player>>
[[To be honest, she pays far too much attention to her husband|Mel04SwingersBlowWM1]]
<<disable !canExperienceEvent("05_Melanie_swingers_blowboth", State.temporary.events)>>[[She knows how to do it fair|Mel04SwingersBlowWM2]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_swingers_blowyou", State.temporary.events)>>[[Maybe you can ask her to blow only me?|Mel04SwingersBlowWM3]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_swingers_cheat_pussy", State.temporary.events)>>[[So, you do this quite often, threesomes with other men? (continue)|Mel04SwingersFuckWM]]<</disable>>
<<scrolldown>><</cont>><div id="05_melanie_swingers_blowhusband"></div>
<<script>>experiencedEvent("05_Melanie_swingers_blowhusband", "SEE", "05_melanie_swingers_blowhusband", State.temporary.events)<</script>>
<<husband>>Well, she's my wife after all.<</husband>>
<<cont keypress append>><<player>>Yeah, but...<</player>>
<video @src=_Mel04swingersblow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>And I'm the one funding her business.<</husband>>
[[I guess that's fair|Mel04SwingersBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_melanie_swingers_blowboth"></div>
<<script>>experiencedEvent("05_Melanie_swingers_blowboth", "SEE", "05_melanie_swingers_blowboth", State.temporary.events)<</script>>
<<husband>>Melanie, why don't you blow us evenly for a bit?<</husband>>
<<cont keypress append>><<player>>Wow.<</player>>
<video @src=_Mel04swingersblow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mm-ah! Mm-ah! Mm-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Better?<</husband>>
[[Much better|Mel04SwingersBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_melanie_swingers_blowyou"></div>
<<script>>experiencedEvent("05_Melanie_swingers_blowyou", "SEE", "05_melanie_swingers_blowyou", State.temporary.events)<</script>>
<<husband>>Certainly. Hey, Melanie, why don't you please our guest with your mouth?<</husband>>
<<cont keypress append>><<player>>This is awesome.<</player>>
<video @src=_Mel04swingersblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Good?<</husband>>
[[Absolutely amazing|Mel04SwingersBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<husband>>Why? You think it's weird?<</husband>>
<<cont keypress append>><<player>>Well...<</player>>
[[Personally, I wouldn't appreciate having another man's cock in my wife's pussy|Mel04SwingersFuckWM1]]
<<disable !canExperienceEvent("05_Melanie_swingers_cheat_ass", State.temporary.events)>>[[And her ass would definitely be only mine|Mel04SwingersFuckWM2]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_swingers_cheat_please", State.temporary.events)>>[[How do you feel when Melanie's satisfied by another man?|Mel04SwingersFuckWM3]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_swingers_cheat_blowjob", State.temporary.events)>>[[Or when she's blowing him really hard|Mel04SwingersFuckWM4]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_swingers_cheat_punish", State.temporary.events)>>[[Yeah, you're angry, right?|Mel04SwingersFuckWM5]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_swingers_cheat_jizz", State.temporary.events)>>[[And how about seeing another man's jizz in her face?|Mel04SwingersFinishWM]]<</disable>>
<<scrolldown>><</cont>><div id="05_melanie_swingers_cheat_pussy"></div>
<<script>>experiencedEvent("05_Melanie_swingers_cheat_pussy", "SEE", "05_melanie_swingers_cheat_pussy", State.temporary.events)<</script>>
<<husband>>To me honest, you learn to live with it.<</husband>>
<<cont keypress append>><<player>>How?<</player>>
<video @src=_Mel04swingersfuck0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Talk about me like I'm not here! Do it!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Repetition, I guess. Melanie would never accept being stuck with my cock forever.<</husband>>
[[Right|Mel04SwingersFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_melanie_swingers_cheat_ass"></div>
<<script>>experiencedEvent("05_Melanie_swingers_cheat_ass", "SEE", "05_melanie_swingers_cheat_ass", State.temporary.events)<</script>>
<<husband>>Yeah, that's just impossible.<</husband>>
<<cont keypress append>><<player>>Why?<</player>>
<video @src=_Mel04swingersfuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Fuck that ass! Fuck that ass! Fuck that a-a-a-ass!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>I can't be away for more than two hours before Melanie's got another huge dick in her ass.<</husband>>
[[I see|Mel04SwingersFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_melanie_swingers_cheat_please"></div>
<<script>>experiencedEvent("05_Melanie_swingers_cheat_please", "SEE", "05_melanie_swingers_cheat_please", State.temporary.events)<</script>>
<<husband>>I feel happy for her.<</husband>>
<<cont keypress append>><<player>>How can you do that?<</player>>
<video @src=_Mel04swingersfuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yes! Oh, ye-e-e-es!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Meditation. One hour a day, minimum.<</husband>>
[[Powerful stuff, meditation|Mel04SwingersFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_melanie_swingers_cheat_blowjob"></div>
<<script>>experiencedEvent("05_Melanie_swingers_cheat_blowjob", "SEE", "05_melanie_swingers_cheat_blowjob", State.temporary.events)<</script>>
<<husband>>As long as I can fuck her in the ass I'm happy.<</husband>>
<<cont keypress append>><<player>>But if she really loves the taste of another man's cock?<</player>>
<video @src=_Mel04swingersfuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>She can't love it more than I love to fuck her ass.<</husband>>
[[Word|Mel04SwingersFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_melanie_swingers_cheat_punish"></div>
<<script>>experiencedEvent("05_Melanie_swingers_cheat_punish", "SEE", "05_melanie_swingers_cheat_punish", State.temporary.events)<</script>>
<<husband>>Yeah, sometimes I just wanna fuck her silly.<</husband>>
<<cont keypress append>><<player>>You mean, like a punishment?<</player>>
<video @src=_Mel04swingersfuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>A-a-a-a-ah!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Well, a naughty girl needs punishment, doesn't she?<</husband>>
[[I guess|Mel04SwingersFuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<husband>>How do you mean?<</husband>>
[[Like I jizz on her right now|Mel04SwingersFinishWM1]]
<<disable !canExperienceEvent("05_Melanie_swingers_cheat_bad", State.temporary.events)>>[[Well, doesn't it feel better to do it yourself?|Mel04SwingersFinishWM2]]<</disable>>
<<disable !canExperienceEvent("05_Melanie_swingers_recension", State.temporary.events)>>[[Never mind (finish)|Mel04SwingersFinish]]<</disable>><div id="05_melanie_swingers_cheat_jizz"></div>
<<script>>experiencedEvent("05_Melanie_swingers_cheat_jizz", "SEE", "05_melanie_swingers_cheat_jizz", State.temporary.events)<</script>>
<<husband>>Again, I'm happy for Melanie. I know how much she loves the taste of cum.<</husband>>
<<cont keypress append>><<player>>She sure do-oes.<</player>>
<video @src=_Mel04swingersfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Look, she's having the time of her life.<</husband>>
<video @src=_Mel04swingersfinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm! I sure do.<</melanie>>
[[This is great|Mel04SwingersFinishWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_melanie_swingers_cheat_bad"></div>
<<script>>experiencedEvent("05_Melanie_swingers_cheat_bad", "SEE", "05_melanie_swingers_cheat_bad", State.temporary.events)<</script>>
<<husband>>Don't get me wrong. Releasing a huge load of cum on Melanie's face is the best thing there is.<</husband>>
<video @src=_Mel04swingersfinish3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm, not as good as receiving it.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Yes, yes!<</husband>>
<video @src=_Mel04swingersfinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, give it to me!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>I guess you see my point of view, $playerFirstName?<</husband>>
[[I sure do|Mel04SwingersFinishWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="05_melanie_swingers_recension"></div>
<<script>>experiencedEvent("05_Melanie_swingers_recension", "SEE", "05_melanie_swingers_recension", State.temporary.events)<</script>>
<<melanie>>I hate to break it to you, $playerFirstName, but this was the peak moment in your whole life. How does it feel?<</melanie>>
<video @src=_Mel04swingersfinish5 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm not so sure about that. I think I'll get to fuck you again.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're hilarious, $playerFirstName. Your cum tastes good, but your penis is far too small for me.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Don't mind her. She's thinking about huge cocks all the time.<</husband>>
[[I know (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Mel04lapdanceintro0 to 'videos/Melanie/version0.4/lapdance/intro/0.mp4',
_Mel04lapdanceintro1 to 'videos/Melanie/version0.4/lapdance/intro/1.mp4',
_Mel04lapdanceintro2 to 'videos/Melanie/version0.4/lapdance/intro/2.mp4',
_Mel04lapdanceintro3 to 'videos/Melanie/version0.4/lapdance/intro/3.mp4',
_Mel04lapdanceintro4 to 'videos/Melanie/version0.4/lapdance/intro/4.mp4',
_Mel04lapdanceintro5 to 'videos/Melanie/version0.4/lapdance/intro/5.mp4',
_Mel04lapdanceconvince0 to 'videos/Melanie/version0.4/lapdance/convince/0.mp4',
_Mel04lapdanceconvince1 to 'videos/Melanie/version0.4/lapdance/convince/1.mp4',
_Mel04lapdanceconvince2 to 'videos/Melanie/version0.4/lapdance/convince/2.mp4',
_Mel04lapdanceconvince3 to 'videos/Melanie/version0.4/lapdance/convince/3.mp4',
_Mel04lapdanceconvince4 to 'videos/Melanie/version0.4/lapdance/convince/4.mp4',
_Mel04lapdanceconvince5 to 'videos/Melanie/version0.4/lapdance/convince/5.mp4',
_Mel04lapdanceconvince6 to 'videos/Melanie/version0.4/lapdance/convince/6.mp4',
_Mel04lapdanceblow0 to 'videos/Melanie/version0.4/lapdance/blow/0.mp4',
_Mel04lapdanceblow1 to 'videos/Melanie/version0.4/lapdance/blow/1.mp4',
_Mel04lapdanceblow2 to 'videos/Melanie/version0.4/lapdance/blow/2.mp4',
_Mel04lapdanceblow3 to 'videos/Melanie/version0.4/lapdance/blow/3.mp4',
_Mel04lapdanceblow4 to 'videos/Melanie/version0.4/lapdance/blow/4.mp4',
_Mel04lapdanceblow5 to 'videos/Melanie/version0.4/lapdance/blow/5.mp4',
_Mel04lapdanceblow6 to 'videos/Melanie/version0.4/lapdance/blow/6.mp4',
_Mel04lapdancefuck0 to 'videos/Melanie/version0.4/lapdance/fuck/0.mp4',
_Mel04lapdancefuck1 to 'videos/Melanie/version0.4/lapdance/fuck/1.mp4',
_Mel04lapdancefuck2 to 'videos/Melanie/version0.4/lapdance/fuck/2.mp4',
_Mel04lapdancefinish0 to 'videos/Melanie/version0.4/lapdance/finish/0.mp4',
_Mel04lapdancefinish1 to 'videos/Melanie/version0.4/lapdance/finish/1.mp4',
_Mel04lapdancefinish2 to 'videos/Melanie/version0.4/lapdance/finish/2.mp4',
_Mel04lapdancefinish3 to 'videos/Melanie/version0.4/lapdance/finish/3.mp4',
_Mel04lapdancefinish4 to 'videos/Melanie/version0.4/lapdance/finish/4.mp4'
>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="05_mel_Ryans_birthday_intro"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_intro", "SEE", "05_mel_Ryans_birthday_intro", State.temporary.events)<</script>>
<<ryan>>Hey, I promise: I won't open my eyes.<</ryan>>
<video @src=_Mel04lapdanceintro0 autoplay muted loop></video>
<<cont keypress append>><<player>>I trust your good intentions, bro, but the temptation to open them will be too strong.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>You don't trust my willpower?<</ryan>>
<<scrolldown>><<cont keypress append>><<husband>>Not in this case. Not if you're not gay.<</husband>>
<<scrolldown>><<cont keypress append>><<ryan>>And why is that important?<</ryan>>
<video @src=_Mel04lapdanceintro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Entering the room): Maybe because of my marvelous boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Who was that? Is someone else in the room?<</ryan>>
[[Indeed there is|Mel04LapdanceIntro1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<ryan>>Who is it? Can you give me a clue?<</ryan>>
<<cont keypress append>><<player>>Well...<</player>>
[[It's a person with great boobs|Mel04LapdanceIntro1WM1]]
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_clue_ass", State.temporary.events)>>[[She's got a great ass|Mel04LapdanceIntro1WM2]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_clue_cocks", State.temporary.events)>>[[She likes big cocks|Mel04LapdanceIntro1WM3]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_clue_titjob", State.temporary.events)>>[[Titjobs are her favourite activity|Mel04LapdanceIntro1WM4]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_reveal", State.temporary.events)>>[[Maybe you can have a guess now?|Mel04LapdanceIntro2]]<</disable>>
<<scrolldown>><</cont>><div id="05_mel_Ryans_birthday_clue_boobs"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_clue_boobs", "SEE", "05_mel_Ryans_birthday_clue_boobs", State.temporary.events)<</script>>
<<ryan>>So it's a woman, right?<</ryan>>
<<cont keypress append>><<player>>That's well deduced, my friend.<</player>>
<video @src=_Mel04lapdanceintro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>A very fine woman, indeed.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): The finest there is, to be accurate.<</melanie>>
[[There you have some good clues, right there|Mel04LapdanceIntro1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_mel_Ryans_birthday_clue_ass"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_clue_ass", "SEE", "05_mel_Ryans_birthday_clue_ass", State.temporary.events)<</script>>
<<ryan>>Does she like when men slap their cocks on her butt?<</ryan>>
<video @src=_Mel04lapdanceintro3 autoplay muted loop></video>
<<cont keypress append>><<player>>That's a very intelligent question.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): Only if the cocks are really big.<</melanie>>
[[OMG, she's giving it away|Mel04LapdanceIntro1WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_clue_cocks"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_clue_cocks", "SEE", "05_mel_Ryans_birthday_clue_cocks", State.temporary.events)<</script>><<ryan>>Yeah, I've noticed.<</ryan>>
<video @src=_Mel04lapdanceintro4 autoplay muted loop></video>
<<cont keypress append>><<player>>But do you know exactly how big?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): So big that I have to yell when you fuck me.<</melanie>>
[[Now he's got to know|Mel04LapdanceIntro1WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_clue_titjob"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_clue_titjob", "SEE", "05_mel_Ryans_birthday_clue_titjob", State.temporary.events)<</script>>
<<ryan>>I wouldn't have guessed.<</ryan>>
<video @src=_Mel04lapdanceintro5 autoplay muted loop></video>
<<cont keypress append>><<player>>(Laughing): You can't fool anyone, bro.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>(Laughing): I advise you not pretending to be gay, Ryan.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): Let me tell you a secret: this one time you'd better listen to your friends.<</melanie>>
[[He must be dead sure by now|Mel04LapdanceIntro1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_mel_Ryans_birthday_reveal"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_reveal", "SEE", "05_mel_Ryans_birthday_reveal", State.temporary.events)<</script>>
<<ryan>>Could it be...<</ryan>>
<video @src=_Mel04lapdanceconvince0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>(Whispering): Don't say anything stupid now.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>I think I have a guess...<</ryan>>
<<scrolldown>><<cont keypress append>><<husband>>Who has the best boobs in town?<</husband>>
<<scrolldown>><<cont keypress append>><<ryan>>Is it Melanie?<</ryan>>
<video @src=_Mel04lapdanceconvince1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hello, you.<</melanie>>
[[I wonder if Melanie's husband knows about Melanie and Ryan?|Mel04LapdanceIntro2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<ryan>>But...<</ryan>>
<<cont keypress append>><<player>>(To yourself): Don't say anything stupid now.<</player>>
[[Do you really have the best ass in town?|Mel04LapdanceIntro2WM1]]
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_question_boobs", State.temporary.events)>>[[Do you really have the best boobs in town?|Mel04LapdanceIntro2WM2]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_approved", State.temporary.events)>>[[Ryan seems content with his investigation (continue)|Mel04LapdanceBlow1]]<</disable>>
<<scrolldown>><</cont>><div id="05_mel_Ryans_birthday_question_ass"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_question_ass", "SEE", "05_mel_Ryans_birthday_question_ass", State.temporary.events)<</script>>
<<melanie>>You don't believe me? Well, let me rub it on your cock for a while.<</melanie>>
<video @src=_Mel04lapdanceconvince2 autoplay muted loop></video>
<<cont keypress append>><<player>>Does it feel better?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Much better.<</ryan>>
[[I don't doubt it|Mel04LapdanceIntro2WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_question_boobs"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_question_boobs", "SEE", "05_mel_Ryans_birthday_question_boobs", State.temporary.events)<</script>>
<<melanie>>Of course I do. Why don't you have a closer look?<</melanie>>
<video @src=_Mel04lapdanceconvince2 autoplay muted loop></video>
<<cont keypress append>><<husband>>You're not blind, are you, Ryan?<</husband>>
<<scrolldown>><<cont keypress append>><<ryan>>No, only nearsighted.<</ryan>>
[[Bullshit|Mel04LapdanceIntro2WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_approved"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_approved", "SEE", "05_mel_Ryans_birthday_approved", State.temporary.events)<</script>>
<<melanie>>So you finally believe I am the hottest woman in town?<</melanie>>
<video @src=_Mel04lapdanceconvince4 autoplay muted loop></video>
<<cont keypress append>><<ryan>>There's one final test for it. Please sit down.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>Why do you want me to do that?<</melanie>>
<video @src=_Mel04lapdanceconvince5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>I want you to suck my cock.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>How about $playerFirstName and my husband?<</melanie>>
<video @src=_Mel04lapdanceconvince6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Don't you worry about that, my love.<</husband>>
[[Yeah, we're ready|Mel04LapdanceBlow1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
It seems Melanie's having a good time.
[[She's blowing Ryan's cock|Mel04LapdanceBlow1WM1]]
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_blow_husband", State.temporary.events)>>[[She's blowing her husband's cock|Mel04LapdanceBlow1WM2]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_blow_you", State.temporary.events)>>[[She's blowing your cock|Mel04LapdanceBlow1WM3]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_boob_ryan", State.temporary.events)>>[[Remove that dress (continue)|Mel04LapdanceBlow2]]<</disable>><div id="05_mel_Ryans_birthday_blow_ryan"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_blow_ryan", "SEE", "05_mel_Ryans_birthday_blow_ryan", State.temporary.events)<</script>>
<<husband>>She's quite good, right?<</husband>>
<video @src=_Mel04lapdanceblow1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Oh, yes.<</ryan>>
[[No kidding|Mel04LapdanceBlow1WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_blow_husband"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_blow_husband", "SEE", "05_mel_Ryans_birthday_blow_husband", State.temporary.events)<</script>>
<<husband>>Yeah, take it hard!<</husband>>
<video @src=_Mel04lapdanceblow0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>Wow, you do this every day?<</ryan>>
[[I hope they do|Mel04LapdanceBlow1WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_blow_you"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_blow_you", "SEE", "05_mel_Ryans_birthday_blow_you", State.temporary.events)<</script>>
<<husband>>Wow, $playerFirstName really likes this.<</husband>>
<video @src=_Mel04lapdanceblow2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, mmm.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>I've never seen such excitement in your eyes, $playerFirstName.<</ryan>>
[[I don't doubt it|Mel04LapdanceBlow1WM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<<melanie>>You want to see all of it? All men are the same.<</melanie>>
<video @src=_Mel04lapdanceblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>Well, can you blame us?<</ryan>>
<<cont keypress append>><<melanie>>I don't blame you. Because you have a big cock.<</melanie>>
[[Will she ever say the same to me?|Mel04LapdanceBlow2WM]]
<<scrolldown>><</cont>><</cont>>Melanie loves to show off her boobs.
[[She gives Ryan a titjob|Mel04LapdanceBlow2WM1]]
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_boob_husband", State.temporary.events)>>[[She gives her husband a titjob|Mel04LapdanceBlow2WM2]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_boob_you", State.temporary.events)>>[[She gives you a titjob|Mel04LapdanceBlow2WM3]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_pu_ryan", State.temporary.events)>>[[Time to do something else (continue)|Mel04LapdanceFuckWM]]<</disable>><div id="05_Mel_Ryans_birthday_boob_ryan"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_boob_ryan", "SEE", "05_Mel_Ryans_birthday_boob_ryan", State.temporary.events)<</script>>
<<melanie>>So you like big boobs, Ryan?<</melanie>>
<video @src=_Mel04lapdanceblow6 autoplay muted loop></video>
<<cont keypress append>><<ryan>>I sure do.<</ryan>>
<<scrolldown>><<cont keypress append>><<melanie>>I can tell.<</melanie>>
[[I can also tell|Mel04LapdanceBlow2WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_boob_husband"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_boob_husband", "SEE", "05_mel_Ryans_birthday_boob_husband", State.temporary.events)<</script>>
<<ryan>>You've done this a few times before, right?<</ryan>>
<video @src=_Mel04lapdanceblow4 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Maybe three or four times a day.<</melanie>>
<<scrolldown>><<cont keypress append>><<ryan>>That's such a dream come true.<</ryan>>
[[Indeed|Mel04LapdanceBlow2WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_boob_you"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_boob_you", "SEE", "05_mel_Ryans_birthday_boob_you", State.temporary.events)<</script>>
<<husband>>Yeah, take that cock.<</husband>>
<video @src=_Mel04lapdanceblow5 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Can he please let us be?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Blow it hard!<</husband>>
[[She already does, stupid|Mel04LapdanceBlow2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>I won't let you fuck my pussy today, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Why not?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Because your dick is too small for me.<</melanie>>
[[She fucks Ryan|Mel04LapdanceFuckWM1]]
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_pu_husband", State.temporary.events)>>[[She fucks her husband|Mel04LapdanceFuckWM2]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_pu_husband_hard", State.temporary.events)>>[[Melanie's husband takes her hard|Mel04LapdanceFuckWM3]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_jizz_husband", State.temporary.events)>>[[It's time to cum in Melanie's face (finish)|Mel04LapdanceFinish1]]<</disable>>
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_pu_ryan"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_pu_ryan", "SEE", "05_mel_Ryans_birthday_pu_ryan", State.temporary.events)<</script>>
<<player>>Okay, but then you'll have to suck it.<</player>>
<video @src=_Mel04lapdancefuck0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>As long as Ryan keeps fucking me ha-a-ard!<</melanie>>
[[Oh, he will|Mel04LapdanceFuckWM]]
<<scrolldown>><</cont>><div id="05_mel_Ryans_birthday_pu_husband"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_pu_husband", "SEE", "05_mel_Ryans_birthday_pu_husband", State.temporary.events)<</script>>
<<husband>>Jump on that cock! Jump higher!<</husband>>
<video @src=_Mel04lapdancefuck1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Wow, that's a new level of multitasking|Mel04LapdanceFuckWM]]
<<scrolldown>><</cont>><div id="05_mel_Ryans_birthday_pu_husband_hard"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_pu_husband_hard", "SEE", "05_mel_Ryans_birthday_pu_husband_hard", State.temporary.events)<</script>>
<<husband>>Yell for me!<</husband>>
<video @src=_Mel04lapdancefuck2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Fu-u-u-u-uck!<</melanie>>
[[Wow, she couldn't even keep my cock in her mouth|Mel04LapdanceFuckWM]]
<<scrolldown>><</cont>><<melanie>>Is it time for my reward?<</melanie>>
<video @src=_Mel04lapdancefinish0 autoplay muted loop></video>
<<cont keypress append>><<husband>>It sure is.<</husband>>
[[Alright, I guess|Mel04LapdanceFinish1WM]]
<<scrolldown>><</cont>><<melanie>>So, who's cum will I get to taste first?<</melanie>>
[[Melanie's husband's ready|Mel04LapdanceFinishWM1]]
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_jizz_ryan", State.temporary.events)>>[[Ryan's ready|Mel04LapdanceFinishWM2]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_jizz_you", State.temporary.events)>>[[You're ready|Mel04LapdanceFinishWM3]]<</disable>>
<<disable !canExperienceEvent("05_Mel_Ryans_birthday_alastjoke", State.temporary.events)>>[[Let's wrap this up|Mel04LapdanceFinish2]]<</disable>><div id="05_mel_Ryans_birthday_jizz_husband"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_jizz_husband", "SEE", "05_mel_Ryans_birthday_jizz_husband", State.temporary.events)<</script>>
<<husband>>Yeah! Ye-e-e-eah!<</husband>>
<<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<video @src=_Mel04lapdancefinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): That's not a very big load.<</player>>
[[I think I can do better than that|Mel04LapdanceFinish1WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_jizz_ryan"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_jizz_ryan", "SEE", "05_mel_Ryans_birthday_jizz_ryan", State.temporary.events)<</script>>
<<ryan>>Yes, keep that mouth open for me!<</ryan>>
<<cont keypress append>><<melanie>>A-a-a-ah!<</melanie>>
<video @src=_Mel04lapdancefinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<ryan>>There you go!<</ryan>>
[[That wasn't very much|Mel04LapdanceFinish1WM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_Ryans_birthday_jizz_you"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_jizz_you", "SEE", "05_mel_Ryans_birthday_jizz_you", State.temporary.events)<</script>>
<<melanie>>Let's see if that small cock of yours can produce some jizz, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Just be quiet and keep that mouth wide open.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>A-a-a-ah!<</melanie>>
<video @src=_Mel04lapdancefinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Bon appétit.<</player>>
[[And that's without getting any pussy|Mel04LapdanceFinish1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sexy1")>><<stopallaudio>><<audio "sexy1" volume 1 play>><</if>>
<div id="05_mel_Ryans_birthday_alastjoke"></div>
<<script>>experiencedEvent("05_Mel_Ryans_birthday_alastjoke", "SEE", "05_mel_Ryans_birthday_alastjoke", State.temporary.events)<</script>>
<<melanie>>I must say, your cum are decent. Even yours is fairly good, $playerFirstName, despite the size of your cock.<</melanie>>
<<cont keypress append>><<player>>(Grinding your teeth): Fuck you.<</player>>
<video @src=_Mel04lapdancefinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Sorry? Oops, I think I dropped your cock. It's just way too small for me, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Hahaha.<</husband>>
<<scrolldown>><<cont keypress append>><<ryan>>Hahaha.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Hahaha.<</player>>
[[Leave|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel04threesomeintro0 to 'videos/Melanie/version0.4/couplethreesome/intro/0.mp4',
_Mel04threesomeintro1 to 'videos/Melanie/version0.4/couplethreesome/intro/1.mp4',
_Mel04threesomeintro2 to 'videos/Melanie/version0.4/couplethreesome/intro/2.mp4',
_Mel04threesomeintro3 to 'videos/Melanie/version0.4/couplethreesome/intro/3.mp4',
_Mel04threesomeintro4 to 'videos/Melanie/version0.4/couplethreesome/intro/4.mp4',
_Mel04threesomeintro5 to 'videos/Melanie/version0.4/couplethreesome/intro/5.mp4',
_Mel04threesomeintro6 to 'videos/Melanie/version0.4/couplethreesome/intro/6.mp4',
_Mel04threesomeblow0 to 'videos/Melanie/version0.4/couplethreesome/blow/0.mp4',
_Mel04threesomeblow1 to 'videos/Melanie/version0.4/couplethreesome/blow/1.mp4',
_Mel04threesomeblow2 to 'videos/Melanie/version0.4/couplethreesome/blow/2.mp4',
_Mel04threesomeblow3 to 'videos/Melanie/version0.4/couplethreesome/blow/3.mp4',
_Mel04threesomeblow4 to 'videos/Melanie/version0.4/couplethreesome/blow/4.mp4',
_Mel04threesomeblow5 to 'videos/Melanie/version0.4/couplethreesome/blow/5.mp4',
_Mel04threesomeblow6 to 'videos/Melanie/version0.4/couplethreesome/blow/6.mp4',
_Mel04threesomeblow7 to 'videos/Melanie/version0.4/couplethreesome/blow/7.mp4',
_Mel04threesomefuck0 to 'videos/Melanie/version0.4/couplethreesome/fuck/0.mp4',
_Mel04threesomefuck1 to 'videos/Melanie/version0.4/couplethreesome/fuck/1.mp4',
_Mel04threesomefuck2 to 'videos/Melanie/version0.4/couplethreesome/fuck/2.mp4',
_Mel04threesomefuck3 to 'videos/Melanie/version0.4/couplethreesome/fuck/3.mp4',
_Mel04threesomefuck4 to 'videos/Melanie/version0.4/couplethreesome/fuck/4.mp4',
_Mel04threesomefuck5 to 'videos/Melanie/version0.4/couplethreesome/fuck/5.mp4',
_Mel04threesomefuck6 to 'videos/Melanie/version0.4/couplethreesome/fuck/6.mp4',
_Mel04threesomefuck7 to 'videos/Melanie/version0.4/couplethreesome/fuck/7.mp4',
_Mel04threesomefuck8 to 'videos/Melanie/version0.4/couplethreesome/fuck/8.mp4',
_Mel04threesomefuck9 to 'videos/Melanie/version0.4/couplethreesome/fuck/9.mp4',
_Mel04threesomefinish0 to 'videos/Melanie/version0.4/couplethreesome/finish/0.mp4',
_Mel04threesomefinish1 to 'videos/Melanie/version0.4/couplethreesome/finish/1.mp4',
_Mel04threesomefinish2 to 'videos/Melanie/version0.4/couplethreesome/finish/2.mp4',
_Mel04threesomefinish3 to 'videos/Melanie/version0.4/couplethreesome/finish/3.mp4',
_Mel04threesomefinish4 to 'videos/Melanie/version0.4/couplethreesome/finish/4.mp4'
>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="05_Mel_threesome_intro"></div>
<<script>>experiencedEvent("05_mel_threesome_intro", "SEE", "05_Mel_threesome_intro", State.temporary.events)<</script>>
You and Melanie's husband hang out.
<<cont keypress append>><<husband>>You're in for a real treat today, $playerFirstName.<</husband>>
<video @src=_Mel04threesomeintro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Melanie's in the other room just now, preparing for some action.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>What kind of action?<</player>>
<video @src=_Mel04threesomeintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>That's up to us to decide.<</husband>>
[[Wow|Mel04CoupleThreesomeIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>$playerFirstName, what a pleasant surprise.<</melanie>>
<video @src=_Mel04threesomeintro2 autoplay muted loop></video>
<<cont keypress append>><<player>>The pleasure is mine.<</player>>
[[She doesn't believe you|Mel04CoupleThreesomeIntroWM]]
<<scrolldown>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<<melanie>>Oh, yeah? And why is that?<</melanie>>
[[Because you're a confident person|Mel04CoupleThreesomeIntroWM1]]
<<disable !canExperienceEvent("05_mel_threesome_intro_funny", State.temporary.events)>>[[Because there's always a laugh when you're around|Mel04CoupleThreesomeIntroWM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_intro_unpredictable", State.temporary.events)>>[[Because I never know what's gonna happen (continue)|Mel04CoupleThreesomeIntro3]]<</disable>><div id="05_Mel_threesome_intro_confident"></div>
<<script>>experiencedEvent("05_mel_threesome_intro_confident", "SEE", "05_Mel_threesome_intro_confident", State.temporary.events)<</script>>
<<melanie>>I know. But today I wear panties, so you won't get a glimpse of my pussy.<</melanie>>
<video @src=_Mel04threesomeintro3 autoplay muted loop></video>
<<cont keypress append>><<player>>That's very unfortunate.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But I guess the mere thought of my pussy is good enough for you when you wank that little penis of yours later tonight?<</melanie>>
[[I guess that's an accurate description|Mel04CoupleThreesomeIntroWM]]
<<scrolldown>><</cont>><</cont>><div id="05_Mel_threesome_intro_funny"></div>
<<script>>experiencedEvent("05_mel_threesome_intro_funny", "SEE", "05_Mel_threesome_intro_funny", State.temporary.events)<</script>>
<<melanie>>Oh, yeah? Is this butt making you laugh?<</melanie>>
<<cont keypress append>><<player>>Not really.<</player>>
<video @src=_Mel04threesomeintro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No? Is it because you imagine your little penis in my asshole?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Blushing, looking timidly at Melanie's husband): ...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No need to answer that, $playerFirstName, we already know the answer, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Hahaha.<</husband>>
[[Very funny|Mel04CoupleThreesomeIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Mel_threesome_intro_unpredictable"></div>
<<script>>experiencedEvent("05_mel_threesome_intro_unpredictable", "SEE", "05_Mel_threesome_intro_unpredictable", State.temporary.events)<</script>>
<<melanie>>Do you enjoy watching beautiful women blowing another man's cock, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>I'd prefer if they blew my cock.<</player>>
<video @src=_Mel04threesomeintro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're confident for having such a small penis, I like that.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Bringing your cock): You know very well that my cock is above average.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Turning to her husband): Are you okay if $playerFirstName masturbate while I blow your cock, love?<</melanie>>
<video @src=_Mel04threesomeintro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>$playerFirstName is my best friend. I'd do anything for him.<</husband>>
[[I guess he doesn't have many friends|Mel04CoupleThreesomeBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Would you even let him fuck my pussy?<</melanie>>
<<cont keypress append>><<husband>>Of course, he's my best friend.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>I wouldn't. His dick is way too small.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Don't be so harsh, my love, show some hospitality to our guest.<</husband>>
<video @src=_Mel04threesomeblow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, mm-mn-never.<</melanie>>
[[I think I can sneak my cock in somewhere|Mel04CoupleThreesomeBlow2]]
<<disable !canExperienceEvent("05_mel_threesome_thrustmouth", State.temporary.events)>>[[I won't take this anymore, I'll just go over there and thrust my cock into her mouth|Mel04CoupleThreesomeDoubleBlow1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Mel_threesome_thrustmouth"></div>
<<script>>experiencedEvent("05_mel_threesome_thrustmouth", "SEE", "05_Mel_threesome_thrustmouth", State.temporary.events)<</script>>
<<melanie>>Mmm, mmm, who gave you permission to put your little penis in front of my face, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>A man with a cock as big as mine doesn't need extra permissions.<</player>>
<video @src=_Mel04threesomeblow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Just as a woman with boobs as big as yours doesn't need extra permissions.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, $playerFirstName's dick is not in the same league as my boobs.<</melanie>>
[[I guess she's right about that|Mel04CoupleThreesomeDoubleBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>Sometimes I get the feeling you want me to fuck other men, hahaha.<</melanie>>
<video @src=_Mel04threesomeblow1 autoplay muted loop></video>
<<cont keypress append>><<husband>>I just want you to be happy.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't you know that happiness for a woman is to be controlled, hahaha?<</melanie>>
[[She's got a fine sense of humour|Mel04CoupleThreesomeBlow3]]
<<scrolldown>><</cont>><</cont>><<husband>>Then I guess you like this?<</husband>>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<video @src=_Mel04threesomeblow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>(Whispering to you): Hey, $playerFirstName, come over here. Get behind Melanie.<</husband>>
[[Sure|Mel04CoupleThreesomeBlow4]]
<<scrolldown>><</cont>><</cont>><div id="05_Mel_threesome_sneakpussy"></div>
<<script>>experiencedEvent("05_mel_threesome_sneakpussy", "SEE", "05_Mel_threesome_sneakpussy", State.temporary.events)<</script>>
<<husband>>(Whispering to you): Go for it! Do it now!<</husband>>
<<cont keypress append>><<melanie>>What are you guys up to?<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Don't you worry about that. Take this cock instead.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<video @src=_Mel04threesomeblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
[[Like she didn't want this|Mel04CoupleThreesomeBlow5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Mmm, mmm!<</melanie>>
<video @src=_Mel04threesomeblow4 autoplay muted loop></video>
<<cont keypress append>><<player>>That's not such a small cock after all, is it?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>That's right, my friend, feel free to scold her.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
[[But I want to do more than that|Mel04CoupleThreesomeDoubleBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<<melanie>>The community of men are lucky that I just love to blow cocks.<</melanie>>
[[Let's see if that's true|Mel04CoupleThreesomeDoubleBlowWM1]]
<<disable !canExperienceEvent("05_mel_threesome_fuckboobs", State.temporary.events)>>[[But I want to do something else|Mel04CoupleThreesomeDoubleBlowWM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_jealous_ryan", State.temporary.events)>>[[I guess she loves to fuck as well (continue)|Mel04CoupleThreesomeFuck1WM]]<</disable>><div id="05_Mel_threesome_fuckmouth"></div>
<<script>>experiencedEvent("05_mel_threesome_fuckmouth", "SEE", "05_Mel_threesome_fuckmouth", State.temporary.events)<</script>>
<<player>>Then I presume that you appreciate when I thrust my cock into your mouth like this?<</player>>
<video @src=_Mel04threesomeblow6 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>(Indifferent): That's correct. She absolutely loves it.<</husband>>
[[How nice|Mel04CoupleThreesomeDoubleBlowWM]]
<<scrolldown>><</cont>><</cont>><div id="05_Mel_threesome_fuckboobs"></div>
<<script>>experiencedEvent("05_mel_threesome_fuckboobs", "SEE", "05_Mel_threesome_fuckboobs", State.temporary.events)<</script>>
<<player>>How do you like it when I fuck your boobs?<</player>>
<<cont keypress append>><<melanie>>It would be alright if your dick wasn't so small.<</melanie>>
<video @src=_Mel04threesomeblow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Don't mind her, $playerFirstName, she's only teasing you.<</husband>>
[[I'm not so sure about that|Mel04CoupleThreesomeDoubleBlowWM]]
<<scrolldown>><</cont>><</cont>><<player>>Tell me one thing: why do you keep saying that my dick is small?<</player>>
<<cont keypress append>><<melanie>>I'm only telling you the truth.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Don't mind it, $playerFirstName, there is no man out there who didn't get his cock diminished by Melanie.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah?<</player>>
[[Did you ever say Ryan has a small cock?|Mel04CoupleThreesomeFuck1WM1]]
<<disable !canExperienceEvent("05_mel_threesome_jealous_husband", State.temporary.events)>>[[How about your husband?|Mel04CoupleThreesomeFuck1WM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_jealous_president", State.temporary.events)>>[[The president of the BBCA?|Mel04CoupleThreesomeFuck1WM3]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_jealous_bbca", State.temporary.events)>>[[Any member of the BBCA?|Mel04CoupleThreesomeFuck1WM4]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_jealous_office", State.temporary.events)>>[[You just wait, I have more questions (continue)|Mel04CoupleThreesomeFuck2WM]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Mel_threesome_jealous_ryan"></div>
<<script>>experiencedEvent("05_mel_threesome_jealous_ryan", "SEE", "05_Mel_threesome_jealous_ryan", State.temporary.events)<</script>>
<<player>>He's my best friend, and he's never complained.<</player>>
<<cont keypress append>><<melanie>>Ah-gah! Ah-gah! Ah-gah!<</melanie>>
<video @src=_Mel04threesomefuck0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Not once did he say that you said his cock was small.<</player>>
[[Fuck her|Mel04CoupleThreesomeFuck1WM]]
<<scrolldown>><</cont>><</cont>><div id="05_Mel_threesome_jealous_husband"></div>
<<script>>experiencedEvent("05_mel_threesome_jealous_husband", "SEE", "05_Mel_threesome_jealous_husband", State.temporary.events)<</script>>
<<player>>I mean, clearly his dick is smaller than mine.<</player>>
<video @src=_Mel04threesomefuck1 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mmm, yes, slap that face!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's so unfair.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Calm down, $playerFirstName, we're having a threesome here, remember?<</husband>>
<video @src=_Mel04threesomefuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
[[Yeah, I guess I'd better focus on that. Still...|Mel04CoupleThreesomeFuck1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Mel_threesome_jealous_president"></div>
<<script>>experiencedEvent("05_mel_threesome_jealous_president", "SEE", "05_Mel_threesome_jealous_president", State.temporary.events)<</script>>
<<player>>(Panting): And the president? The president of Big... Black... Cock... Association?<</player>>
<video @src=_Mel04threesomefuck3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>What about hi-i-i-i-i-im?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You never told him he's got a small cock, did you?<</player>>
<video @src=_Mel04threesomefuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Never eve-e-e-e-e-er!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Just drop it, $playerFirstName.<</husband>>
[[I want to get a straight answer|Mel04CoupleThreesomeFuck1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Mel_threesome_jealous_bbca"></div>
<<script>>experiencedEvent("05_mel_threesome_jealous_bbca", "SEE", "05_Mel_threesome_jealous_bbca", State.temporary.events)<</script>>
<<player>>And how about all the other members of BBCA? Did you say anything to them?<</player>>
<<cont keypress append>><<melanie>>Hey, my love, why don't you stick that big cock of yours right up my ass?<</melanie>>
<video @src=_Mel04threesomefuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>As you wish, my love.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Are they ignoring me?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Like this?<</husband>>
<video @src=_Mel04threesomefuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Exa-a-a-actly!<</melanie>>
[[Uhm, hello?|Mel04CoupleThreesomeFuck1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>What exactly do you want to know, $playerFirstName?<</melanie>>
[[How about the dude you fucked at the office?|Mel04CoupleThreesomeFuck2WM1]]
<<disable !canExperienceEvent("05_mel_threesome_jealous_park", State.temporary.events)>>[[How about the dude in the park?|Mel04CoupleThreesomeFuck2WM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_jealous_garden", State.temporary.events)>>[[How about the dude in the garden?|Mel04CoupleThreesomeFuck2WM3]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_size_inches", State.temporary.events)>>[[This discussion is not leading anywhere (finish)|Mel04CoupleThreesomeFinish1]]<</disable>><div id="05_Mel_threesome_jealous_office"></div>
<<script>>experiencedEvent("05_mel_threesome_jealous_office", "SEE", "05_Mel_threesome_jealous_office", State.temporary.events)<</script>>
<<husband>>What dude in the office?<</husband>>
<<cont keypress append>><<player>>There was a dude who got quite some blowjob.<</player>>
<video @src=_Mel04threesomefuck7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Ah, I see.<</husband>>
[[I really don't understand this couple|Mel04CoupleThreesomeFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Mel_threesome_jealous_park"></div>
<<script>>experiencedEvent("05_mel_threesome_jealous_park", "SEE", "05_Mel_threesome_jealous_park", State.temporary.events)<</script>>
<<husband>>You were in the park as well?<</husband>>
<<cont keypress append>><<player>>(Grinding your teeth): Indeed she was.<</player>>
<video @src=_Mel04threesomefuck8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! I wa-a-a-a-a-as!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Fucking another dude, I suppose?<</husband>>
[[Of course she did|Mel04CoupleThreesomeFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Mel_threesome_jealous_garden"></div>
<<script>>experiencedEvent("05_mel_threesome_jealous_garden", "SEE", "05_Mel_threesome_jealous_garden", State.temporary.events)<</script>>
<<husband>>In our garden?<</husband>>
<<cont keypress append>><<player>>Right... outside... this... window.<</player>>
<video @src=_Mel04threesomefuck9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Ah-gah! Ah-gah! Ah-gah!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>(Nodding appreciatingly): Nice.<</husband>>
[[Yeah, that's the correct response when you hear your wife is fucking another dude|Mel04CoupleThreesomeFuck2WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<husband>>Okay, my love, sit down. It's time for the finishing touches.<</husband>>
<<cont keypress append>><<melanie>>Great! Are you ready as well, $playerFirstName?<</melanie>>
<video @src=_Mel04threesomefinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Of course I am. And while you're at it, you can tell me how it comes that you husband's cock is a big one while mine is not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's clear to any woman that my husband's cock is bigger than yours.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Yes! Yes!<</husband>>
<video @src=_Mel04threesomefinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Panting): So how do you measure it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, how do you think we measure it?<</melanie>>
[[Well...|Mel04CoupleThreesomeFinishWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Tell me one thing, $playerFirstName, how do you think the size of a cock is measured?<</melanie>>
<<cont keypress append>><<player>>Well...<</player>>
[[Maybe... determining how long it is, in inches?|Mel04CoupleThreesomeFinishWM1]]
<<disable !canExperienceEvent("05_mel_threesome_size_grams", State.temporary.events)>>[[Maybe... determining the weight of it, in grams?|Mel04CoupleThreesomeFinishWM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_threesome_size_eyes", State.temporary.events)>>[[I don't have a clue (continue)|Mel04CoupleThreesomeFinish2]]<</disable>>
<<scrolldown>><</cont>><div id="05_Mel_threesome_size_inches"></div>
<<script>>experiencedEvent("05_mel_threesome_size_inches", "SEE", "05_Mel_threesome_size_inches", State.temporary.events)<</script>>
<<melanie>>Mmm, mmm, that would be very unscientific, $playerFirstName.<</melanie>>
<<cont keypress append>><<husband>>Yes! Suck the last drop of cum out of that cock!<</husband>>
<video @src=_Mel04threesomefinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The length of a cock differs depending on whether it's hard or not.<</melanie>>
[[True|Mel04CoupleThreesomeFinishWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Mel_threesome_size_grams"></div>
<<script>>experiencedEvent("05_mel_threesome_size_grams", "SEE", "05_Mel_threesome_size_grams", State.temporary.events)<</script>>
<<melanie>>Can you see any issues with that approach yourself, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Not really.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<video @src=_Mel04threesomefinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>After ejaculation the weight of a cock decreases significantly.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm!<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>A skilled woman suck several percent of the weight out of a cock.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Exactly. So that's a very unreliable method.<</melanie>>
[[Okay, I guess|Mel04CoupleThreesomeFinishWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action5")>><<stopallaudio>><<audio "action5" volume 1 play>><</if>>
<div id="05_Mel_threesome_size_eyes"></div>
<<script>>experiencedEvent("05_mel_threesome_size_eyes", "SEE", "05_Mel_threesome_size_eyes", State.temporary.events)<</script>>
<<melanie>>There is only one method which has gained a wide approval within the scientific community.<</melanie>>
<<cont keypress append>><<player>>And what is that?<</player>>
<video @src=_Mel04threesomefinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's hard to explain to a layman.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Try me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>In short, any woman can look into a man's eyes and therein see the true size of his cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>(Nodding, looking at you): That's actually true.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Fuck that.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And when I look into your eyes, $playerFirstName, I can see that you have a tiny little penis.<</melanie>>
[[I've had enough of this (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion04_4 to [
// nicole see
new Event("04_nicole_bbca_see", "You see a well-known face at BBCA", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, [], true, false, false, [6], [1], [], "0.4.4"),
// call the president
new Event("04_nicole_bbca_call", "You call the president of BBCA about Nicole", "Go to the PhotoStudio", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_see"], true, false, false, [0, 1, 2, 3, 4], [1], [], "0.4.4"),
// nicole spy
new Event("04_nicole_bbca_meeting", "Nicole's getting rammed at BBCA: Nicole has a meeting with Bertie and the president", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_call"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_firstrule", "Nicole's getting rammed at BBCA: Nicole explains the first rule to Bertie", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_meeting"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_secondtrule", "Nicole's getting rammed at BBCA: Nicole explains the second rule to Bertie", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_firstrule"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_thirdrule", "Nicole's getting rammed at BBCA: Nicole explains the third rule to Bertie", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_secondtrule"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_aquestion", "Nicole's getting rammed at BBCA: Bertie's got a question", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_thirdrule"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_knees", "Nicole's getting rammed at BBCA: Nicole's on her knees", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_aquestion"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_remove", "Nicole's getting rammed at BBCA: Nicole removes her top", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_knees"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_polish", "Nicole's getting rammed at BBCA: Nicole is polishing Bertie's cock", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_remove"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_reveal", "Nicole's getting rammed at BBCA: Nicole reveals her boobs", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_polish"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_honestly", "Nicole's getting rammed at BBCA: Nicole has a question", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_reveal"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_keepgoing", "Nicole's getting rammed at BBCA: Nicole reveals her boobs", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_honestly"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_balls", "Nicole's getting rammed at BBCA: Nicole goes for the balls", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_keepgoing"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_blow_interruption", "Nicole's getting rammed at BBCA: They're interrupted", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_balls"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_double_hello", "Nicole's getting rammed at BBCA: Nicole's got a new toy", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_blow_balls"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_double_like", "Nicole's getting rammed at BBCA: She seems to like it", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_double_hello"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_double_bertie", "Nicole's getting rammed at BBCA: She still prefers Bertie", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_double_like"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_double_continue", "Nicole's getting rammed at BBCA: She's ready for more'", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_double_bertie"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_president", "Nicole's getting rammed at BBCA: The president craves attention", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_double_continue"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_president_more", "Nicole's getting rammed at BBCA: The president craves more attention", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_president"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_bertie", "Nicole's getting rammed at BBCA: Bertie craves attention", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_president_more"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_ready", "Nicole's getting rammed at BBCA: They're ready", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_bertie"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_fuckpresident", "Nicole's getting rammed at BBCA: Nicole is getting fucked by the president", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_ready"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_fuckwork", "Nicole's getting rammed at BBCA: Nicole is doing some work", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_fuckpresident"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_fuckbertie", "Nicole's getting rammed at BBCA: Nicole is getting fucked by Bertie", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_fuckwork"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck_further", "Nicole's getting rammed at BBCA: Nicole wants more", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_fuckbertie"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck2_teasebertie", "Nicole's getting rammed at BBCA: Nicole is teasing Bertie", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck_further"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck2_fuckbertie", "Nicole's getting rammed at BBCA: Nicole is fucking Bertie", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck2_teasebertie"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck2_blowpresident", "Nicole's getting rammed at BBCA: Nicole blows the president", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck2_fuckbertie"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck2_laydown", "Nicole's getting rammed at BBCA: Nicole is laying down", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck2_blowpresident"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck3_eat", "Nicole's getting rammed at BBCA: Eating Nicole's pussy", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck2_laydown"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck3_fuck", "Nicole's getting rammed at BBCA: Fucking Nicole's pussy", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck3_eat"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck3_hard", "Nicole's getting rammed at BBCA: Hard", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck3_fuck"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_doublefuck3_bertie", "Nicole's getting rammed at BBCA: Bertie's ready", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck3_hard"], true, false, true, [6], [1], [], "0.4.4"),
new Event("04_nicole_bbca_finish", "Nicole's getting rammed at BBCA: Finish", "Go to the BBCA headquarters", [5, 6, 7], [5, 6, 7], 0, 0, 8, 8, ["04_nicole_bbca_doublefuck3_bertie"], true, false, true, [6], [1], [], "0.4.4")
]>>
</nobr>
<<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>><div id="04_Nicole_bbca_call"></div>
<<script>>experiencedEvent("04_nicole_bbca_call", "SEE", "04_Nicole_bbca_call", State.temporary.events)<</script>>
<<president>>$playerFirstName! What's the topic for today?<</president>>
<<cont keypress append>><<player>>There's this girl I'm interested in.<</player>>
<<scrolldown>><<cont keypress append>><<president>>Is it the dark haired woman with marvelous boobs?<</president>>
<<scrolldown>><<cont keypress append>><<player>>No, her name is Nicole.<</player>>
<<scrolldown>><<cont keypress append>><<president>>I don't know the girls by their names.<</president>>
<<scrolldown>><<cont keypress append>><<player>>Well, she's got long, blonde hair and beautiful blue eyes and...<</player>>
<<scrolldown>><<cont keypress append>><<president>>Sorry, $playerFirstName, are you gay?<</president>>
<<scrolldown>><<cont keypress append>><<player>>No, but...<</player>>
<<scrolldown>><<cont keypress append>><<president>>Then tell me something that matters. Does she have good tits?<</president>>
<<scrolldown>><<cont keypress append>><<player>>Yes, and...<</player>>
<<scrolldown>><<cont keypress append>><<president>>That's good. And when did you see her?<</president>>
<<scrolldown>><<cont keypress append>><<player>>I think it was Sunday.<</player>>
<<scrolldown>><<cont keypress append>><<president>>Right. It might have been the representative from BWRW.<</president>>
<<scrolldown>><<cont keypress append>><<player>>BWRW?<</player>>
<<scrolldown>><<cont keypress append>><<president>>Blonde Women's Rights Watch. She's here every Sunday. Come by again and you'll see her properly.<</president>>
[[I guess I'll do that|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>!Version 0.4.3
!!What's new in this version?
!!!New content
In this version of the game, the plot line "domestic worker" is introduced. Melanie asks the main character to help her out in her home and in her garden. This gives him the opportunity to hang out with he in various ways. Except for Melanie, there is a scene where Tiffany, Melanie's stepmother, is introduced.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofourthree"></div>
<<script>>
describeAllContent("0.4.3", "newContentZerofourthree", State.temporary.events);
<</script>>
!!!UI Improvements
It has come to my understanding that dark mode is preferred among my supporters. This has resulted in a quite a few UI changes. To name a few:
- The game now has its own logo
- Background images for each location
- Dark background, light text
- Nice icon linking to Patreon
- Larger buttons for navigating between locations
!!!Bug fixes
- It has been possible to reach affection level 3 without finding the spare key in Melanie's house. But on affection level 3 it is impossible to find the spare key (and so a few players have been stuck on this level). This bug is now fixed.
- Since it's only possible to go back five steps in the story, players might get stuck between the hints and objectives screens. This is now fixed by introducing a "go to Ryan's" button.<<set
_Mel04Videogamesintro0 to 'videos/Melanie/version0.4/videogames/intro/0.mp4',
_Mel04Videogamesintro1 to 'videos/Melanie/version0.4/videogames/intro/1.mp4',
_Mel04Videogamesintro2 to 'videos/Melanie/version0.4/videogames/intro/2.mp4',
_Mel04Videogamesintro3 to 'videos/Melanie/version0.4/videogames/intro/3.mp4',
_Mel04Videogamesintro4 to 'videos/Melanie/version0.4/videogames/intro/4.mp4',
_Mel04Videogamesservice0 to 'videos/Melanie/version0.4/videogames/service/0.mp4',
_Mel04Videogamesservice1 to 'videos/Melanie/version0.4/videogames/service/1.mp4',
_Mel04Videogamesservice2 to 'videos/Melanie/version0.4/videogames/service/2.mp4',
_Mel04Videogamesservice3 to 'videos/Melanie/version0.4/videogames/service/3.mp4',
_Mel04Videogamesservice4 to 'videos/Melanie/version0.4/videogames/service/4.mp4',
_Mel04Videogamesservice5 to 'videos/Melanie/version0.4/videogames/service/5.mp4',
_Mel04Videogamesthanks0 to 'videos/Melanie/version0.4/videogames/thanks/0.mp4',
_Mel04Videogamesthanks1 to 'videos/Melanie/version0.4/videogames/thanks/1.mp4'
>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="05_mel_videogames_intro"></div>
<<script>>experiencedEvent("05_Mel_videogames_intro", "SEE", "05_mel_videogames_intro", State.temporary.events)<</script>>
Melanie's husband, your friend, has invited you to stay in his home while he's running some errands downtown.
<<cont keypress append>>You decide to play some videogames.
<video @src=_Mel04Videogamesintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): It feels weird to play tetris on a Playstation.<</player>>
[[Someone enters the room|Mel04VideogamesIntro2]]
<<scrolldown>><</cont>><</cont>><<melanie>>If you masturbate in our sofa, I must ask you to use a towel, $playerFirstName.<</melanie>>
<video @src=_Mel04Videogamesintro1 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm not masturbating, actually. I play tetris.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's interesting. And which is your favorite shape, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>The long, straight one.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I see. And why is that, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Because if there is a hole, it can penetrate the whole and then you get bonus points.<</player>>
<video @src=_Mel04Videogamesintro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I must disappoint you, $playerFirstName, I'll not let you penetrate any of my holes today.<</melanie>>
[[I wasn't asking, actually|Mel04VideogamesIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>But I would like you to lick my ass.<</melanie>>
<video @src=_Mel04Videogamesintro3 autoplay muted loop></video>
<<cont keypress append>><<player>>(Gulping, trying to be cocky): Oh, yeah? And what if I don't want to?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Not listening to you): You see, I'm going down to BBCA later on, and I want my asshole to be totally clean.<</melanie>>
<video @src=_Mel04Videogamesintro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, I guess I could help you, then.<</player>>
[[She comes over|Mel04VideogamesService1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_mel_videogames_help"></div>
<<script>>experiencedEvent("05_Mel_videogames_help", "SEE", "05_mel_videogames_help", State.temporary.events)<</script>>
<<melanie>>You know, $playerFirstName, I would definitely prefer the long, straight shape as well.<</melanie>>
<<cont keypress append>><<player>>Oh, yeah?<</player>>
<video @src=_Mel04Videogamesservice0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>But I don't really understand why it's your favorite. Are you gay?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You know very well I'm not gay.<</player>>
<video @src=_Mel04Videogamesservice1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, I see you try to defend yourself. I like when small-cocks try to defend themselves. That's cute.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I don't have a small cock.<</player>>
<video @src=_Mel04Videogamesservice2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're not fooling anyone, $playerFirstName.<</melanie>>
[[She's such a bitch|Mel04VideogamesService2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>I can let you feel my big cock in your cute little pussy if you don't believe me?<</player>>
<video @src=_Mel04Videogamesservice3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>A quick clean-up of my ass will do just fine, $playerFirstName, don't get over-excited.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I was just just giving-mm-mm... you-mm-mm... a few options.<</player>>
<video @src=_Mel04Videogamesservice4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>And I was just firmly reje-e-ecting them.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Starting to get second thoughts?<</player>>
<video @src=_Mel04Videogamesservice5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Look, I'm going to BBCA tonight. Why on earth would I prefer your little cock?<</melanie>>
[[Because I'm a nice guy?|Mel04VideogamesThanks]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_videogames_thanks"></div>
<<script>>experiencedEvent("05_Mel_videogames_thanks", "SEE", "05_mel_videogames_thanks", State.temporary.events)<</script>>
<<melanie>>Did you clean it up good, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Cleaner than my cock, whenever you blow all cum out of it.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't believe you, $playerFirstName. Still, I would like to thank you properly.<</melanie>>
<video @src=_Mel04Videogamesthanks0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're allowed to dive into my boobs for a few seconds.<</melanie>>
<video @src=_Mel04Videogamesthanks1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mmpf! Mmpf!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, yeah, you like that, don't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Mmpf! Mmpf!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Standing up, leaving): Now you have wanking material for the rest of the week. I'm off now. Ta-da.<</melanie>>
[[Leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion05_0 to [
// Talk with Ryan about Tiff gangbang
new Event("05_talk_with_ryan_abouttiff", "You talk to Ryan about having a gangbang with Tiffany at his place", "Go to Ryan's place", [6], [5], 0, 0, 7, 6, ["04_melanie_garden_tiffany_gb"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.0"),
// Tiffany gangbang
new Event("05_tiffanygb_wait", "You, Ryan, Bob and Melanie's husband hang out at Ryan's place", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 0, 0, ["05_talk_with_ryan_abouttiff"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_showmel", "Melanie's husband shows pics of his wife", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_wait"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_define", "Melanie's husband defines a good friendship", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_showmel"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_arrive", "Tiffany shows up, while Melanie's husband is talking about his wife", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_define"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_business", "Tiffany explains Melanie's importance for the company", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_arrive"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_boobs", "Tiffany explains that Melanie's got big boobs", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_business"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_praise", "It seems Melanie is all the company has", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_boobs"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_love", "You tell Melanie's husband that she must love him very much", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_praise"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_spoiled", "You tell Melanie's husband that she seems a bit spoiled", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_love"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_troubled", "You tell Melanie's husband that she seems troubled", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_spoiled"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_bossy", "You tell Melanie's husband that she's a bit bossy", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_troubled"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_nothonest", "You're not telling Melanie's husband the whole truth", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_bossy"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_blind", "You tell Melanie's husband that her body is okay", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_nothonest"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_truth", "You tell Melanie's husband the truth", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_blind"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_what_boobs", "You'd fuck Melanie's boobs", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_truth"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_what_pussy", "You'd fuck Melanie's pussy", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_what_boobs"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_what_ass", "You'd ram Melanie's ass", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_what_pussy"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_mel_pussy", "Your dream is that Melanie'd let you jizz on her face", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_what_ass"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_mel_pee", "Your dream is that Melanie'd let you pee on her face", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_mel_pussy"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_mel_step", "Your dream is that Melanie'd let you step on her", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 8, 8, ["05_tiffanygb_mel_pee"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_tiffanygb_mel_big", "Your dream is that Melanie'd say you have a big cock", "Go to Ryan's place", [6, 7], [5, 6, 7], 0, 0, 7, 6, ["05_tiffanygb_mel_step"], true, false, true, [6], [1], [], "0.5.0"),
// Mel Dinner
new Event("05_Melanie_dinner_before", "You are properly introduced to the wife of Melanie's husband", "Go to Melanie's home", [6, 7], [5, 6, 7], 8, 16, 7, 6, ["05_tiffanygb_mel_big"], true, false, false, [4], [4], [], "0.5.0"),
new Event("05_Melanie_dinner_intro", "You join Melanie and her husband for a dinner", "Go to Melanie's home", [6, 7], [5, 6, 7], 8, 16, 7, 6, ["05_Melanie_dinner_before"], true, false, true, [4], [4], [], "0.5.0"),
new Event("05_Melanie_dinner_yard", "You ask Melanie and her husband about their yard", "Go to Melanie's home", [6, 7], [6, 7], 4, 12, 7, 7, ["05_Melanie_piano_boobs"], true, false, true, [4], [4], [], "0.5.0"),
new Event("05_Melanie_dinner_piano", "You ask Melanie and her husband about their piano", "Go to Melanie's home", [6, 7], [6, 7], 4, 12, 7, 7, ["05_Melanie_dinner_intro"], true, false, true, [4], [4], [], "0.5.0"),
// Mel Piano
new Event("05_Melanie_piano_intro", "You visit Melanie and her husband and play the piano", "Go to Melanie's home", [6, 7], [6, 7], 12, 16, 7, 7, ["05_Melanie_dinner_piano"], true, false, true, [1], [1], [], "0.5.0"),
new Event("05_Melanie_piano_boobs", "You play the piano and Melanie lets you suck her tits", "Go to Melanie's home", [6, 7], [6, 7], 36, 24, 8, 8, ["05_Melanie_piano_intro"], true, false, true, [1], [1], [], "0.5.0"),
// Mel Hangout pool
new Event("05_Melanie_yard_intro", "You have a glass of champagne in Melanie's husband's yard", "Go to Melanie's home", [6, 7], [6, 7], 8, 12, 7, 7, ["05_Melanie_dinner_yard"], true, false, true, [3], [1], [], "0.5.0"),
new Event("05_Melanie_yard_threesome", "You have a glass of champagne with Melanie and ask her about a threesome", "Go to Melanie's home", [6, 7], [6, 7], 24, 12, 7, 7, ["05_Melanie_yard_intro"], true, false, true, [3], [1], [], "0.5.0"),
new Event("05_Melanie_yard_gangbang", "You have a glass of champagne with Melanie and ask her about gangbangs", "Go to Melanie's home", [6, 7], [6, 7], 24, 12, 7, 7, ["05_Melanie_yard_threesome"], true, false, true, [3], [1], [], "0.5.0"),
// Talk with Ryan about his birthday
new Event("05_talk_with_ryan_aboutmel", "You talk to Ryan about having a gangbang with Melanie at his place", "Go to Ryan's place", [6, 7], [6, 7], 0, 0, 7, 7, ["05_Melanie_yard_gangbang"], true, false, false, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.0"),
// Mel Swingers1
new Event("05_Melanie_swingers_intro", "Melanie (and her husband) are very proud of her tits", "Go to Melanie's home", [6, 7], [5, 6, 7], 8, 12, 7, 6, ["05_Melanie_dinner_intro"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_sayno", "Melanie slaps your face when you suggests she could have a look at your cock", "Go to Melanie's home", [6, 7], [5, 6, 7], -24, -24, 7, 6, ["05_Melanie_swingers_intro"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_interested", "Melanie seems interested to investigate your cock", "Go to Melanie's home", [6, 7], [6, 7], 8, 8, 8, 8, ["05_Melanie_yard_threesome"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_blowhusband", "Melanie blows her husband", "Go to Melanie's home", [6, 7], [6, 7], 8, -8, 8, 8, ["05_Melanie_swingers_interested"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_blowboth", "Melanie blows both you and her husband", "Go to Melanie's home", [6, 7], [6, 7], 8, 12, 8, 8, ["05_Melanie_swingers_blowhusband"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_blowyou", "Melanie blows you", "Go to Melanie's home", [6, 7], [6, 7], 16, 16, 8, 8, ["05_Melanie_swingers_blowboth"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_cheat_pussy", "You have a talk with Melanie's husband about the concept of having another man's cock in your wifes pussy", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_Melanie_swingers_blowyou"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_cheat_ass", "You have a talk with Melanie's husband about the concept of having another man's cock in your wifes ass", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_Melanie_swingers_cheat_pussy"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_cheat_please", "You have a talk with Melanie's husband about the concept of letting another man please your wife", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_Melanie_swingers_cheat_ass"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_cheat_blowjob", "You have a talk with Melanie's husband about the concept of letting your wife blow another man's cock", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_Melanie_swingers_cheat_please"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_cheat_punish", "You have a talk with Melanie's husband about how to punish your wife properly", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_Melanie_swingers_cheat_blowjob"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_cheat_jizz", "You have a talk with Melanie's husband about how it feels to let another man jizz in your wife's face", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_Melanie_swingers_cheat_punish"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_cheat_bad", "Melanie's husband admits that he prefers to be the one jizzing in his wife's face", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_Melanie_swingers_cheat_jizz"], true, false, true, [6], [1], [], "0.5.0"),
new Event("05_Melanie_swingers_recension", "Melanie tells you about your peak moment in life", "Go to Melanie's home", [6, 7], [6, 7], 8, -12, 7, 7, ["05_Melanie_swingers_cheat_bad"], true, false, true, [6], [1], [], "0.5.0"),
// Mel Striptease with Bob
new Event("05_Mel_Ryans_birthday_intro", "You and Melanie's husband are celebrating Ryan's birthday with a treat", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_talk_with_ryan_aboutmel"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_clue_boobs", "Clue: Ryan's gift has got some great boobs", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_Mel_Ryans_birthday_intro"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_clue_ass", "Clue: Ryan's gift has got some great ass", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_Mel_Ryans_birthday_clue_boobs"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_clue_cocks", "Clue: Ryan's gift loves big cocks", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_Mel_Ryans_birthday_clue_ass"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_clue_titjob", "Clue: Ryan's gift likes to do titjobs", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_Mel_Ryans_birthday_clue_cocks"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_reveal", "Ryan's gift: reveal", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_Mel_Ryans_birthday_clue_titjob"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_question_ass", "But do you REALLY have the best ass in town?", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_Mel_Ryans_birthday_reveal"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_question_boobs", "But do you REALLY have the best boobs in town?", "Go to Ryan's", [6, 7], [6, 7], 12, 12, 8, 8, ["05_Mel_Ryans_birthday_question_ass"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_approved", "Ryan is content with his gift", "Go to Ryan's", [6, 7], [6, 7], 12, 4, 8, 8, ["05_Mel_Ryans_birthday_question_boobs"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_blow_ryan", "Melanie gives Ryan a blow for his birthday", "Go to Ryan's", [6, 7], [6, 7], 12, 4, 8, 8, ["05_Mel_Ryans_birthday_question_boobs"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_blow_husband", "It's Ryan's birthday, but Melanie's husband gets the blowjob", "Go to Ryan's", [6, 7], [6, 7], 12, 4, 8, 8, ["05_Mel_Ryans_birthday_blow_ryan"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_blow_you", "It's Ryan's birthday, but you get the blowjob", "Go to Ryan's", [6, 7], [6, 7], 12, 4, 8, 8, ["05_Mel_Ryans_birthday_blow_husband"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_boob_ryan", "Melanie gives Ryan a boobjob for his birthday", "Go to Ryan's", [6, 7], [6, 7], 12, 4, 8, 8, ["05_Mel_Ryans_birthday_blow_you"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_boob_husband", "It's Ryan's birthday, but Melanie's husband gets the boobjob", "Go to Ryan's", [6, 7], [6, 7], 12, 4, 8, 8, ["05_Mel_Ryans_birthday_boob_ryan"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_boob_you", "It's Ryan's birthday, but you get the boobjob", "Go to Ryan's", [6, 7], [6, 7], 12, 4, 8, 8, ["05_Mel_Ryans_birthday_boob_husband"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_pu_ryan", "Melanie lets Ryan fuck her for his birthday", "Go to Ryan's", [6, 7], [6, 7], 24, 4, 8, 8, ["05_Mel_Ryans_birthday_boob_you"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_pu_husband", "Melanie's getting fucked by her husband", "Go to Ryan's", [6, 7], [6, 7], 24, 4, 8, 8, ["05_Mel_Ryans_birthday_pu_ryan"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_pu_husband_hard", "Melanie's getting fucked by her husband. Hard", "Go to Ryan's", [6, 7], [6, 7], 24, 4, 8, 8, ["05_Mel_Ryans_birthday_pu_husband"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_jizz_husband", "It's Ryan's birthday, but Melanie takes her husband's cum'", "Go to Ryan's", [6, 7], [6, 7], 36, 4, 8, 8, ["05_Mel_Ryans_birthday_pu_husband_hard"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_jizz_ryan", "Melanie takes Ryan's jizz for his birthday", "Go to Ryan's", [6, 7], [6, 7], 36, 4, 8, 8, ["05_Mel_Ryans_birthday_jizz_husband"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_jizz_you", "It's Ryan's birthday, but you get to jizz on Melanie", "Go to Ryan's", [6, 7], [6, 7], 36, 4, 8, 8, ["05_Mel_Ryans_birthday_jizz_ryan"], true, false, true, [5], [1], [], "0.5.0"),
new Event("05_Mel_Ryans_birthday_alastjoke", "It's Ryan's birthday, and Melanie can't resist to joke about you", "Go to Ryan's", [6, 7], [6, 7], -12, -24, 7, 7, ["05_Mel_Ryans_birthday_jizz_you"], true, false, true, [5], [1], [], "0.5.0"),
// Mel Threesome
new Event("05_mel_threesome_intro", "You talk about Melanie with her husband", "Go to Melanie's home", [6, 7], [6, 7], 0, 0, 8, 8, ["05_Melanie_yard_threesome"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_intro_confident", "You tell Melanie she's confident", "Go to Melanie's home", [6, 7], [6, 7], 4, 24, 8, 8, ["05_mel_threesome_intro"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_intro_funny", "You tell Melanie she's funny", "Go to Melanie's home", [6, 7], [6, 7], 4, 24, 8, 8, ["05_mel_threesome_intro_confident"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_intro_unpredictable", "You tell Melanie she's unpredictable", "Go to Melanie's home", [6, 7], [6, 7], 4, 24, 8, 8, ["05_mel_threesome_intro_funny"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_sneakpussy", "You sneak your cock into Melanie's pussy", "Go to Melanie's home", [6, 7], [6, 7], 24, -12, 8, 8, ["05_mel_threesome_intro_unpredictable"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_thrustmouth", "You force your cock into Melanie's mouth", "Go to Melanie's home", [6, 7], [6, 7], 24, 4, 8, 8, ["05_mel_threesome_sneakpussy"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_fuckmouth", "You fuck Melanie's mouth", "Go to Melanie's home", [6, 7], [6, 7], 8, 8, 8, 8, ["05_mel_threesome_thrustmouth"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_fuckboobs", "You fuck Melanie's boobs", "Go to Melanie's home", [6, 7], [6, 7], 8, 8, 8, 8, ["05_mel_threesome_fuckmouth"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_jealous_ryan", "You're a bit jealous of Ryan", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_mel_threesome_fuckboobs"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_jealous_husband", "You're a bit jealous of Melanie's husband", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_mel_threesome_jealous_ryan"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_jealous_president", "You're a bit jealous of the President of BBCA", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_mel_threesome_jealous_husband"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_jealous_bbca", "You're a bit jealous of all the members of BBCA", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_mel_threesome_jealous_president"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_jealous_office", "You're a bit jealous of some dude Melanie fucked in the office", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_mel_threesome_jealous_bbca"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_jealous_park", "You're a bit jealous of some dude Melanie fucked in the park", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_mel_threesome_jealous_office"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_jealous_garden", "You're a bit jealous of some dude Melanie fucked in the garden", "Go to Melanie's home", [6, 7], [6, 7], 4, 4, 8, 8, ["05_mel_threesome_jealous_park"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_size_inches", "Maybe the size of a cock is measured in inches", "Go to Melanie's home", [6, 7], [6, 7], 8, 8, 8, 8, ["05_mel_threesome_jealous_garden"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_size_grams", "Maybe the size of a cock is measured in grams", "Go to Melanie's home", [6, 7], [6, 7], 8, 8, 8, 8, ["05_mel_threesome_size_inches"], true, false, true, [2], [1], [], "0.5.0"),
new Event("05_mel_threesome_size_eyes", "No, the size of a cock is measured by looking in the eyes of the man", "Go to Melanie's home", [6, 7], [6, 7], 8, 8, 7, 7, ["05_mel_threesome_size_grams"], true, false, true, [2], [1], [], "0.5.0"),
// Mel Videogames
new Event("05_Mel_videogames_intro", "You play videogames at Melanie's", "Go to the Melanie's home", [6, 7], [6, 7], 0, 0, 8, 8, ["05_Melanie_dinner_piano"], true, false, false, [3], [1], [], "0.5.0"),
new Event("05_Mel_videogames_help", "Melanie needs your hand with something", "Go to the Melanie's home", [6, 7], [6, 7], 16, 16, 8, 8, ["05_Mel_videogames_intro"], true, false, false, [3], [1], [], "0.5.0"),
new Event("05_Mel_videogames_thanks", "You helped Melanie, and she's grateful", "Go to the Melanie's home", [6, 7], [6, 7], 16, 16, 7, 7, ["05_Mel_videogames_help"], true, false, false, [3], [1], [], "0.5.0")
]>>
</nobr><<set
_Mel04PhotoSheerthumbnail to 'videos/Melanie/version0.4/sheerwhite/photo.png',
_Mel04PhotoSheerWhite0 to 'videos/Melanie/version0.4/sheerwhite/1.mp4',
_Mel04PhotoSheerWhite1 to 'videos/Melanie/version0.4/sheerwhite/2.mp4',
_Mel04PhotoSheerWhite2n to 'videos/Melanie/version0.4/sheerwhite/2n.png',
_Mel04PhotoSheerWhite2d to 'videos/Melanie/version0.4/sheerwhite/2d.png',
_Mel04PhotoSheerWhite2 to 'videos/Melanie/version0.4/sheerwhite/3.mp4',
_Mel04PhotoSheerWhite3 to 'videos/Melanie/version0.4/sheerwhite/4.mp4',
_Mel04PhotoSheerWhite4 to 'videos/Melanie/version0.4/sheerwhite/5.mp4',
_Mel04PhotoSheerWhite5 to 'videos/Melanie/version0.4/sheerwhite/6.mp4',
_Mel04PhotoSheerWhite6 to 'videos/Melanie/version0.4/sheerwhite/7.mp4',
_Mel04PhotoSheerWhite7 to 'videos/Melanie/version0.4/sheerwhite/8.mp4',
_Mel04PhotoSheerWhite8 to 'videos/Melanie/version0.4/sheerwhite/9.mp4',
_Mel04PhotoSheerWhite9 to 'videos/Melanie/version0.4/sheerwhite/10.mp4',
_Mel04PhotoSheerWhite10 to 'videos/Melanie/version0.4/sheerwhite/11.mp4',
_Mel04PhotoSheerWhite11 to 'videos/Melanie/version0.4/sheerwhite/12.mp4',
_Mel04PhotoSheerWhite12 to 'videos/Melanie/version0.4/sheerwhite/13.mp4',
_Mel04PhotoSheerWhite13 to 'videos/Melanie/version0.4/sheerwhite/14.mp4',
_Mel04PhotoSheerWhite14 to 'videos/Melanie/version0.4/sheerwhite/15.mp4',
_Mel04PhotoSheerWhite15 to 'videos/Melanie/version0.4/sheerwhite/16.mp4'
>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="05_mel_photo_sheerwhite_intro"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_intro", "SEE", "05_mel_photo_sheerwhite_intro", State.temporary.events)<</script>>
<<melanie>>This is just a white top and a pair of latex pants, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>(Gulping): They're very nice.<</player>>
<video @src=_Mel04PhotoSheerWhite0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>So why don't you take any photos?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing manically): Well, of course.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I thought so. I know you have a small cock, but you're obviously not gay.<</melanie>>
<video @src=_Mel04PhotoSheerWhite1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>No... No, I'm not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Now, let me see those pictures.<</melanie>>
[[Show her the only decent pic you've got|Mel05WhiteSheerPhotoIntroDecent]]
<<disable !canExperienceEvent("05_mel_photo_sheerwhite_naughty", State.temporary.events)>>[[Show her a naughty pic|Mel05WhiteSheerPhotoIntroNaughty]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_photo_sheerwhite_naughty"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_naughty", "SEE", "05_mel_photo_sheerwhite_naughty", State.temporary.events)<</script>>
<<melanie>>You're a pervert, $playerFirstName, did I ever tell you that?<</melanie>>
<img @src=_Mel04PhotoSheerWhite2n width="600">
<<cont keypress append>><<player>>Once or twice.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you are a talented photographer.<</melanie>>
[[Thanks, I guess|Mel05WhiteSheerPhotoCont]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_photo_sheerwhite_decent"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_decent", "SEE", "05_mel_photo_sheerwhite_decent", State.temporary.events)<</script>>
<<melanie>>I must have been wrong. You are gay after all, $playerFirstName?<</melanie>>
<img @src=_Mel04PhotoSheerWhite2d width="600">
<<cont keypress append>><<player>>No! No, I'm not!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So how do you explain this picture?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>It's... It's just your shoes.<</player>>
[[Yeah, she'll never accept that as an explanation|Mel05WhiteSheerPhotoIntroDecentEnd]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<<melanie>>I know it is. But why didn't you focus on my boobs?<</melanie>>
<video @src=_Mel04PhotoSheerWhite14 autoplay muted loop></video>
<<cont keypress append>><<player>>I... I...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): Is it because of your small cock? I bet it is.<</melanie>>
[[Bummer (leave)|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><<melanie>>Okay, $playerFirstName, I'll try to find a good position.<</melanie>>
<video @src=_Mel04PhotoSheerWhite2 autoplay muted loop></video>
<<cont keypress append>><<player>>What kind of position.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>One which will make the men with the big cocks drool over my pictures.<</melanie>>
[[A good plan|Mel05WhiteSheerPhotoWM]]
<<scrolldown>><</cont>><</cont>><<melanie>>What would you do with me if you had a big cock, $playerFirstName?<</melanie>>
[[Ehm, excuse me?|Mel05WhiteSheerPhotoWM2]]
<<disable !canExperienceEvent("05_mel_photo_sheerwhite_boobs", State.temporary.events)>>[[Something with your boobs, I think|Mel05WhiteSheerPhotoWM1]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_sheerwhite_grind", State.temporary.events)>>[[I'd probably grind it against your legs|Mel05WhiteSheerPhotoWM3]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_sheerwhite_spank", State.temporary.events)>>[[I'd spank your ass|Mel05WhiteSheerPhotoWM4]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_sheerwhite_rip", State.temporary.events)>>[[I'd rip those pants of, and fuck your ass|Mel05WhiteSheerPhotoWM5]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_sheerwhite_pussy", State.temporary.events)>>[[I'd fuck your pussy (end)|Mel05WhiteSheerPhotoNaughtyEnd1]]<</disable>><div id="05_mel_photo_sheerwhite_tits"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_tits", "SEE", "05_mel_photo_sheerwhite_tits", State.temporary.events)<</script>>
<<melanie>>Something? Can you be a bit more precise?<</melanie>>
<video @src=_Mel04PhotoSheerWhite3 autoplay muted loop></video>
<<cont keypress append>><<player>>Well, I'd stick it in between your tits.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yeah, and then what?<</melanie>>
<video @src=_Mel04PhotoSheerWhite4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would jizz in your face.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're such a cliché, $playerFirstName.<</melanie>>
[[Can she blame me?|Mel05WhiteSheerPhotoWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_photo_sheerwhite_grind"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_grind", "SEE", "05_mel_photo_sheerwhite_grind", State.temporary.events)<</script>>
<<melanie>>You're a bit on the slow side, $playerFirstName, aren't you?<</melanie>>
<video @src=_Mel04PhotoSheerWhite5 autoplay muted loop></video>
<<cont keypress append>><<player>>Ehm, ehm.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or are you just on the verge of cumming in your pants?<</melanie>>
[[She's a bitch|Mel05WhiteSheerPhotoWM]]
<<scrolldown>><</cont>><</cont>><div id="05_mel_photo_sheerwhite_boobs"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_boobs", "SEE", "05_mel_photo_sheerwhite_boobs", State.temporary.events)<</script>>
<<melanie>>I see. So, let's assume I stand like this. What do you do then?<</melanie>>
<video @src=_Mel04PhotoSheerWhite6 autoplay muted loop></video>
<<cont keypress append>><<player>>I'll take my big dick, and...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you sure it's big, $playerFirstName?<</melanie>>
<video @src=_Mel04PhotoSheerWhite7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I measured it yesterday.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're so naive, $playerFirstName, you can't measure a cock by inches or centimetres.<</melanie>>
[[She could be a philosopher|Mel05WhiteSheerPhotoWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_photo_sheerwhite_spank"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_spank", "SEE", "05_mel_photo_sheerwhite_spank", State.temporary.events)<</script>>
<<melanie>>Oh, yeah? Like this?<</melanie>>
<video @src=_Mel04PhotoSheerWhite9 autoplay muted loop></video>
<<cont keypress append>><<player>>I'd spank a little harder, to be honest.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I see. And you'd prefer if I bend over like this, wouldn't you?<</melanie>>
<video @src=_Mel04PhotoSheerWhite10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Yeah, I would.<</player>>
[[Wow|Mel05WhiteSheerPhotoWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_mel_photo_sheerwhite_rip"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_rip", "SEE", "05_mel_photo_sheerwhite_rip", State.temporary.events)<</script>>
<<melanie>>I think I see. So if I didn't have any pants you'd fuck my ass right now?<</melanie>>
<video @src=_Mel04PhotoSheerWhite11 autoplay muted loop></video>
<<cont keypress append>><<player>>Well, if your panties are removed as well.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You wouldn't find the courage to rip them apart, $playerFirstName?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, yeah, but...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you don't have a sufficiently big cock, I know.<</melanie>>
[[Damn|Mel05WhiteSheerPhotoWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_photo_sheerwhite_pussy"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_pussy", "SEE", "05_mel_photo_sheerwhite_pussy", State.temporary.events)<</script>>
<<melanie>>You went too far, $playerFirstName.<</melanie>>
<video @src=_Mel04PhotoSheerWhite12 autoplay muted loop></video>
<<cont keypress append>><<player>>Why? What did I do?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'd never let you fuck my pussy, $playerFirstName, not even in your imagination.<</melanie>>
<video @src=_Mel04PhotoSheerWhite13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She can't decide what I do in my imagination.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're a pervert, $playerFirstName.<</melanie>>
[[And you're a bitch|Mel05WhiteSheerPhotoNaughtyEnd2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="05_mel_photo_sheerwhite_end"></div>
<<script>>experiencedEvent("05_mel_photo_sheerwhite_end", "SEE", "05_mel_photo_sheerwhite_end", State.temporary.events)<</script>>
<<melanie>>I'm a loyal wife, $playerFirstName, you should know that.<</melanie>>
<video @src=_Mel04PhotoSheerWhite14 autoplay muted loop></video>
<<cont keypress append>><<player>>Yeah, I know.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): And I'm disappointed that you don't respect that.<</melanie>>
[[Well, I'm disappointed that you don't let me fuck you (return)|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>>
<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="05_Talk_with_ryan_abouttiff"></div>
<<script>>experiencedEvent("05_talk_with_ryan_abouttiff", "SEE", "05_Talk_with_ryan_abouttiff", State.temporary.events)<</script>>
<<player>>Hey, bro.<</player>>
<<cont keypress append>><<ryan>>Yo, man.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>It seems Melanie's got a step mother.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>As do I. As do you.<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Yes, but this one is different.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Different how?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Well, her name is Tiffany, and she would like to do a gangbang.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>No shit? Is she hot?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Hot enough, I would say. Do you think we could be here?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Of course. Only you, me and her?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>There has to be four men. And Melanie's husband wants to join. I don't know any other men. Do you have an idea?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>How about that Bob guy, you know the professional photographer?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Sure, why not?<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>Give me Melanie's husband's number and I'll set it up. How about Sunday?<</ryan>>
[[Sounds great|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="05_Talk_with_ryan_aboutmel"></div>
<<script>>experiencedEvent("05_talk_with_ryan_aboutmel", "SEE", "05_Talk_with_ryan_aboutmel", State.temporary.events)<</script>>
<<player>>So, your birthday is coming up on Saturday.<</player>>
<<cont keypress append>><<ryan>>Yeah?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>I have a surprise for you.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>You do?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Yes, me and Melanie's husband are coming here, and we will have a surprise for you.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>You will?<</ryan>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, so you only have to sit still in that chair and you will have the best birthday present perceived by man.<</player>>
<<scrolldown>><<cont keypress append>><<ryan>>I'll believe it when I see it.<</ryan>>
[[You sure will|Ryan][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>
!Version 0.4.4
!!What's new in this version?
!!!New content
This release is part a bug fix release. In 0.4.3, the plot line "domestic worker" only showed up when lust was below level 6. This resulted in that players which had saved their game in the end of the previous release, couldn't access the new scenes from 0.4.3. That is now fixed. Except for this fix, a scene with Nicole is added. Apparently she's the directress of BWRW (Blonde Women's Rights Watch) and she has a meeting at the BBCA.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofourthree"></div>
<<script>>
describeAllContent("0.4.4", "newContentZerofourthree", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version of the game.
!!!Bug fixes
- Save games from 0.4.2 now work with the new scenes from 0.4.3.<<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_melanie_swingers_sayno"></div>
<<script>>experiencedEvent("05_Melanie_swingers_sayno", "SEE", "05_melanie_swingers_sayno", State.temporary.events)<</script>>
<<player>>(Close to tears): Why did she do that?<</player>>
<<cont keypress append>><<husband>>(Tapping you on the back): Never mind, man. She probably just thinks you've got a small dick. She's quite picky about such stuff.<</husband>>
[[I know (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 7: A new apartment
<img @src=_Chapter7Image width="600">
If you can collect enough money you should be able to buy a new apartment. And if you do, Melanie has promised you the blowjob of your life.
[[Go to Ryan's apartment|Ryan]]<<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 8: A new acquaintance
<img @src=_Chapter8Image width="600">
It seems you have friend in Melanie's husband. Getting to know him might increase your chances to reach your goals with Melanie as well.
[[Go to Ryan's apartment|Ryan]]<<set
_Mel05UnderboobPhotohumbnail to 'videos/Melanie/version0.5/underboob/photo.png',
_Mel05UnderboobPhoto0 to 'videos/Melanie/version0.5/underboob/0.mp4',
_Mel05UnderboobPhoto1 to 'videos/Melanie/version0.5/underboob/1.mp4',
_Mel05UnderboobPhoto2 to 'videos/Melanie/version0.5/underboob/2.mp4',
_Mel05UnderboobPhoto3 to 'videos/Melanie/version0.5/underboob/3.mp4',
_Mel05UnderboobPhoto4 to 'videos/Melanie/version0.5/underboob/4.mp4'
>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_Mel_photo_underboob"></div>
<<script>>experiencedEvent("05_mel_photo_underboob", "SEE", "05_Mel_photo_underboob", State.temporary.events)<</script>>
<<melanie>>Did you choose this top yourself, $playerFirstName?<</melanie>>
<video @src=_Mel05UnderboobPhoto0 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're a pervert, you know that?<</melanie>>
<video @src=_Mel05UnderboobPhoto1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): You've said it a few times.<</player>>
[[Always a bitch|Mel05UnderboobIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>And how many times will you masturbate when you get home, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>(Photographing): As many as needed.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, I bet you'll set a personal record.<</melanie>>
<video @src=_Mel05UnderboobPhoto2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): What will you give me if I do?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, don't pretend you've got a big dick, $playerFirstName!<</melanie>>
[[Very funny|Mel05UnderboobIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_Mel_photo_underboob_bendsover"></div>
<<script>>experiencedEvent("05_mel_photo_underboob_bendsover", "SEE", "05_Mel_photo_underboob_bendsover", State.temporary.events)<</script>>
<<melanie>>Let me give you some quality wanking material, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>(Photographing): That's very kind of you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I am a kind woman.<</melanie>>
<video @src=_Mel05UnderboobPhoto3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): And as generous as Santa Claus.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, I know you wouldn't replace me with Santa Claus if the combined happiness of all children of the world depended on it.<</melanie>>
<video @src=_Mel05UnderboobPhoto4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(pointing at her tits, leaving): Because of these.<</melanie>>
[[Right (Leave)|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05redtopPhotohumbnail to 'videos/Melanie/version0.5/redtop/photo.png',
_Mel05redtopPhoto0 to 'videos/Melanie/version0.5/redtop/0.mp4',
_Mel05redtopPhoto1 to 'videos/Melanie/version0.5/redtop/1.mp4',
_Mel05redtopPhoto2 to 'videos/Melanie/version0.5/redtop/2.mp4',
_Mel05redtopPhoto3 to 'videos/Melanie/version0.5/redtop/3.mp4',
_Mel05redtopPhoto4 to 'videos/Melanie/version0.5/redtop/4.mp4',
_Mel05redtopPhoto5 to 'videos/Melanie/version0.5/redtop/5.mp4',
_Mel05redtopPhoto6 to 'videos/Melanie/version0.5/redtop/6.mp4',
_Mel05redtopPhoto7 to 'videos/Melanie/version0.5/redtop/7.mp4',
_Mel05redtopPhoto8 to 'videos/Melanie/version0.5/redtop/8.mp4',
_Mel05redtopPhoto9 to 'videos/Melanie/version0.5/redtop/9.mp4',
_Mel05redtopPhoto10 to 'videos/Melanie/version0.5/redtop/10.mp4',
_Mel05redtopPhoto11 to 'videos/Melanie/version0.5/redtop/11.mp4',
_Mel05redtopPhoto12 to 'videos/Melanie/version0.5/redtop/12.mp4',
_Mel05redtopPhoto13 to 'videos/Melanie/version0.5/redtop/13.mp4'
>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="05_Mel_photo_redtop_intro"></div>
<<script>>experiencedEvent("05_mel_photo_redtop_intro", "SEE", "05_Mel_photo_redtop_intro", State.temporary.events)<</script>>
<<melanie>>Do you consider my husband a good friend of yours, $playerFirstName?<</melanie>>
<video @src=_Mel05redtopPhoto0 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): What can I say... He's a bro.<</player>>
[[And that's the truth|Mel05RedTopIntro1]]
<<scrolldown>><</cont>><<melanie>>What is a bro, $playerFirstName?<</melanie>>
<video @src=_Mel05redtopPhoto1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): Well, it's a good friend. A really good friend.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You mean that you attend gangbangs together?<</melanie>>
[[That's not what I meant|Mel05RedTopIntro2]]
<<scrolldown>><</cont>><</cont>><<melanie>>Has my husband shown you images of me, $playerFirstName?<</melanie>>
<video @src=_Mel05redtopPhoto2 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Did he show you the one where I have two black cocks in my asshole at once?<</melanie>>
[[No (but I will ask him for it)|Mel05RedTopWM]]
<<scrolldown>><</cont>><</cont>><<melanie>>Please, define what a bro is, $playerFirstName.<</melanie>>
[[A bro is there for you during hard times|Mel05RedTopWM1]]
<<disable !canExperienceEvent("05_mel_photo_redtop_extwo", State.temporary.events)>>[[A bro could lend you money|Mel05RedTopWM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_redtop_exthree", State.temporary.events)>>[[You can always watch a sports game with a bro|Mel05RedTopWM3]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_redtop_exfour", State.temporary.events)>>[[A bro could help you out if you have issues with the ladies|Mel05RedTopWM4]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_redtop_show", State.temporary.events)>>[[You can be completely honest with a bro|Mel05RedTopEnd1]]<</disable>><div id="05_mel_photo_redtop_exone"></div>
<<script>>experiencedEvent("05_mel_photo_redtop_exone", "SEE", "05_mel_photo_redtop_exone", State.temporary.events)<</script>>
<<melanie>>Oh, yeah? So my husband has been there for you during hard times?<</melanie>>
<<cont keypress append>><<player>>(Photographing): You could say that, yeah.<</player>>
<video @src=_Mel05redtopPhoto3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>He offered you a shoulder to cry on when I said you had a tiny little cock? Hahahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing, grinding your teeth): Hahaha.<</player>>
<video @src=_Mel05redtopPhoto4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(Dead serious): I wasn't joking.<</melanie>>
[[She's lucky she's got those boobs, or I'd smack her silly|Mel05RedTopWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_photo_redtop_extwo"></div>
<<script>>experiencedEvent("05_mel_photo_redtop_extwo", "SEE", "05_mel_photo_redtop_extwo", State.temporary.events)<</script>>
<<melanie>>Oh, yeah? Are you broke, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>(Photographing): Not really, but...<</player>>
<video @src=_Mel05redtopPhoto5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I understand: you went to the strip club and offered all your money to the women on stage.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): No, I didn't<</player>>
<video @src=_Mel05redtopPhoto6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's nothing to be ashamed for, $playerFirstName, it's a common small cock behaviour.<</melanie>>
[[She's lucky she's got those boobs, or I'd smack her silly|Mel05RedTopWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_photo_redtop_exthree"></div>
<<script>>experiencedEvent("05_mel_photo_redtop_exthree", "SEE", "05_mel_photo_redtop_exthree", State.temporary.events)<</script>>
<<melanie>>I see. Which sports team's got the best cheerleaders, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>(Photographing): Excuse me?<</player>>
<video @src=_Mel05redtopPhoto7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Which cheerleaders are the sexiest? Which ones have the shortest skirts?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): I'm actually paying attention to the game.<</player>>
<video @src=_Mel05redtopPhoto8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You're not noticing when they'r juggling their boobs for you, $playerFirstName? That's how tiny your dick is?<</melanie>>
[[Gulp|Mel05RedTopWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_mel_photo_redtop_exfour"></div>
<<script>>experiencedEvent("05_mel_photo_redtop_exfour", "SEE", "05_mel_photo_redtop_exfour", State.temporary.events)<</script>>
<<melanie>>I see. So if your girlfriend isn't pleased with your cock, my husband takes over? Is that correct, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>(Photographing): That's not exactly what I meant.<</player>>
<video @src=_Mel05redtopPhoto9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Okay, but if you're not hard enough, he will be there and satisfy her? Is that what you mean?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): No, not really.<</player>>
<video @src=_Mel05redtopPhoto10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Of course you don't. You don't have a girlfriend. You're only dreaming about me.<</melanie>>
[[I guess that's accurate|Mel05RedTopWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>I understand perfectly, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>You do?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes. Whatever happens here in the photo studio, you will convey the whole truth and nothing but the truth to my husband.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Okay, let's assume that's what I meant.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So, I will show you my boobs, like this.<</melanie>>
<video @src=_Mel05redtopPhoto11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Photographing manically): Uh-huh.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And here's what you will tell my husband: if he doesn't fuck me properly tonight...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing manically): Okay.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...That is, if he doesn't fuck me in the ass...<</melanie>>
<video @src=_Mel05redtopPhoto12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Photographing manically): Mm-hm.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...Then you will send those pictures to the president of BBCA tomorrow, and the whole legion of big black cocks will come running to me...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing manically): Uh-huh.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...And they shall fill up every tight little hole in my body.<</melanie>>
[[A great plan|Mel05RedTopEnd2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="05_mel_photo_redtop_show"></div>
<<script>>experiencedEvent("05_mel_photo_redtop_show", "SEE", "05_mel_photo_redtop_show", State.temporary.events)<</script>>
<<melanie>>(Standing up): And you, $playerFirstName, will say all of this to my husband...<</melanie>>
<video @src=_Mel05redtopPhoto13 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing manically): Mm-hm, alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): ...Because you're a bro.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I think she didn't get the full width of the concept.<</player>>
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Mel05whitenetPhotohumbnail to 'videos/Melanie/version0.5/whitenet/photo/photo.png',
_Mel05whitenetPhoto0 to 'videos/Melanie/version0.5/whitenet/photo/0.mp4',
_Mel05whitenetPhoto1 to 'videos/Melanie/version0.5/whitenet/photo/1.mp4',
_Mel05whitenetPhoto2 to 'videos/Melanie/version0.5/whitenet/photo/2.mp4',
_Mel05whitenetPhoto3 to 'videos/Melanie/version0.5/whitenet/photo/3.mp4',
_Mel05whitenetPhoto4 to 'videos/Melanie/version0.5/whitenet/photo/4.mp4',
_Mel05whitenetPhoto5 to 'videos/Melanie/version0.5/whitenet/photo/5.mp4',
_Mel05whitenetPeek0 to 'videos/Melanie/version0.5/whitenet/peek/0.mp4',
_Mel05whitenetPeek1 to 'videos/Melanie/version0.5/whitenet/peek/1.mp4',
_Mel05whitenetPeek2 to 'videos/Melanie/version0.5/whitenet/peek/2.mp4',
_Mel05whitenetPeek3 to 'videos/Melanie/version0.5/whitenet/peek/3.mp4',
_Mel05whitenetPeek4 to 'videos/Melanie/version0.5/whitenet/peek/4.mp4',
_Mel05whitenetPeek5 to 'videos/Melanie/version0.5/whitenet/peek/5.mp4',
_Mel05whitenetPeek6 to 'videos/Melanie/version0.5/whitenet/peek/6.mp4',
_Mel05whitenetPeek7 to 'videos/Melanie/version0.5/whitenet/peek/7.mp4',
_Mel05whitenetPeek8 to 'videos/Melanie/version0.5/whitenet/peek/8.mp4'
>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="05_Mel_photo_whitenet_intro"></div>
<<script>>experiencedEvent("05_mel_photo_whitenet_intro", "SEE", "05_Mel_photo_whitenet_intro", State.temporary.events)<</script>>
<<melanie>>(Entering the room): I'm not gonna lie, $playerFirstName, I'm awefully horny today.<</melanie>>
<video @src=_Mel05whitenetPhoto0 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): Maybe I could help you out?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not joking, $playerFirstName, I'm in dire need of a huge cock.<</melanie>>
[[I have a huge cock|Mel05WhiteNetPhoto2]]
<<scrolldown>><</cont>><</cont>><<melanie>>It's not funny, $playerFirstName, I need a cock that matches the size of my boobs.<</melanie>>
<video @src=_Mel05whitenetPhoto1 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): And why is that so important?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Or else it would look weird if someone happened to be around and film it all.<</melanie>>
[[That makes sense|Mel05WhiteNetPhoto3]]
<<scrolldown>><</cont>><</cont>><<melanie>>(Sighing): Oh, I so wish a real man could fuck me in the ass right now.<</melanie>>
<video @src=_Mel05whitenetPhoto0 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): Maybe you'd be alright if I put two or three fingers in your ass?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Very funny, $playerFirstName, you could be a stand-up comedian.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Photographing): I wasn't joking.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Okay, so then you're a pervert with a tiny cock.<</melanie>>
[[Hey, my cock is way above average|Mel05WhiteNetPhoto4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="05_Mel_photo_whitenet_end"></div>
<<script>>experiencedEvent("05_mel_photo_whitenet_end", "SEE", "05_Mel_photo_whitenet_end", State.temporary.events)<</script>>
<<melanie>>You can talk the talk, $playerFirstName, I'll give you that.<</melanie>>
<video @src=_Mel05whitenetPhoto4 autoplay muted loop></video>
<<cont keypress append>><<player>>(Photographing): Yes, since I have a big cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you can't...<</melanie>>
<<scrolldown>><<cont keypress append>>Melanie's phone's ringing.
<<scrolldown>><<cont keypress append>><<melanie>>(Checking her phone): I'll have to end the session here, $playerFirstName, this are important work matters.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Okay.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Answering the phone, putting it on speakers directly): Darling, we have to do some serious talking.<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): But I haven't done anything.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving the room): We both know what you've done.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Was that Cassidy?<</player>>
[[Leave|MelaniePhotoShootWindmillDress]]
<<disable !canExperienceEvent("05_mel_photo_whitenet_eavesdrop", State.temporary.events)>>[[Eavesdrop|Mel05WhiteNetPeek1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Mel_photo_whitenet_eavesdrop"></div>
<<script>>experiencedEvent("05_mel_photo_whitenet_eavesdrop", "SEE", "05_Mel_photo_whitenet_eavesdrop", State.temporary.events)<</script>>
You go into the office, next to the locker room.
<<cont keypress append>>There is a hole in the wall.
<<scrolldown>><<cont keypress append>><<player>>(Peeping, to yourself): Wow, this must be where the mirror is.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Don't lie to me, darling, people saw you.<</melanie>>
<video @src=_Mel05whitenetPeek0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers, desperately): That's not true! What did they see?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>They saw you blowing his cock. They saw you licking his balls.<</melanie>>
[[Who are they talking about?|Mel05WhiteNetPeek2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>(On the phone): They say he fucked you from behind. Hard.<</melanie>>
<video @src=_Mel05whitenetPeek1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Looking through the hole, to yourself): OMG, what is she doing?<</player>>
<<cont keypress append>><<cassidy>>(Speakers, sobbing): I swear, it wasn't from behind. I was laying on my back on the desk.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): And you yelled. You yelled that he had a great cock.<</melanie>>
[[So Melanie is the only one who's allowed to fuck in the office?|Mel05WhiteNetPeek3]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>(On the phone, sighing): There's a reason why girls like you and boys like him can't fuck at the office.<</melanie>>
<<cont keypress append>><<cassidy>>(Speakers, sobbing): What are we supposed to do if we can't fuck?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Frankly, you should do a plastic surgery.<</melanie>>
<video @src=_Mel05whitenetPeek2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers, sobbing): But I prefer looking like a little girl!<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): I know you do, darling, that's why I've told you to go to the therapist.<</melanie>>
<video @src=_Mel05whitenetPeek3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers, sobbing): But all she does is showing me pictures of your boobs!<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): That's the standard procedure.<</melanie>>
[[I think I know which therapist they are referring to|Mel05WhiteNetPeek4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>(On the phone): Darling, why did you do it?<</melanie>>
<<cont keypress append>><<cassidy>>(Speakers): It's hard to say, maybe it's because of the way he looks at me.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): But why did you expose your pussy to him?<</melanie>>
<video @src=_Mel05whitenetPeek2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Looking through the hole, to yourself): Wow!<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): I honestly don't know. He's simply irresistible to me.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): That's not relevant. Why did you fuck him?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): I... I... He's got a great cock.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(Silent, sighing): ...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Looking through the hole, to yourself): Wow, Melanie's really upset.<</player>>
[[Is she gonna fire her?|Mel05WhiteNetPeek5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>>Melanie starts dancing.
<video @src=_Mel05whitenetPeek5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone, melodically): Darling, I can't let this crime pass without punishment.<</melanie>>
<<cont keypress append>><<player>>(Looking through the hole, to yourself): Melanie must really enjoy telling people off.<</player>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): W-w-what kind of punishment?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Something which will teach you the meaning of a huge cock.<</melanie>>
<video @src=_Mel05whitenetPeek6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): I'm not sure I'm following.<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): Let me put it like this: after the punishment you'd wish you had bigger boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Looking through the hole, to yourself): That wasn't clarifying anything.<</player>>
[[Is Melanie possibly the worst boss ever?|Mel05WhiteNetPeek6]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="05_Mel_photo_whitenet_mast"></div>
<<script>>experiencedEvent("05_mel_photo_whitenet_mast", "SEE", "05_Mel_photo_whitenet_mast", State.temporary.events)<</script>>
Melanie picks up a dildo.
<<cont keypress append>><<melanie>>(On the phone): Darling, I can't talk more right now. I have an important task to fulfil.<</melanie>>
<video @src=_Mel05whitenetPeek7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): Okay, do you want to hang up?<</cassidy>>
<<scrolldown>><<cont keypress append>><<melanie>>(On the phone): You're welcome to stay put. Maybe you'll learn something new.<</melanie>>
<<scrolldown>><<cont keypress append>>Melanie teases her pussy with the dildo.
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): Mm, yes, you want to fuck me, don't you?<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): Melanie? What are you doing exactly?<</cassidy>>
<<scrolldown>><<cont keypress append>>Melanie fucks her pussy with the dildo. Slow.
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): Fuck my pussy with that big dick. Fuck me! Fuck me!<</melanie>>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): Melanie? What's happening?<</cassidy>>
<<scrolldown>><<cont keypress append>>Melanie pleases herself. Hard.
<<scrolldown>><<cont keypress append>><<melanie>>(Whispering): Fuck my pussy! Fu-u-u-u-uck!<</melanie>>
<video @src=_Mel05whitenetPeek8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<cassidy>>(Speakers): Melanie! Is someone assaulting you? Should I call 911?<</cassidy>>
<<scrolldown>><<cont keypress append>><<player>>(Looking through the hole, to yourself): Wow.<</player>>
[[I guess it's time to leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion05_1 to [
// Underboob
new Event("05_mel_photo_underboob", "Melanie wears an underboob top", "Go to the photo studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 16, 24, 10, 10, ["03_modelLime_fourthNaughty"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_underboob_bendsover", "Melanie wears an underboob top, and she bends over", "Go to the photo studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 16, 24, 10, 10, ["05_mel_photo_underboob"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
// WhiteNet
new Event("05_mel_photo_whitenet_intro", "Melanie wears a holy white dress", "Go to the photo studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_underboob_bendsover"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_whitenet_end", "Melanie wears a holy white dress, but needs to leave early", "Go to the photo studio", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_whitenet_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_whitenet_eavesdrop", "Melanie wears latex pants and a sheer white top, and you talk about her pussy", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], -16, 24, 10, 10, ["05_mel_photo_whitenet_end"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_whitenet_mast", "Melanie wears latex pants and a sheer white top, and she is angry with you", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 24, 8, 10, 10, ["05_mel_photo_sheerwhite_end"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
// SheerWite
new Event("05_mel_photo_sheerwhite_intro", "Melanie wears latex pants and a sheer white top", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 8, 10, 10, ["05_mel_photo_whitenet_end"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_decent", "Melanie wears latex pants and a sheer white top, and you show her a decent photo", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], -8, -8, 10, 10, ["05_mel_photo_sheerwhite_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_naughty", "Melanie wears latex pants and a sheer white top, and you show her the naughty photos", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 16, -8, 10, 10, ["05_mel_photo_sheerwhite_decent"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_tits", "Melanie wears latex pants and a sheer white top, and you talk about her tits", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_sheerwhite_naughty"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_grind", "Melanie wears latex pants and a sheer white top, and you talk about grinding her", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_sheerwhite_tits"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_boobs", "Melanie wears latex pants and a sheer white top, and you talk about her boobs again", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_sheerwhite_grind"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_spank", "Melanie wears latex pants and a sheer white top, and you talk about spanking her", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_sheerwhite_boobs"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_rip", "Melanie wears latex pants and a sheer white top, and you talk about ripping her pants apart", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_sheerwhite_spank"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_pussy", "Melanie wears latex pants and a sheer white top, and you talk about her pussy", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], -16, 24, 10, 10, ["05_mel_photo_sheerwhite_rip"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_sheerwhite_end", "Melanie wears latex pants and a sheer white top, and she is angry with you", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], -16, 24, 10, 10, ["05_mel_photo_sheerwhite_pussy"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
// RedTop
new Event("05_mel_photo_redtop_intro", "Melanie wears a red top, and talk to you about her husband", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_Melanie_dinner_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_redtop_exone", "Melanie wears a red top. You explain what a bro is #1", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_redtop_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_redtop_extwo", "Melanie wears a red top. You explain what a bro is #2", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_redtop_exone"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_redtop_exthree", "Melanie wears a red top. You explain what a bro is #3", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_redtop_extwo"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_redtop_exfour", "Melanie wears a red top. You explain what a bro is #4", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], -16, 24, 10, 10, ["05_mel_photo_redtop_exthree"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1"),
new Event("05_mel_photo_redtop_show", "Melanie wears a red top. She removes it, so that you can tell her husband something", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], -16, 24, 10, 10, ["05_mel_photo_redtop_exfour"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.1")
]>>
</nobr>!Version 0.5.0
!!What's new in this version?
!!!New content
This release contains the first contents of chapter 7. The main plot line which is elaborated in this version of the game, is the main characters new friendship with Melanie's husband. Apart from this, a few bug fixes are included.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofivezero"></div>
<<script>>
describeAllContent("0.5.0", "newContentZerofivezero", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version of the game.
!!!Bug fixes
- Melanie delivery scene was bugged. Cleavage is not possible to reach from affection level 3, but mandatory for lust 2. Since levels (3,1) are a possible route, this lead to bugs. But it is fixed now.
- Deliver pizza is not available at levels 3,1. This event should be required for 3,3. Fixed.
- Nicole laying down event is never registered. Fixed.<<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="05_mpsycho1_intro_0"></div>
<<script>>experiencedEvent("05_psycho1_intro_0", "SEE", "05_mpsycho1_intro_0", State.temporary.events)<</script>>
<<melanie>>Sit down, $playerFirstName, we have to talk.<</melanie>>
<<cont keypress append>><<player>>(Sitting down, to yourself): Okay, I wonder what this is all about?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Let me be frank, you have some serious mental issues.<</melanie>>
<video @src=_Mel05Psycho1_0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, how should I put it... You have this weird conception of your own cock...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You think it is so big. Huge, even.<</melanie>>
<video @src=_Mel05Psycho1_1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But it's not. It's a tiny little penis.<</melanie>>
[[Why do you care, then?|Mel05Psycho1Intro1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I have some knowledge in psychology, $playerFirstName, and I think your issues might be caused by a childhood trauma.<</melanie>>
<<cont keypress append>><<player>>(Yawning, to yourself): She can go fuck herself so hard.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Did you experience anything unusual as a child, $playerFirstName? Did you ever get molested by any of your mother's friends?<</melanie>>
<video @src=_Mel05Psycho1_2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Not that I recall.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Did you ever see your dad fail to satisfy your mother?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How do you mean, fail?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Did he ever try to have sex with her but wasn't hard enough?<</melanie>>
<video @src=_Mel05Psycho1_3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>No, of course not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Were you ever awake when your mother brought a man with a huge cock to your house?<</melanie>>
[[No! Fuck you!|Mel05Psycho1Intro05]]
<<disable !canExperienceEvent("05_psycho1_intro_secret", State.temporary.events)>>[[Maybe I'd better play along|Mel05Psycho1Intro2]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Yeah, I guess that might have happened once or twice.<</player>>
<<cont keypress append>><<melanie>>Good. And did you get horny when your mummy moaned when he fucked her?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No, of course not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So you're telling me that you don't get a hard-on when recalling this memory?<</melanie>>
<video @src=_Mel05Psycho1_4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Prove it. Remove those pants.<</melanie>>
<video @src=_Mel05Psycho1_5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Removing your pants, to yourself): Fuck.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So that's not an erected penis, right there?<</melanie>>
[[Yeah, but...|Mel05Psycho1Intro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Yeah, I guess that might have happened once or twice.<</player>>
<<cont keypress append>><<melanie>>Come over here, $playerFirstName, I'll tell you something important.<</melanie>>
<video @src=_Mel05Psycho1_6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Walking to her): Alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Grabbing your cock): The reason why you have such a small cock, is because you have craved your mother ever since you were a baby boy...<</melanie>>
<video @src=_Mel05Psycho1_7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): I hate Melanie so much.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...And you never got the chance to fuck her...<</melanie>>
[[Does she want me to punch her in the face?|Mel05Psycho1Intro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="05_mpsycho1_intro_secret"></div>
<<script>>experiencedEvent("05_psycho1_intro_secret", "SEE", "05_mpsycho1_intro_secret", State.temporary.events)<</script>>
<<melanie>>Even your dad didn't ever fuck her again...<</melanie>>
<<cont keypress append>><<player>>(Fuming, to yourself): What the hell does she know?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...She just brought men with increasingly larger cocks to your home, and they filled her ass with more and more jizz...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Fuming, to yourself): Will she at least give me a blowjob?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...You are a very sick little boy, $playerFirstName...<</melanie>>
<video @src=_Mel05Psycho1_8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Fuming, to yourself): She's sick! She's a freak!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...But I'll be here for you...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Fuming, to yourself): Yeah, she's such a good person.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>...But this session is over now.<</melanie>>
[[Someday I will fuck her silly for this (leave)|Melwork]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Mel_psycho2intro"></div>
<<script>>experiencedEvent("05_mel_psycho2intro", "SEE", "05_Mel_psycho2intro", State.temporary.events)<</script>>
<<melanie>>It's time for another therapy session, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Okay?<</player>>
<video @src=_Mel05Psycho2_0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>We will try to find out how on earth you might think you have a big dick, when in reality it's very small.<</melanie>>
[[Doesn't sound like an amazing topic to be honest, but since you have great boobs I'll hear you out|Mel05Psycho2Intro2]]
<<scrolldown>><</cont>><</cont>><<melanie>>Did you ever play basketball as a kid, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>No, why?<</player>>
<video @src=_Mel05Psycho2_1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You never even tried it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Not really, no?<</player>>
<video @src=_Mel05Psycho2_2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You never even went down to the rough neighborhoods and challenged the boys from the hood?<</melanie>>
[[No, never|Mel05Psycho2Intro05]]
<<disable !canExperienceEvent("05_mel_psycho2secret", State.temporary.events)>>[[I guess I'd better say yes|Mel05Psycho2IntroWM]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Mel_psycho2secret"></div>
<<script>>experiencedEvent("05_mel_psycho2secret", "SEE", "05_Mel_psycho2secret", State.temporary.events)<</script>>
<<melanie>>Did they have tight pants? Did they ever tell you what they did with their girlfriends?<</melanie>>
<<cont keypress append>><<player>>Well...<</player>>
[[I remember I could see their bulges quite clearly|Mel05Psycho2IntroWM1]]
<<disable !canExperienceEvent("05_mel_psycho2boobs", State.temporary.events)>>[[They did say something about boobjobs, but I didn't believe them|Mel05Psycho2IntroWM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_psycho2jizz", State.temporary.events)>>[[They talked about the most beautiful women|Mel05Psycho2cont1]]<</disable>>
<<scrolldown>><</cont>><div id="05_Mel_psycho2bulges"></div>
<<script>>experiencedEvent("05_mel_psycho2bulges", "SEE", "05_Mel_psycho2bulges", State.temporary.events)<</script>>
<<melanie>>Alright, and did you ever see any girls touching them?<</melanie>>
<<cont keypress append>><<player>>How do you mean, touching them?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Rubbing their cute little girly fingers over the black cocks, stupid. Like this.<</melanie>>
<video @src=_Mel05Psycho2_3 autoplay muted loop></video>
[[I think I see|Mel05Psycho2IntroWM]]
<<scrolldown>><</cont>><</cont>><div id="05_Mel_psycho2boobs"></div>
<<script>>experiencedEvent("05_mel_psycho2boobs", "SEE", "05_Mel_psycho2boobs", State.temporary.events)<</script>>
<<melanie>>Did they tell you anything about the size of the boobs?<</melanie>>
<<cont keypress append>><<player>>I think they were motorboatable.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Motorboatable, huh? Were they as motorboatable as these ones?<</melanie>>
<video @src=_Mel05Psycho2_4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Well, I never saw them myself.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But if you would take a guess?<</melanie>>
<video @src=_Mel05Psycho2_5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Okay... No, I would say yours are probably slightly more motorboatable.<</player>>
[[Yeah, that was probably a good answer|Mel05Psycho2IntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Beauty is overrated. Were they talented in cock-sucking?<</melanie>>
<<cont keypress append>><<player>>I would believe they had their fair share of talent.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But were they world class?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How do you mean, world class?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Sighing): Let me show you.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Oh, sure.<</player>>
<video @src=_Mel05Psycho2_6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I think they were good at boobjobs as well.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yeah? Better than this?<</melanie>>
<video @src=_Mel05Psycho2_7 autoplay muted loop></video>
[[I can't imagine a better boobjob|Mel05Psycho2cont2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Mel_psycho2jizz"></div>
<<script>>experiencedEvent("05_mel_psycho2jizz", "SEE", "05_Mel_psycho2jizz", State.temporary.events)<</script>>
<<melanie>>And were the boys allowed to jizz in their girlfriends' faces?<</melanie>>
<<cont keypress append>><<player>>(Fapping furiously): I... don't... know.<</player>>
<video @src=_Mel05Psycho2_8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I don't think they were.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, me neither.<</player>>
<video @src=_Mel05Psycho2_9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mm, $playerFirstName, that's a big load, compared to the size of your dick.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>What do you mean?<</player>>
<video @src=_Mel05Psycho2_10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You didn't stay in touch with any of the boys downtown by any chance?<</melanie>>
[[Don't mind her (leave)|Melwork]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_Mel_psycho3_intro"></div>
<<script>>experiencedEvent("05_mel_psycho3_intro", "SEE", "05_Mel_psycho3_intro", State.temporary.events)<</script>>
<<melanie>>I don't know if you understand the severity of this situation, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Maybe not.<</player>>
<video @src=_Mel05Psycho3_0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Having a really small dick and believing it's a big one is a serious flaw in a man's character.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Makes sense.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I will do what I can to help you. But in the end, it's something that you need to solve by yourself.<</melanie>>
[[Okay|Mel05Psycho3Intro1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Could it be that you are gay?<</melanie>>
<<cont keypress append>><<player>>Gay?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That you are secretly turned on by other men.<</melanie>>
<video @src=_Mel05Psycho3_1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>No!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then why aren't your cock bigger when you see me, the perfection of all women?<</melanie>>
[[It is already big as fuck, you fool|Mel05Psycho3Intro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>So you mean that if I, say, flash my pussy to you, then your cock will grow? Is that what you're saying?<</melanie>>
<video @src=_Mel05Psycho3_2 autoplay muted loop></video>
<<cont keypress append>><<player>>(Gulping): Ehrm, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Then I wonder, why is it still so small?<</melanie>>
<video @src=_Mel05Psycho3_3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's not small.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Come on, $playerFirstName, it's like the penis of a little boy.<</melanie>>
[[Fuck you!|Mel05Psycho3Intro05]]
<<disable !canExperienceEvent("05_mel_psycho3_verify", State.temporary.events)>>[[Why don't you check for yourself instead of just guessing?|Mel05Psycho3Intro3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_Mel_psycho3_verify"></div>
<<script>>experiencedEvent("05_mel_psycho3_verify", "SEE", "05_Mel_psycho3_verify", State.temporary.events)<</script>>
<<melanie>>So you mean that you're cock will grow if I flash my top?<</melanie>>
<video @src=_Mel05Psycho3_4 autoplay muted loop></video>
<<cont keypress append>><<player>>Yeah, possibly.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And if I remove my top, it will be even bigger?<</melanie>>
<video @src=_Mel05Psycho3_5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Definitely.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And if I give it a gentle lick, what will happen then, $playerFirstName?<</melanie>>
<video @src=_Mel05Psycho3_6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It will be huge.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Standing up, leaving): Sorry, $playerFirstName, I really don't see your point. The therapy session is over.<</melanie>>
[[Someday I'll fuck her. I'll fuck her silly (leave)|Melwork]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="05_Mel_photo_psycho_intro"></div>
<<script>>experiencedEvent("05_mel_photo_psycho_intro", "SEE", "05_Mel_photo_psycho_intro", State.temporary.events)<</script>>
<<melanie>>Alright, $playerFirstName, I'll put on my psychiatrist glasses, but that doesn't mean this is a therapy session.<</melanie>>
<<cont keypress append>><<player>>(To yourself): Well, that's a relief.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I know you have issues about the size of your cock, but that will have to wait.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I'm okay with that.<</player>>
<video @src=_Mel05PhotoPsycho_0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Right now, I want you to take pictures of me which will grab the attention of the men with the huge cocks.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I trust you know who I'm talking about?<</melanie>>
<video @src=_Mel05PhotoPsycho_1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I think I do.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm talking about the members of BBCA.<</melanie>>
[[What a surprise|Mel05PhotoPsychIntro1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I have a very serious question, $playerFirstName: what do you, as a professional photographer, think I have to do to attract the men with the biggest dicks?<</melanie>>
<<cont keypress append>><<player>>I think... I think you have to get down on your knees.<</player>>
<video @src=_Mel05PhotoPsycho_2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>On my knees? Like this?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Yeah, and then you'll have to reveal those boobs.<</player>>
<video @src=_Mel05PhotoPsycho_3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I must admit I get the feeling you only want to see my boobs yourself, $playerFirstName.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): How can you say that? I'm a pure professional.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Right. So, what should we do next?<</melanie>>
[[I think that'll do|Mel05PhotoPsychIntro15]]
<<disable !canExperienceEvent("05_mel_photo_psycho_action", State.temporary.events)>>[[I think they'd like to see some action|Mel05PhotoPsychIntro2]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Mel_photo_psycho_action"></div>
<<script>>experiencedEvent("05_mel_photo_psycho_action", "SEE", "05_Mel_photo_psycho_action", State.temporary.events)<</script>>
<<melanie>>How do you mean, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>(Removing your pants): I think you should suck my dick.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>This little dick? This little dick right here?<</melanie>>
<video @src=_Mel05PhotoPsycho_4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): That´s the one.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, my God, this must be the tiniest dick I've touched in at least ten years.<</melanie>>
<video @src=_Mel05PhotoPsycho_5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): I think you're full of shit.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I guess you want a boobjob as well, don't you?<</melanie>>
<video @src=_Mel05PhotoPsycho_6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): That´s correct.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! You're such a pervert, $playerFirstName.<</melanie>>
<video @src=_Mel05PhotoPsycho_7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): What can I say? You're the one with the big boobs.<</player>>
[[She seems flattered|Mel05PhotoPsychIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>(Heading to the bedroom): And now, $playerFirstName? Ready to cum yet?<</melanie>>
<<cont keypress append>><<player>>Well, I think the men with big dicks would like to see...<</player>>
[[...my cock up your cute little pussy|Mel05PhotoPsychIntroWM1]]
<<disable !canExperienceEvent("05_mel_photo_psycho_blow", State.temporary.events)>>[[...some more cock-sucking|Mel05PhotoPsychIntroWM2]]<</disable>>
<<disable !canExperienceEvent("05_mel_photo_psycho_cum", State.temporary.events)>>[[...some jizz on those boobs|Mel05PhotoPsychIntroWM3]]<</disable>>
<<scrolldown>><</cont>><div id="05_Mel_photo_psycho_pussy"></div>
<<script>>experiencedEvent("05_mel_photo_psycho_pussy", "SEE", "05_Mel_photo_psycho_pussy", State.temporary.events)<</script>>
<<melanie>>I won't ever let you stick that tiny little penis into my pussy, $playerFirstName, I thought I had made that clear to you?<</melanie>>
<<cont keypress append>><<player>>Well, I think the readers of Best Boobs of the Month would like to see some action.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, I'll let you do some rubbing. But I'll kill you if you try to stick it inside!<</melanie>>
<video @src=_Mel05PhotoPsycho_8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Okay, okay.<</player>>
[[Some good photos|Mel05PhotoPsychIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Mel_photo_psycho_blow"></div>
<<script>>experiencedEvent("05_mel_photo_psycho_blow", "SEE", "05_Mel_photo_psycho_blow", State.temporary.events)<</script>>
<<melanie>>Yeah, you like blowjobs, don't you, $playerFirstName?<</melanie>>
<video @src=_Mel05PhotoPsycho_9 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos): This is purely professional.<</player>>
[[Some good photos|Mel05PhotoPsychIntroWM]]
<<scrolldown>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="05_Mel_photo_psycho_cum"></div>
<<script>>experiencedEvent("05_mel_photo_psycho_cum", "SEE", "05_Mel_photo_psycho_cum", State.temporary.events)<</script>>
<<melanie>>OMG, this dick is so tiny.<</melanie>>
<<cont keypress append>><<player>>(Taking photos): Please, focus on your job.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Urk, tiny cocks like this make me sick.<</melanie>>
<video @src=_Mel05PhotoPsycho_10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Now, smear that jizz all over your boobs.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>For your sake I hope those pictures find some good revenue, $playerFirstName.<</melanie>>
<video @src=_Mel05PhotoPsycho_11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Or else?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Standing up, leaving): Or else I'll never blow your cock again.<</melanie>>
[[I'm not worried about that. I only dream about fucking you (leave)|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05Psycho1_0 to 'videos/Melanie/version0.5/psycho1/0.mp4',
_Mel05Psycho1_1 to 'videos/Melanie/version0.5/psycho1/1.mp4',
_Mel05Psycho1_2 to 'videos/Melanie/version0.5/psycho1/2.mp4',
_Mel05Psycho1_3 to 'videos/Melanie/version0.5/psycho1/3.mp4',
_Mel05Psycho1_4 to 'videos/Melanie/version0.5/psycho1/4.mp4',
_Mel05Psycho1_5 to 'videos/Melanie/version0.5/psycho1/5.mp4',
_Mel05Psycho1_6 to 'videos/Melanie/version0.5/psycho1/6.mp4',
_Mel05Psycho1_7 to 'videos/Melanie/version0.5/psycho1/7.mp4',
_Mel05Psycho1_8 to 'videos/Melanie/version0.5/psycho1/8.mp4'
>><<set
_Mel05Psycho2_0 to 'videos/Melanie/version0.5/psycho2/0.mp4',
_Mel05Psycho2_1 to 'videos/Melanie/version0.5/psycho2/1.mp4',
_Mel05Psycho2_2 to 'videos/Melanie/version0.5/psycho2/2.mp4',
_Mel05Psycho2_3 to 'videos/Melanie/version0.5/psycho2/3.mp4',
_Mel05Psycho2_4 to 'videos/Melanie/version0.5/psycho2/4.mp4',
_Mel05Psycho2_5 to 'videos/Melanie/version0.5/psycho2/5.mp4',
_Mel05Psycho2_6 to 'videos/Melanie/version0.5/psycho2/6.mp4',
_Mel05Psycho2_7 to 'videos/Melanie/version0.5/psycho2/7.mp4',
_Mel05Psycho2_8 to 'videos/Melanie/version0.5/psycho2/8.mp4',
_Mel05Psycho2_9 to 'videos/Melanie/version0.5/psycho2/9.mp4',
_Mel05Psycho2_10 to 'videos/Melanie/version0.5/psycho2/10.mp4'
>><<set
_Mel05Psycho3_0 to 'videos/Melanie/version0.5/psycho3/0.mp4',
_Mel05Psycho3_1 to 'videos/Melanie/version0.5/psycho3/1.mp4',
_Mel05Psycho3_2 to 'videos/Melanie/version0.5/psycho3/2.mp4',
_Mel05Psycho3_3 to 'videos/Melanie/version0.5/psycho3/3.mp4',
_Mel05Psycho3_4 to 'videos/Melanie/version0.5/psycho3/4.mp4',
_Mel05Psycho3_5 to 'videos/Melanie/version0.5/psycho3/5.mp4',
_Mel05Psycho3_6 to 'videos/Melanie/version0.5/psycho3/6.mp4'
>><<set
_Mel05PhotoPsycho_photo to 'videos/Melanie/version0.5/psychoClothes/photo.png',
_Mel05PhotoPsycho_0 to 'videos/Melanie/version0.5/psychoClothes/0.mp4',
_Mel05PhotoPsycho_1 to 'videos/Melanie/version0.5/psychoClothes/1.mp4',
_Mel05PhotoPsycho_2 to 'videos/Melanie/version0.5/psychoClothes/2.mp4',
_Mel05PhotoPsycho_3 to 'videos/Melanie/version0.5/psychoClothes/3.mp4',
_Mel05PhotoPsycho_4 to 'videos/Melanie/version0.5/psychoClothes/4.mp4',
_Mel05PhotoPsycho_5 to 'videos/Melanie/version0.5/psychoClothes/5.mp4',
_Mel05PhotoPsycho_6 to 'videos/Melanie/version0.5/psychoClothes/6.mp4',
_Mel05PhotoPsycho_7 to 'videos/Melanie/version0.5/psychoClothes/7.mp4',
_Mel05PhotoPsycho_8 to 'videos/Melanie/version0.5/psychoClothes/8.mp4',
_Mel05PhotoPsycho_9 to 'videos/Melanie/version0.5/psychoClothes/9.mp4',
_Mel05PhotoPsycho_10 to 'videos/Melanie/version0.5/psychoClothes/10.mp4',
_Mel05PhotoPsycho_11 to 'videos/Melanie/version0.5/psychoClothes/11.mp4'
>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="05_mpsycho1_intro_notell"></div>
<<script>>experiencedEvent("05_psycho1_intro_notell", "SEE", "05_mpsycho1_intro_notell", State.temporary.events)<</script>>
<<melanie>>You're clearly not open enough to benefit from professional psychological treatment, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>I guess not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>We'd better end the session here.<</melanie>>
[[Fine by me (leave)|Melwork]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Mel_psycho2notell"></div>
<<script>>experiencedEvent("05_mel_psycho2notell", "SEE", "05_Mel_psycho2notell", State.temporary.events)<</script>>
<<melanie>>If we are to have these sessions you have to be truthful to me, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>I am truthful!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): You're fuck all truthful.<</melanie>>
[[Leave|Melwork]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_Mel_psycho3_deny"></div>
<<script>>experiencedEvent("05_mel_psycho3_deny", "SEE", "05_Mel_psycho3_deny", State.temporary.events)<</script>>
<<melanie>>You have to open up before you can benefit from these therapy sessions, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Well, you are not open to the possibility that I actually have a huge cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): I'm the woman here, $playerFirstName, I'm the one to decide whether a cock is big or small.<</melanie>>
[[I will never understand the science she's referring to (leave)|Melwork]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
<div id="05_Mel_photo_psycho_enough"></div>
<<script>>experiencedEvent("05_mel_photo_psycho_enough", "SEE", "05_Mel_photo_psycho_enough", State.temporary.events)<</script>>
<<melanie>>Good. Make sure the pictures will be available in the best magazines.<</melanie>>
<<cont keypress append>><<player>>I'll do my best.<</player>>
[[Leave|MelaniePhotoShootWindmillDress]]
<<scrolldown>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion05_2 to [
// Psycho1
new Event("05_psycho1_intro_0", "Melanie talks about your parents", "Go to Melanie's office", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 16, 24, 10, 10, ["05_melanie_boss_youneedtherapy"], true, false, true, [0], [1], [], "0.5.2"),
new Event("05_psycho1_intro_notell", "Melanie talks about your parents, but you don't tell her anything", "Go to Melanie's office", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -8, -12, 10, 10, ["05_psycho1_intro_0"], true, false, true, [0], [1], [], "0.5.2"),
new Event("05_psycho1_intro_secret", "Melanie talks about your parents, and you confess a dark secret", "Go to Melanie's office", [5, 6, 7, 8, 9], [6, 7, 8, 9], 16, 36, 10, 10, ["05_psycho1_intro_notell"], true, false, true, [0], [1], [], "0.5.2"),
// Psycho2
new Event("05_mel_psycho2intro", "Melanie talks about your relationship with black men", "Go to Melanie's office", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 8, 12, 10, 10, ["05_psycho1_intro_0"], true, false, true, [2], [1], [], "0.5.2"),
new Event("05_mel_psycho2notell", "Melanie talks about your relationship with black men, but you don't acknowledge anything ever happened", "Go to Melanie's office", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -8, -12, 10, 10, ["05_mel_psycho2intro"], true, false, true, [2], [1], [], "0.5.2"),
new Event("05_mel_psycho2secret", "Melanie talks about your relationship with black men, and you share a secret", "Go to Melanie's office", [6, 7, 8, 9], [6, 7, 8, 9], 8, 36, 10, 10, ["05_mel_psycho2notell"], true, false, true, [2], [1], [], "0.5.2"),
new Event("05_mel_psycho2bulges", "Melanie talks about your relationship with black men, and you mention their bulges", "Go to Melanie's office", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_psycho2secret"], true, false, true, [2], [1], [], "0.5.2"),
new Event("05_mel_psycho2boobs", "Melanie talks about your relationship with black men, and their girlfriends´ boobs", "Go to Melanie's office", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_psycho2bulges"], true, false, true, [2], [1], [], "0.5.2"),
new Event("05_mel_psycho2jizz", "Melanie makes sure you understand women's need to be filled with cum from black men", "Go to Melanie's office", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_psycho2boobs"], true, false, true, [2], [1], [], "0.5.2"),
// Psycho3
new Event("05_mel_psycho3_intro", "Melanie suggests you might be gay", "Go to Melanie's office", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], 8, 8, 10, 10, ["05_mel_psycho2intro"], true, false, true, [4], [1], [], "0.5.2"),
new Event("05_mel_psycho3_deny", "Melanie suggests you might be gay, and you tell her to go fuck herself", "Go to Melanie's office", [5, 6, 7, 8, 9], [5, 6, 7, 8, 9], -8, -8, 10, 10, ["05_mel_psycho3_intro"], true, false, true, [4], [1], [], "0.5.2"),
new Event("05_mel_psycho3_verify", "Melanie suggests you might be gay, and you proves the contrary", "Go to Melanie's office", [6, 7, 8, 9], [6, 7, 8, 9], 8, 36, 10, 10, ["05_mel_psycho3_deny"], true, false, true, [4], [1], [], "0.5.2"),
// PsychoClothes
new Event("05_mel_photo_psycho_intro", "Melanie wears her psychiatrist glasses and a lingerie", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_psycho2jizz"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.2"),
new Event("05_mel_photo_psycho_enough", "Melanie wears her psychiatrist glasses and a lingerie. You tell her it's enough.", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], -8, -12, 10, 10, ["05_mel_photo_psycho_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.2"),
new Event("05_mel_photo_psycho_action", "Melanie wears her psychiatrist glasses and a lingerie. You tell her that her fans will want some action", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_psycho_enough"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.2"),
new Event("05_mel_photo_psycho_pussy", "Melanie wears her psychiatrist glasses and a lingerie. She lets you rub her pussy with your cock.", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_psycho_action"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.2"),
new Event("05_mel_photo_psycho_blow", "Melanie wears her psychiatrist glasses and a lingerie. She blows you again.", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_psycho_pussy"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.2"),
new Event("05_mel_photo_psycho_cum", "Melanie wears her psychiatrist glasses and a lingerie. You cum on her tits", "Go to the photo studio", [6, 7, 8, 9], [6, 7, 8, 9], 8, 12, 10, 10, ["05_mel_photo_psycho_blow"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.2")
]>>
</nobr>!Version 0.5.1
!!What's new in this version?
!!!New content
Four new scenes in the photo studio with Melanie are added.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofiveone"></div>
<<script>>
describeAllContent("0.5.1", "newContentZerofiveone", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version of the game.
!!!Bug fixes
None in this version of the game.<div id="05_Lelaphoto_peek"></div>
<<script>>experiencedEvent("05_lelaphoto_peek", "SEE", "05_Lelaphoto_peek", State.temporary.events)<</script>>
<<player>>(Hiding, to yourself): OMG!<</player>>
<video @src=_Lela05ModelIntro0 autoplay muted loop></video>
<<cont keypress append>><<lela>>(Humming): Boom Boom! He shot me down...<</lela>>
<<scrolldown>><<cont keypress append>><<player>>(Hiding, to yourself): I'm the luckiest man on earth.<</player>>
[[To the photo shooting|Lela05ModelIntro1]]
<<scrolldown>><</cont>><</cont>><div id="05_Lelaphoto_intro"></div>
<<script>>experiencedEvent("05_lelaphoto_intro", "SEE", "05_Lelaphoto_intro", State.temporary.events)<</script>>
<<lela>>You know, $playerFirstName, I always wanted to be a model.<</lela>>
<<cont keypress append>><<player>>(Taking photos): You would be the best one ever.<</player>>
<video @src=_Lela05ModelIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Do you think so? I felt I never got the chance, to be honest.<</lela>>
[[That's outrageous|Lela05ModelIntro2]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<lela>>(Removing her top): Could it be because I have so big boobs?<</lela>>
<video @src=_Lela05ModelIntro2 autoplay muted loop></video>
<<cont keypress append>><<player>>(Gasping, taking photos): No one would ever complain about those.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>How about my booty? That must be too big.<</lela>>
<video @src=_Lela05ModelIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): No, it's perfect.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>You're very kind, $playerFirstName, but...<</lela>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): But what?<</player>>
[[She's remains quiet. I guess that's it (leave)|Photo][wait()]]
<<disable !canExperienceEvent("05_lelaphoto_feel", State.temporary.events)>>[[She wants to show you something|Lela05ModelIntro3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Lelaphoto_feel"></div>
<<script>>experiencedEvent("05_lelaphoto_feel", "SEE", "05_Lelaphoto_feel", State.temporary.events)<</script>>
<<lela>>I would like you to feel it, $playerFirstName.<</lela>>
<video @src=_Lela05ModelIntro4 autoplay muted loop></video>
<<cont keypress append>><<player>>Feel what?<</player>>
<<scrolldown>><<cont keypress append>><<lela>>My booty. Is it enough for being a world class model?<</lela>>
<video @src=_Lela05ModelIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I... I... I don't know what to say.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>Then feel my boobs. Are they okay?<</lela>>
<video @src=_Lela05ModelIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>They're.... They're definitely okay.<</player>>
[[How can such a beautiful woman be so unsure of herself?|Lela05ModelIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<lela>>But there must be an explanation, $playerFirstName.<</lela>>
<<cont keypress append>><<player>>Uh...<</player>>
<<scrolldown>><<cont keypress append>><<lela>>So what is it? Is it my boobs?<</lela>>
<video @src=_Lela05ModelIntro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mmm, mmm.<</player>>
<<scrolldown>><<cont keypress append>><<lela>>(Grabbing your cock): Or is it that I didn't fuck enough managers?<</lela>>
<video @src=_Lela05ModelIntro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Ehm....<</player>>
<<scrolldown>><<cont keypress append>><<lela>>So what is the explanation, $playerFirstName?<</lela>>
[[I honestly think you're perfect the way you are (end scene)|Photo][wait()]]
[[It might be that you didn't fuck enough managers (blowjob)|Lela05ModelBlow1]]
<<disable !canExperienceEvent("05_lelaphoto_hair", State.temporary.events)>>[[Let me feel your body a bit more. Maybe it's that (fuck)|Lela05ModelFuck1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelaphoto_blow"></div>
<<script>>experiencedEvent("05_lelaphoto_blow", "SEE", "05_Lelaphoto_blow", State.temporary.events)<</script>>
<<player>>How many managers did you fuck?<</player>>
<<cont keypress append>><<lela>>No one.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Okay, let me teach you a few things about the modelling business.<</player>>
<video @src=_Lela05Modelblow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk! Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>You will be wiser, and you will be able to get any job in the world.<</player>>
<video @src=_Lela05Modelblow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk-ah! Great!<</lela>>
[[Right. Let's pretend we know something|Lela05ModelBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Models do have a certain body type, with certain characteristics.<</player>>
<<cont keypress append>><<lela>>Okay, what are they?<</lela>>
[[Beautiful hair|Lela05ModelFuckWM1]]
<<disable !canExperienceEvent("05_lelaphoto_legs", State.temporary.events)>>[[Beautiful legs|Lela05ModelFuckWM2]]<</disable>>
<<disable !canExperienceEvent("05_lelaphoto_eyes", State.temporary.events)>>[[Beautiful eyes|Lela05ModelFuckWM3]]<</disable>>
<<disable !canExperienceEvent("05_lelaphoto_booty", State.temporary.events)>>[[Beautiful booty|Lela05ModelFuckWM4]]<</disable>>
[[That's basically it (continue)|Lela05ModelFinish1]]
<<scrolldown>><</cont>><div id="05_Lelaphoto_hair"></div>
<<script>>experiencedEvent("05_lelaphoto_hair", "SEE", "05_Lelaphoto_hair", State.temporary.events)<</script>>
<<player>>You definitely need beautiful hair.<</player>>
<<cont keypress append>><<lela>>Oh, yeah? And why is that?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Well, say that you fuck with some manager and another manager walks in and notices you from behind. Then, you want to have beautiful hair, don't you?<</player>>
<video @src=_Lela05Modelfuck0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>I do! I do! I do-o-o-o!<</lela>>
[[She's a fast learner|Lela05ModelFuck1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Lelaphoto_legs"></div>
<<script>>experiencedEvent("05_lelaphoto_legs", "SEE", "05_Lelaphoto_legs", State.temporary.events)<</script>>
<<player>>You absolutely need beautiful legs.<</player>>
<<cont keypress append>><<lela>>Right, that's important when I do the catwalks.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Yes, but it's crucial when you squirt and the juice drips down your thighs.<</player>>
<video @src=_Lela05Modelfuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>That makes total se-e-e-ense!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>It's also significant when some manager fucks you from behind and get a glimpse of your calves.<</player>>
<video @src=_Lela05Modelfuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Naturally-y-y!<</lela>>
[[A bright student|Lela05ModelFuck1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelaphoto_eyes"></div>
<<script>>experiencedEvent("05_lelaphoto_eyes", "SEE", "05_Lelaphoto_eyes", State.temporary.events)<</script>>
<<player>>It's good to have beatiful eyes.<</player>>
<<cont keypress append>><<lela>>Of course, to look good in the camera, right?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>No, the main reason is that you should make direct eye-contact with your manager when you fuck him and tell him that he's got a big cock.<</player>>
<video @src=_Lela05Modelfuck3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Like thi-i-i-is?<</lela>>
[[Exactly|Lela05ModelFuck1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Lelaphoto_booty"></div>
<<script>>experiencedEvent("05_lelaphoto_booty", "SEE", "05_Lelaphoto_booty", State.temporary.events)<</script>>
<<player>>One of your most valuable assets is your booty.<</player>>
<video @src=_Lela05Modelfuck4 autoplay muted loop></video>
<<cont keypress append>><<lela>>For wearing colourful dresses, right?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>No, but you'd like it to bounce high when you fuck your managers.<</player>>
<video @src=_Lela05Modelfuck5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>I think I se-e-e-ee!<</lela>>
[[She's clever!|Lela05ModelFuck1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Lelaphoto_finish"></div>
<<script>>experiencedEvent("05_lelaphoto_finish", "SEE", "05_Lelaphoto_finish", State.temporary.events)<</script>>
<<lela>>So what's your final assessment, $playerFirstName? Why didn't I make it as a super model?<</lela>>
<<cont keypress append>><<player>>I honestly can't te-e-ell.<</player>>
<video @src=_Lela05Modelfinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mmm, come on, you must have some idea?<</lela>>
<video @src=_Lela05Modelfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>What have you tried to do-o?<</player>>
<video @src=_Lela05Modelfinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mmm, I haven't done anything. But the managers should come to me anyway, right?<</lela>>
[[Well, that's not how it works, to be honest|Lela05ModelFinish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>Do you know the real reason why you need to fuck those managers?<</player>>
<<cont keypress append>><<lela>>No, tell me.<</lela>>
[[You want them to think they have big cocks|Lela05ModelBlowWM1]]
<<disable !canExperienceEvent("05_lelaphoto_managerfriends", State.temporary.events)>>[[You want every other manager to think they have big cocks|Lela05ModelBlowWM2]]<</disable>>
<<disable !canExperienceEvent("05_lelaphoto_managerwives", State.temporary.events)>>[[You want their girlfriends to think they have big cocks|Lela05ModelBlowWM3]]<</disable>>
<<disable !canExperienceEvent("05_lelaphoto_finish", State.temporary.events)>>[[That's basically it|Lela05ModelFinish1]]<</disable>>
<<scrolldown>><</cont>><div id="05_Lelaphoto_managercocks"></div>
<<script>>experiencedEvent("05_lelaphoto_managercocks", "SEE", "05_Lelaphoto_managercocks", State.temporary.events)<</script>>
<<player>>Those managers. Those men. Those are men with very small penises.<</player>>
<video @src=_Lela05Modelblow2 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mngk! Mngk! Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And they know about it. They never had a big cock.<</player>>
<video @src=_Lela05Modelblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk-ah! Okay! Mngk! Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Their most dire wish is to have a big cock.<</player>>
<video @src=_Lela05Modelblow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk! Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>You must make them believe that they have one, you see?<</player>>
[[I think she's got it|Lela05ModelBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelaphoto_managerfriends"></div>
<<script>>experiencedEvent("05_lelaphoto_managerfriends", "SEE", "05_Lelaphoto_managerfriends", State.temporary.events)<</script>>
<<player>>Every manager has friends. Manager-friends. All of them have small cocks.<</player>>
<video @src=_Lela05Modelblow5 autoplay muted loop></video>
<<cont keypress append>><<lela>>Mngk-ah! Okay! That makes sense.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>And all of their friends have small cocks.<</player>>
<video @src=_Lela05Modelblow6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mngk! Mngk!<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Now, if you can convince the whole manager-community that your particular manager has a big cock, you're golden. See?<</player>>
[[I think she's got it|Lela05ModelBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Lelaphoto_managerwives"></div>
<<script>>experiencedEvent("05_lelaphoto_managerwives", "SEE", "05_Lelaphoto_managerwives", State.temporary.events)<</script>>
<<player>>Most managers are unhappy, because they are married to women who are gravely disappointed with the size of their men's cocks.<</player>>
<video @src=_Lela05Modelblow7 autoplay muted loop></video>
<<cont keypress append>><<lela>>Why do you tell me stuff I already know, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Well, you'll have to convince the wifes that their men actually have decent cocks.<</player>>
<video @src=_Lela05Modelblow8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>And how could I do that? You can't fool a woman like that. We're unfoolable.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>I beg to differ. If a woman with sufficiently big tits fuck a man with a small cock, the women in her vicinity will believe the man's got a big cock.<</player>>
<video @src=_Lela05Modelblow9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>Mmm, mmm.<</lela>>
[[I think she's got my point|Lela05ModelBlowWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<player>>You've got to actually apply for the job.<</player>>
<<cont keypress append>><<lela>>Why? Am I not beautiful enough?<</lela>>
<video @src=_Lela05Modelfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, yeah, but...<</player>>
<<scrolldown>><<cont keypress append>><<lela>>You disappoint me, $playerFirstName, you said I was beautiful.<</lela>>
<video @src=_Lela05Modelfinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Lela!<</player>>
[[Damn it (leave)|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<set
_Lela05ModelIntro0 to 'videos/Others/version0.5/lelaModel/intro/0.mp4',
_Lela05ModelIntro1 to 'videos/Others/version0.5/lelaModel/intro/1.mp4',
_Lela05ModelIntro2 to 'videos/Others/version0.5/lelaModel/intro/2.mp4',
_Lela05ModelIntro3 to 'videos/Others/version0.5/lelaModel/intro/3.mp4',
_Lela05ModelIntro4 to 'videos/Others/version0.5/lelaModel/intro/4.mp4',
_Lela05ModelIntro5 to 'videos/Others/version0.5/lelaModel/intro/5.mp4',
_Lela05ModelIntro6 to 'videos/Others/version0.5/lelaModel/intro/6.mp4',
_Lela05ModelIntro7 to 'videos/Others/version0.5/lelaModel/intro/7.mp4',
_Lela05ModelIntro8 to 'videos/Others/version0.5/lelaModel/intro/8.mp4',
_Lela05Modelblow0 to 'videos/Others/version0.5/lelaModel/blow/0.mp4',
_Lela05Modelblow1 to 'videos/Others/version0.5/lelaModel/blow/1.mp4',
_Lela05Modelblow2 to 'videos/Others/version0.5/lelaModel/blow/2.mp4',
_Lela05Modelblow3 to 'videos/Others/version0.5/lelaModel/blow/3.mp4',
_Lela05Modelblow4 to 'videos/Others/version0.5/lelaModel/blow/4.mp4',
_Lela05Modelblow5 to 'videos/Others/version0.5/lelaModel/blow/5.mp4',
_Lela05Modelblow6 to 'videos/Others/version0.5/lelaModel/blow/6.mp4',
_Lela05Modelblow7 to 'videos/Others/version0.5/lelaModel/blow/7.mp4',
_Lela05Modelblow8 to 'videos/Others/version0.5/lelaModel/blow/8.mp4',
_Lela05Modelblow9 to 'videos/Others/version0.5/lelaModel/blow/9.mp4',
_Lela05Modelfuck0 to 'videos/Others/version0.5/lelaModel/fuck/0.mp4',
_Lela05Modelfuck1 to 'videos/Others/version0.5/lelaModel/fuck/1.mp4',
_Lela05Modelfuck2 to 'videos/Others/version0.5/lelaModel/fuck/2.mp4',
_Lela05Modelfuck3 to 'videos/Others/version0.5/lelaModel/fuck/3.mp4',
_Lela05Modelfuck4 to 'videos/Others/version0.5/lelaModel/fuck/4.mp4',
_Lela05Modelfuck5 to 'videos/Others/version0.5/lelaModel/fuck/5.mp4',
_Lela05Modelfinish0 to 'videos/Others/version0.5/lelaModel/finish/0.mp4',
_Lela05Modelfinish1 to 'videos/Others/version0.5/lelaModel/finish/1.mp4',
_Lela05Modelfinish2 to 'videos/Others/version0.5/lelaModel/finish/2.mp4',
_Lela05Modelfinish3 to 'videos/Others/version0.5/lelaModel/finish/3.mp4',
_Lela05Modelfinish4 to 'videos/Others/version0.5/lelaModel/finish/4.mp4'
>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<div id="05_sandeeCall_intro"></div>
<<script>>experiencedEvent("05_SandeeCall_intro", "SEE", "05_sandeeCall_intro", State.temporary.events)<</script>>
You call Sandee, and she comes by.
<<cont keypress append>><<player>>I'm glad you could come with such short notice.<</player>>
<video @src=_Sandee05GFIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Are you kidding? I'm so glad you contacted me, $playerFirstName!<</sandee>>
[[My pleasure, seriously|SandeeGF05IntroWM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action1")>><<stopallaudio>><<audio "action1" volume 1 play>><</if>>
<<sandee>>So, what do you want to do?<</sandee>>
<<cont keypress append>><<player>>Well, maybe...<</player>>
[[You could try out a black set of lingerie I found|SandeeGF05IntroWM1]]
<<disable !canExperienceEvent("05_SandeeCall_red", State.temporary.events)>>[[You could try out a red set of lingerie I found|SandeeGF05IntroWM3]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_tease", State.temporary.events)>>[[You could sit on the floor, teasing me|SandeeGF05IntroWM2b]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_fuck", State.temporary.events)>>[[Maybe I'd better just fuck your brains out?|SandeeGF05Fuck1]]<</disable>>
[[On second thought, I don't really have time for this (leave)|Apartment][wait()]]
<<scrolldown>><</cont>><div id="05_sandeeCall_black"></div>
<<script>>experiencedEvent("05_SandeeCall_black", "SEE", "05_sandeeCall_black", State.temporary.events)<</script>>
<<sandee>>You know, my ex-boyfriend called.<</sandee>>
<<cont keypress append>><<player>>Why?<</player>>
<video @src=_Sandee05GFIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>He found out that someone messed up Melanie's bras.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Howcome he suspects you? He didn't see us.<</player>>
<video @src=_Sandee05GFIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>No, but afterwards Melanie came to the crime scene.<</sandee>>
[[And?|SandeeGF05IntroWM1b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="05_sandeeCall_fuck"></div>
<<script>>experiencedEvent("05_SandeeCall_fuck", "SEE", "05_sandeeCall_fuck", State.temporary.events)<</script>>
<<player>>(Slurping): So, how is it, working at the medical department?<</player>>
<<cont keypress append>><<sandee>>How do you me-e-e-ean, $playerFirstName?<</sandee>>
<video @src=_Sandee05GFfuck10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Slurping): Mmm, do you have good colleagues?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>They're oka-a-a-ay.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>How many nurses are there?<</player>>
<video @src=_Sandee05GFfuck11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>We're around fifteen nu-u-u-urses.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>And everyone are doing tests like the one you performed on me?<</player>>
<video @src=_Sandee05GFfuck12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Pretty much, yeah. It's a very demanding jo-o-o-ob.<</sandee>>
[[very demanding|SandeeGF05FuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<sandee>>And she could smell the scent of you.<</sandee>>
<<cont keypress append>><<player>>How is that even possible?<</player>>
<video @src=_Sandee05GFIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>I think some of your cum landed on the bed.<</sandee>>
[[Right|SandeeGF05IntroWM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_sandeeCall_tease"></div>
<<script>>experiencedEvent("05_SandeeCall_tease", "SEE", "05_sandeeCall_tease", State.temporary.events)<</script>>
<<sandee>>Did I tell you I might get a promotion?<</sandee>>
<<cont keypress append>><<player>>No, you didn't. What will be your new job title?<</player>>
<video @src=_Sandee05GFIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Head Officer for Compliance of Sexual Regulations.<</sandee>>
[[Congratulations! What will be your main responsibilities?|SandeeGF05IntroWM2c]]
<<scrolldown>><</cont>><</cont>><<sandee>>I will make sure that every man in the office is straight as an arrow.<</sandee>>
<<cont keypress append>><<player>>Is that the only rule for the men?<</player>>
<video @src=_Sandee05GFblow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>No, naturally they're required to have a sufficiently big cock as well.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Is this one sufficiently big?<</player>>
<video @src=_Sandee05GFblow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm, I have no remarks on this one, mmm.<</sandee>>
[[What are the smallest cock allowed at the company?|SandeeGF05IntroWM2d]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<cont keypress append>><<player>>Alright, and what are the degrees?<</player>>
<video @src=_Sandee05GFblow2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm, the first one is "Disappointing". That's for small cocks in general, mmm.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah?<</player>>
<video @src=_Sandee05GFblow3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm, the second one is "Dull". That's for medium sized cocks, mmm.<</sandee>>
[[So what´s the third degree?|SandeeGF05IntroWM2e]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>Hey, what's the third degree of cock-sizes?<</player>>
<video @src=_Sandee05GFblow4 autoplay muted loop></video>
<<cont keypress append>><<sandee>>Mngk! Mngk!<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Sandee, you gotta answer me.<</player>>
<video @src=_Sandee05GFblow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mngk! Mngk!<</sandee>>
[[Never before did she blew a chance to talk about science|SandeeGF05IntroWM2f]]
<<scrolldown>><</cont>><</cont>><</cont>><<sandee>>The third degree, $playerFirstName, is called "Exceptionally Big". That's for cocks which are very satisfying.<</sandee>>
<video @src=_Sandee05GFblow6 autoplay muted loop></video>
<<cont keypress append>><<player>>So what does the regulation say about cocks in the office?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>That no cock which doesn't reach the conditions for "Exceptionally Big" is allowed within a radius of 100 yards of the building.<</sandee>>
<video @src=_Sandee05GFblow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So why does Melanie keep telling me that my cock is a tiny mini-penis?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Because she is testing its resistance. She's performing combat-training.<</sandee>>
<video @src=_Sandee05GFblow8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You mean she doesn't think it's that small after all?<</player>>
[[Interesting|SandeeGF05IntroWM2g]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<player>>It seems like you will do quite an important job, huh?<</player>>
<video @src=_Sandee05GFblow9 autoplay muted loop></video>
<<cont keypress append>><<sandee>>What can I say? It has been a dream ever since I got my first breast implant.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Who would have thought.<</player>>
<video @src=_Sandee05GFblow10 autoplay muted loop></video>
<<cont keypress append>><<sandee>>Why don't you shut up for a minute and blow that pussy away?<</sandee>>
[[Time for something else|SandeeGF05Fuck1]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>So, do you like your colleagues?<</player>>
<<cont keypress append>><<sandee>>How do you mean?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Do you go out for a drink or something after hours?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Well...<</sandee>>
<<scrolldown>><<cont keypress append>>Sandee tells you about when she and her colleagues...
[[Got naked and had a pillow-fight|SandeeGF05FuckWM1]]
<<disable !canExperienceEvent("05_SandeeCall_gigolo", State.temporary.events)>>[[Called for a gigolo|SandeeGF05FuckWM2]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_stripclub", State.temporary.events)>>[[Went to a strip club|SandeeGF05FuckWM3]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_exboyfriends", State.temporary.events)>>[[Compared ex-boyfriends|SandeeGF05FuckWM4]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_gossip", State.temporary.events)>>[[Talked about Melanie behind her back|SandeeGF05Cont]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_sandeeCall_pillow"></div>
<<script>>experiencedEvent("05_SandeeCall_pillow", "SEE", "05_sandeeCall_pillow", State.temporary.events)<</script>><<sandee>>Once a month we have a pyjama party at my place.<</sandee>>
<<cont keypress append>><<player>>What do you do at those parties?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Usually we end up naked in my bed.<</sandee>>
<video @src=_Sandee05GFfuck13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Are you having sex?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>No, we only have female nurses.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>So what do you do?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>We build forts, and have pillow-fights.<</sandee>>
[[Interesting|SandeeGF05FuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_sandeeCall_gigolo"></div>
<<script>>experiencedEvent("05_SandeeCall_gigolo", "SEE", "05_sandeeCall_gigolo", State.temporary.events)<</script>>
<<sandee>>Once we all stayed in the doctor's office, and called for a gigolo.<</sandee>>
<<cont keypress append>><<player>>A male stripper?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>I guess you could it describe it like that, if you want to stay decent.<</sandee>>
<video @src=_Sandee05GFfuck14 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>What did you do with him, then?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>$playerFirstName, he was a member of the BBCA.<</sandee>>
[[Ah, I see|SandeeGF05FuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_sandeeCall_stripclub"></div>
<<script>>experiencedEvent("05_SandeeCall_stripclub", "SEE", "05_sandeeCall_stripclub", State.temporary.events)<</script>>
<<sandee>>At least twice a week we go to a strip club.<</sandee>>
<<cont keypress append>><<player>>But you're all women? Why do you go to strip clubs?<</player>>
<video @src=_Sandee05GFfuck15 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Because we want to dance around that shiny pole.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>You're going there to perform yourselves?<</player>>
<video @src=_Sandee05GFfuck16 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>$playerFirstName, every woman wants to feel beautiful and appreciated.<</sandee>>
[[I see|SandeeGF05FuckWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_sandeeCall_exboyfriends"></div>
<<script>>experiencedEvent("05_SandeeCall_exboyfriends", "SEE", "05_sandeeCall_exboyfriends", State.temporary.events)<</script>>
<<sandee>>Every day we sit down and compare ex-boyfriends.<</sandee>>
<<cont keypress append>><<player>>You mean you talk about their personality traits?<</player>>
<video @src=_Sandee05GFfuck17 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Not really. We talk about their dicks. Their size and stiffness.<</sandee>>
[[Of course you did|SandeeGF05FuckWM]]
<<scrolldown>><</cont>><</cont>><div id="05_sandeeCall_gossip"></div>
<<script>>experiencedEvent("05_SandeeCall_gossip", "SEE", "05_sandeeCall_gossip", State.temporary.events)<</script>>
<<sandee>>The best time was when we all talked about Melanie.<</sandee>>
<<cont keypress append>><<player>>You mean you talked about how great her boobs are?<</player>>
<video @src=_Sandee05GFfuck20 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>No, we talked about her inner fe-e-e-elings!<</sandee>>
[[Interesting. I want to hear more about this|SandeeGF05ContWM]]
<<scrolldown>><</cont>><</cont>><<sandee>>The best time was when we all talked about Melanie.<</sandee>>
<<cont keypress append>><<player>>So, what did you girls think about Melanie's inner feelings?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>Well...<</sandee>>
<<scrolldown>><<cont keypress append>>Sandee mentions that:
[[Melanie's probably not too happy about her husband|SandeeGF05ContWM1]]
<<disable !canExperienceEvent("05_SandeeCall_gossip_dad", State.temporary.events)>>[[Melanie had a crush on her father|SandeeGF05ContWM2]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_gossip_sex", State.temporary.events)>>[[Melanie wants to be taken hard|SandeeGF05ContWM3]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_gossip_love", State.temporary.events)>>[[Melanie wants to know what love is|SandeeGF05ContWM4]]<</disable>>
<<disable !canExperienceEvent("05_SandeeCall_gossip_inlove", State.temporary.events)>>[[Melanie's secretly in love with someone else (finish)|SandeeGF05Finish1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>>
<div id="05_sandeeCall_gossip_husband"></div>
<<script>>experiencedEvent("05_SandeeCall_gossip_husband", "SEE", "05_sandeeCall_gossip_husband", State.temporary.events)<</script>>
<<sandee>>Honestly, her husband probably doesn't have a very big dick.<</sandee>>
<<cont keypress append>><<player>>Oh yeah, and what makes you think that?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>A colleague said she had seen Melanie walking through a corridor by herself. And she heard how Melanie was talking to herself.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>And what did she say?<</player>>
<video @src=_Sandee05GFfuck21 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>She mentioned her husbands name, and cursed him several ti-i-i-imes.<</sandee>>
[[Interesting|SandeeGF05ContWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_sandeeCall_gossip_dad"></div>
<<script>>experiencedEvent("05_SandeeCall_gossip_dad", "SEE", "05_sandeeCall_gossip_dad", State.temporary.events)<</script>>
<<sandee>>We think Melanie has a crush on her father.<</sandee>>
<<cont keypress append>><<player>>And why is that?<</player>>
<video @src=_Sandee05GFfuck22 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Sometimes she's hanging out with her step-mother, and they seem to have a weird relationship.<</sandee>>
[[No shit they do|SandeeGF05ContWM]]
<<scrolldown>><</cont>><</cont>><div id="05_sandeeCall_gossip_sex"></div>
<<script>>experiencedEvent("05_SandeeCall_gossip_sex", "SEE", "05_sandeeCall_gossip_sex", State.temporary.events)<</script>>
<<sandee>>We think Melanie likes to be fucked. Hard.<</sandee>>
<<cont keypress append>><<player>>Oh yeah? In the ass?<</player>>
<video @src=_Sandee05GFfuck23 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Yes, we think so.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>And how can you make such a bold statement?<</player>>
<video @src=_Sandee05GFfuck24 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>She told me by the coffee machi-i-i-ine!<</sandee>>
[[Sherlock has arrived|SandeeGF05ContWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_sandeeCall_gossip_love"></div>
<<script>>experiencedEvent("05_SandeeCall_gossip_love", "SEE", "05_sandeeCall_gossip_love", State.temporary.events)<</script>>
<<sandee>>I suspect Melanie wants to find real love.<</sandee>>
<<cont keypress append>><<player>>Do you have any proof?<</player>>
<video @src=_Sandee05GFfuck25 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>She's always so sure of herself, but...<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>But what?<</player>>
<video @src=_Sandee05GFfuck26 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>In her eyes you can see the longing a little girl...<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>What kind of longing?<</player>>
<video @src=_Sandee05GFfuck27 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>For her father to says he lo-o-o-oves her!<</sandee>>
[[That can't be true|SandeeGF05ContWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("sexy2")>><<stopallaudio>><<audio "sexy2" volume 1 play>><</if>>
<div id="05_sandeeCall_gossip_inlove"></div>
<<script>>experiencedEvent("05_SandeeCall_gossip_inlove", "SEE", "05_sandeeCall_gossip_inlove", State.temporary.events)<</script>>
<<sandee>>We think Melanie loves someone else.<</sandee>>
<<cont keypress append>><<player>>Yeah, and who would that be?<</player>>
<video @src=_Sandee05GFfinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Ah, ah, mmm, mmm! Don't know.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Is it someone with a big dick?<</player>>
<video @src=_Sandee05GFfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Mmm! Probably, yeah.<</sandee>>
[[Any of her secret lovers?|SandeeGF05Finish2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<<sandee>>(From the bathroom): I don't know who he is. But one of my colleagues has a friend who overheard a conversation with her, and she mentioned a guy which she thought was cute.<</sandee>>
<<cont keypress append>><<player>>Cute? She really said he was cute?<</player>>
<video @src=_Sandee05GFfinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>(From the bathroom): She also said he was kind.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Kind? That doesn't sound like Melanie at all? Didn't she mention his dick?<</player>>
<video @src=_Sandee05GFfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>Not a single time. That's why we think she might be in love.<</sandee>>
[[But who is he? You must have some idea about that?|SandeeGF05Finish3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<<sandee>>We're women, $playerFirstName, we have all the ideas in the world about this guy.<</sandee>>
<<cont keypress append>><<player>>So can you tell me any of your theories?<</player>>
<video @src=_Sandee05GFfinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>(Throwing some panties to you): A colleague found these panties. We believe Melanie wore them when she fucked this guy.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>Ugh, and why would I want them?<</player>>
<video @src=_Sandee05GFfinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>(Kissing you): Mmm! Maybe you can smell the jizz and deduce who the guy might be?<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is she joking?<</player>>
[[She leaves|Apartment][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Sandee05GFIntro0 to 'videos/Others/version0.5/sandeeTonight/intro/0.mp4',
_Sandee05GFIntro1 to 'videos/Others/version0.5/sandeeTonight/intro/1.mp4',
_Sandee05GFIntro2 to 'videos/Others/version0.5/sandeeTonight/intro/2.mp4',
_Sandee05GFIntro3 to 'videos/Others/version0.5/sandeeTonight/intro/3.mp4',
_Sandee05GFIntro4 to 'videos/Others/version0.5/sandeeTonight/intro/4.mp4',
_Sandee05GFIntro5 to 'videos/Others/version0.5/sandeeTonight/intro/5.mp4',
_Sandee05GFIntro6 to 'videos/Others/version0.5/sandeeTonight/intro/6.mp4',
_Sandee05GFblow0 to 'videos/Others/version0.5/sandeeTonight/blow/0.mp4',
_Sandee05GFblow1 to 'videos/Others/version0.5/sandeeTonight/blow/1.mp4',
_Sandee05GFblow2 to 'videos/Others/version0.5/sandeeTonight/blow/2.mp4',
_Sandee05GFblow3 to 'videos/Others/version0.5/sandeeTonight/blow/3.mp4',
_Sandee05GFblow4 to 'videos/Others/version0.5/sandeeTonight/blow/4.mp4',
_Sandee05GFblow5 to 'videos/Others/version0.5/sandeeTonight/blow/5.mp4',
_Sandee05GFblow6 to 'videos/Others/version0.5/sandeeTonight/blow/6.mp4',
_Sandee05GFblow7 to 'videos/Others/version0.5/sandeeTonight/blow/7.mp4',
_Sandee05GFblow8 to 'videos/Others/version0.5/sandeeTonight/blow/8.mp4',
_Sandee05GFblow9 to 'videos/Others/version0.5/sandeeTonight/blow/9.mp4',
_Sandee05GFblow10 to 'videos/Others/version0.5/sandeeTonight/blow/10.mp4',
_Sandee05GFfuck10 to 'videos/Others/version0.5/sandeeTonight/fuck1/0.mp4',
_Sandee05GFfuck11 to 'videos/Others/version0.5/sandeeTonight/fuck1/1.mp4',
_Sandee05GFfuck12 to 'videos/Others/version0.5/sandeeTonight/fuck1/2.mp4',
_Sandee05GFfuck13 to 'videos/Others/version0.5/sandeeTonight/fuck1/3.mp4',
_Sandee05GFfuck14 to 'videos/Others/version0.5/sandeeTonight/fuck1/4.mp4',
_Sandee05GFfuck15 to 'videos/Others/version0.5/sandeeTonight/fuck1/5.mp4',
_Sandee05GFfuck16 to 'videos/Others/version0.5/sandeeTonight/fuck1/6.mp4',
_Sandee05GFfuck17 to 'videos/Others/version0.5/sandeeTonight/fuck1/7.mp4',
_Sandee05GFfuck20 to 'videos/Others/version0.5/sandeeTonight/fuck2/0.mp4',
_Sandee05GFfuck21 to 'videos/Others/version0.5/sandeeTonight/fuck2/1.mp4',
_Sandee05GFfuck22 to 'videos/Others/version0.5/sandeeTonight/fuck2/2.mp4',
_Sandee05GFfuck23 to 'videos/Others/version0.5/sandeeTonight/fuck2/3.mp4',
_Sandee05GFfuck24 to 'videos/Others/version0.5/sandeeTonight/fuck2/4.mp4',
_Sandee05GFfuck25 to 'videos/Others/version0.5/sandeeTonight/fuck2/5.mp4',
_Sandee05GFfuck26 to 'videos/Others/version0.5/sandeeTonight/fuck2/6.mp4',
_Sandee05GFfuck27 to 'videos/Others/version0.5/sandeeTonight/fuck2/7.mp4',
_Sandee05GFfinish0 to 'videos/Others/version0.5/sandeeTonight/finish/0.mp4',
_Sandee05GFfinish1 to 'videos/Others/version0.5/sandeeTonight/finish/1.mp4',
_Sandee05GFfinish2 to 'videos/Others/version0.5/sandeeTonight/finish/2.mp4',
_Sandee05GFfinish3 to 'videos/Others/version0.5/sandeeTonight/finish/3.mp4',
_Sandee05GFfinish4 to 'videos/Others/version0.5/sandeeTonight/finish/4.mp4',
_Sandee05GFfinish5 to 'videos/Others/version0.5/sandeeTonight/finish/5.mp4'
>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="04_Monique_sauna_intro"></div>
<<script>>experiencedEvent("04_monique_sauna_intro", "SEE", "04_Monique_sauna_intro", State.temporary.events)<</script>>
You go to the locker rooms in the basement.
<<cont keypress append>>To your surprise, you're not alone.
<<scrolldown>><<cont keypress append>><<player>>Monique? I thought this was the men's locker room.<</player>>
<video @src=_Monique04SaunaIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>It is.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>So why are you here?<</player>>
<<scrolldown>><<cont keypress append>><<monique>>I prefer to see naked men to naked women. I'm straight, you see.<</monique>>
<video @src=_Monique04SaunaIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Right.<</player>>
[[Can't argue with that|Monique05SaunaIntro1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<monique>>So, $playerFirstName, are you going to the sauna?<</monique>>
<video @src=_Monique04SaunaIntro2 autoplay muted loop></video>
<<cont keypress append>><<player>>That's my plan, yes.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>That's so great! I'm heading there too.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): And she's ready. So why doesn't she go?<</player>>
<video @src=_Monique04SaunaIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>I'll wait for you. I can hold your towel.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Of course she can.<</player>>
<video @src=_Monique04SaunaIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Also, I wanted to see you naked.<</monique>>
[[I guess that's alright|Monique05SaunaIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
You both head to the sauna.
<<cont keypress append>><<monique>>Come on, $playerFirstName, remove that towel. Only pussies wear towels in the sauna.<</monique>>
<video @src=_Monique04Saunafuck0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I... I didn't know.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Besides, I'm your psychiatrist. I know all of your secrets.<</monique>>
<video @src=_Monique04Saunafuck1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Okay, so what do I think about right now?<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Easy. You think about Melanie's boobs.<</monique>>
[[Actually not (leave)|Melwork][wait()]]
<<disable !canExperienceEvent("04_monique_sauna_show", State.temporary.events)>>[[How did you know?|Monique05SaunaIntro3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>><div id="04_Monique_sauna_show"></div>
<<script>>experiencedEvent("04_monique_sauna_show", "SEE", "04_Monique_sauna_show", State.temporary.events)<</script>>
<<player>>You're right. I was thinking about Melanie's boobs.<</player>>
<<cont keypress append>><<monique>>Prove it.<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Alright.<</player>>
<<scrolldown>><<cont keypress append>>You remove your towel.
<<scrolldown>><<cont keypress append>><<monique>>$playerFirstName! You really were thinking about Melanie's boobs, weren't you?<</monique>>
<video @src=_Monique04Saunafuck2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Of course I was. I would never lie to you.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>It wouldn't be possible to be fair. I can spot a lier within a mile's distance.<</monique>>
<video @src=_Monique04Saunafuck3 autoplay muted loop></video>
[[I bet you can|Monique05Sauna4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<monique>>Would it be alright if I give your cock a little kiss?<</monique>>
<<cont keypress append>><<player>>Of course.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Mmm, you know, mmm, sometimes I wonder what could possibly distract a man from thinking about Melanie's boobs.<</monique>>
<video @src=_Monique04Saunafuck4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>It's a complicated thing to do.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Mngk! Mngk!<</monique>>
<video @src=_Monique04Saunafuck5 autoplay muted loop></video>
[[Monique really wants to know|Monique05SaunaIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<monique>>Seriously, in what situations are you closest not to think about Melanie's boobs?<</monique>>
<<cont keypress append>><<player>>(To yourself): That might be one of the weirdest questions anyone ever asked.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[When I drive my Ferrari|Monique05SaunaIntroWM1]]
<<disable !canExperienceEvent("04_monique_sauna_burger", State.temporary.events)>>[[When I eat a good burger|Monique05SaunaIntroWM2]]<</disable>>
<<disable !canExperienceEvent("04_monique_sauna_friends", State.temporary.events)>>[[When I put on an episode of Friends|Monique05SaunaIntroWM3]]<</disable>>
<<disable !canExperienceEvent("04_monique_sauna_dudes", State.temporary.events)>>[[When I hang out with the guys|Monique05SaunaIntroWM4]]<</disable>>
<<disable !canExperienceEvent("04_monique_sauna_jizz", State.temporary.events)>>[[When I fuck a woman with firm tits|Monique05SaunaIntroFinish]]<</disable>>
<<scrolldown>><</cont>><</cont>><div id="04_Monique_sauna_ferrari"></div>
<<script>>experiencedEvent("04_monique_sauna_ferrari", "SEE", "04_Monique_sauna_ferrari", State.temporary.events)<</script>>
<<monique>>You have a Ferrari?<</monique>>
<<cont keypress append>><<player>>Of course I do. It's a car.<</player>>
<video @src=_Monique04Saunafuck6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>I know it's a car. Which model is it?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>Ehm...<</player>>
<<scrolldown>><<cont keypress append>><<monique>>No? Which colo-o-or then?<</monique>>
<video @src=_Monique04Saunafuck7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Ehm...<</player>>
<<scrolldown>><<cont keypress append>><<monique>>You don't really own a Ferrari, do yo-o-o-ou?<</monique>>
[[Damn|Monique05SaunaIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="04_Monique_sauna_burger"></div>
<<script>>experiencedEvent("04_monique_sauna_burger", "SEE", "04_Monique_sauna_burger", State.temporary.events)<</script>>
<<monique>>Oh, yeah? With mayo?<</monique>>
<<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>And pickle-e-es?<</monique>>
<video @src=_Monique04Saunafuck8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Of course.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>And you're telling me you don't fantasize about dripping the mayo and pickles on Melanie's boobs and lick them cle-e-e-ean?<</monique>>
[[Damn!|Monique05SaunaIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Monique_sauna_friends"></div>
<<script>>experiencedEvent("04_monique_sauna_friends", "SEE", "04_Monique_sauna_friends", State.temporary.events)<</script>>
<<monique>>I see. And who's your favourite characte-e-er?<</monique>>
<<cont keypress append>><<player>>Monica, I think.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Right. One of those early episodes where she's got giant ti-i-i-its, right?<</monique>>
<video @src=_Monique04Saunafuck9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah, because they remind me about...<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Melani-i-i-ie!<</monique>>
[[Damn!|Monique05SaunaIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="04_Monique_sauna_dudes"></div>
<<script>>experiencedEvent("04_monique_sauna_dudes", "SEE", "04_Monique_sauna_dudes", State.temporary.events)<</script>><<monique>>Ah. And what do you talk abo-o-o-out?<</monique>>
<<cont keypress append>><<player>>Women, mostly.<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Beautiful wo-o-o-omen?<</monique>>
<video @src=_Monique04Saunafuck10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah, and women with great tits, such as...<</player>>
<<scrolldown>><<cont keypress append>><<monique>>Melani-i-i-ie!<</monique>>
[[Damn!|Monique05SaunaIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>><div id="04_Monique_sauna_jizz"></div>
<<script>>experiencedEvent("04_monique_sauna_jizz", "SEE", "04_Monique_sauna_jizz", State.temporary.events)<</script>>
<<monique>>Why do you like women with great tits?<</monique>>
<<cont keypress append>><<player>>They make me see a glimpse of perfection.<</player>>
<video @src=_Monique04Saunafinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>And what do you see when you imagine perfection?<</monique>>
<<scrolldown>><<cont keypress append>><<player>>I see the most beautiful women conceivable.<</player>>
<video @src=_Monique04Saunafinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<monique>>Mmm, and who is that, honestly?<</monique>>
[[She's a good psychiatrist (leave)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<set
_Monique04SaunaIntro0 to 'videos/Others/version0.5/sauna/intro/0.mp4',
_Monique04SaunaIntro1 to 'videos/Others/version0.5/sauna/intro/1.mp4',
_Monique04SaunaIntro2 to 'videos/Others/version0.5/sauna/intro/2.mp4',
_Monique04SaunaIntro3 to 'videos/Others/version0.5/sauna/intro/3.mp4',
_Monique04SaunaIntro4 to 'videos/Others/version0.5/sauna/intro/4.mp4',
_Monique04Saunafuck0 to 'videos/Others/version0.5/sauna/fuck/0.mp4',
_Monique04Saunafuck1 to 'videos/Others/version0.5/sauna/fuck/1.mp4',
_Monique04Saunafuck2 to 'videos/Others/version0.5/sauna/fuck/2.mp4',
_Monique04Saunafuck3 to 'videos/Others/version0.5/sauna/fuck/3.mp4',
_Monique04Saunafuck4 to 'videos/Others/version0.5/sauna/fuck/4.mp4',
_Monique04Saunafuck5 to 'videos/Others/version0.5/sauna/fuck/5.mp4',
_Monique04Saunafuck6 to 'videos/Others/version0.5/sauna/fuck/6.mp4',
_Monique04Saunafuck7 to 'videos/Others/version0.5/sauna/fuck/7.mp4',
_Monique04Saunafuck8 to 'videos/Others/version0.5/sauna/fuck/8.mp4',
_Monique04Saunafuck9 to 'videos/Others/version0.5/sauna/fuck/9.mp4',
_Monique04Saunafuck10 to 'videos/Others/version0.5/sauna/fuck/10.mp4'
_Monique04Saunafinish0 to 'videos/Others/version0.5/sauna/finish/0.mp4',
_Monique04Saunafinish1 to 'videos/Others/version0.5/sauna/finish/1.mp4'
>>
<<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>Lela is in the dressing room, getting ready.
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I should go and have a look?<</player>>
[[No, let's wait|Lela05ModelIntro1]]
<<disable !canExperienceEvent("05_lelaphoto_peek", State.temporary.events)>>[[Why do I even ask?|Lela05ModelIntro0]]<</disable>>
<<scrolldown>><</cont>><div id="05_sandeeCall_red"></div>
<<script>>experiencedEvent("05_SandeeCall_red", "SEE", "05_sandeeCall_red", State.temporary.events)<</script>>
<<sandee>>Melanie came into my office today.<</sandee>>
<<cont keypress append>><<player>>Okay? What did she want?<</player>>
<video @src=_Sandee05GFIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>She asked if it was physically possible for a white man to have a bigger cock than a black one.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>And what was your answer?<</player>>
<video @src=_Sandee05GFIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<sandee>>So far, science has been clear that this is logically impossible.<</sandee>>
<<scrolldown>><<cont keypress append>><<player>>So then it's settled?<</player>>
<<scrolldown>><<cont keypress append>><<sandee>>However, recent discoveries has proven the contrary.<</sandee>>
[[Interesting|SandeeGF05IntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion05_3 to [
// LelaSister
new Event("05_lelasister_showcock", "Your cousin insists that you show your cock to Lela", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_shower_finished"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_handjob", "Lela thinks handjobs are decent", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["05_lelasister_showcock"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_force", "Lela thinks it's decent to be taken by force", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["05_lelasister_handjob"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_silent", "Lela thinks staying silent is decent", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["05_lelasister_force"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_interupted", "Your cousin interupts", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["05_lelasister_silent"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_fine", "Lela is a fine person", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 7, 6, ["05_lelasister_interupted"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_random", "Lela doesn't fuuck just anyone", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["05_lelasister_fine"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_relationships", "Lela values relationships", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["05_lelasister_random"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_integrity", "Lela has integrity", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["05_lelasister_relationships"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelasister_jizz", "Lela lets you jizz on her face", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 7, 6, ["05_lelasister_integrity"], true, false, true, [6], [1], [], "0.5.3"),
// LelaPhoto
new Event("05_lelasister_talkaboutphoto", "You ask Lela if she wants to be a model", "Go to Ryan's", [5, 6], [4, 5], 0, 0, 0, 0, ["04_lelaAm_nomoney"], true, false, true, [6], [1], [], "0.5.3"),
new Event("05_lelaphoto_peek", "You peek on Lela", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["04_lelaAm_shower_finished"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_intro", "Lela does some modelling", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelasister_talkaboutphoto"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_feel", "Lela lets you feel her goods", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["04_lelaAm_another"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_blow", "Lela blows you", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["05_lelaphoto_feel"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_managercocks", "Lela must focus on the manager", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelaphoto_blow"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_managerfriends", "Lela must focus on the manager's friends", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelaphoto_managercocks"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_managerwives", "Lela must focus on the manager's girlfriend", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelaphoto_managerfriends"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_finish", "Jizz on Lela", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelaphoto_managerwives"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_hair", "Lela's got fine hair", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelaphoto_finish"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_legs", "Lela's got fine legs", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelaphoto_hair"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_eyes", "Lela's got beautiful eyes", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 0, 0, ["05_lelaphoto_legs"], true, false, true, [3], [1], [], "0.5.3"),
new Event("05_lelaphoto_booty", "Lela's got some good booty", "Go to the photo studio", [5, 6, 7], [4, 5, 6, 7], 0, 0, 8, 8, ["05_lelaphoto_eyes"], true, false, true, [3], [1], [], "0.5.3"),
// SandeeTonight
new Event("05_SandeeCall_intro", "You call Sandee, and she comes to your apartment", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["04_melanie_apartment_jizz"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_black", "Sandee tries the black lingerie", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_intro"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_red", "Sandee tries the red lingerie", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_black"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_tease", "Sandee teases you", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_red"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_fuck", "You fuck Sandee", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_tease"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_pillow", "Sandee talks about her colleagues having a pillow-fight", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_fuck"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_gigolo", "Sandee talks about her colleagues calling a gigolo", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_pillow"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_stripclub", "Sandee talks about her colleagues going to strip club", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_gigolo"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_exboyfriends", "Sandee talks about her colleagues comparing ex-boyfriends", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_stripclub"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_gossip", "Sandee and her colleagues talked behind Melanie's back", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_exboyfriends"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_gossip_husband", "Sandee and her colleagues talked about Melanie's husband", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_gossip"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_gossip_dad", "Sandee and her colleagues talked about Melanie's dad", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_gossip_husband"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_gossip_sex", "Sandee and her colleagues talked about Melanie's sex-preferences", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_gossip_dad"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_gossip_love", "Sandee and her colleagues talked about Melanie's love life", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_gossip_sex"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
new Event("05_SandeeCall_gossip_inlove", "Sandee and her colleagues thinks Melanie is in love with someone else", "Go to your new apartment", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_SandeeCall_gossip_love"], true, false, true, [0, 1, 2, 3, 4, 5, 6], [1], [], "0.5.3"),
// MoniqueSauna
new Event("04_monique_sauna_intro", "You have a sauna, and meet Monique", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["03_monique_psych_hello"], true, false, true, [1], [1], [], "0.5.3"),
new Event("04_monique_sauna_show", "You have a sauna, and show Monique your cock", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["04_monique_yoga_missionary"], true, false, true, [1], [1], [], "0.5.3"),
new Event("04_monique_sauna_ferrari", "When driving a Ferrari you don't think about Melanie", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["04_monique_sauna_show"], true, false, true, [1], [1], [], "0.5.3"),
new Event("04_monique_sauna_burger", "When having a burger you don't think about Melanie", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["04_monique_sauna_ferrari"], true, false, true, [1], [1], [], "0.5.3"),
new Event("04_monique_sauna_friends", "When watching Friends you don't think about Melanie", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["04_monique_sauna_burger"], true, false, true, [1], [1], [], "0.5.3"),
new Event("04_monique_sauna_dudes", "When hanging out with the guys you don't think about Melanie", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["04_monique_sauna_friends"], true, false, true, [1], [1], [], "0.5.3"),
new Event("04_monique_sauna_jizz", "When fucking you don't think about Melanie", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["04_monique_sauna_dudes"], true, false, true, [1], [1], [], "0.5.3")
]>>
</nobr><div id="05_Lelasister_talkaboutphoto"></div>
<<script>>experiencedEvent("05_lelasister_talkaboutphoto", "SEE", "05_Lelasister_talkaboutphoto", State.temporary.events)<</script>>
<<marie>>$playerFirstName is searching for beatiful women who wants to dress up in sexy lingerie.<</marie>>
<video @src=_Lela03Sisterintro5 autoplay muted loop></video>
<<cont keypress append>><<lela>>Interesting. What do you do with the models afterwards, $playerFirstName?<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Give them their payment, honoring the contract.<</player>>
<video @src=_Lela03Sisterintro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<lela>>It sounds like you're a true professional. I could give it a try.<</lela>>
<<scrolldown>><<cont keypress append>><<player>>Great! How about meeting up at the photo studio on Thursday?<</player>>
<<scrolldown>><<cont keypress append>><<lela>>It's a date.<</lela>>
[[Great|Lela03SisterDinner1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>!Version 0.5.2
!!What's new in this version?
!!!New content
Three therapy session scenes with Melanie. One scene in the photo studio where Melanie wears her therapist's glasses.
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofivetwo"></div>
<<script>>
describeAllContent("0.5.2", "newContentZerofivetwo", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version of the game.
!!!Bug fixes
None in this version of the game.<div id="05_Melbreakfast1"></div>
<<script>>experiencedEvent("05_melbreakfast1", "SEE", "05_Melbreakfast1", State.temporary.events)<</script>>
You casually walk into the kitchen. Melanie is there.
<<cont keypress append>><<melanie>>Well, well, well, if not Nikita's little fuckboy is around again?<</melanie>>
<video @src=_Mel05Breakfast0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Uhm, hello Melanie.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You know you can't disturb me, $playerFirstName, I've got work to do.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You don't even want a cup of coffee?<</player>>
<<scrolldown>><<cont keypress append>>Melanie looks at you in a weird way.
<video @src=_Mel05Breakfast1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I guess I'll have time for that.<</melanie>>
[[Look, it's not that hard to be nice|Mel05BreakfastIntro1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(Giving her a rose): Hey Melanie, look what I've got for you.<</player>>
<video @src=_Mel05Breakfast2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>A rose? What do you mean by that, $playerFirstName? Are you horny by looking at my boobs?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, to be honest... Yes, a little bit.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you're a cute little perv with a small penis, you know that, $playerFirstName?<</melanie>>
<video @src=_Mel05Breakfast3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Yes, you've said that a few times.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, repetition is the mother of learning, isn't it?<</melanie>>
[[I guess I should be pleased by having my hand on her tits|Mel05BreakfastIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Why don't you tell me about Nikita, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>What about her?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, what do you find attractive in her?<</melanie>>
<video @src=_Mel05Breakfast4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Uhm, I don't know...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Maybe we should lie down on the bed. I'm sure that will spark your memory.<</melanie>>
<video @src=_Mel05Breakfast5 autoplay muted loop></video>
[[Alright|Mel05BreakfastFuck0]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Do you think her ass is sexy?<</melanie>>
<<cont keypress append>><<player>>Well...<</player>>
<video @src=_Mel05Breakfast6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Does it remind you of my perfect ass?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Mmm, mmm.<</player>>
<video @src=_Mel05Breakfast7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>How about the taste? Is it even close to be as lovely as the taste of my ass?<</melanie>>
[[Of course not|Mel05BreakfastFuck1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>How about her tits?<</melanie>>
<<cont keypress append>><<player>>How do you mean?<</player>>
<video @src=_Mel05Breakfast8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Are they as good as mine?<</melanie>>
[[No! No!|Mel05BreakfastFuck2]]
<<scrolldown>><</cont>><</cont>><div id="05_Melbreakfast2"></div>
<<script>>experiencedEvent("05_melbreakfast2", "SEE", "05_Melbreakfast2", State.temporary.events)<</script>>
<<melanie>>And that cute little mouth of hers. Does it suck your cock good?<</melanie>>
<<cont keypress append>><<player>>Not nearly as good as you.<</player>>
<video @src=_Mel05Breakfast10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! I thought so.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Oh, yes.<</player>>
<video @src=_Mel05Breakfast11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Honestly, is there anything you could possibly ask for when I suck your cock like this?<</melanie>>
[[No, this is paradise|Mel05BreakfastFinish]]
<<disable !canExperienceEvent("05_melbreakfastassfuck", State.temporary.events)>>[[Well, it would be nice to fuck your ass|Mel05BreakfastFuck3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Melbreakfastassfuck"></div>
<<script>>experiencedEvent("05_melbreakfastassfuck", "SEE", "05_Melbreakfastassfuck", State.temporary.events)<</script>>
<<melanie>>Alright, just make sure it's nice and moist before you go in there.<</melanie>>
<video @src=_Mel05Breakfast12 autoplay muted loop></video>
<<cont keypress append>><<player>>Slurp, slurp.<</player>>
<video @src=_Mel05Breakfast13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Is Nikita's asshole this tight? <</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Forget about Nikita. Your asshole is perfect.<</player>>
<video @src=_Mel05Breakfast14 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I thought so-o-o-o!<</melanie>>
[[Now, show me those boobs again!|Mel05BreakfastFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="05_Melbreakfastjizz"></div>
<<script>>experiencedEvent("05_melbreakfastjizz", "SEE", "05_Melbreakfastjizz", State.temporary.events)<</script>>
<<melanie>>So, how's it like jizzing on Nikita's face?<</melanie>>
<<cont keypress append>><<player>>It's wonderfu-u-u-u-ul!<</player>>
<video @src=_Mel05Breakfast15 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, mmm, does she like it? What does she say when your finished?<</melanie>>
<video @src=_Mel05Breakfast16 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>She say's I've got a huge cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's a lie. You know that right, $playerFirstName? You know she's lying to you?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>She seems perfectly honest.<</player>>
<video @src=_Mel05Breakfast17 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I'm an honest woman, and I'll tell you this once and for all, $playerFirstName: you have a small cock.<</melanie>>
[[Screw her!|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05Breakfast0 to 'videos/Melanie/version0.5/breakfast/0.mp4',
_Mel05Breakfast1 to 'videos/Melanie/version0.5/breakfast/1.mp4',
_Mel05Breakfast2 to 'videos/Melanie/version0.5/breakfast/2.mp4',
_Mel05Breakfast3 to 'videos/Melanie/version0.5/breakfast/3.mp4',
_Mel05Breakfast4 to 'videos/Melanie/version0.5/breakfast/4.mp4',
_Mel05Breakfast5 to 'videos/Melanie/version0.5/breakfast/5.mp4',
_Mel05Breakfast6 to 'videos/Melanie/version0.5/breakfast/6.mp4',
_Mel05Breakfast7 to 'videos/Melanie/version0.5/breakfast/7.mp4',
_Mel05Breakfast8 to 'videos/Melanie/version0.5/breakfast/8.mp4',
_Mel05Breakfast9 to 'videos/Melanie/version0.5/breakfast/9.mp4',
_Mel05Breakfast10 to 'videos/Melanie/version0.5/breakfast/10.mp4',
_Mel05Breakfast11 to 'videos/Melanie/version0.5/breakfast/11.mp4',
_Mel05Breakfast12 to 'videos/Melanie/version0.5/breakfast/12.mp4',
_Mel05Breakfast13 to 'videos/Melanie/version0.5/breakfast/13.mp4',
_Mel05Breakfast14 to 'videos/Melanie/version0.5/breakfast/14.mp4',
_Mel05Breakfast15 to 'videos/Melanie/version0.5/breakfast/15.mp4',
_Mel05Breakfast16 to 'videos/Melanie/version0.5/breakfast/16.mp4',
_Mel05Breakfast17 to 'videos/Melanie/version0.5/breakfast/17.mp4'
>>You hear Melanie walking around in her high heels.
<<cont keypress append>><<player>>(In Nikita's bed): I wonder what she's doing?<</player>>
<video @src=_Mel05redskirtblacktopIntro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(In Nikita's bed): Is she coming upstairs?<</player>>
<video @src=_Mel05redskirtblacktopIntro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Woohoo, do we have a stranger in the house?<</melanie>>
[[Yeah, I'm here|Mel05BlackRedIntro1]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Melredblack1"></div>
<<script>>experiencedEvent("05_melredblack1", "SEE", "05_Melredblack1", State.temporary.events)<</script>>
<<melanie>>Blow me down with a cute little feather, isn't it $playerFirstName in my sister's bed?<</melanie>>
<<cont keypress append>><<player>>Uhm, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Would you care to explain what the fuck you're doing here?<</melanie>>
<video @src=_Mel05redskirtblacktopIntro2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I was visiting Nikita, and then she had to leave.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yeah? Did you have sex?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, actually.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Anal sex?<</melanie>>
[[Yes|Mel05BlackRedIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Did you like her cute little ass?<</melanie>>
<<cont keypress append>><<player>>It's fine, I guess.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Turning around): Was it better than this ass, right here?<</melanie>>
<video @src=_Mel05redskirtblacktopIntro3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Hmm, don't know. I think I have to feel it before giving a verdict.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're a meticulous judge, $playerFirstName.<</melanie>>
<video @src=_Mel05redskirtblacktopIntro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I know my decisions have major implications to a lot of people.<</player>>
[[She seems impressed|Mel05BlackRedIntro3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>How about her perky little boobs, your honor? Were they better than these ones?<</melanie>>
<<cont keypress append>><<player>>(Diving in on Melanie's boobs): You mean these boobs?<</player>>
<video @src=_Mel05redskirtblacktopIntro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, I was referring to these marvelous boobs.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>I don't know. Can you remove that top?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sometimes I have a feeling you try to trick me, $playerFirstName.<</melanie>>
<video @src=_Mel05redskirtblacktopIntro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I only try to make a fair judgement.<</player>>
<video @src=_Mel05redskirtblacktopIntro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Whatever.<</melanie>>
[[She does a great deal to outshine her sister|Mel05BlackRedIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I'm attending a gangbang later this evening, so I can't let you fuck my ass.<</melanie>>
<<cont keypress append>><<player>>(To yourself): A very Melaniesque thing to say.<</player>>
<<scrolldown>><<cont keypress append>><<player>>But maybe a blowjob?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, I guess I can grant you that. You're already hard, I presume?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Uhm.<</player>>
<video @src=_Mel05redskirtblacktopIntro8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, obviously.<</melanie>>
[[Am I dreaming?|Mel05BlackRedBlow0]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melredblack2"></div>
<<script>>experiencedEvent("05_melredblack2", "SEE", "05_Melredblack2", State.temporary.events)<</script>>
<<player>>So why don't you tell me more about Nikita?<</player>>
<<cont keypress append>><<melanie>>Like what? Mmm, mmm.<</melanie>>
<video @src=_Mel05redskirtblacktopBlow0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Did you have a lucky childhood?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! Well, she always had smaller tits than me.<</melanie>>
<video @src=_Mel05redskirtblacktopBlow1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Obviously<</player>>
[[Reasonable|Mel05BlackRedBlow1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<player>>(Spitting on Melanie's boobs): But I'm sure the boys wanted to squeeze her tits anyway, right?<</player>>
<video @src=_Mel05redskirtblacktopBlow3 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Well, that was their intention when they followed her home.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Was? They never fulfilled their plans?<</player>>
<video @src=_Mel05redskirtblacktopBlow4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Not after they saw me in the shower.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>You didn't close the bathroom door?<</player>>
<video @src=_Mel05redskirtblacktopBlow5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>No, I have a slight claustrophobia.<</melanie>>
[[Poor Melanie|Mel05BlackRedBlow2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>And you liked when the boys looked at you, didn't you?<</player>>
<video @src=_Mel05redskirtblacktopBlow6 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk! Not as much as they liked to watch me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>They stood there for a long time?<</player>>
<video @src=_Mel05redskirtblacktopBlow7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! Only until daddy chased them away.<</melanie>>
[[Interesting|Mel05BlackRedBlow3]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>Did he scold you for letting the boys see you naked?<</player>>
<video @src=_Mel05redskirtblacktopBlow8 autoplay muted loop></video>
<<cont keypress append>><<melanie>>He never mentioned it. He took their spot watching me, you know.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Wow, did he masturbate?<</player>>
<video @src=_Mel05redskirtblacktopBlow9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! He didn't dare to. Dad actually had a quite small cock.<</melanie>>
[[He did?|Mel05BlackRedBlow4]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>Hey Melanie, what do you think this is?<</player>>
<video @src=_Mel05redskirtblacktopBlow10 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Ah, it feels like a young boy coming much too early.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Oh yeah, how about this?<</player>>
<video @src=_Mel05redskirtblacktopBlow11 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, it seems that small boy has some juice left.<</melanie>>
[[Always so humble|Mel05BlackRedFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
<div id="05_Melredblack3"></div>
<<script>>experiencedEvent("05_melredblack3", "SEE", "05_Melredblack3", State.temporary.events)<</script>>
<<player>>Are you ready for some jizz?<</player>>
<video @src=_Mel05redskirtblacktopFinish0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No answer? Then I'll just spray my cum all over your boobs.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, yes! Do tha-a-a-at!<</melanie>>
<video @src=_Mel05redskirtblacktopFinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That was great.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, $playerFirstName, I think I might have underestimated you slightly. I think your cock is only a little bit below average, actually.<</melanie>>
<video @src=_Mel05redskirtblacktopFinish2 autoplay muted loop></video>
[[Damn Melanie (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05redskirtblacktopIntro0 to 'videos/Melanie/version0.5/redskirtblacktop/intro/0.mp4',
_Mel05redskirtblacktopIntro1 to 'videos/Melanie/version0.5/redskirtblacktop/intro/1.mp4',
_Mel05redskirtblacktopIntro2 to 'videos/Melanie/version0.5/redskirtblacktop/intro/2.mp4',
_Mel05redskirtblacktopIntro3 to 'videos/Melanie/version0.5/redskirtblacktop/intro/3.mp4',
_Mel05redskirtblacktopIntro4 to 'videos/Melanie/version0.5/redskirtblacktop/intro/4.mp4',
_Mel05redskirtblacktopIntro5 to 'videos/Melanie/version0.5/redskirtblacktop/intro/5.mp4',
_Mel05redskirtblacktopIntro6 to 'videos/Melanie/version0.5/redskirtblacktop/intro/6.mp4',
_Mel05redskirtblacktopIntro7 to 'videos/Melanie/version0.5/redskirtblacktop/intro/7.mp4',
_Mel05redskirtblacktopIntro8 to 'videos/Melanie/version0.5/redskirtblacktop/intro/8.mp4',
_Mel05redskirtblacktopBlow0 to 'videos/Melanie/version0.5/redskirtblacktop/blow/0.mp4',
_Mel05redskirtblacktopBlow1 to 'videos/Melanie/version0.5/redskirtblacktop/blow/1.mp4',
_Mel05redskirtblacktopBlow2 to 'videos/Melanie/version0.5/redskirtblacktop/blow/2.mp4',
_Mel05redskirtblacktopBlow3 to 'videos/Melanie/version0.5/redskirtblacktop/blow/3.mp4',
_Mel05redskirtblacktopBlow4 to 'videos/Melanie/version0.5/redskirtblacktop/blow/4.mp4',
_Mel05redskirtblacktopBlow5 to 'videos/Melanie/version0.5/redskirtblacktop/blow/5.mp4',
_Mel05redskirtblacktopBlow6 to 'videos/Melanie/version0.5/redskirtblacktop/blow/6.mp4',
_Mel05redskirtblacktopBlow7 to 'videos/Melanie/version0.5/redskirtblacktop/blow/7.mp4',
_Mel05redskirtblacktopBlow8 to 'videos/Melanie/version0.5/redskirtblacktop/blow/8.mp4',
_Mel05redskirtblacktopBlow9 to 'videos/Melanie/version0.5/redskirtblacktop/blow/9.mp4',
_Mel05redskirtblacktopBlow10 to 'videos/Melanie/version0.5/redskirtblacktop/blow/10.mp4',
_Mel05redskirtblacktopBlow11 to 'videos/Melanie/version0.5/redskirtblacktop/blow/11.mp4',
_Mel05redskirtblacktopFinish0 to 'videos/Melanie/version0.5/redskirtblacktop/finish/0.mp4',
_Mel05redskirtblacktopFinish1 to 'videos/Melanie/version0.5/redskirtblacktop/finish/1.mp4',
_Mel05redskirtblacktopFinish2 to 'videos/Melanie/version0.5/redskirtblacktop/finish/2.mp4'
>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<<husband>>Hey $playerFirstName, I've got to show you something!<</husband>>
<<cont keypress append>>Melanie's husband shows you into a room with a bunch of monitors.
<<scrolldown>><<cont keypress append>><<husband>>In here, I can see what happens anywhere on my property.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>Does Melanie know about this?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>I'm not sure. She's in the pool house, cleaning before a party we're having there next week.<</husband>>
[[Good for her (leave)|Melhome][wait()]]
[[Can we watch her?|Mel05PeekWithHusbandIntro1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Melpeekwithhusband"></div>
<<script>>experiencedEvent("05_melpeekwithhusband", "SEE", "05_Melpeekwithhusband", State.temporary.events)<</script>>
<<husband>>Sure. Let me just find the correct camera.<</husband>>
<<cont keypress append>><<player>>Cool.<</player>>
<<scrolldown>><<cont keypress append>><<husband>>There you go. There she is.<</husband>>
<video @src=_Mel05peekWithHusband1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I got the impression she was there alone?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>To be honest, I thought so too.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>Who's the man?<</player>>
<video @src=_Mel05peekWithHusband1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>It's one of my most important business partners.<</husband>>
[[Right|Mel05PeekWithHusbandIntro2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Melanie seems to like him.<</player>>
<video @src=_Mel05peekWithHusband2 autoplay muted loop></video>
<<cont keypress append>><<husband>>Well, she has always been eager to help me seal business deals with him.<</husband>>
[[That's good|Mel05PeekWithHusbandIntro3]]
<<scrolldown>><</cont>>
<<player>>And she succeeds?<</player>>
<video @src=_Mel05peekWithHusband3 autoplay muted loop></video>
<<cont keypress append>><<husband>>She has never failed to convince him to accept my proposals.<</husband>>
<<scrolldown>><<cont keypress append>><<player>>So she's doing a great job?<</player>>
<video @src=_Mel05peekWithHusband4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Indeed she does.<</husband>>
[[A hard-working woman|Mel05PeekWithHusbandIntro4]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("sneak2")>><<stopallaudio>><<audio "sneak2" volume 1 play>><</if>>
<<player>>And she's working overtime, it seems?<</player>>
<video @src=_Mel05peekWithHusband5 autoplay muted loop></video>
<<cont keypress append>><<husband>>You mean I should donate even more money to her company?<</husband>>
<<scrolldown>><<cont keypress append>><<player>>Well, she's working hard.<</player>>
<video @src=_Mel05peekWithHusband6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Yeah, but I've got a feeling she's really enjoying these work tasks. I think she gladly does them without extra pay.<</husband>>
[[Melanie's husband is a cunning businessman|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Mel05peekWithHusband0 to 'videos/Melanie/version0.5/peekWithHusband/0.mp4',
_Mel05peekWithHusband1 to 'videos/Melanie/version0.5/peekWithHusband/1.mp4',
_Mel05peekWithHusband2 to 'videos/Melanie/version0.5/peekWithHusband/2.mp4',
_Mel05peekWithHusband3 to 'videos/Melanie/version0.5/peekWithHusband/3.mp4',
_Mel05peekWithHusband4 to 'videos/Melanie/version0.5/peekWithHusband/4.mp4',
_Mel05peekWithHusband5 to 'videos/Melanie/version0.5/peekWithHusband/5.mp4',
_Mel05peekWithHusband6 to 'videos/Melanie/version0.5/peekWithHusband/6.mp4'
>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="05_Melpeekonhusband"></div>
<<script>>experiencedEvent("05_melpeekonhusband", "SEE", "05_Melpeekonhusband", State.temporary.events)<</script>>
You hear a strange sound from the second floor.
<<cont keypress append>>Step by step you sneak upstairs.
<<scrolldown>><<cont keypress append>><<husband>>I think his gre-eat.<</husband>>
<video @src=_Mel05peekOnHusband0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Wow.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't know, I think he's rather creepy.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Who are they talking about?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>Why is that?<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>He sneaks around in our house, watching me when I'm naked.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>And? Don't you like when men do that?<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, yes, but his dick is so small.<</melanie>>
[[I hate Melanie so much|Mel05PeekOnHusband1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<husband>>That's nonsense, $playerFirstName has got a dick which is at least twice the size of mine.<</husband>>
<<cont keypress append>><<melanie>>Yes, but you've got loads of money, don't you?<</melanie>>
<video @src=_Mel05peekOnHusband1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>Why is that relevant? That doesn't make my cock any bigger, does it?<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>You men don't understand anything.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Melanie's husband is a good man.<</player>>
[[Sneak away (leave)|Sneak][wait()]]
[[Drop a pen on the floor|Mel05PeekOnHusband2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<husband>>(Turning around): What was that?<</husband>>
<video @src=_Mel05peekOnHusband2 autoplay muted loop></video>
<<cont keypress append>><<player>>(Hiding): Uh-oh.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Looking your way): I'm betting it's $playerFirstName, peeking at us.<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Nonsense. He's my buddy.
[[Melanie's husband is a true friend|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Mel05peekOnHusband0 to 'videos/Melanie/version0.5/peekOnHusband/0.mp4',
_Mel05peekOnHusband1 to 'videos/Melanie/version0.5/peekOnHusband/1.mp4',
_Mel05peekOnHusband2 to 'videos/Melanie/version0.5/peekOnHusband/2.mp4'
>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
You hear Melanie and some dude is coming.
<<cont keypress append>>You sneak into a guest bedroom.
<<scrolldown>><<cont keypress append>><<melanie>>(Giggling): You want to see the guest bedroom.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Really?<</player>>
<<scrolldown>><<cont keypress append>><<dude>>I don't know, is there anything interesting happening inside?<</dude>>
[[They're coming in|Mel05PeekYoung1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Melyoungpeek1"></div>
<<script>>experiencedEvent("05_melyoungpeek1", "SEE", "05_Melyoungpeek1", State.temporary.events)<</script>>
<<melanie>>(Giggling): You know, your teacher told me you have a big dick.<</melanie>>
<<cont keypress append>><<dude>>Was she bragging about how many students she fucks each week?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>(Giggling): You tell me? I don't think she has the boobs for it, to be honest.<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>You mean like these?<</dude>>
<video @src=_Mel05youngPeek0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, aren't they necessary for a woman if she is to blow a cock as big as yours?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>I don't know, I usually don't turn down a blowjob.<</dude>>
<video @src=_Mel05youngPeek1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! That's very gentle.<</melanie>>
[[OMG|Mel05PeekYoung2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Oh, yeah, you like fucking those boobs, don't you?<</melanie>>
<video @src=_Mel05youngPeek2 autoplay muted loop></video>
<<cont keypress append>><<dude>>They're the best boobs I've ever fucked.<</dude>>
[[Stay quiet|Mel05PeekYoung4]]
<<disable !canExperienceEvent("05_melyoungpeekcough1", State.temporary.events)>>[[Cough|Mel05PeekYoung3]]<</disable>>
<<scrolldown>><</cont>><div id="05_Melyoungpeekcough1"></div>
<<script>>experiencedEvent("05_melyoungpeekcough1", "SEE", "05_Melyoungpeekcough1", State.temporary.events)<</script>>
<<dude>>What was that?<</dude>>
<<cont keypress append>><<melanie>>(Looking at you, furiously): I don't know, probably just a young boy with a very small penis who would like to see my boobs up-close.<</melanie>>
<video @src=_Mel05youngPeek3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>There are such boys around here?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>I can see you've never been a woman with marvelous boobs. Or you would know.<</melanie>>
[[I hope he fucks her silly|Mel05PeekYoung4]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Melyoungpeek2"></div>
<<script>>experiencedEvent("05_melyoungpeek2", "SEE", "05_Melyoungpeek2", State.temporary.events)<</script>>
<<melanie>>I presume all of the female teachers give you high grades?<</melanie>>
<<cont keypress append>><<dude>>Yeah, but the male teachers only give me more homework.<</dude>>
<video @src=_Mel05youngPeek4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That doesn't surprise me-e-e-e!<</melanie>>
[[There's not much that surprises you|Mel05PeekYoung5]]
<<scrolldown>><</cont>><</cont>><<melanie>>Hou about the principal?<</melanie>>
<<cont keypress append>><<dude>>Yeah, he's male. But he's gay, so he likes me anyway.<</dude>>
<video @src=_Mel05youngPeek5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>That makes sense.<</melanie>>
[[Stay silent|Mel05PeekYoung6]]
<<disable !canExperienceEvent("05_melyoungpeekcough2", State.temporary.events)>>[[Cough again|Mel05PeekYoung7]]<</disable>>
<<scrolldown>><</cont>><</cont>>
<div id="05_Melyoungpeekcough2"></div>
<<script>>experiencedEvent("05_melyoungpeekcough2", "SEE", "05_Melyoungpeekcough2", State.temporary.events)<</script>>
<<dude>>Is it that young boy again?<</dude>>
<<cont keypress append>><<melanie>>(Looking at you): Yeah, probably.<</melanie>>
<video @src=_Mel05youngPeek6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>Why don't you tell him off?<</dude>>
<<scrolldown>><<cont keypress append>><<melanie>>He might grow into a real man someday.<</melanie>>
[[That day, I'll fuck her silly|Mel05PeekYoung7]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="05_Melyoungpeek3"></div>
<<script>>experiencedEvent("05_melyoungpeek3", "SEE", "05_Melyoungpeek3", State.temporary.events)<</script>>
<<dude>>Yeah, I'm coming soon.<</dude>>
<video @src=_Mel05youngPeek7 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Great. Why don't you jizz on that beautiful ass?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Yeah, will do.<</dude>>
<video @src=_Mel05youngPeek8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Wow, that's such a big load.<</melanie>>
[[I guess she'll just give more praise to his cock now (leave)|Sneak][wait()]]<<set
_Mel05youngPeek0 to 'videos/Melanie/version0.5/youngPeek/0.mp4',
_Mel05youngPeek1 to 'videos/Melanie/version0.5/youngPeek/1.mp4',
_Mel05youngPeek2 to 'videos/Melanie/version0.5/youngPeek/2.mp4',
_Mel05youngPeek3 to 'videos/Melanie/version0.5/youngPeek/3.mp4',
_Mel05youngPeek4 to 'videos/Melanie/version0.5/youngPeek/4.mp4',
_Mel05youngPeek5 to 'videos/Melanie/version0.5/youngPeek/5.mp4',
_Mel05youngPeek6 to 'videos/Melanie/version0.5/youngPeek/6.mp4',
_Mel05youngPeek7 to 'videos/Melanie/version0.5/youngPeek/7.mp4',
_Mel05youngPeek8 to 'videos/Melanie/version0.5/youngPeek/8.mp4'
>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
You walk around in Melanie's house.
<<cont keypress append>><<melanie>>(From afar, humming): Okay, so you're a rocket scientist?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Is that Melanie?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(From afar, humming): That don't impress me much...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Definitely Melanie. Is she having a shower?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(From afar, humming): ...So you got the brain but have you got the touch...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself, outside the bathroom door): Yep, she's inside.<</player>>
[[Leave|Sneak][wait()]]
[[Peek|Mel05ShowerPeek1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Melshowerpeek"></div>
<<script>>experiencedEvent("05_melshowerpeek", "SEE", "05_Melshowerpeek", State.temporary.events)<</script>>
<<melanie>>(Humming): Okay, so you've got a big dick...<</melanie>>
<video @src=_Mel05showerPeek0 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): Are those the original lyrics?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(From afar, humming): That don't impress me much...<</melanie>>
<video @src=_Mel05showerPeek1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She likes that song, doesn't she?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Humming): ...So you got the looks but have you got the touch...<</melanie>>
<video @src=_Mel05showerPeek2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Funny, I thought she only cared about size and nothing else.<</player>>
[[Leave|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05showerPeek0 to 'videos/Melanie/version0.5/showerPeek/0.mp4',
_Mel05showerPeek1 to 'videos/Melanie/version0.5/showerPeek/1.mp4',
_Mel05showerPeek2 to 'videos/Melanie/version0.5/showerPeek/2.mp4'
>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
You hear a gagging noice from Melanie's bedroom.
<<cont keypress append>><<player>>(Moving closer, to yourself): What could that be?<</player>>
<<scrolldown>><<cont keypress append>>The door is slightly ajar.
[[Leave|Sneak][wait()]]
[[Peek inside|Mel05HardPeek1]]
<<scrolldown>><</cont>><</cont>><div id="05_Melhardpeek"></div>
<<script>>experiencedEvent("05_melhardpeek", "SEE", "05_Melhardpeek", State.temporary.events)<</script>>
<<dude>>I won it, Melanie, can you imagine?<</dude>>
<video @src=_Mel05hardPeek0 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): It's mr. Dick!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! What kind of contest was it?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>It was a big cock contest.<</dude>>
<video @src=_Mel05hardPeek1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! That's great! Were there any black contestants?<</melanie>>
[[A very valid question|Mel05HardPeek2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<dude>>Well, none of them were competing, but there were a few black men in the audience.<</dude>>
<video @src=_Mel05hardPeek2 autoplay muted loop></video>
<<cont keypress append>><<melanie>>So your cock wasn't compared to any black cocks?<</melanie>>
<video @src=_Mel05hardPeek3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<dude>>No, but there was a black man among the referees as well.<</dude>>
<video @src=_Mel05hardPeek4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Who was it? Did you talk to him?<</melanie>>
[[Melanie is very talented in not giving attention to the men she fucks|Mel05HardPeek3]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<dude>>I don't know. He said he was some kind of ki-i-i-ing!<</dude>>
<video @src=_Mel05hardPeek5 autoplay muted loop></video>
<<cont keypress append>><<melanie>>The president? Was it the president of BBCA?<</melanie>>
<<scrolldown>><<cont keypress append>><<dude>>Yeah, maybe.<</dude>>
<video @src=_Mel05hardPeek6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You've got to give him my love next time you meet up with him.<</melanie>>
[[Hahaha, poor mr. Dick|Sneak][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Mel05hardPeek0 to 'videos/Melanie/version0.5/hardPeek/0.mp4',
_Mel05hardPeek1 to 'videos/Melanie/version0.5/hardPeek/1.mp4',
_Mel05hardPeek2 to 'videos/Melanie/version0.5/hardPeek/2.mp4',
_Mel05hardPeek3 to 'videos/Melanie/version0.5/hardPeek/3.mp4',
_Mel05hardPeek4 to 'videos/Melanie/version0.5/hardPeek/4.mp4',
_Mel05hardPeek5 to 'videos/Melanie/version0.5/hardPeek/5.mp4',
_Mel05hardPeek6 to 'videos/Melanie/version0.5/hardPeek/6.mp4'
>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>Why don't we go for a boat trip, $playerFirstName, I need to rewind a bit.<</melanie>>
<<cont keypress append>><<player>>Well...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>We can have a glas of champagne, and maybe you can take a few pictures of me in my bikini.<</melanie>>
[[Sure|Mel05DrinkOnBoat05]]
[[I don't have time|Marina][wait()]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>Oops, there seems to be champagne on my boobs.<</melanie>>
<video @src=_Mel05drinkOnBoat1 autoplay muted loop></video>
<<cont keypress append>><<player>>Bad luck.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, maybe I'll have to remove my bikini.<</melanie>>
<video @src=_Mel05drinkOnBoat2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
[[Politely point out Melanie's wardrobe malfunction|Mel05DrinkOnBoat2]]
<<disable !canExperienceEvent("05_meldrinkboatextreme", State.temporary.events)>>[[Ask if she wants to do an improvised photo shoot|Mel05DrinkOnBoat3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Meldrinkboatpose"></div>
<<script>>experiencedEvent("05_meldrinkboatpose", "SEE", "05_Meldrinkboatpose", State.temporary.events)<</script>>
<<melanie>>Oh, that?<</melanie>>
<<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, that makes me so hot.<</melanie>>
<video @src=_Mel05drinkOnBoat3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Gulp.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I guess I got a little excited. Maybe we'd better head back.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yes, maybe.<</player>>
[[That was weird|Marina][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<melanie>>A photo shoot, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Yes, I think that could be a good idea.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Will you publish it in that magazine for men with huge dicks who likes women with big tits?<</melanie>>
<video @src=_Mel05drinkOnBoat4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I always do that.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Good. Well, why don't you bring that camera of yours?<</melanie>>
<video @src=_Mel05drinkOnBoat5 autoplay muted loop></video>
[[Bring it|Mel05DrinkOnBoat4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Meldrinkboatextreme"></div>
<<script>>experiencedEvent("05_meldrinkboatextreme", "SEE", "05_Meldrinkboatextreme", State.temporary.events)<</script>>
<<melanie>>Why waste any time, right, $playerFirstName?<</melanie>>
<video @src=_Mel05drinkOnBoat6 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos frantically): A very good point.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you taking photos now?<</melanie>>
<video @src=_Mel05drinkOnBoat7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos frantically): Yes! Yes!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How about no-o-o-ow?<</melanie>>
<video @src=_Mel05drinkOnBoat8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos frantically): I'm taking photos all the time.<</player>>
[[What a show|Mel05DrinkOnBoat5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<melanie>>Quite a few black men will contact me after that show, won't they, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>I'd be surprised if they didn't.<</player>>
<video @src=_Mel05drinkOnBoat9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, I guess you would, mr. mini dick.<</melanie>>
[[Was that comment necessary? (leave)|Marina][wait()]]
<<scrolldown>><</cont>><</cont>><<set
_Mel05drinkOnBoat0 to 'videos/Melanie/version0.5/drinkOnBoat/0.mp4',
_Mel05drinkOnBoat1 to 'videos/Melanie/version0.5/drinkOnBoat/1.mp4',
_Mel05drinkOnBoat2 to 'videos/Melanie/version0.5/drinkOnBoat/2.mp4',
_Mel05drinkOnBoat3 to 'videos/Melanie/version0.5/drinkOnBoat/3.mp4',
_Mel05drinkOnBoat4 to 'videos/Melanie/version0.5/drinkOnBoat/4.mp4',
_Mel05drinkOnBoat5 to 'videos/Melanie/version0.5/drinkOnBoat/5.mp4',
_Mel05drinkOnBoat6 to 'videos/Melanie/version0.5/drinkOnBoat/6.mp4',
_Mel05drinkOnBoat7 to 'videos/Melanie/version0.5/drinkOnBoat/7.mp4',
_Mel05drinkOnBoat8 to 'videos/Melanie/version0.5/drinkOnBoat/8.mp4',
_Mel05drinkOnBoat9 to 'videos/Melanie/version0.5/drinkOnBoat/9.mp4'
>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>Hey, $playerFirstName, have you got your photographing equipment with you?<</melanie>>
<<cont keypress append>><<player>>Always.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Good. I want to do a photo shoot with a new bikini of mine.<</melanie>>
[[Don't have time|Marina][wait()]]
[[Go on|Mel05TigerBikini1]]
<<scrolldown>><</cont>><</cont>><div id="05_Meltiger"></div>
<<script>>experiencedEvent("05_meltiger", "SEE", "05_Meltiger", State.temporary.events)<</script>>
<<melanie>>Men are strange, $playerFirstName, you know that?<</melanie>>
<<cont keypress append>><<player>>(Taking photos): Why?<</player>>
<video @src=_Mel05tigerBikini0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I always get the feeling that when a man sees a woman with big tits outside, he reacts differently than if the encounter was inside.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): That thought never occurred to me.<</player>>
<video @src=_Mel05tigerBikini1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Strange. Are you hard right now?<</melanie>>
[[Yes|Mel05TigerBikini2]]
<<disable !canExperienceEvent("05_meltigerno", State.temporary.events)>>[[No|Mel05TigerBikini4]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Meltigeryes"></div>
<<script>>experiencedEvent("05_meltigeryes", "SEE", "05_Meltigeryes", State.temporary.events)<</script>>
<<melanie>>You are a simple man, $playerFirstName, you know that?<</melanie>>
<<cont keypress append>><<player>>(Taking photos): Yeah, how come?<</player>>
<video @src=_Mel05tigerBikini2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>You like big tits and a nice ass.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Yes. And?<</player>>
<video @src=_Mel05tigerBikini3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>And you would appreciate a blowjob as well. And most of all, you desire my pussy.<</melanie>>
[[That analysis is not entirely false|Mel05TigerBikini3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>Of course I'm right.<</melanie>>
<<cont keypress append>><<player>>(Taking photos): Well, you're a clever woman.<</player>>
<video @src=_Mel05tigerBikini4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, and I've studied men for all my life.<</melanie>>
[[I guess that's it (leave)|Marina][wait()]]
<<scrolldown>><</cont>><</cont>><div id="05_Meltigerno"></div>
<<script>>experiencedEvent("05_meltigerno", "SEE", "05_Meltigerno", State.temporary.events)<</script>>
<<melanie>>No? How about when I do this?<</melanie>>
<video @src=_Mel05tigerBikini5 autoplay muted loop></video>
<<cont keypress append>><<player>>(Taking photos): A bit harder, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How about when I spank my ass. Are you getting even harder?<</melanie>>
<video @src=_Mel05tigerBikini6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): Yes. I'm pretty hard now.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I knew you would be, $playerFirstName. You're a very simple man.<</melanie>>
[[I guess that might be true|Mel05TigerBikini5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>You're cute for having such a small penis, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>(Taking photos): You wanna blow it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No, but I'll give you a glance of these babies.<</melanie>>
<video @src=_Mel05tigerBikini7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos frantically): I'm very grateful.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I know. Just make sure they make it into that magazine of yours, so that the real men with the huge cocks see me as well.<</melanie>>
[[I guess that's it (leave)|Marina][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05tigerBikini0 to 'videos/Melanie/version0.5/tigerBikini/0.mp4',
_Mel05tigerBikini1 to 'videos/Melanie/version0.5/tigerBikini/1.mp4',
_Mel05tigerBikini2 to 'videos/Melanie/version0.5/tigerBikini/2.mp4',
_Mel05tigerBikini3 to 'videos/Melanie/version0.5/tigerBikini/3.mp4',
_Mel05tigerBikini4 to 'videos/Melanie/version0.5/tigerBikini/4.mp4',
_Mel05tigerBikini5 to 'videos/Melanie/version0.5/tigerBikini/5.mp4',
_Mel05tigerBikini6 to 'videos/Melanie/version0.5/tigerBikini/6.mp4',
_Mel05tigerBikini7 to 'videos/Melanie/version0.5/tigerBikini/7.mp4'
>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<<melanie>>Would you like to go on a boat trip, $playerFirstName? I'm a woman, so I shouldn't stand behind the steering wheel all by myself.<</melanie>>
<<cont keypress append>><<player>>Did your husband say that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, he thinks I do a better job suntanning. Preferably topless.<</melanie>>
[[I guess I could accompany you|Mel05Boat1]]
[[I don't have time for this|Marina][wait()]]
<<scrolldown>><</cont>><</cont>><div id="05_Melboat1"></div>
<<script>>experiencedEvent("05_melboat1", "SEE", "05_Melboat1", State.temporary.events)<</script>>
<<melanie>>Do you think there are dolphins here, $playerFirstName?<</melanie>>
<video @src=_Mel05boat0 autoplay muted loop></video>
<<cont keypress append>><<player>>Why don't you head over to the bow and look?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I don't see a single one.<</melanie>>
<video @src=_Mel05boat1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Hey, maybe it's because we're on a river.<</player>>
[[She comes back|Mel05Boat2]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>You know what, $playerFirstName, I think I'm gonna suntan a bit.<</melanie>>
<<cont keypress append>><<player>>That sounds like an amazing idea.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, because that means you can peek on my boobs, right? Hahaha.<</melanie>>
<video @src=_Mel05boat2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Hahaha.<</player>>
[[She'll be alright (nothing more happens until we're back)|Marina][wait()]]
<<disable !canExperienceEvent("05_melboat2", State.temporary.events)>>[[I could help you with the sun lotion if you want to?|Mel05Boat3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Melboat2"></div>
<<script>>experiencedEvent("05_melboat2", "SEE", "05_Melboat2", State.temporary.events)<</script>>
<<melanie>>Why did you want to help me with the sunscreen, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Being nice?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're not fooling anyone, $playerFirstName, was your plan to caress my butt?<</melanie>>
<video @src=_Mel05boat3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, I mean, that's a good side effect, I guess.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>So you're not expecting me to remove my top and let you play with my boobs?<</melanie>>
<video @src=_Mel05boat4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[Maybe it's best not to risk anything (nothing more happens until we're back)|Marina][wait()]]
<<disable !canExperienceEvent("05_melboat3", State.temporary.events)>>[[I wouldn't refuse if you did|Mel05Boat4]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Melboat3"></div>
<<script>>experiencedEvent("05_melboat3", "SEE", "05_Melboat3", State.temporary.events)<</script>>
<<melanie>>Alright. Since you are my husband's best friend, I guess I can trust you.<</melanie>>
<video @src=_Mel05boat5 autoplay muted loop></video>
<<cont keypress append>><<player>>Of course you can trust me.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't be silly, $playerFirstName, you're a man. Even if you have a small penis, you would love to spank my boobies with it.<</melanie>>
<video @src=_Mel05boat6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>When you put it that way...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're pretty hard already, aren't you?<</melanie>>
<video @src=_Mel05boat7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well...<</player>>
[[Yes, but that's none of your business (nothing more happens until we're back)|Marina][wait()]]
<<disable !canExperienceEvent("05_melboatfinish", State.temporary.events)>>[[You want to inspect it by yourself?|Mel05Boat5]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<<melanie>>I guess I can do a quick inspection.<</melanie>>
<<cont keypress append>><<player>>(Bringing forth your cock): There you go.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yes, as expected: rock-hard already.<</melanie>>
<video @src=_Mel05boat8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, it's not entirely my fault, is it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Ignoring you): You like my boobies now, $playerFirstName?<</melanie>>
<video @src=_Mel05boat9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk!<</melanie>>
<video @src=_Mel05boat10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I think you're doing a great job.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! Mngk! Of course I do.<</melanie>>
<video @src=_Mel05boat11 autoplay muted loop></video>
[[You're ready to deliver|Mel05Boat6]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action4")>><<stopallaudio>><<audio "action4" volume 1 play>><</if>>
<div id="05_Melboatfinish"></div>
<<script>>experiencedEvent("05_melboatfinish", "SEE", "05_Melboatfinish", State.temporary.events)<</script>>
<<player>>Maybe I can fuck your pussy sometime?<</player>>
<<cont keypress append>><<melanie>>I only let men with huge cocks fuck my pussy, $playerFirstName.<</melanie>>
<video @src=_Mel05boat12 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I have a huge cock.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Your cock is barely average.<</melanie>>
<video @src=_Mel05boat13 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>But you like that jizz, don't you?<</player>>
<video @src=_Mel05boat14 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, small penis jizz.<</melanie>>
[[I guess that's it|Marina][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05boat0 to 'videos/Melanie/version0.5/boat/0.mp4',
_Mel05boat1 to 'videos/Melanie/version0.5/boat/1.mp4',
_Mel05boat2 to 'videos/Melanie/version0.5/boat/2.mp4',
_Mel05boat3 to 'videos/Melanie/version0.5/boat/3.mp4',
_Mel05boat4 to 'videos/Melanie/version0.5/boat/4.mp4',
_Mel05boat5 to 'videos/Melanie/version0.5/boat/5.mp4',
_Mel05boat6 to 'videos/Melanie/version0.5/boat/6.mp4',
_Mel05boat7 to 'videos/Melanie/version0.5/boat/7.mp4',
_Mel05boat8 to 'videos/Melanie/version0.5/boat/8.mp4',
_Mel05boat9 to 'videos/Melanie/version0.5/boat/9.mp4',
_Mel05boat10 to 'videos/Melanie/version0.5/boat/10.mp4',
_Mel05boat11 to 'videos/Melanie/version0.5/boat/11.mp4',
_Mel05boat12 to 'videos/Melanie/version0.5/boat/12.mp4',
_Mel05boat13 to 'videos/Melanie/version0.5/boat/13.mp4',
_Mel05boat14 to 'videos/Melanie/version0.5/boat/14.mp4'
>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
Nikita is here again.
<<cont keypress append>><<nikita>>Will you take photos with me together with black men today?<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>There is a black man in the lobby, yes. He's got a huge dick.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Will he let me suck it?<</nikita>>
<video @src=_Nikita05photo0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Maybe I can play a trick on her?<</player>>
<<scrolldown>><<cont keypress append>><<player>>He told me he would, for a price.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>What kind of price?<</nikita>>
[[Well...|Nikita05Photo1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>He will pose together with you if you let me fuck you, later at your house.<</player>>
<<cont keypress append>><<nikita>>But I'm staying at Melanie's.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>So that's where I've got to fuck you.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Did the black man say this specifically?<</nikita>>
<video @src=_Nikita05photo1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She's not very smart, is she?<</player>>
[[Yes he did|Nikita05Photo2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Nikitaphoto"></div>
<<script>>experiencedEvent("05_nikitaphoto", "SEE", "05_Nikitaphoto", State.temporary.events)<</script>>
<<nikita>>Then I guess I have to accept.<</nikita>>
<<cont keypress append>><<player>>(Whistleing for the black dude): A very wise decision.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Looking at the black man entering the room): What's his name?<</nikita>>
<<scrolldown>><<cont keypress append>><<bertie>>I'm Bertie.<</bertie>>
<<scrolldown>><<cont keypress append>><<nikita>>Nice to meet you, Bertie.<</nikita>>
<video @src=_Nikita05photo3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>I'm Bertie.<</bertie>>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Are you sure you want to suck this cock, Nikita. It might be dangerous.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Melanie says it's good foor me. Look how far it will go.<</nikita>>
<video @src=_Nikita05photo4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<bertie>>Hehe, yeah.<</bertie>>
[[Yeah, it fits perfectly|Nikita05Photo3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<<player>>Well, as long as you don't forget you're obliged to have sex with me back at Melanie's place as well.<</player>>
<<cont keypress append>><<nikita>>Right. But don't tell Melanie, okay?<</nikita>>
<video @src=_Nikita05photo5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And why is that?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Mngk! Mngk! She's told me to stay away from you.<</nikita>>
<video @src=_Nikita05photo6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos, to yourself): Stay away from me? Why would Melanie say such a thing?<</player>>
<<scrolldown>><<cont keypress append>><<player>>That's alright. I won't tell anyone.<</player>>
[[I guess the photo session is over|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Nikita05photo0 to 'videos/Others/version0.5/nikita/photo/0.mp4',
_Nikita05photo1 to 'videos/Others/version0.5/nikita/photo/1.mp4',
_Nikita05photo2 to 'videos/Others/version0.5/nikita/photo/2.mp4',
_Nikita05photo3 to 'videos/Others/version0.5/nikita/photo/3.mp4',
_Nikita05photo4 to 'videos/Others/version0.5/nikita/photo/4.mp4',
_Nikita05photo5 to 'videos/Others/version0.5/nikita/photo/5.mp4',
_Nikita05photo6 to 'videos/Others/version0.5/nikita/photo/6.mp4'
>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
Nikita invited you over.
<<cont keypress append>>She shows you inside.
<<scrolldown>><<cont keypress append>>But something isn't quite right.
<<scrolldown>><<cont keypress append>>She's all silent and absent-minded (checking her phone over and over again).
<<scrolldown>><<cont keypress append>><<player>>(Laying in bed): What are you doing, Nikita? We were gonna have sex, remember?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Just checking that Melanie's not coming.<</nikita>>
[[And why is that so important?|Nikita05Bedroom1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Nikitabedroom"></div>
<<script>>experiencedEvent("05_nikitabedroom", "SEE", "05_Nikitabedroom", State.temporary.events)<</script>>
<<nikita>>I promised her not to touch you.<</nikita>>
<<cont keypress append>><<player>>So? You'll just have to disappoint her.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>In that case she won't let me stay here no more, stupid.<</nikita>>
<video @src=_Nikita05bedroom0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Okay, okay, we'll just have to shut up about it. That's not very hard, is it?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>I don't know. She always finds a way to force me to tell the truth.<</nikita>>
[[Don't worry about that now|Nikita05Bedroom2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<nikita>>$playerFirstName, you have to promise not to tell her about this.<</nikita>>
<<cont keypress append>><<player>>(Looking her in her eyes, dead serious): I promise.<</player>>
<video @src=_Nikita05bedroom1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>Honestly, she will kill me if she finds out.<</nikita>>
[[You can trust me|Nikita05Bedroom3]]
<<scrolldown>><</cont>><</cont>><<nikita>>I know I can trust you, $playerFirstName. I just want you to know the severity of my situation.<</nikita>>
<<cont keypress append>><<player>>I do. Please, concentrate on my dick now.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>I will. Melanie told me it's a very fine cock.<</nikita>>
<video @src=_Nikita05bedroom2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>She did?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Yeah, she said it was quite big, and that it tastes really nice.<</nikita>>
<video @src=_Nikita05bedroom3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Was she drunk?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Mmm, mmm, why would she be drunk?<</nikita>>
[[Doesn't sound like her, is all|Nikita05Bedroom4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<nikita>>She said it fits perfectly between her tits.<</nikita>>
<<cont keypress append>><<player>>Well, in a sense I definitely agree.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>And she likes when you fuck her in the a-a-a-ass!<</nikita>>
<video @src=_Nikita05bedroom4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>How about when I cum on her face? Does she like that?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>She lo-o-o-oves it!<</nikita>>
<video @src=_Nikita05bedroom5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Weird.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Mmm, mmm, why would she be drunk?<</nikita>>
[[Well, now you'll get the chance to try as well|Nikita05Bedroom5]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<<player>>How about you? Do you like it?<</player>>
<video @src=_Nikita05bedroom6 autoplay muted loop></video>
<<cont keypress append>><<nikita>>Mmm, mmm, yes! Yes! Just don't tell Melanie.<</nikita>>
[[Good to hear (leave)|Melhome][wait()]]
<<disable !canExperienceEvent("05_nikitastay", State.temporary.events)>>[[Good to hear (stay)|Nikita05Stay]]<</disable>>
<<scrolldown>><</cont>><<set
_Nikita05bedroom0 to 'videos/Others/version0.5/nikita/bedroom/0.mp4',
_Nikita05bedroom1 to 'videos/Others/version0.5/nikita/bedroom/1.mp4',
_Nikita05bedroom2 to 'videos/Others/version0.5/nikita/bedroom/2.mp4',
_Nikita05bedroom3 to 'videos/Others/version0.5/nikita/bedroom/3.mp4',
_Nikita05bedroom4 to 'videos/Others/version0.5/nikita/bedroom/4.mp4',
_Nikita05bedroom5 to 'videos/Others/version0.5/nikita/bedroom/5.mp4',
_Nikita05bedroom6 to 'videos/Others/version0.5/nikita/bedroom/6.mp4'
>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
You head over to Nikita.
<<cont keypress append>><<nikita>>(Opening the door): $playerFirstName, you promised you would never tell Melanie about us!<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(Looking her in her eyes, dead serious): I didn't. If she knows it's because someone else told her. I promise.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Letting you in): Are you sure? Well, sorry for blaming you, then.<</nikita>>
[[It could happen to anyone|Nikita05LivingRoom1]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>What are you doing with that phone?<</player>>
<<cont keypress append>><<nikita>>I'm just calling Melanie to tell her that you're not here.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>Are you sure that's a clever thing to do?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Hushing you, talking in her phone): Hey, Mel, how are you doing?<</nikita>>
<video @src=_Nikita05livingroom0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): OMG, she's so stupid.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Winking at you, talking in her phone): I just wanted to mention that I'm home, and that $playerFirstName is not here right now. I'm not gonna have sex with him.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Could she please shut up?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Talking in her phone): Yeah, there is a man here, but it's not $playerFirstName.<</nikita>>
<video @src=_Nikita05livingroom1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Hang up! Hang up, for God's sake!<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Talking in her phone): His name? It's um... um... Aladdin, I think.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Aladdin? Yeah, that went well.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Talking in her phone): He's got a great cock. Bye.<</nikita>>
[[Just another sister-sister conversation|Nikita05LivingRoom2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>Did she buy it?<</player>>
<<cont keypress append>><<nikita>>I don't know. She said she's gonna kill me and flaw me and cook me.<</nikita>>
<video @src=_Nikita05livingroom2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, that's not a very nice thing to say, right?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Trust me, $playerFirstName, I can handle it. She's my sister.<</nikita>>
[[Indeed she is|Nikita05LivingRoom3]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Nikitalivingroom"></div>
<<script>>experiencedEvent("05_nikitalivingroom", "SEE", "05_Nikitalivingroom", State.temporary.events)<</script>>
<<nikita>>Now, let me see that cock of yours.<</nikita>>
<<cont keypress append>><<player>>Here it is.<</player>>
<video @src=_Nikita05livingroom3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>Mmm, wow.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>Yeah, pretty nice, huh?<</player>>
<video @src=_Nikita05livingroom4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>Yes, I can see why Melanie's so upset.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What does she mean by that? Melanie thinks my cock is really small, right?<</player>>
<video @src=_Nikita05livingroom5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<nikita>>Mmm, mmm.<</nikita>>
[[Nikita seems to like it|Nikita05LivingRoom4]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<<player>>Why don't you bend over, just slightly?<</player>>
<<cont keypress append>><<nikita>>Fuck me! Fuck me! Fuck me-e-e-e<</nikita>>
<video @src=_Nikita05livingroom6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Just like that.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Trust me, $playerFirstName, I can handle it. She's my sister.<</nikita>>
[[That was nice (leave)|Melhome][wait()]]
<<disable !canExperienceEvent("05_nikitastay", State.temporary.events)>>[[That was nice (stay)|Nikita05Stay]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><<set
_Nikita05livingroom0 to 'videos/Others/version0.5/nikita/livingroom/0.mp4',
_Nikita05livingroom1 to 'videos/Others/version0.5/nikita/livingroom/1.mp4',
_Nikita05livingroom2 to 'videos/Others/version0.5/nikita/livingroom/2.mp4',
_Nikita05livingroom3 to 'videos/Others/version0.5/nikita/livingroom/3.mp4',
_Nikita05livingroom4 to 'videos/Others/version0.5/nikita/livingroom/4.mp4',
_Nikita05livingroom5 to 'videos/Others/version0.5/nikita/livingroom/5.mp4',
_Nikita05livingroom6 to 'videos/Others/version0.5/nikita/livingroom/6.mp4'
>> <<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
A timid-looking girl is waiting in the lobby.
<<cont keypress append>>You approach her.
<<scrolldown>><<cont keypress append>><<player>>Are you looking for someone?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>My sister told me I should come here to meet good men. Are you a good man?<</nikita>>
<video @src=_Nikita05photo0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm a photographer.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Right. But do you have a big dick?<</nikita>>
[[Wait a minute. Is your sister Melanie?|Nikita05PhotoFirst1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Nikitaphotofirstencounter"></div>
<<script>>experiencedEvent("05_nikitaphotofirstencounter", "SEE", "05_Nikitaphotofirstencounter", State.temporary.events)<</script>>
<<nikita>>Of course I'm Melanie's sister, duh. I'm Nikita.<</nikita>>
<<cont keypress append>><<player>>Alright. I'm $playerFirstName.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>So you are you the best photographer in the world?<</nikita>>
<video @src=_Nikita05photo1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Did Melanie tell you that?<</player>>
[[Seems like it|Nikita05PhotoFirst2]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<<nikita>>I guess you want to see my boobs?<</nikita>>
<video @src=_Nikita05photo2 autoplay muted loop></video>
<<cont keypress append>><<player>>(Frantically searching for your camera): Well, nothing wrong with that, I guess.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Melanie told me you will take pics with me and some black men?<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(Taking photos): That's not always the case. Would you want that?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>(Putting her dress back): Yeah, I'd like that very much, thank you.<</nikita>>
[[Damn! I'd better have a talk with the president|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful1")>><<stopallaudio>><<audio "hopeful1" volume 1 play>><</if>>
<div id="05_TalkToBBCAaboutNikita"></div>
<<script>>experiencedEvent("05_talkToBBCAaboutNikita", "SEE", "05_TalkToBBCAaboutNikita", State.temporary.events)<</script>>
<<president>>Does she demand to take the cock in her mouth as well?<</president>>
<<cont keypress append>><<player>>In her mouth? She didn't mention anything about that.<</player>>
<<scrolldown>><<cont keypress append>><<president>>Then she'd probably want that.<</president>>
<<scrolldown>><<cont keypress append>><<player>>But, mr. President, she didn't say...<</player>>
<<scrolldown>><<cont keypress append>><<president>>$playerFirstName, please. I know women. And we have very big cocks.<</president>>
<<scrolldown>><<cont keypress append>><<player>>Sure, sure.<</player>>
<<scrolldown>><<cont keypress append>><<president>>Anyway, I'll send one of my best men to you. And consider it a gift from a good friend.<</president>>
[[I guess I'm supposed to be grateful|Photo][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="05_Nikitastay"></div>
<<script>>experiencedEvent("05_nikitastay", "SEE", "05_Nikitastay", State.temporary.events)<</script>>
<<nikita>>$playerFirstName?<</nikita>>
<<cont keypress append>><<player>>Yes?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>We had sex. You jizzed on me. Isn't it time for you to leave?<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>No, I'll stay a little longer.<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>Alright. You can do that. I have to get to work though.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): What kind of work is that?<</player>>
<<scrolldown>><<cont keypress append>><<nikita>>And don't let Melanie know you've been here.<</nikita>>
<<scrolldown>><<cont keypress append>><<player>>I won't.<</player>>
[[Of course I won't|Nikita05Stay2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="postboyHello"></div>
Nikita left. What do you want to do?
[[Leave|Melhome][wait()]]
[[Wait until Melanie gets home|Nikita05Stay3]]<<if !isPlaying("action3")>><<stopallaudio>><<audio "action3" volume 1 play>><</if>>
You can hear Melanie's back. What do you want to do?
<<if canExperienceEvent("05_melredblack1", State.temporary.events)>>[[Melanie seems to sense someone is in Nikita's room|Mel05BlackRedIntro0]]<<if !eventIdIsSeen("05_melredblack1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melbreakfast1", State.temporary.events)>>[[Join Melanie for breakfast|Mel05BreakfastIntro0]]<<if !eventIdIsSeen("05_melbreakfast1")>> NEW EVENT!<</if>>
<</if>>
[[Sneak into the house|Sneak][wait()]]
[[Leave|Melhome][wait()]]<div id="05_Meldrinkboat"></div>
<<script>>experiencedEvent("05_meldrinkboat", "SEE", "05_Meldrinkboat", State.temporary.events)<</script>>
<<melanie>>I usually don't drink.<</melanie>>
<<cont keypress append>><<player>>Why?<</player>>
<video @src=_Mel05drinkOnBoat0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Because I tend to be a bit... how should I put it? Slutty.<</melanie>>
[[That's a surprise|Mel05DrinkOnBoat1]]
<<scrolldown>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion05_4 to [
// MelDinner
new Event("05_Melanie_dinner_boat", "Melanie and her husband tells you about their boat", "Go to Melanie's home", [6, 7, 8, 9], [5, 6, 7, 8, 9], 4, 12, 10, 10, ["05_Melanie_dinner_intro"], true, false, true, [4], [4], ["marina"], "0.5.4"),
new Event("05_Melanie_dinner_nikita", "Melanie asks you if Nikita could come to the photo studio", "Go to Melanie's home", [6, 7], [5, 6, 7], 4, 12, 7, 6, ["05_Melanie_dinner_intro"], true, false, true, [4], [4], [], "0.5.4"),
// MelHardPeek
new Event("05_melhardpeek", "It seems mr. Dick has won a big dick contest", "Sneak into Melanie's home", [5, 6, 7, 8], [5, 6, 7, 8], 12, 12, 9, 9, [], true, false, true, [6], [1], [], "0.5.4"),
// MelYoungPeek
new Event("05_melyoungpeek1", "Melanie has found a younger lover", "Sneak into Melanie's home", [6, 7, 8], [6, 7, 8], 12, 12, 0, 0, [], true, false, true, [4], [1], [], "0.5.4"),
new Event("05_melyoungpeek2", "Melanie has found a younger lover. They fuck even more.", "Sneak into Melanie's home", [7, 8, 9], [7, 8, 9], 12, 12, 0, 0, ["05_melyoungpeek1"], true, false, true, [4], [1], [], "0.5.4"),
new Event("05_melyoungpeek3", "Melanie has found a younger lover. He jizzes on her ass.", "Sneak into Melanie's home", [7, 8, 9], [7, 8, 9], 12, 12, 9, 9, ["05_melyoungpeek2"], true, false, true, [4], [1], [], "0.5.4"),
new Event("05_melyoungpeekcough1", "Melanie has found a younger lover. You cough, and she notices you", "Sneak into Melanie's home", [7, 8, 9], [7, 8, 9], 36, -24, 0, 0, ["05_melyoungpeek2"], true, false, true, [4], [1], [], "0.5.4"),
new Event("05_melyoungpeekcough2", "Melanie has found a younger lover. You cough again, and she notices you again", "Sneak into Melanie's home", [7, 8, 9], [7, 8, 9], 36, -24, 9, 9, ["05_melyoungpeek3"], true, false, true, [4], [1], [], "0.5.4"),
// MelShowerPeek
new Event("05_melshowerpeek", "Melanie has a long nice shower", "Sneak into Melanie's home", [4, 5, 6, 7, 8], [4, 5, 6, 7, 8], 12, 12, 9, 9, [], true, false, true, [0], [1], [], "0.5.4"),
// MelPeekWithHusband
new Event("05_melpeekwithhusband", "So this is what Melanie does when she's cleaning the pool house", "Go to Melanie's", [6, 7, 8], [5, 6, 7, 8], 0, 0, 9, 9, ["05_Melanie_dinner_intro"], true, false, true, [0], [1], [], "0.5.4"),
// MelPeekOnHusband
new Event("05_melpeekonhusband", "Melanie and her husband have a good time", "Sneak into Melanie's home", [6, 7, 8], [6, 7, 8], 0, 0, 9, 9, ["05_Melanie_dinner_intro"], true, false, true, [0], [1], [], "0.5.4"),
// NikitaPhoto
new Event("05_nikitaphotofirstencounter", "You meet Nikita, Melanie's sister, at the photo studio", "Go to the photo studio", [6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 9, 9, ["05_Melanie_dinner_nikita"], true, false, false, [0], [1], [], "0.5.4"),
new Event("05_nikitaphoto", "You take some photos with Nikita and a BBC", "Go to the photo studio", [6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 9, 9, ["05_talkToBBCAaboutNikita"], true, false, false, [0], [1], [], "0.5.4"),
// BBCAAboutNikita
new Event("05_talkToBBCAaboutNikita", "You have a call with the president of BBCA about Nikita", "Go to the photo studio", [6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 9, 9, ["05_nikitaphotofirstencounter"], true, false, false, [0, 1, 2, 3, 4], [0], [], "0.5.4"),
// NikitaBedroom
new Event("05_nikitabedroom", "You meet up with Nikita at Melanie's house", "Go to Melanie's", [6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 9, 9, ["05_nikitaphoto"], true, false, true, [2], [1], [], "0.5.4"),
// NikitaLivingRoom
new Event("05_nikitalivingroom", "You meet up with Nikita at Melanie's house, in the livingroom", "Go to Melanie's", [6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 9, 9, ["05_melredblack3"], true, false, true, [5], [1], [], "0.5.4"),
new Event("05_nikitastay", "You meet up with Nikita, and stay in Melanie's house when she leaves", "Go to Melanie's", [6, 7, 8, 9], [5, 6, 7, 8, 9], 0, 0, 9, 9, ["05_nikitabedroom"], true, false, true, [2, 5], [1], [], "0.5.4"),
// MelRedandBlack
new Event("05_melredblack1", "Melanie finds you in Nikita's bedroom", "Stay after you've met Nikita at Melanie's home", [6, 7, 8], [5, 6, 7, 8], 24, 24, 0, 0, ["05_nikitastay"], true, false, true, [2], [1], [], "0.5.4"),
new Event("05_melredblack2", "Melanie finds you in Nikita's bedroom, and gives you a blowjob", "Stay after you've met Nikita at Melanie's home", [6, 7, 8], [5, 6, 7, 8], 36, 36, 0, 0, ["05_melredblack1"], true, false, true, [2], [1], [], "0.5.4"),
new Event("05_melredblack3", "Melanie finds you in Nikita's bedroom, and you cum on her boobs", "Stay after you've met Nikita at Melanie's home", [6, 7, 8], [5, 6, 7, 8], 36, 36, 7, 6, ["05_melredblack2"], true, false, true, [2], [1], [], "0.5.4"),
// MelBreakfast
new Event("05_melbreakfast1", "You meet Melanie in her kitchen", "Stay after you've met Nikita at Melanie's home", [6, 7, 8], [5, 6, 7, 8], 24, 24, 0, 0, ["05_nikitastay"], true, false, true, [5], [1], [], "0.5.4"),
new Event("05_melbreakfast2", "You meet Melanie in her kitchen, she blows your cock", "Stay after you've met Nikita at Melanie's home", [6, 7, 8], [5, 6, 7, 8], 36, 36, 0, 0, ["05_melbreakfast1"], true, false, true, [5], [1], [], "0.5.4"),
new Event("05_melbreakfastassfuck", "You meet Melanie in her kitchen, she lets you fuck her ass", "Stay after you've met Nikita at Melanie's home", [6, 7, 8], [6, 7, 8], 36, 36, 7, 7, ["05_melbreakfast2"], true, false, true, [5], [1], [], "0.5.4"),
new Event("05_melbreakfastjizz", "You meet Melanie in her kitchen, you cum on her", "Stay after you've met Nikita at Melanie's home", [6, 7, 8], [5, 6, 7, 8], 36, 36, 7, 6, ["05_melbreakfast2"], true, false, true, [5], [1], [], "0.5.4"),
// MelTigerBikini
new Event("05_meltiger", "Melanie shows you a tiger bikini", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], 12, 12, 9, 9, ["05_Melanie_dinner_boat"], true, false, true, [5], [1], [], "0.5.4"),
new Event("05_meltigeryes", "Melanie shows you a tiger bikini, you say you're hard", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], -12, 36, 9, 9, ["05_meltiger"], true, false, true, [5], [1], [], "0.5.4"),
new Event("05_meltigerno", "Melanie shows you a tiger bikini, you say you're not hard", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], 36, -12, 9, 9, ["05_meltigeryes"], true, false, true, [5], [1], [], "0.5.4"),
// MelDrinkOnBoat
new Event("05_meldrinkboat", "Melanie wants to take a boat trip and have a glas of champagne", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], 12, 12, 0, 0, ["05_Melanie_dinner_boat"], true, false, true, [1], [1], [], "0.5.4"),
new Event("05_meldrinkboatpose", "Melanie wants to take a boat trip and have a glas of champagne, she removes her bikini top", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], -12, 36, 9, 9, ["05_meldrinkboat"], true, false, true, [1], [1], [], "0.5.4"),
new Event("05_meldrinkboatextreme", "Melanie wants to take a boat trip and have a glas of champagne, she masturbates", "Go to the marina", [6, 7, 8], [6, 7, 8], 48, 12, 9, 9, ["05_meldrinkboatpose"], true, false, true, [1], [1], [], "0.5.4"),
// MelBoat
new Event("05_melboat1", "Melanie wants to take a boat trip", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], 12, 12, 0, 0, ["05_Melanie_dinner_boat"], true, false, true, [4], [1], [], "0.5.4"),
new Event("05_melboat2", "Melanie wants to take a boat trip, you help her with sun lotion", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], 12, 12, 0, 0, ["05_Melanie_dinner_nikita"], true, false, true, [4], [1], [], "0.5.4"),
new Event("05_melboat3", "Melanie wants to take a boat trip, you massage her boobs", "Go to the marina", [6, 7, 8], [5, 6, 7, 8], 24, 24, 7, 6, ["05_Melanie_swingers_intro"], true, false, true, [4], [1], [], "0.5.4"),
new Event("05_melboatfinish", "Melanie wants to take a boat trip, you get a blowjob", "Go to the marina", [6, 7, 8], [6, 7, 8], 36, 36, 7, 7, ["05_melboat3"], true, false, true, [4], [1], [], "0.5.4"),
]>>
</nobr><<if !isPlaying("chill1")>><<stopallaudio>><<audio "chill1" volume 1 play>><</if>>
You're at the marina. Here you can go on boat trips or just chill out.
What do you want to do?
<<if canExperienceEvent("05_meltiger", State.temporary.events)>>[[Melanie has a new bikini|Mel05TigerBikini0]]<<if !eventIdIsSeen("05_meltiger")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_melboat1", State.temporary.events)>>[[Melanie wants to go on a boat trip|Mel05Boat0]]<<if !eventIdIsSeen("05_melboat1")>> NEW EVENT!<</if>>
<</if>><<if canExperienceEvent("05_meldrinkboat", State.temporary.events)>>[[Melanie fancy some champagne|Mel05DrinkOnBoat0]]<<if !eventIdIsSeen("05_meldrinkboat")>> NEW EVENT!<</if>>
<</if>>
Do you want to go somewhere else?
<<if locationIsAvailable("home") == true>><span class="location"><<button "Ryan's home">>
<<goto Ryan>>
<</button>></span><</if>><<if locationIsAvailable("mel_home") == true>><span class="location"><<button "Melanie's home">>
<<goto Melhome>>
<</button>></span><</if>><<if locationIsAvailable("work") == true>><span class="location"><<button "Melanie's work">>
<<goto Melwork>>
<</button>></span><</if>><<if locationIsAvailable("park") == true>><span class="location"><<button "Park">>
<<goto Park>>
<</button>></span><</if>><<if locationIsAvailable("photo") == true>><span class="location"><<button "Photo studio">>
<<goto Photo>>
<</button>></span><</if>><<if locationIsAvailable("apartment") == true>><span class="location"><<button "The new place">>
<<goto Apartment>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "BBCA Headquarters">>
<<goto BBCA>>
<</button>></span><</if>><<if locationIsAvailable("bbca") == true>><span class="location"><<button "Gym">>
<<goto Gym>>
<</button>></span><</if>>
Or do you prefer to just chill?
[[Wait|Marina][wait()]]
[[Wait until next day|Marina][waitToNextDay()]]
<<set _mychapter to chapterShouldBePresented(State.temporary.events)>>
<<if _mychapter != "">>
<<goto _mychapter>>
<</if>><div id="05_melanie_dinner_boat"></div>
<<script>>experiencedEvent("05_Melanie_dinner_boat", "SEE", "05_melanie_dinner_boat", State.temporary.events)<</script>>
<<melanie>>I do enjoy a boatride once in a while.<</melanie>>
<<cont keypress append>><<player>>You have a boat?<</player>>
<<scrolldown>><<cont keypress append>><<husband>>We certainly do. It's down in the marina.<</husband>>
<video @src=_Mel04Dinner2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Would you like to see it? I can show it to you if you like?<</melanie>>
[[Why not|Mel04DinnerIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_melanie_dinner_nikita"></div>
<<script>>experiencedEvent("05_Melanie_dinner_nikita", "SEE", "05_melanie_dinner_nikita", State.temporary.events)<</script>>
<<melanie>>I have a younger sister, Nikita.<</melanie>>
<<cont keypress append>><<player>>What is she doing? Is she in your company as well?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Sneering): Her most dire wish is to be a super model.<</melanie>>
<video @src=_Mel04Dinner2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>You run a photo studio, don't you, $playerFirstName?<</husband>>
<<scrolldown>><<cont keypress append>><<player>>(Coughing): Hmm, yes I do. I certainly do.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, I guess I can tell her to visit you for an audition. Would that be alright?<</melanie>>
[[Sure|Mel04DinnerIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>>!Version 0.5.3
!!What's new in this version?
!!!New content
- An major extension of the scene with Lela and the Main Character's cousin.
- A major scene with Lela in te Photo Studio.
- A major scene with Sandee in the new apartment
- A major scene with Monique in the office basement
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofivethree"></div>
<<script>>
describeAllContent("0.5.3", "newContentZerofivethree", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version of the game.
!!!Bug fixes
None in this version of the game.<<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Melanie_masseur1Intro"></div>
<<script>>experiencedEvent("05_melanie_masseur1Intro", "SEE", "05_Melanie_masseur1Intro", State.temporary.events)<</script>>
You meet Melanie in the basement.
<<cont keypress append>><<melanie>>Good that you're here, $playerFirstName. I need your help. Please, setup the massage table.<</melanie>>
[[Alright|Mel05MasseuseFirst1]]
[[I don't have time for this|Melwork][wait()]]
<<scrolldown>><</cont>><<player>>Done.<</player>>
<<cont keypress append>><<melanie>>Great. I have quite some sore in my muscles since yesterday.<</melanie>>
<video @src=_Mel05masseurFirst0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah? Did you hit the gym?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No. I participated in a gangbang.<</melanie>>
[[That sounds rough|Mel05MasseuseFirst2]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>It was me and five black men.<</melanie>>
<video @src=_Mel05masseurFirst1 autoplay muted loop></video>
<<cont keypress append>><<player>>So they had massive cocks, I suppose?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, yeah. And they all slapped my boobs with them.<</melanie>>
<video @src=_Mel05masseurFirst2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You must have enjoyed that very much.<</player>>
[[She seems to enjoy telling me about it as well|Mel05MasseuseFirst4]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>You know, $playerFirstName, I managed to take care of all cocks at once.<</melanie>>
<<cont keypress append>><<player>>How? One in your pussy, one in your asshole, one in your mouth and one in each hand?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm not counting my hands, rookie.<</melanie>>
<video @src=_Mel05masseurFirst3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So how did you do it?<</player>>
[[I'm about to learn something new, it seems|Mel05MasseuseFirst5]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Melanie_masseur1GB"></div>
<<script>>experiencedEvent("05_melanie_masseur1GB", "SEE", "05_Melanie_masseur1GB", State.temporary.events)<</script>>
<<melanie>>One in my mouth, one between my boobs, one in my pussy and two in my asshole.<</melanie>>
<<cont keypress append>><<player>>Ah, that makes sense.<</player>>
<video @src=_Mel05masseurFirst4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>And don't get too excited, $playerFirstName, I don't have time for you to get hard on me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No? What are you up to now?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I'm going home to my husband. He doesn't know anything about the gangbang. And I want it to stay that way.<</melanie>>
<video @src=_Mel05masseurFirst5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And the only way to do that is to fuck him good?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're catching up.<</melanie>>
[[I'm learning more about you every day (leave)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05masseurFirst0 to 'videos/Melanie/version0.5/masseurFirst/0.mp4',
_Mel05masseurFirst1 to 'videos/Melanie/version0.5/masseurFirst/1.mp4',
_Mel05masseurFirst2 to 'videos/Melanie/version0.5/masseurFirst/2.mp4',
_Mel05masseurFirst3 to 'videos/Melanie/version0.5/masseurFirst/3.mp4',
_Mel05masseurFirst4 to 'videos/Melanie/version0.5/masseurFirst/4.mp4',
_Mel05masseurFirst5 to 'videos/Melanie/version0.5/masseurFirst/5.mp4'
>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Melanie_masseur2Intro"></div>
<<script>>experiencedEvent("05_melanie_masseur2Intro", "SEE", "05_Melanie_masseur2Intro", State.temporary.events)<</script>>
<<melanie>>Good that you could come so fast, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Welcome to my apartment, I guess.<</player>>
<video @src=_Mel05masseurSecond0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Don't get smart on me. I saved a spare key in case of emergency.<</melanie>>
[[And this is an emergency?|Mel05masseurSecond1]]
<<scrolldown>><</cont>><</cont>><<melanie>>There's something I need to talk about. And in the meantime I thought you could give me another massage.<</melanie>>
<video @src=_Mel05masseurSecond1 autoplay muted loop></video>
<<cont keypress append>><<player>>(To yourself): I guess this is the kind of benefits you expect when you are a beautiful woman.<</player>>
<<scrolldown>><<cont keypress append>><<player>>Shoot.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>All men watch sports, right?<</melanie>>
[[Pretty much, yes|Mel05masseurSecond2]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<<melanie>>And you are a man, aren't you?<</melanie>>
<<cont keypress append>><<player>>Yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I mean, at least in the sense that you watch sports?<</melanie>>
<video @src=_Mel05masseurSecond2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would say I'm a man in a few other senses as well.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You mean that you get hard when I remove my clothes?<</melanie>>
<video @src=_Mel05masseurSecond3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>If you would like to put it like that, yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That doesn't make you a man, $playerFirstName, that's just as valid for young boys.<</melanie>>
[[Screw this (get her out)|Apartment][wait()]]
<<disable !canExperienceEvent("05_melanie_masseur2Tips", State.temporary.events)>>[[Eat it (continue)|Mel05masseurSecond3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_masseur2Tips"></div>
<<script>>experiencedEvent("05_melanie_masseur2Tips", "SEE", "05_Melanie_masseur2Tips", State.temporary.events)<</script>>
<<player>>What's your point?<</player>>
<<cont keypress append>><<melanie>>I noticed my husband was watching an athletics event yesterday evening. And I saw something interesting.<</melanie>>
<video @src=_Mel05masseurSecond4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>What?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The athletes have very tight pants.<</melanie>>
<video @src=_Mel05masseurSecond5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>That's correct.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And a few of them have very big cocks.<</melanie>>
[[I think I see where this conversation is going|Mel05masseurSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I just wonder, which athletics events is best if I want to see big cocks?<</melanie>>
<video @src=_Mel05masseurSecond6 autoplay muted loop></video>
<<cont keypress append>><<player>>Well...<</player>>
[[100 meters is always a good choice|Mel05masseurSecondWM1]]
<<disable !canExperienceEvent("05_melanie_masseur2Discus", State.temporary.events)>>[[There are some big dudes competing in discus throw|Mel05masseurSecondWM2]]<</disable>>
<<disable !canExperienceEvent("05_melanie_masseur2Pole", State.temporary.events)>>[[Maybe pole vault is the best|Mel05masseurSecondWM3]]<</disable>>
<<disable !canExperienceEvent("05_melanie_masseur2Triple", State.temporary.events)>>[[My favourite is triple jump|Mel05masseurSecondWM4]]<</disable>>
<<scrolldown>><</cont>><div id="05_Melanie_masseur2Sprint"></div>
<<script>>experiencedEvent("05_melanie_masseur2Sprint", "SEE", "05_Melanie_masseur2Sprint", State.temporary.events)<</script>>
<<melanie>>But that's over in like ten seconds. Will I be able to see anything?<</melanie>>
<<cont keypress append>><<player>>You won't see anything when they show the race. But just wait until they show the slow-motion videos on the winner.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Is it a full body video?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Always.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And the winner has a big cock?<</melanie>>
<video @src=_Mel05masseurSecond7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Depends on who wins the race.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>They don't always show the slow-motion of the guy with the biggest cock.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's weird.<</melanie>>
[[I would enjoy a sports event produced by Melanie|Mel05masseurSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_masseur2Discus"></div>
<<script>>experiencedEvent("05_melanie_masseur2Discus", "SEE", "05_Melanie_masseur2Discus", State.temporary.events)<</script>>
<<melanie>>I don't know, do they ever bring women into that cage?<</melanie>>
<<cont keypress append>><<player>>Not during the event. The sport is to throw that discus as far as possible.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I think it's suspicious. If a man has a cage, he should bring women inside and fuck them. Otherwise he's probably gay, right?<</melanie>>
<video @src=_Mel05masseurSecond8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I would say it's still possible that he's straight.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, but then he's got a very small penis.<</melanie>>
[[Her logic is irrefutable|Mel05masseurSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_masseur2Pole"></div>
<<script>>experiencedEvent("05_melanie_masseur2Pole", "SEE", "05_Melanie_masseur2Pole", State.temporary.events)<</script>>
<<melanie>>Pole, is that referring to their cocks?<</melanie>>
<<cont keypress append>><<player>>Not exactly. They use their poles to get as far up as possible.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Sounds like a cock to me.<</melanie>>
<video @src=_Mel05masseurSecond9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, it's not. It's just a long stick.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>A dildo?<</melanie>>
[[No!|Mel05masseurSecondWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Melanie_masseur2Triple"></div>
<<script>>experiencedEvent("05_melanie_masseur2Triple", "SEE", "05_Melanie_masseur2Triple", State.temporary.events)<</script>>
<<melanie>>Why is that even remotely interesting?<</melanie>>
<<cont keypress append>><<player>>When the girls lands in the pit, their panties may slip a bit, and...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Are you referring to female athetes, $playerFirstName?<</melanie>>
<video @src=_Mel05masseurSecond10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Ehm, yes.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Getting up): That's enough. I'm leaving.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Getting dressed): I asked you a simple question: how to find athletes with big cocks. Did that in any way sound like I was wondering about females?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>No, but...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Leaving): Goodbye, $playerFirstName.<</melanie>>
[[I guess I screw up|Apartment][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05masseurSecond0 to 'videos/Melanie/version0.5/masseurSecond/0.mp4',
_Mel05masseurSecond1 to 'videos/Melanie/version0.5/masseurSecond/1.mp4',
_Mel05masseurSecond2 to 'videos/Melanie/version0.5/masseurSecond/2.mp4',
_Mel05masseurSecond3 to 'videos/Melanie/version0.5/masseurSecond/3.mp4',
_Mel05masseurSecond4 to 'videos/Melanie/version0.5/masseurSecond/4.mp4',
_Mel05masseurSecond5 to 'videos/Melanie/version0.5/masseurSecond/5.mp4',
_Mel05masseurSecond6 to 'videos/Melanie/version0.5/masseurSecond/6.mp4',
_Mel05masseurSecond7 to 'videos/Melanie/version0.5/masseurSecond/7.mp4',
_Mel05masseurSecond8 to 'videos/Melanie/version0.5/masseurSecond/8.mp4',
_Mel05masseurSecond9 to 'videos/Melanie/version0.5/masseurSecond/9.mp4',
_Mel05masseurSecond10 to 'videos/Melanie/version0.5/masseurSecond/10.mp4'
>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Melanie_masseur3Intro"></div>
<<script>>experiencedEvent("05_melanie_masseur3Intro", "SEE", "05_Melanie_masseur3Intro", State.temporary.events)<</script>>
<<melanie>>I need your advice, $playerFirstName.<</melanie>>
<video @src=_Mel05masseurThird0 autoplay muted loop></video>
<<cont keypress append>><<player>>I tought you wanted a massage?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course I do, but I'm trying to strike an interesting conversation in the meantime.<</melanie>>
<video @src=_Mel05masseurThird1 autoplay muted loop></video>
[[Alright, so what do you need help with?|Mel05masseurThird1]]
<<scrolldown>><</cont>><</cont>><<melanie>>I'm attending a masquerade this evening, and I don't know what to wear.<</melanie>>
<<cont keypress append>><<player>>I'm sure you have something suitable in your wardrobe?<</player>>
<video @src=_Mel05masseurThird2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Obviously, but I want it to be something special.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Why is that so important all of a sudden?<</player>>
<video @src=_Mel05masseurThird3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Because three members of the BBCA will be there and they will be dressed as teddybears, if you know what I mean.<</melanie>>
[[I don't, but I know how you generally think, so go on|Mel05masseurThird2]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_masseur3Help"></div>
<<script>>experiencedEvent("05_melanie_masseur3Help", "SEE", "05_Melanie_masseur3Help", State.temporary.events)<</script>>
<<player>>So you want something sexy but still elegant, right?<</player>>
<<cont keypress append>><<melanie>>I guess that's one way to frame it.<</melanie>>
<video @src=_Mel05masseurThird4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And you want to highlight your boobs, I suppose?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Naturally.<</melanie>>
[[Any other requirements?|Mel05masseurThirdWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>I want my pussy and my asshole to be fully accessible at all times, so that I'm ready whenever a BBC wants me.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Gulping): Alright, then I think you should go for...<</player>>
[[A nurse costume|Mel05masseurThirdWM1]]
<<disable !canExperienceEvent("05_melanie_masseur3Elf", State.temporary.events)>>[[An elf costume|Mel05masseurThirdWM2]]<</disable>>
<<disable !canExperienceEvent("05_melanie_masseur3Mermaid", State.temporary.events)>>[[A mermaid costume|Mel05masseurThirdWM3]]<</disable>>
<<scrolldown>><</cont>><div id="05_Melanie_masseur3Nurse"></div>
<<script>>experiencedEvent("05_melanie_masseur3Nurse", "SEE", "05_Melanie_masseur3Nurse", State.temporary.events)<</script>>
<<melanie>>Isn't that yesterday's news, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>It's maybe not an original idea, but it has everything you need, right? They can see your boobs, they can access your pussy.<</player>>
<video @src=_Mel05masseurThird5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I don't know...<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>...And it's still not very slutty. It can be rather classy, actually.<</player>>
[[She doesn't seem entirely convinced|Mel05masseurThirdWM]]
<<scrolldown>><</cont>><</cont>><</cont>><div id="05_Melanie_masseur3Elf"></div>
<<script>>experiencedEvent("05_melanie_masseur3Elf", "SEE", "05_Melanie_masseur3Elf", State.temporary.events)<</script>>
<<melanie>>I'm not a LOTR nerd, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>There are many other elves than the ones in LOTR. You could be completely naked, except for the ears, of course.<</player>>
<video @src=_Mel05masseurThird6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Interesting. But I don't really like the ears. Can I skip them too?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>And dress up like a croquis model?<</player>>
[[She doesn't seem entirely convinced|Mel05masseurThirdWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<melanie>>What's the point with that, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Then you don't have to cover your boobs at all.<</player>>
<video @src=_Mel05masseurThird7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Interesting. But how about that big fin? How will they fuck me if I wear that?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Maybe they can rip it open from behind?<</player>>
<video @src=_Mel05masseurThird8 autoplay muted loop></video>
[[She makes a suspicious face|Mel05masseurThird3]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("party1")>><<stopallaudio>><<audio "party1" volume 1 play>><</if>>
<div id="05_Melanie_masseur3Mermaid"></div>
<<script>>experiencedEvent("05_melanie_masseur3Mermaid", "SEE", "05_Melanie_masseur3Mermaid", State.temporary.events)<</script>>
<<melanie>>Wait a minute, are you just telling me your creepy fantasies, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Well, you asked me for advice. I have acquired a bunch of knowledge from those fantasies of mine.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're a pervert, $playerFirstName, you know that?<</melanie>>
<video @src=_Mel05masseurThird9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>What can I say? I'm a creative guy.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You're hard as rock, $playerFirstName, that is so inappropriate.<</melanie>>
<video @src=_Mel05masseurThird10 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>(Standing up, getting dressed): Because I need to stay ready for tonight. That's why.<</melanie>>
[[Damn (she leaves)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05masseurThird0 to 'videos/Melanie/version0.5/masseurThird/0.mp4',
_Mel05masseurThird1 to 'videos/Melanie/version0.5/masseurThird/1.mp4',
_Mel05masseurThird2 to 'videos/Melanie/version0.5/masseurThird/2.mp4',
_Mel05masseurThird3 to 'videos/Melanie/version0.5/masseurThird/3.mp4',
_Mel05masseurThird4 to 'videos/Melanie/version0.5/masseurThird/4.mp4',
_Mel05masseurThird5 to 'videos/Melanie/version0.5/masseurThird/5.mp4',
_Mel05masseurThird6 to 'videos/Melanie/version0.5/masseurThird/6.mp4',
_Mel05masseurThird7 to 'videos/Melanie/version0.5/masseurThird/7.mp4',
_Mel05masseurThird8 to 'videos/Melanie/version0.5/masseurThird/8.mp4',
_Mel05masseurThird9 to 'videos/Melanie/version0.5/masseurThird/9.mp4',
_Mel05masseurThird10 to 'videos/Melanie/version0.5/masseurThird/10.mp4'
>><<if !isPlaying("christmas1")>><<stopallaudio>><<audio "christmas1" volume 1 play>><</if>>
<div id="05_Melanie_cookiesIntro"></div>
<<script>>experiencedEvent("05_melanie_cookiesIntro", "SEE", "05_Melanie_cookiesIntro", State.temporary.events)<</script>>
<<melanie>>$playerFirstName? Why don't you come in?<</melanie>>
<video @src=_Mel05cookies0 autoplay muted loop></video>
<<cont keypress append>><<player>>You have decorated a Christmas tree?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, I thought it was time for it.<</melanie>>
[[What a coincidence. I brought some cookies|Mel05Cookies1]]
<<scrolldown>><</cont>><</cont>><<melanie>>Wow, $playerFirstName! How did you know I love these?<</melanie>>
<video @src=_Mel05cookies1 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm a pretty good judge of character.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't make a fool out of yourself, $playerFirstName. You have a small cock, and that's all there is to it.<</melanie>>
<video @src=_Mel05cookies2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>>Melanie wants to talk about something. She brings up...
[[The perfect diet if you want to grow big tits|Mel05CookiesSlip0]]
<<disable !canExperienceEvent("05_melanie_cookiesCock", State.temporary.events)>>[[The perfect diet if you want to grow a big cock|Mel05CookiesEat0]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>You have seen a few women with big tits, right?<</melanie>>
<<cont keypress append>><<player>>I've seen you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Hahaha, you got me there, $playerFirstName!<</melanie>>
<video @src=_Mel05cookies5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Staring at Melanie's nipple slip): Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But seriously, $playerFirstName, what do you think is the perfect diet for growing big tits?<</melanie>>
<<scrolldown>><<cont keypress append>>What are you gonna do?
[[Say something about what to drink|Mel05CookiesSlip2]]
<<disable !canExperienceEvent("05_melanie_cookiesIceCream", State.temporary.events)>>[[Say something about what to eat|Mel05CookiesSlip3]]<</disable>>
<<disable !canExperienceEvent("05_melanie_cookiesmalfunc", State.temporary.events)>>[[Point out Melanie's wardrobe malfunction|Mel05CookiesSlip1]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_cookiesmalfunc"></div>
<<script>>experiencedEvent("05_melanie_cookiesmalfunc", "SEE", "05_Melanie_cookiesmalfunc", State.temporary.events)<</script>>
<<melanie>>OMG, $playerFirstName, why didn't you tell me before?<</melanie>>
<video @src=_Mel05cookies6 autoplay muted loop></video>
<<cont keypress append>><<player>>I just pointed it out!<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, right. And you think I believe you said it as soon as you noticed it?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Pretty much, yeah.<</player>>
[[Melanie doesn't believe you|Mel05CookiesFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("christmas1")>><<stopallaudio>><<audio "christmas1" volume 1 play>><</if>>
<div id="05_Melanie_cookiescoke"></div>
<<script>>experiencedEvent("05_melanie_cookiescoke", "SEE", "05_Melanie_cookiescoke", State.temporary.events)<</script>>
<<player>>It's quite common to drink diet coke, I reckon.<</player>>
<<cont keypress append>><<melanie>>Mmm, among women with small tits, yes. Big-breasted women like myself always drink real coke.<</melanie>>
<video @src=_Mel05cookies7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You like that chocolate ball, huh?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Almost like a BBC. I think it's best if you leave, $playerFirstName. I want to be alone with this booty.<</melanie>>
[[I guess I'd better leave|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("christmas1")>><<stopallaudio>><<audio "christmas1" volume 1 play>><</if>>
<div id="05_Melanie_cookiesIceCream"></div>
<<script>>experiencedEvent("05_melanie_cookiesIceCream", "SEE", "05_Melanie_cookiesIceCream", State.temporary.events)<</script>>
<<player>>Many beautiful women like cookies and ice cream.<</player>>
<<cont keypress append>><<melanie>>We do. We actually do.<</melanie>>
<video @src=_Mel05cookies8 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulp): The question is whether it has something to do with their boobs or not.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Well, what do you think, $playerFirstName?<</melanie>>
<video @src=_Mel05cookies9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Gulp): Ehm, ehm.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You don't seem to feel very well, $playerFirstName. You stammer, and you can't focus on my eyes.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>(Gulp): Well, that's not... Ehm...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I think you'd better go home and rest, $playerFirstName.<</melanie>>
[[Damn (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("christmas1")>><<stopallaudio>><<audio "christmas1" volume 1 play>><</if>>
<<melanie>>Tell me the truth, $playerFirstName, you're only here because you want to ogle those boobs, aren't you?<</melanie>>
<video @src=_Mel05cookies10 autoplay muted loop></video>
<<cont keypress append>><<player>>Ehm, ehm.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The truth! Tell me the truth.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Alright, alright! Yes, that's why I'm here.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That's what I thought. You're a pervert. Now, please leave.<</melanie>>
[[Damn (leave)|Melhome][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<melanie>>Mmm, do you eat a lot of pizza, $playerFirstName?<</melanie>>
<<cont keypress append>><<player>>Not really. I try to eat healthy.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>My husband eats a lot of pizza.<</melanie>>
<video @src=_Mel05cookies3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Good for him, I guess.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>How about beer? Do you drink beer and watch sports?<</melanie>>
[[I don't watch sports very much|Mel05CookiesEat1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_cookiesCock"></div>
<<script>>experiencedEvent("05_melanie_cookiesCock", "SEE", "05_Melanie_cookiesCock", State.temporary.events)<</script>>
<<melanie>>Why? You only watch porn?<</melanie>>
<<cont keypress append>><<player>>I'm reading classic poetry and listen to Beethoven.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I would advise you to eat a lot of pizza and watch a few games every day, $playerFirstName.<</melanie>>
<video @src=_Mel05cookies4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Why is that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Because every man with a big dick has implemented those habits.<</melanie>>
[[It seems Melanie suspects something|Mel05CookiesFinish]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05cookies0 to 'videos/Melanie/version0.5/cookies/0.mp4',
_Mel05cookies1 to 'videos/Melanie/version0.5/cookies/1.mp4',
_Mel05cookies2 to 'videos/Melanie/version0.5/cookies/2.mp4',
_Mel05cookies3 to 'videos/Melanie/version0.5/cookies/3.mp4',
_Mel05cookies4 to 'videos/Melanie/version0.5/cookies/4.mp4',
_Mel05cookies5 to 'videos/Melanie/version0.5/cookies/5.mp4',
_Mel05cookies6 to 'videos/Melanie/version0.5/cookies/6.mp4',
_Mel05cookies7 to 'videos/Melanie/version0.5/cookies/7.mp4',
_Mel05cookies8 to 'videos/Melanie/version0.5/cookies/8.mp4',
_Mel05cookies9 to 'videos/Melanie/version0.5/cookies/9.mp4',
_Mel05cookies10 to 'videos/Melanie/version0.5/cookies/10.mp4'
>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="05_Melanie_therapistIntro"></div>
<<script>>experiencedEvent("05_melanie_therapistIntro", "SEE", "05_Melanie_therapistIntro", State.temporary.events)<</script>>
Melanie asked you for a talk in the therapy room.
<<cont keypress append>><<melanie>>Woohoo, $playerFirstName?<</melanie>>
<video @src=_Mel05therapistintro0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>I'm here.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I knew you would. You can't wait to hear what I've got to say, right?<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I did, but that wasn't part of the competition.<</melanie>>
[[Actually, I'm very interested|Mel05TherapistIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<player>>(To yourself): I wonder what professional therapists do in these situations.<</player>>
<<cont keypress append>><<player>>(To yourself): I guess I could just ask a question.<</player>>
<<scrolldown>><<cont keypress append>><<player>>So, Melanie, what is the topic for today?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I want to talk about anal sex.<</melanie>>
<video @src=_Mel05therapistintro1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Okay.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Is that alright? You're blushing.<</melanie>>
[[If you think that will help you, we can talk about it|Mel05TherapistIntroWM1]]
<<disable !canExperienceEvent("05_melanie_therapistSuperWeird", State.temporary.events)>>[[Sorry, I only imagined fucking your ass real quick|Mel05TherapistIntroWM2]]<</disable>>
<<disable !canExperienceEvent("05_melanie_therapistChildhood", State.temporary.events)>>[[Why don't you tell me about your earliest memories of anal sex?|Mel05TherapistIntroWM3]]<</disable>>
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_therapistWeird"></div>
<<script>>experiencedEvent("05_melanie_therapistWeird", "SEE", "05_Melanie_therapistWeird", State.temporary.events)<</script>>
<<melanie>>Yeah, and poor $playerFirstName has to listen to a boring subject, right?<</melanie>>
<video @src=_Mel05therapistintro2 autoplay muted loop></video>
<<cont keypress append>><<player>>I'm here to help you.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, you're not at all imagining my ass each night when you jerk off, hahaha.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Hahaha.<</player>>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): Actually, I usually imagine her boobs.<</player>>
[[It seems we will have a fruitful conversation|Mel05TherapistIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>>
<div id="05_Melanie_therapistSuperWeird"></div>
<<script>>experiencedEvent("05_melanie_therapistSuperWeird", "SEE", "05_Melanie_therapistSuperWeird", State.temporary.events)<</script>>
<<melanie>>Real quick? How fast do you cum in my ass in those dreams of yours, $playerFirstName?<</melanie>>
<video @src=_Mel05therapistintro3 autoplay muted loop></video>
<<cont keypress append>><<player>>I usually don't dream the actual time-lapse.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You have to visualize the whole act, $playerFirstName, or else you'll have a tiny dick forever.<</melanie>>
[[It seems we will have a fruitful conversation|Mel05TherapistIntroWM]]
<<scrolldown>><</cont>><</cont>><<if !isPlaying("hopeful3")>><<stopallaudio>><<audio "hopeful3" volume 1 play>><</if>>
<div id="05_Melanie_therapistChildhood"></div>
<<script>>experiencedEvent("05_melanie_therapistChildhood", "SEE", "05_Melanie_therapistChildhood", State.temporary.events)<</script>>
<<melanie>>That's a very important question, $playerFirstName.<</melanie>>
<<cont keypress append>><<player>>Oh, yeah? And do you have an answer?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Actually, my memories lies deep inside me, and they can only be accessed by extensive bodily experiences.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Meaning?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I can only recall my earliest memories of anal sex when a man actually penetrates my ass with his penis.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Is this method supported by the scientific literature?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Does it matter, $playerFirstName? Doesn't your inner voice tells you that this is the ultimate truth, whatever "science" thinks about it?<</melanie>>
[[If we're not basing this on science, I'm off (leave)|Melwork][wait()]]
[[My intuition tells me you're correct|Mel05TherapistIntroWM3b]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>Deep inside me, I understood he wanted something else.<</melanie>>
<<cont keypress append>><<player>>What did he want?<</player>>
<<scrolldown>><<cont keypress append>>Melanie recalls that one time when the old man wanted...
[[To see her asshole|Mel05TherapistIntro1WM1]]
<<disable !canExperienceEvent("05_melanie_therapisteat", State.temporary.events)>>[[To eat her asshole|Mel05TherapistIntro1WM2]]<</disable>>
<<disable !canExperienceEvent("05_melanie_therapistblow", State.temporary.events)>>[[Her to blow his cock|Mel05TherapistBlow]]<</disable>>
<<scrolldown>><</cont>><</cont>><div id="05_Melanie_therapistsee"></div>
<<script>>experiencedEvent("05_melanie_therapistsee", "SEE", "05_Melanie_therapistsee", State.temporary.events)<</script>>
<<player>>And did you show it to him?<</player>>
<<cont keypress append>><<melanie>>Of course I did. I'm a well behaved girl.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Mmm, and he liked it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>He acted strangely.<</melanie>>
<video @src=_Mel05therapistintro6 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>How?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>He moaned, and then I had the sensation that a bird took a shit on my back.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Uh-huh. And did you just wash your back?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>No. The old man told me to reach for it with my hand and then put it in my mo-o-o-outh.<</melanie>>
<video @src=_Mel05therapistintro7 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And you did?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, it was the yummiest taste ever. It was better than milk and strawberries.<</melanie>>
[[A sweet memory, it seems|Mel05TherapistIntro1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_therapisteat"></div>
<<script>>experiencedEvent("05_melanie_therapisteat", "SEE", "05_Melanie_therapisteat", State.temporary.events)<</script>>
<<player>>And you let him do that?<</player>>
<video @src=_Mel05therapistintro8 autoplay muted loop></video>
<<cont keypress append>><<melanie>>Of course. I trusted him.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Mmm, and did you feel regret afterwards?<</player>>
<video @src=_Mel05therapistintro9 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>None whatsoeve-e-e-er!<</melanie>>
[[I'm not surprised|Mel05TherapistIntro1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Melanie_therapistblow"></div>
<<script>>experiencedEvent("05_melanie_therapistblow", "SEE", "05_Melanie_therapistblow", State.temporary.events)<</script>>
<<player>>And you agreed?<</player>>
<video @src=_Mel05therapistoral0 autoplay muted loop></video>
<<cont keypress append>><<melanie>>To be honest, I had fantasized about taking his dick in my mouth for a few months.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>So your dream came true?<</player>>
<video @src=_Mel05therapistoral1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Mngk! I guess that's one way to put it, mngk! Mngk!<</melanie>>
[[It seems she's not ready to open up more|Melwork][wait()]]
[[Let's go back to anal, I think|Mel05TherapistAnalWM]]
<<scrolldown>><</cont>><</cont>><</cont>><<player>>Did he ever penetrate your asshole with his penis?<</player>>
<<cont keypress append>>Yeah, several times...
<<scrolldown>><<cont keypress append>>Melanie recalls when the old man fucked her...
[[In the yard|Mel05TherapistAnalWM1]]
<<disable !canExperienceEvent("05_melanie_therapistkitchen", State.temporary.events)>>[[In the kitchen|Mel05TherapistAnalWM2]]<</disable>>
<<disable !canExperienceEvent("05_melanie_therapistclass", State.temporary.events)>>[[In the classroom|Mel05TherapistAnalWM3]]<</disable>>
<<scrolldown>><</cont>><</cont>><div id="05_Melanie_therapistyard"></div>
<<script>>experiencedEvent("05_melanie_therapistyard", "SEE", "05_Melanie_therapistyard", State.temporary.events)<</script>>
<<melanie>>Once, he fucked me in the yard.<</melanie>>
<<cont keypress append>><<player>>I guess there was a fence, so that your parents couldn't see?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>They actually had a perfect view of the yard.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Did they see you? Have they said anything about it afterwards?<</player>>
<video @src=_Mel05therapistanal0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>I don't think they noticed. I think they were watching po-o-orn!<</melanie>>
[[And how did you feel when he said that?|Mel05TherapistAnalWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_therapistkitchen"></div>
<<script>>experiencedEvent("05_melanie_therapistkitchen", "SEE", "05_Melanie_therapistkitchen", State.temporary.events)<</script>>
<<melanie>>He used celebrate thanksgiving at our place.<</melanie>>
<<cont keypress append>><<player>>How nice. That's the kind of neighbour you want to have.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, and he was always in charge of the turkey.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Such a helpful old man.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>And he asked me if I could come and help him.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Well, isn't it great when the older generation passes on knowledge to the young ones?<</player>>
<video @src=_Mel05therapistanal1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>It's gre-e-e-eat!<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>He fucked you on the kitchen floor, right?<</player>>
<video @src=_Mel05therapistanal2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yes! Yes! Ye-e-e-es!<</melanie>>
[[Such a nice memory|Mel05TherapistAnalWM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_therapistclass"></div>
<<script>>experiencedEvent("05_melanie_therapistclass", "SEE", "05_Melanie_therapistclass", State.temporary.events)<</script>>
<<melanie>>Once, he came in to our classroom.<</melanie>>
<<cont keypress append>><<player>>So you didn't have class at the moment?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>We were supposed to, but he told our teacher that he was my dad and that I had misbehaved at ho-o-ome.<</melanie>>
<video @src=_Mel05therapistanal3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>So all of your classmates were waiting outside?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Of course they di-i-id.<</melanie>>
<video @src=_Mel05therapistanal4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>And did they hear you?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>There's no way they didn-n-n-n-n-n't<</melanie>>
<video @src=_Mel05therapistanal5 autoplay muted loop></video>
[[And no one questioned him?|Mel05TherapistAnalFinish1]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>They actually came in to the room, but I told them off.<</melanie>>
<<cont keypress append>><<player>>Why? Didn't you see he was molesting you?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Molesting me? He was about to cum on my ass again.<</melanie>>
<video @src=_Mel05therapistfinish0 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Ah, ri-ight.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>That yummy juice of his. I wouldn't share it with anybody. I earned it for myself.<</melanie>>
<video @src=_Mel05therapistfinish1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>You sure did. Did you suck his cock clean afterwards?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Good question. I can't quite recall, but I think...<</melanie>>
<<scrolldown>><<cont keypress append>>Melanie says that the old man...
[[Told her to clean his cock|Mel05TherapistAnalFinish2]]
[[Wanted to force that cum into her ass|Mel05TherapistAnalFinish3]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Melanie_therapistforce"></div>
<<script>>experiencedEvent("05_melanie_therapistforce", "SEE", "05_Melanie_therapistforce", State.temporary.events)<</script>>
<<melanie>>He usually wanted to press that juice into my ass with his cock.<</melanie>>
<<cont keypress append>><<player>>Like this?<</player>>
<video @src=_Mel05therapistfinish2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Yeah, pretty much.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Did you suck it dry afterwards?<</player>>
<video @src=_Mel05therapistfinish3 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Every time.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Maybe you can show how?<</player>>
<video @src=_Mel05therapistfinish4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Oh, $playerFirstName, I almost forgot it was you. Sorry, I never take such a small penis in my mouth.<</melanie>>
[[Screw her (leave)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<div id="05_Melanie_therapistclean"></div>
<<script>>experiencedEvent("05_melanie_therapistclean", "SEE", "05_Melanie_therapistclean", State.temporary.events)<</script>>
<<melanie>>Oh, $playerFirstName, I almost forgot it was you.<</melanie>>
<<cont keypress append>><<player>>I've been here the whole time.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, let me drink some of that juice, mmm.<</melanie>>
<video @src=_Mel05therapistfinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Mmm, good, huh?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Mmm, it's surprisingly good, considering the size of this little penis. Hahaha.<</melanie>>
<video @src=_Mel05therapistfinish5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(Grinding your teeth): Hahaha.<</player>>
[[Screw her (leave)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><<set
_Mel05therapistintro0 to 'videos/Melanie/version0.5/therapist/intro/0.mp4',
_Mel05therapistintro1 to 'videos/Melanie/version0.5/therapist/intro/1.mp4',
_Mel05therapistintro2 to 'videos/Melanie/version0.5/therapist/intro/2.mp4',
_Mel05therapistintro3 to 'videos/Melanie/version0.5/therapist/intro/3.mp4',
_Mel05therapistintro4 to 'videos/Melanie/version0.5/therapist/intro/4.mp4',
_Mel05therapistintro5 to 'videos/Melanie/version0.5/therapist/intro/5.mp4',
_Mel05therapistintro6 to 'videos/Melanie/version0.5/therapist/intro/6.mp4',
_Mel05therapistintro7 to 'videos/Melanie/version0.5/therapist/intro/7.mp4',
_Mel05therapistintro8 to 'videos/Melanie/version0.5/therapist/intro/8.mp4',
_Mel05therapistintro9 to 'videos/Melanie/version0.5/therapist/intro/9.mp4',
_Mel05therapistoral0 to 'videos/Melanie/version0.5/therapist/oral/0.mp4',
_Mel05therapistoral1 to 'videos/Melanie/version0.5/therapist/oral/1.mp4',
_Mel05therapistanal0 to 'videos/Melanie/version0.5/therapist/anal/0.mp4',
_Mel05therapistanal1 to 'videos/Melanie/version0.5/therapist/anal/1.mp4',
_Mel05therapistanal2 to 'videos/Melanie/version0.5/therapist/anal/2.mp4',
_Mel05therapistanal3 to 'videos/Melanie/version0.5/therapist/anal/3.mp4',
_Mel05therapistanal4 to 'videos/Melanie/version0.5/therapist/anal/4.mp4',
_Mel05therapistanal5 to 'videos/Melanie/version0.5/therapist/anal/5.mp4',
_Mel05therapistfinish0 to 'videos/Melanie/version0.5/therapist/finish/0.mp4',
_Mel05therapistfinish1 to 'videos/Melanie/version0.5/therapist/finish/1.mp4',
_Mel05therapistfinish2 to 'videos/Melanie/version0.5/therapist/finish/2.mp4',
_Mel05therapistfinish3 to 'videos/Melanie/version0.5/therapist/finish/3.mp4',
_Mel05therapistfinish4 to 'videos/Melanie/version0.5/therapist/finish/4.mp4',
_Mel05therapistfinish5 to 'videos/Melanie/version0.5/therapist/finish/5.mp4',
_Mel05therapistfinish6 to 'videos/Melanie/version0.5/therapist/finish/6.mp4'
>><<if !isPlaying("action6")>><<stopallaudio>><<audio "action6" volume 1 play>><</if>>
<<melanie>>Good, $playerFirstName. Now, come closer.<</melanie>>
<<cont keypress append>><<player>>Alright.<</player>>
<video @src=_Mel05therapistintro4 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<melanie>>Back home, there was an old man in the neighborhood.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>Oh, yeah? And what did he do?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>He always asked me to bend over.<</melanie>>
<video @src=_Mel05therapistintro5 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>(To yourself): She starts to remember!<</player>>
<<scrolldown>><<cont keypress append>><<player>>Why did he want that?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>He said he wanted to see my ass.<</melanie>>
[[And how did you feel when he said that?|Mel05TherapistIntro1WM]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Melanie_boss_youneedtherapy"></div>
<<script>>experiencedEvent("05_melanie_boss_youneedtherapy", "SEE", "05_Melanie_boss_youneedtherapy", State.temporary.events)<</script>>
<<melanie>>I have observed you, $playerFirstName.<</melanie>>
<video @src=_MelanieBoss3 autoplay muted loop></video>
<<cont keypress append>><<player>>Alright?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>You work hard for the company. That's good.<</melanie>>
<video @src=_MelanieBoss1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Thanks, I guess.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>But you have a few serious mental issues.<</melanie>>
<video @src=_MelanieBossa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Okay?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Lucky for you, I have extensive knowledge in physchotherapy, and I have decided to help you.<</melanie>>
<video @src=_MelanieBossb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Well, thanks.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>The first session is on Monday, here at the office.<</melanie>>
[[I guess I'd better show up|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Melanie_boss_Melneedtherapy"></div>
<<script>>experiencedEvent("05_melanie_boss_Melneedtherapy", "SEE", "05_Melanie_boss_Melneedtherapy", State.temporary.events)<</script>>
<<melanie>>I've helped you with your mental issues for quite some time now, $playerFirstName.<</melanie>>
<video @src=_MelanieBoss3 autoplay muted loop></video>
<<cont keypress append>><<player>>Yeah.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>It's time for you to do your part.<</melanie>>
<<scrolldown>><<cont keypress append>><<player>>How do you mean?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I want to talk about something that is important to me. And I want you to be my therapist.<</melanie>>
<video @src=_MelanieBossb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>But I don't...<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>This Friday, in the therapy room here at the office.<</melanie>>
[[Okay (leave)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><<melanie>>I hit the gym quite often, yeah.<</melanie>>
<<cont keypress append>><<player>>Do you enjoy it?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I enjoy beeing a beautiful woman with a sexy body. But I hate the training soreness.<</melanie>>
<video @src=_Mel04Dinner2 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<husband>>I told you, you should have a massage from time to time.<</husband>>
[[Be silent|Mel04DinnerIntroWM]]
[[I think it's time to come up with a lie|Mel04DinnerIntroWM5b]]
<<scrolldown>><</cont>><</cont>><</cont>><<if !isPlaying("hopeful2")>><<stopallaudio>><<audio "hopeful2" volume 1 play>><</if>>
<div id="05_Melanie_boss_youwillgetmassage"></div>
<<script>>experiencedEvent("05_melanie_boss_youwillgetmassage", "SEE", "05_Melanie_boss_youwillgetmassage", State.temporary.events)<</script>>
<<melanie>>I have enjoyed the massage sessions you've offered me, $playerFirstName.<</melanie>>
<video @src=_MelanieBoss3 autoplay muted loop></video>
<<cont keypress append>><<player>>My pleasure, seriously.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I want to thank you for all your help.<</melanie>>
<video @src=_MelanieBossa1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Yeah, you pay me money right?<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>Don't be silly, $playerFirstName, we both know that's not why you're working here.<</melanie>>
<video @src=_MelanieBossb1 autoplay muted loop></video>
<<scrolldown>><<cont keypress append>><<player>>Hehe, no that's true.<</player>>
<<scrolldown>><<cont keypress append>><<melanie>>I want to offer you a massage. This Wednesday, in the office.<</melanie>>
[[I don't want to miss that (leave)|Melwork][wait()]]
<<scrolldown>><</cont>><</cont>><</cont>><</cont>><</cont>><</cont>><div id="05_Melanie_dinner_massage"></div>
<<script>>experiencedEvent("05_melanie_dinner_massage", "SEE", "05_Melanie_dinner_massage", State.temporary.events)<</script>>
<<player>>I'm actually a professional masseur. I could help you.<</player>>
<<cont keypress append>><<melanie>>(Looking at you suspiciously): Well...<</melanie>>
<<scrolldown>><<cont keypress append>><<husband>>Why, that's a wonderful idea! That's a once-in-a-lifetime opportunity, Melanie! You've got to accept.<</husband>>
<<scrolldown>><<cont keypress append>><<melanie>>Alright, $playerFirstName. Come to my office on Tuesday.<</melanie>>
[[Nice|Mel04DinnerIntroWM]]
<<scrolldown>><</cont>><</cont>><</cont>><nobr>
/* window.Event = function(id, name, hint, lustLevelsWhenItOccurs, affectionLevelsWhenItOccurs, lustChangeWhenSeen, affectionChangeWhenSeen, lustLevelItUnlocks, affectionLevelItUnlocks, requiredEvents, isTried, isSeen, repeatable, dayIndicies, timeIndicies, locationsItUnlocks, version) */
<<set _eventsversion05_5 to [
// MelDinner
new Event("05_melanie_dinner_massage", "You offer Melanie a massage", "Go to Melanie's home", [6, 7], [5, 6, 7], 12, -12, 10, 10, ["05_Melanie_dinner_intro"], true, false, true, [4], [4], [], "0.5.5"),
// MelBoss
new Event("05_melanie_boss_youneedtherapy", "Melanie says you need therapy", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 4, 12, 9, 9, [], true, false, false, [0, 2, 4], [1], [], "0.5.5"),
new Event("05_melanie_boss_Melneedtherapy", "Melanie says she needs therapy", "Go to Melanie's work", [5, 6, 7, 8], [5, 6, 7, 8], 4, 12, 9, 9, ["05_mel_psycho3_intro"], true, false, false, [0, 2, 4], [1], [], "0.5.5"),
new Event("05_melanie_boss_youwillgetmassage", "Melanie offers to give you a massage", "Go to Melanie's work", [6, 7, 8], [5, 6, 7, 8], 12, 4, 9, 9, ["05_melanie_masseur3Mermaid"], true, false, true, [1, 3], [1], [], "0.5.5"),
// Masseur1
new Event("05_melanie_masseur1Intro", "Melanie wants a massage at the office", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 12, 0, 0, ["05_melanie_dinner_massage"], true, false, true, [1], [1], [], "0.5.5"),
new Event("05_melanie_masseur1GB", "Melanie wants a massage at the office. She talks about a gangbang she participated in the day before", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 12, 10, 10, ["05_melanie_masseur1Intro"], true, false, true, [1], [1], [], "0.5.5"),
// Masseur2
new Event("05_melanie_masseur2Intro", "Give Melanie a massage in your apartment", "Go to your new apartment", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 12, 0, 0, ["05_melanie_masseur1GB"], true, false, true, [5], [1], [], "0.5.5"),
new Event("05_melanie_masseur2Tips", "Give Melanie a massage in your apartment. She needs advice for how to watch sports.", "Go to your new apartment", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 0, 0, 0, 0, ["05_melanie_masseur2Intro"], true, false, true, [5], [1], [], "0.5.5"),
new Event("05_melanie_masseur2Sprint", "Give Melanie a massage in your apartment. You recommend 100 m.", "Go to your new apartment", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_masseur2Tips"], true, false, true, [5], [1], [], "0.5.5"),
new Event("05_melanie_masseur2Discus", "Give Melanie a massage in your apartment You recommend discus throw.", "Go to your new apartment", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 4, 12, 0, 0, ["05_melanie_masseur2Sprint"], true, false, true, [5], [1], [], "0.5.5"),
new Event("05_melanie_masseur2Pole", "Give Melanie a massage in your apartment. You recommend pole vault.", "Go to your new apartment", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 8, 0, 0, ["05_melanie_masseur2Discus"], true, false, true, [5], [1], [], "0.5.5"),
new Event("05_melanie_masseur2Triple", "Give Melanie a massage in your apartment. You recommend triple jump", "Go to your new apartment", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], -8, -12, 10, 10, ["05_melanie_masseur2Pole"], true, false, true, [5], [1], [], "0.5.5"),
// Masseur3
new Event("05_melanie_masseur3Intro", "Give Melanie a massage at her home", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 12, 0, 0, ["05_melanie_masseur2Triple"], true, false, true, [3], [1], [], "0.5.5"),
new Event("05_melanie_masseur3Help", "Give Melanie a massage at her home. Talk about masquerade.", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 24, 12, 0, 0, ["05_melanie_masseur3Intro"], true, false, true, [3], [1], [], "0.5.5"),
new Event("05_melanie_masseur3Nurse", "Give Melanie a massage at her home. Recommend Nurse costume.", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 24, 12, 0, 0, ["05_melanie_masseur3Help"], true, false, true, [3], [1], [], "0.5.5"),
new Event("05_melanie_masseur3Elf", "Give Melanie a massage at her home. Recommned elf costume.", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 24, 12, 0, 0, ["05_melanie_masseur3Nurse"], true, false, true, [3], [1], [], "0.5.5"),
new Event("05_melanie_masseur3Mermaid", "Give Melanie a massage at her home. Recommend mermaid costume", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, -12, 10, 10, ["05_melanie_masseur3Elf"], true, false, true, [3], [1], [], "0.5.5"),
// Masseuse
new Event("05_melanie_masseuseIntro", "Melanie gives you a massage", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 12, 0, 0, ["05_melanie_boss_youwillgetmassage"], true, false, true, [2], [1], [], "0.5.5"),
new Event("05_melanie_masseuseTurn", "Melanie gives you a massage. You turn around.", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_masseuseIntro"], true, false, true, [2], [1], [], "0.5.5"),
new Event("05_melanie_masseuseBlow", "Melanie gives you a massage. She blows your cock.", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 48, 36, 0, 0, ["05_melanie_masseuseTurn"], true, false, true, [2], [1], [], "0.5.5"),
new Event("05_melanie_masseuseNo", "Melanie gives you a massage. You take her.", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 48, 36, 0, 0, ["05_melanie_masseuseBlow"], true, false, true, [2], [1], [], "0.5.5"),
new Event("05_melanie_masseuseHard", "Melanie gives you a massage. You take her, hard.", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 48, 36, 10, 10, ["05_melanie_masseuseNo"], true, false, true, [2], [1], [], "0.5.5"),
// Cookies
new Event("05_melanie_cookiesIntro", "You bring cookies to Melanie", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 4, 12, 0, 0, ["05_Melanie_dinner_intro"], true, false, true, [6], [1], [], "0.5.5"),
new Event("05_melanie_cookiesCock", "You bring cookies to Melanie. She gives dietary tips for growing a big cock", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 24, 12, 7, 6, ["05_melanie_cookiesIntro"], true, false, true, [6], [1], [], "0.5.5"),
new Event("05_melanie_cookiescoke", "You bring cookies to Melanie. You think diet coke is good.", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 4, 0, 0, ["05_melanie_cookiesIntro"], true, false, true, [6], [1], [], "0.5.5"),
new Event("05_melanie_cookiesIceCream", "You bring cookies to Melanie. You think cookies and ice cream is good.", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 4, 0, 0, ["05_melanie_cookiescoke"], true, false, true, [6], [1], [], "0.5.5"),
new Event("05_melanie_cookiesmalfunc", "You bring cookies to Melanie. You point out her wardrobe malfunction.", "Go to Melanie's home", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 36, 12, 10, 10, ["05_melanie_cookiesIceCream"], true, false, true, [6], [1], [], "0.5.5"),
// Therapist
new Event("05_melanie_therapistIntro", "Be Melanie's therapist", "Go to Melanie's work", [5, 6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 4, 12, 0, 0, ["05_melanie_boss_Melneedtherapy"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistWeird", "Be Melanie's therapist. Ask a weird question.", "Go to Melanie's work", [5, 6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, -12, 0, 0, ["05_melanie_therapistIntro"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistSuperWeird", "Be Melanie's therapist. Say something weird.", "Go to Melanie's work", [5, 6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, -24, 0, 0, ["05_melanie_therapistWeird"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistChildhood", "Be Melanie's therapist. Ask about Melanie's childhood.", "Go to Melanie's work", [5, 6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 12, 36, 0, 0, ["05_melanie_therapistSuperWeird"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistsee", "Be Melanie's therapist. Someone wanted to see Melanie's asshole.", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_therapistChildhood"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapisteat", "Be Melanie's therapist. Someone wanted to eat Melanie's asshole.", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_therapistsee"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistblow", "Be Melanie's therapist. Someone wanted Melanie' to blow his cock.", "Go to Melanie's work", [6, 7, 8, 9, 10], [5, 6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_therapisteat"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistyard", "Be Melanie's therapist. Memories from the yard", "Go to Melanie's work", [6, 7, 8, 9, 10], [6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_therapistblow"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistkitchen", "Be Melanie's therapist. Memories from the kitchen.", "Go to Melanie's work", [6, 7, 8, 9, 10], [6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_therapistyard"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistclass", "Be Melanie's therapist. Memories from the classroom", "Go to Melanie's work", [6, 7, 8, 9, 10], [6, 7, 8, 9, 10], 36, 12, 0, 0, ["05_melanie_therapistkitchen"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistforce", "Be Melanie's therapist. They wanted to force the cum into her ass.", "Go to Melanie's work", [6, 7, 8, 9, 10], [6, 7, 8, 9, 10], 36, 12, 7, 7, ["05_melanie_therapistclass"], true, false, true, [4], [1], [], "0.5.5"),
new Event("05_melanie_therapistclean", "Be Melanie's therapist. They wanted her to lick their cock clean.", "Go to Melanie's work", [6, 7, 8, 9, 10], [6, 7, 8, 9, 10], 36, 12, 7, 7, ["05_melanie_therapistclass"], true, false, true, [4], [1], [], "0.5.5"),
]>>
</nobr><<if !isPlaying("party3")>><<stopallaudio>><<audio "party3" volume 1 play>><</if>>
!Chapter 9: Benefits of being a beautiful woman's husband's best friend
<img @src=_Chapter9Image width="600">
Melanie trusts you more and more. She asks you for advice, and you get the benefits you deserve.
(As of release 0.6.0, there is no content in this chapter)
[[Go to Ryan's apartment|Ryan]]!Version 0.5.4
!!What's new in this version?
!!!New content
- Two new talking scenes with Melanie and her husband
- A new location, the Marina, and three scenes with Melanie
- Meet Nikita, Melanie's sister. Three scenes with her
- Meet Melanie after encounters with Nikita. Two such scenes
- A bunch of sneak-scenes
!!!New scenes
This is a detailed list of the objectives that were added in this version of the game:
<div id="newContentZerofivefour"></div>
<<script>>
describeAllContent("0.5.4", "newContentZerofivefour", State.temporary.events);
<</script>>
!!!UI Improvements
None in this version of the game.
!!!Bug fixes
None in this version of the game.!Melanie's world
Did you know that there is another game that revolves (will revolve) around Melanie?
!I'll Never Leave This Town
This game is about a you woman who moves back to her hometown, where she lives with her family. Initially, she doesn't know what to do with her life, but her parents introduce her to the most successfull woman in town (and we all know who that is, right?) This is the beginning of a friendship which leads to increased corruption and amazing experiences.
<img @src=_inltt width="600">
Checkout the current state and progress of the game here:
[img[_patreon][https://www.patreon.com/mincedmeat]]
Supporters of MMB gets all the benefits of INLTT as well and vice versa.