<div style="text-align: center">
<img src="img/misc/banner.jpg">
<br><br>
<h1><b>Welcome to 21st Century!</b></h1>
<br>
<b>Disclaimer 1</b>
<br>
This game is meant to be erotic and satirical in nature. Do not build your personal views on sex, relationships, sexual orientation, gender identity, or race relations from a pornographic game.
<br><br>
<b>Disclaimer 2</b>
<br>
All characters within this game are at least eighteen years old.
<br><br>
<b>Disclaimer 3</b>
<br>
As this game is pornographic, its use is restricted to those at or above the legal age to consume pornography within their state or country. Please click the correct button below to begin the game.
<br><br>
<<link "I am not of legal age to consume pornographic content">><<script>>window.close()<</script>><</link>><br>
[[I am of legal age to consume pornographic content |Character]]
</div><<set $return to "">>
<<set $index to 0>>
<<set $player to {
name: "",
openness: 0,
money: 500,
energy: 3,
maxenergy: 3,
showered: false,
eaten: false,
onlyfans: false,
event1: false
}>>
<<set $roommate to {
name: "Lulu",
energy: 2,
maxenergy: 2,
relationship: 1,
conversation: [],
talked: false,
found: false,
subscribed: false,
event1: false,
event2: false,
event3: false,
event4: false,
event5: false
}>>
<<set $friend to {
name: "Emily",
energy: 3,
maxenergy: 3,
event1: false
}>>
<<set $scenes to []>>
<<set $day to 1>>
<<set $score to 0>>
<<set $konamiCode to ["ArrowUp","ArrowUp","ArrowDown","ArrowDown","ArrowLeft","ArrowRight","ArrowLeft","ArrowRight","b","a"]>>
<<set $keyPresses to []>>
<<set $rentpaid to false>>
<<set $rent to 300>>
<<set $hitachi to false>>
<<set $dildo to false>>
<<set $buttplug to false>>
<<set $camera to false>>
TINDER
<<set $tiffany to {
Name: 'Tiffany',
swiped: "",
imgSrc: 'img/tinder/tiffanytatumprofile.png',
event1: false
}>>
<<set $vivian to {
Name: 'Vivian',
swiped: "",
imgSrc: 'img/tinder/viviantaylorprofile.png',
event: false
}>>
<<set $rae to {
Name: 'Rae',
swiped: "",
imgSrc: 'img/tinder/raelilblackprofile.png',
event: false
}>>
<<set $tinder to [$tiffany, $vivian]>>
ONLYFANS
<<set $position to "a">>
REALESTATE
<<set $agent to "">>
<<set $house to {
seen: false,
bought: false
}>>
<<set $remy to {
score: 0,
flirt: false,
date: 0,
hotel: false
}>>
STORE
<<set $clerk to {
score: 0,
flirt: false,
date: 0,
hotel: false
}>>
COSPLAY
<<set $cosplay to {
event: false,
comp: "",
voted: false,
flirted: 0,
mikasa: ["geisha", "sweetie", "cyberly", "alice", "aery"],
hinata: ["aery", "alice","purple"],
open: ["aery", "alice", "cyberly", "kitty", "sweetie"],
flirt: [{name: "donna", set1: "tornado", set2: "yor"},
{name: "giovanna", set1: "makima", set2: "yor"},
{name: "haneame", set1: "blizzard", set2: "sakura"},
{name: "kalinka", set1: "megumin", set2: "hermione"}],
}>>
<<set $aery to {
cosplay1: "shinobu",
cosplay2: "yor",
cosplay3: "ino",
video1: ["a","b","c","d"]
}>>
<<set $alice to {
cosplay1: "toga",
cosplay2: "mitsuri",
cosplay3: "megumin"
}>>
<<set $cyberly to {
cosplay1: "mitsuri"
}>>
<<set $kitty to {
cosplay1: "kanao"
}>>
<<set $sweetie to {
cosplay1: "makima",
cosplay2: "ada"
}>>
<<set $cosquiz to {
onepunch: ["Vaccine", "Genos", "Supermarket Sale", "Sonic", "Association", "Bang", "Training"],
spyfamily: ["WISE", "WesOst", "Donovan", "Strix", "Telepathy", "Thorn Princess", "Tailor"],
harrypotter: ["Basilisk", "Horntail", "Dursleys", "Willow","Scrimgeour", "Wheezes", "None"],
chainsaw: ["Angel", "Hirofumi", "Eternity", "P&M", "Graveyard", "Pochita", "Himeno"],
naruto: ["Obito", "Shadow", "Samehada", "Cheat", "Forehead", "Orange", "Konohagakure"],
konosuba: ["Devil King", "Lalatina", "Tractor", "Megumin", "Yunyun", "Destroyer", "Graveyard"]
}>><div id="stats"><<include "Stats">></div>
Upon completing high school, you decided to live independently by relocating from your parent’s house to your own apartment. However, you discovered that it was challenging to sustain the rent of an apartment when your only financial source was the inheritance bequeathed by your grandparents. As your inheritance funds were dwindling and you had no employment, you opted to search for a roommate.
<img src="img/misc/wallet.jpg" width="250px">
You could only find one roommate - $roommate.name, a young and attractive woman who aspires to become a successful Twitch streamer. As long as she pays her share of the rent on schedule, you have no objections to how she spends her free time.
<img src="img/lulu/lulutwitch.jpg" width="250px">
Although your rent has decreased, your primary goal is to secure a reliable source of income. You decide to do Uber Eats as it provides the opportunity to earn a decent income while giving you the flexibility to determine your own working hours, ensuring you can meet your financial needs while maintaining control over your time.
<br>[[Continue|ABedroom]]<<set _random to random(1,10)>>
<<if _random gte 7>>
<<set _city to "CityEvents">>
<<else>>
<<set _city to "City">>
<</if>>
<div style="text-align:center">
<a data-passage="ABedroom" class="darken"><img src="img/apartment/bedroom.jpg" width="250px" height="150px"><span>Your Room</span></a> <a data-passage="ARoommateBedroom" class="darken"><img src="img/apartment/roommatebedroom.png" width="250px" height="150px"><span><<print "$roommate.name" + "'s room">></span></a> <a data-passage="ABathroom" class="darken"><img src="img/apartment/bathroom.webp" width="250px" height="150px"><span>Bathroom</span></a> <a data-passage="AKitchen" class="darken"><img src="img/apartment/kitchen.jpg" width="250px" height="150px"><span>Kitchen</span></a> <a data-passage="_city" class="darken"><img src="img/apartment/outside.webp" width="250px" height="150px"><span>City</span></a><br><br>
</div>
<<if $tinder[1].swiped eq "Yes" && $player.energy gt 0 && !$vivian.event>>
<<linkreplace "Date with Vivian">>
You're sitting on the couch, and you hear someone knock on the door. Must be Vivian for your date, so you get open and go greet her. You invite her in and lead her to the kitchen, you make some small talk.<br>
<video src="img/tinder/vivian/viviantinder1a.webm" width="400px" autoplay loop muted></video><br>
<<if $player.openness lte 4>>
Deciding to take things up a notch, you offer to make lunch for Vivian, wanting to impress her with your cooking prowess. The date goes smoothly, leaving you with a sense of satisfaction as you bid her goodbye, hopeful that this charming encounter has set the stage for a promising romantic journey.<br>
<<else>>
Vivian is more of a slut than you realise, and she offers to cook lunch for the two of you naked. Eager to see more of her body, you take her up on the offer. She quickly takes her shirt off, revealing her average tits and starts to undo her booty shorts. Wanting to give you a little show, she turns around and bends over slightly as she slowly shimmies her shorts and panties off, revealing her gigantic ass. Once off, she gives her ass a little shake side to side while you give it a nice slap. She then cooks you breakfast while occasionally shaking her ass to tease you.<br>
<video src="img/tinder/vivian/viviantinder1b.webm" width="400px" autoplay loop muted></video><br>
<<if $player.openness lte 8>>
After all the excitement from seeing Vivian cook you lunch naked, she decides its time for her to go. You lead her to the door and say your goodbyes, hoping that the next date has a lot more in store for you.<br>
<<else>>
You both head to the table, and sit down to eat the lunch Vivian made for you. After eating Vivian moves chairs to get closer to you and asks, <br>
<<speech "Vivian">>"Do you want to see my pussy?"<</speech>><br>
<<speech "You" $player.name>> "Yes!"<</speech>>
<br>you quickly say, she spreads her legs for you to see. Not wanting to miss this opportunity you slowly move your hand closer to her waiting slit, once you touch it she readjusts in her chair to give you easier access. You start teasing her lips before inserting a couple fingers.<br>
<video src="img/tinder/vivian/viviantinder1c.webm" width="400px" autoplay loop muted></video><br>
<<if $player.openness lte 12>>
Finished playing with her pussy, shes had enough excitement for one day and decides it time to go home. You hlep her gather her clothes so she can get dressed, after you lead her to the door and say your goodbyes.<br>
<<else>>
She decides that she wants to take a shower, as cooking lunch naked made her smell like food. You lead her to the bathroom, she proceeds to shower making sure to give you a little show while she lathers herself up. After she's finished with her shower, she turns the water off and asks if you're going to join her. You quickly get naked, revealing your massive erection, and jump in the shower with her. She wastes no time in getting to her knees and sucking on your cock, deep throating it for several seconds before letting out a small giggle and saying<br>
<<speech "Vivian">>"your dick is so big."<</speech>>
<br>You tell her how good it feels, and how tight her mouth feels around your cock.<br>
<video src="img/tinder/vivian/viviantinder1d.webm" width="400px" autoplay loop muted></video><br>
<<if $player.openness lte 16>>
You can feel yourself getting closer and closer to cumming, you give her a warning, but she doesn't listen and continues stroking you. You decide to put an end to it by pushing her head down onto your cock until you blow a load all over her face and into her hair. She turns the water back on, and quickly washes the cum from her face and hair. After you finish showering, she gets dressed thanks you for the good time and heads out on her way.<br>
<<else>>
You're both so horny, you bring her to your bedroom and lay her back on the bed. She grabs her legs bringing her knees as close to her chest as they can get. You aim your throbbing cock at her pussy, rubbing it against her clit as you penetrate her. You start moving slowly but steadily start to fuck her faster and harder. She's moaning loudly and begging you to make her cum, telling you how much she loves it when you pound her.<br>
<video src="img/tinder/vivian/viviantinder1e.webm" width="400px" autoplay loop muted></video><br>
You pull out of her and cum all over her face and in her mouth, while she rubs her nipples. She grabs your cock and sucks the last little bit of cum off, continuing to massage your dick with her hands.<br>
<video src="img/tinder/vivian/viviantinder1f.webm" width="400px" autoplay loop muted></video><br>
After cleaning up your mess, she says thank you again for a wonderful afternoon and you walk her to the door naked while holding her clothes. You say goodbye, push her out the door naked and kindly throw her clothes back to her. You won't be seeing her again.<br>
<video src="img/tinder/vivian/viviantinder1g.webm" width="400px" autoplay loop muted></video><br>
<<set $vivian.event to true>>
<</if>>
<</if>>
<</if>>
<</if>>
<span style="color:red">Openness has increased</span><br>
<<set $player.energy -= 1>>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>><br>
<</if>>
<<if $player.onlyfans>>
<<if $tinder[2].swiped eq "Yes" && $player.energy gt 0 && !$rae.event>>
[[Go see Rae|Rae]]
<</if>>
<</if>><div style="text-align: center">
<img src="img/misc/banner.jpg">
<br><br>
<span style="color:#00AFF0">Your Name</span>:<<textbox "$player.name" "Sawyer">>
<<hovertip `'<img src="img/lulu/luluchuprofile.jpg" width="120px"> <br> Lulu Chu'`>><span style="color:#ff00d4">Roommate</span>:<</hovertip>><<textbox "$roommate.name" $roommate.name>><br>
<<hovertip `'<img src="img/emily/emilywillisprofile.jpg" width="120px"> <br> Emily Willis'`>><span style="color:purple">Friend</span>:<</hovertip>><<textbox "$friend.name" $friend.name>>
</div>
<div style="text-align: center">
<a data-passage="Begin" class="darken"><img src="img/misc/malesymbol.jpg" width="150px" height="150px"><span>Male</span></a> <a data-passage="BeginFemale" class="darken"><img src="img/misc/femalesymbol.jpg" width="150px" height="150px"><span>Female</span></a>
</div>This route hasn't been fleshed out yet
[[Return|Character]] <div style="text-align: center">
<img src="img/apartment/bedroom.jpg" width="691px" height="389px">
</div>
[[Computer]]<br>
[[Sleep]]<br>
<<if $player.event1 && !$player.onlyfans>>
[[Create OnlyFans|Lulu3Some]]<br>
<</if>>
<<if $player.onlyfans && !$friend.event1>>
[[Emily wants to talk|EmilyMove]] <br>
<</if>>
<<if $tinder[0].swiped eq "Yes" && $player.energy gt 0 && !$tiffany.event1>>
<<linkreplace "Date with Tiffany">>
Tiffany arrives at your house for the date, her petite and fit figure capturing your attention. As you engage in casual conversation, her presence brings a refreshing energy to the room. <br>
<video src="img/tinder/tiffany/tiffanytinder1a.webm" width="400px" autoplay loop muted></video><br>
Knowing that she intended to do yoga during the date, you graciously offer her the privacy of your bedroom to change into her yoga attire. The thought of witnessing her flexibility and strength during the practice excites you, fostering an air of anticipation for the rest of the date.<br>
<<if $player.openness gte 2>>
<<linkreplace "Peek">>
You leave Tiffany in the bedroom to change into her yoga gear, but you can't help but want to see what is going on behind closed doors. You decide to open the door and get a peek inside to see Tiffany unbuttoning her blouse, and pulling down her little booty shorts to reveal a sexy set of black underwear. <br>
<video src="img/tinder/tiffany/tiffanytinder1b.webm" width="400px" autoplay loop muted></video><br>
She continues to get undressed even further, taking her sexy black panties off before putting on form-fitting yoga pants. She takes of her bra, revealing her small, yet perky breasts. Finally putting on her tight white long-sleeved crop top.<br>
<video src="img/tinder/tiffany/tiffanytinder1c.webm" width="400px" autoplay loop muted></video><br>
You quietly close the door as you realise the show is over, you then hear her calling out to you letting you know she has finished changing.<br>
<span style="color:red">Openness has increased</span><br>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>><br>
After changing into her sleek black yoga pants and a white long-sleeve crop top, Tiffany calls you into the bedroom, eager to share her yoga practice with you. As you enter the room, you're immediately struck by her poise and flexibility. With every pose she gracefully transitions into, you're in awe of her strength and the harmony she exudes, deepening your admiration for her.<br>
<video src="img/tinder/tiffany/tiffanytinder1d.webm" width="400px" autoplay loop muted></video><br>
<<if $player.openness gte 4>>
After she finished her yoga session, she gets up on the bed spreading her legs and rubbing her pussy through her tight pants. She then lifts her ass up as she slowly pulls her yoga pants off revealing a wet, pink pussy underneath. She explains how horny she is and proceeds to play with her pussy while you're watching.<br>
<video src="img/tinder/tiffany/tiffanytinder1e.webm" width="400px" autoplay loop muted></video><br>
<<if $player.openness gte 8>>
She lays on her stomach coming towards you giving you a nice shot of her gorgeous ass. You take your cock out and she greedily takes it into her mouth right away. Her blowjob skills are outstanding, sucking and stroking your cock while keeping eye contact the entire time. She takes you deep into her throat while keeping eye contact as she goes all the way down on you.<br>
<video src="img/tinder/tiffany/tiffanytinder1f.webm" width="400px" autoplay loop muted></video><br>
<<if $player.openness gte 12>>
You push her onto her back and spread her legs wide apart to take your dick deeper into her wet pussy. You slide in and out of her faster and faster enjoying every thrust. As you're thrusting inside her she's playing with her clit causing her to moan louder each time. She begins to cum as you keep fucking her hard and fast, driving yourself crazy with pleasure. <br>
<video src="img/tinder/tiffany/tiffanytinder1g.webm" width="400px" autoplay loop muted></video><br>
You continue to fuck her hard and fast until she reaches another orgasm and you begin to feel like you might be about to cum too. Tiffany lets you know she wants you to cum inside her and urges you to do so. You blow your load inside her and pull out to let it drip out of her, leaving her very satisfied. <br>
<video src="img/tinder/tiffany/tiffanytinder1h.webm" width="400px" autoplay loop muted></video><br>
She gets cleaned up, saying she had a really amazing time. After she gets dressed you show her out, knowing you'd like to see her again.<br>
<<set $tiffany.event1 to true>>
<<else>>
You continue to fuck her face, grabbing her hair and forcing her head deeper onto your cock. She swallows your cock like a champ while continuing to give amazing head. She moves her body into various positions giving you access to different parts of her mouth while her eyes stay locked onto yours. Your cum starts to fill her mouth as you keep thrusting. You pull out and spray all over her mouth and chest before she gives you one last suck to make sure she got all of your load. She gets cleaned up and dressed letting you know she had an amazing time, and would like to see you again before leaving.<br>
<</if>>
<<else>>
She continues to play with herself, rubbing her clit and fingering her wet slit. She finishes herself off after hearing you getting hard from the view of her juicy pussy. After bringing herself to completion she gets dressed, telling you she really enjoyed the date hoping to do it again sometime.<br>
<</if>>
<<else>>
With her yoga session coming to an end, Tiffany expresses her satisfaction with the date, explaining how the yoga practice added a unique and enriching element to the experience. She appreciates the opportunity to connect with you on a physical and mental level. While she mentions that it's time to depart, the positive connection you've built and the shared experience of the yoga session create a lasting impression that lingers even as she prepares to leave.<br>
<</if>>
<</if>>
<span style="color:red">Openness has increased</span><br>
<<set $player.openness += 1>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>><br>
<</if>>
<<if $roommate.event3 && !$roommate.event4 && $roommate.relationship gte 16 && $roommate.energy gt 0 && $player.energy gt 0>>
<<linkreplace "$roommate.name wants something">>
$roommate.name comes into your room and sits on your bed, looks like she has something she wants to talk to you about.<br>
<video src="img/lulu/lulufirst1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "Lulu" $roommate.name>>"So you've been helping me film videos for my OnlyFans for a while now..."<</speech>><br>
she says as she rubs your cock over the blanket. After a couple of seconds, she pulls the blanket off to reveal your erect cock and slowly puts it in her mouth.<br>
<video src="img/lulu/lulufirst1b.webm" width="400px" autoplay loop muted></video><br>
She starts to remove her little booty shorts while keeping your thick member in her mouth. You think you know where shes going with this.<br>
<video src="img/lulu/lulufirst1c.webm" width="400px" autoplay loop muted></video><br>
She takes your cock out of her mouth, and as shes moving she confirms what you were thinking.<br>
<<speech "Lulu" $roommate.name>>"I want you to fuck me, but I don't want our first time on camera."<</speech>><br>
She lays back spreading her legs, revealing her beautifully shaven pussy waiting for you. You take the time to saver this moment, rubbing the tip of your penis over her bald slit, running the head along her lips, before sliding right inside her.<br>
<video src="img/lulu/lulufirst1d.webm" width="400px" autoplay loop muted></video><br>
You can no longer take it slow and begin to thrust hard and deep, pushing your full length as far inside her as possible. She moans loudly, her body trembling from the feeling of being filled by your large cock. Wanting to see her cute little tits you grab her shirt and pull it up just enough to reveal her beautifully pierced nipples.<br>
<video src="img/lulu/lulufirst1e.webm" width="400px" autoplay loop muted></video><br>
While keeping your cock inside of her, $roommate.name pushes herself up into cowgirl position and rides you hard, bouncing up and down, your shaft hitting all the right spots inside of her. She leans back to give you a great view of her small pierced tits bouncing while she rides your thick cock.<br>
<video src="img/lulu/lulufirst1f.webm" width="400px" autoplay loop muted></video><br>
You can't take it anymore, you want to be in control so you push $roommate.name backwards and roll her over into doggy-style position. From here you get a nice view of her gorgeous little ass and tight asshole. You tease her pussy with you large member before sliding it inside again. After sliding inside her you start pistoning her hard and fast, fucking her from behind until she reaches an orgasm that leaves her shaking and moaning. Her walls clench around your shaft tightly as she screams loudly and begs you to fuck her harder. <br>
<video src="img/lulu/lulufirst1g.webm" width="400px" autoplay loop muted></video><br>
You oblige her, repositioning your legs so they are on the outside of hers and you push her onto her stomach. You know you're not going to last much longer, so you start thrusting as hard, fast, and deep as you can. <br>
<video src="img/lulu/lulufirst1h.webm" width="400px" autoplay loop muted></video><br>
After giving $roommate.name the hardest fucking you're capable of, you're ready to blow your load. You pull out and bring your cock to $roommate.name's face ready to shoot your hot sticky load in her mouth.<br>
<video src="img/lulu/lulufirst1i.webm" width="400px" autoplay loop muted></video><br>
<<speech "Lulu" $roommate.name>>"That was an amazing first fuck, I'm ready to fuck in front of the camera now."<</speech>><br>
<span style="color:green">You can now film sex scenes with $roommate.name</span><br>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<set $roommate.event4 to true>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>><br>
<</if>>
<<if $cosplay.event>>
<<link "Flyer">>
<<script>>
Dialog.setup("Flyer");
Dialog.wiki("<img src='img/city/cosplay/cosplayflyer.jpg' width='300px'>");
Dialog.open();
<</script>>
<</link>><br>
<</if>>
[[Hallway|Apartment]]
<div style="text-align: center">
<img src="img/apartment/roommatebedroom.png" width="691px" height="389px"></div>
<br>
<<if $roommate.found && !$roommate.event1 && $roommate.talked && $player.energy gt 0 && $roommate.energy gt 0>>
You noticed $roommate.name's bedroom door slightly ajar, with a soft glow of light seeping through the crack. You figured she was just streaming on twitch so you decided to have a look. As you gently pushed the door open, as you didn't want her to lose her concentration if she was in a game, your eyes widened in surprise. There she was in front of the mirror, phone in hand, butt naked filming a video. Streaming must not be as easy and lucrative as she thought.<br>
<img src="img/lulu/luluphone1a.gif" height="350px"><br>
You decide it's best to leave before you get caught.<br>
<span style="color:red">Openness has increased</span><br>
<<set $player.openness += 1>>
<<set $player.energy -= 1>>
<<set $roommate.event1 to true>>
<<replace "#stats">><<include "Stats">><</replace>>
<<elseif $roommate.event5 && !$player.event1 && $player.energy gt 0 && $roommate.energy gt 0>>
You walk into $roommate.name's room ready to talk about some way to make more money than UberEats. She's sitting on her bed in some sexy calvin klein underwear.<br>
<img src="img/lulu/lulubed.jpg" width="250px"><br>
<<speech "Lulu" $roommate.name>>"Hey $player.name, what's up"<</speech>><br>
<<speech "You" $player.name>>"Hey $roommate.name, I need to find a way to make some money. UberEats just won't cut it if I want to move out of this apartment."<</speech>><br>
<<speech "Lulu" $roommate.name>>"Why don't you just start an OnlyFans? I'm making tons of money now."<</speech>><br>
<<speech "You" $player.name>>"Nobody wants to pay for videos of a dude jerking off, only women make good money from that."<</speech>><br>
<<speech "Lulu" $roommate.name>>"Not you jerking off stupid, just hook up with some girls and let them know what you do. I'm sure a good amount of them would let you film them as long as you don't show their face."<</speech>><br>
<<speech "You" $player.name>>"You know, that's not a bad idea i'll have to look into that."<</speech>><br>
<<speech "Lulu" $roommate.name>>"Hell some sluts might even want to show their face, you could even collab with other creators."<</speech>><br>
<<speech "You" $player.name>>"Thanks $roommate.name, I think I will."<</speech>><br>
<<speech "Lulu" $roommate.name>>"Let me know when you start it I have a good idea for your first video."<</speech>><br>
You can now start you're own OnlyFans account.<br>
<span style="color:red">Openness has increased</span><br>
<<set $player.openness += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<set $player.event1 to true>>
<<else>>
<div style="text-align: center">
<<switch $roommate.relationship>>
<<case 1 2 3 4>>
<img src="img/lulu/lulurel1.jpg"><br>
<<case 5 6 7 8>>
<img src="img/lulu/lulurel2.jpg"><br>
<<case 9 10 11 12>>
<img src="img/lulu/lulurel3.jpg"><br>
<<case 13 14 15 16>>
<img src="img/lulu/lulurel4.jpg"><br>
<<case 17 18 19 20>>
<img src="img/lulu/lulurel5.jpg"><br>
<<case 21 22 23 24>>
<img src="img/lulu/lulurel6.jpg"><br>
<<default>>
<img src="img/lulu/lulurel7.jpg"><br>
<</switch>>
<<speech "Lulu" $roommate.name>>"Hi $player.name do you need anything?"<</speech>></div><br>
<<if $player.energy gt 0 && $roommate.energy gt 0>>
<<linkreplace "Talk">>
<<if !$roommate.talked>>
<<speech "You" $player.name>>"Hey $roommate.name, how's streaming going? Any progress lately?"<</speech>><br>
<<speech "Lulu" $roommate.name>>"Ugh, it's not going well at all. I'm barely getting any viewers, and no subscribers."<</speech>><br>
<<speech "You" $player.name>>"Maybe it's worth considering other avenues for making money?"<</speech>><br>
<<speech "Lulu" $roommate.name>>"Like what? I really like the flexibility of streaming, and being my own boss."<</speech>><br>
<<speech "You" $player.name>>"Have you ever considered starting a Patreon or a similar subscription-based platform? This way, you can offer exclusive content or perks to your most dedicated fans while also providing them a way to support you financially."<</speech>><br>
<<speech "Lulu" $roommate.name>>"I've heard of Patreon, but I haven't really thought about it for myself. It sounds like a good way to build a closer community and receive more consistent support."<</speech>><br>
<<set $roommate.talked to true>>
<<elseif $roommate.talked && $roommate.event3 && !$camera>>
<<speech "Lulu" $roommate.name>>"Did you get the camera yet?"<</speech>><br>
<<speech "You" $player.name>>"Not yet, I'll get it soon."<</speech>><br>
<<elseif $roommate.talked && $roommate.event3 && !$roommate.conversation.includes(1) && $roommate.relationship gte 8>>
<<speech "You" $player.name>>"Would you be interested in using some toys in your videos?"<</speech>><br>
<<speech "Lulu" $roommate.name>>"Yeah! what toys were you thinking?"<</speech>><br>
<<speech "You" $player.name>>"I was thinking a Hitachi to start out?"<</speech>><br>
<<speech "Lulu" $roommate.name>>"What's that?"<</speech>><br>
<<speech "You" $player.name>>"It's a female massager, you'll love it."<</speech>><br>
<<speech "Lulu" $roommate.name>>"Okay, yeah definitely."<</speech>><br>
<<speech "You" $player.name>>"Alright I'll go pick one up."<</speech>><br>
<span style="color:green">You can now buy a Hitachi</span><br><br>
<<run $roommate.conversation.pushUnique(1)>>
<<elseif $roommate.talked && $roommate.event3 && !$roommate.conversation.includes(2) && $roommate.relationship gte 8>>
<<speech "Lulu" $roommate.name>>"I've been thinking, I want to get a dildo."<</speech>><br>
<<speech "You" $player.name>>"Yeah, I think that'll be hot. I can grab one for you."<</speech>><br>
<span style="color:green">You can now buy a Dildo</span><br><br>
<<run $roommate.conversation.pushUnique(2)>>
<<elseif $roommate.talked && $roommate.event5 && !$roommate.conversation.includes(3)>>
<<speech "Lulu" $roommate.name>>"Now that I've done anal, I want to experiment with some toys."<</speech>><br>
<<speech "You" $player.name>>"Ooo, okay I can get you some. What were you thinking?"<</speech>><br>
<<speech "Lulu" $roommate.name>>"I want to try wearing a Buttplug."<</speech>><br>
<<speech "You" $player.name>>"Alright, I'll pick one up and you can try it for a scene."<</speech>><br>
<span style="color:green">You can now buy a Buttplug</span><br><br>
<<run $roommate.conversation.pushUnique(3)>>
<</if>>
<<if $roommate.relationship lt 4>>
<span style="color:red">Relationship increased</span><br>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase your relationship.<br>
<</if>>
<</linkreplace>><br>
<<if $roommate.event3 && $camera>>
[[Ask to film|filming]]<br>
<</if>>
<<if $roommate.event4 && !$roommate.event5 && $roommate.relationship gte 20 && $player.energy gt 0 && $roommate.energy gt 0>>
[[$roommate.name + " has something special planned"|LuluAnal]]<br>
<</if>>
<</if>>
<</if>>
[[Hallway|Apartment]]<<set _rand to random(1,10)>>
<div style="text-align: center">
<img src="img/apartment/bathroom.webp" width="691px" height="389px">
</div><br>
<<if $roommate.event1 && !$roommate.event2 && $roommate.relationship gt 3 && $player.energy gt 0>>
<<set $roommate.event2 to true>>
You're walking past the bathroom and notice the door slightly ajar and the sound of running water. You head in and see clothes scattered about on the floor. You look up and see $roommate.name in the shower, with her long dark hair all wet and dripping down her back. She starts to laugh when she sees you,<br>
<<speech "Lulu" $roommate.name>>"Hey $player.name, I thought I heard you come in."<</speech>><br>
Seeing $roommate.name naked, you're too stunned to speak. She obviously doesn't mind you're presence as she continues her shower while teasing you.<br>
<video src="img/lulu/lulushower.webm" width="400px" autoplay loop muted></video><br>
You decide it's probably best to leave before she finishes.<br>
<span style="color:red">Openness has increased</span><br>
<<set $roommate.event2 to true>>
<<set $player.openness += 1>>
<<set $player.energy -= 1>>
<<set $roommate.event1 to true>>
<<replace "#stats">><<include "Stats">><</replace>>
<<elseif $player.onlyfans && _rand gte 8>>
You walk into the bathroom and see $friend.name in a grey sports bra and thong, getting ready to take a shower. She doesn't notice you watching and takes off her sports bra revealing her perky breasts. She takes her thong off next, wearing nothing now you can see just how petite she is.<br>
<video src="img/emily/emilyshower1a.webm" width="400px" autoplay loop muted></video><br>
Completely naked she grabs her long brunette hair and begins to carefully put it up into a ponytail. Once done she walks over to shower and turns the water on.<br>
<video src="img/emily/emilyshower1b.webm" width="400px" autoplay loop muted></video><br>
She tests the water with her hands to make sure it's the right temperature before getting in. Once in she immediately grabs some soap and starts washing her breasts. She turns to the side so you can see her tight little ass, making sure to wash every inch of her body.<br>
<video src="img/emily/emilyshower1c.webm" width="400px" autoplay loop muted></video><br>
Seems like it will be a very quick shower, as she turns the water off you make sure to hide so she cant see you. She gets out of the shower and starts rubbing herself dry with her towel. You can see the show is obviously over so you continue on your way.<br>
<video src="img/emily/emilyshower1d.webm" width="400px" autoplay loop muted></video><br>
You think to yourself, why is $friend.name showering here? As a matter of fact it seems like shes been here quite often since you had the threesome with her and $roommate.name. You'll have to ask her about it sometime or see if she brings it up.<br>
<<run $scenes.pushUnique("emilyshower")>>
<<else>>
<<linkreplace "Shower">>
<<if !$player.showered>>
<span style="color:green">You've gained some energy.</span><br>
<<set $player.showered to true>>
<<set $player.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
<span style="color:red">You've already showered today.</span><br>
<</if>>
<</linkreplace>><br>
<</if>>
[[Hallway|Apartment]]<div style="text-align: center">
<img src="img/apartment/outside.webp" width="691px" height="389px">
<br><br>
<<if !$house.bought>>
<a data-passage="Apartment" class="darken"><img src="img/apartment/apartment.jpg" width="250px" height="150px"><span>Home</span></a>
<<elseif $house.bought>>
<a data-passage="House" class="darken"><img src="img/house/house.jpg" width="250px" height="150px"><span>Home</span></a>
<</if>>
<a data-passage="Store" class="darken"><img src="img/city/store/store.jpg" width="250px" height="150px"><span>Store</span></a> <a data-passage="RealEstate" class="darken"><img src="img/city/realestate/realestateoffice.jpg" width="250px" height="150px"><span>Realtor</span></a>
<<if $cosplay.event>>
<a data-passage="CosplayConvention" class="darken"><img src="img/city/cosplay/cosplay.jpg" width="250px" height="150px"><span>Cosplay Convention</span></a>
<</if>>
</div><<if $player.energy gte 1>>
[[Browse the web|Internet]]<br>
<<if $roommate.found>>[[OnlyFans]]<br><</if>>
[[Play Games|Game]]<br>
<<else>>
You're too tired to do anything<br>
<</if>>
<<if !$house.bought>>
[[Get off Computer|ABedroom]]<br>
<<elseif $house.bought>>
[[Get off Computer|HBedroom]]<br>
<</if>>
<<set $score to 0>>
<<script>>
function checkKonami (e) {
State.variables.keyPresses.push(e.key);
if (State.variables.keyPresses.slice(-10).join(',') === State.variables.konamiCode.join(',')) {
$('#konami').empty().wiki(Story.get('Cheats').processText());
}
}
$(document).on('keyup', checkKonami);
$(document).one(':passageinit', () => $(document).off('keyup', checkKonami));
<</script>>
<div id="konami"></div>
<<run forget("countdown")>><<if $roommate.relationship gt 3 && $roommate.event2 && $roommate.subscribed && !$roommate.event3>>
You decided to open up the internet and watch the video of $roommate.name teasing the camera again so you could masturbate before bed. Since she first moved in, you've been fantasizing about what she'd look like naked and now here she is. You're so turn on it isn't long before you finish.<br>
While you were masturbating, you forgot to close your door and $roommate.name happened to walk by. She couldn't help but overhear what was going on, and was very surprised to see you masturbating to the video of her!<br>
<img src="img/lulu/lulushocked.gif"><br>
Shortly after you finish cleaning up $roommate.name walks in.<br>
<<speech "Lulu" $roommate.name>>"I... I didn't realize you knew about it. I just started it because streaming hasn't been bringing in any money and I still need to pay rent, then you suggested I should look into other platforms.."<</speech>><br>
<<speech "You" $player.name>>"I only just found it, and then I saw you posted a video and I got curious, I didn't exactly mean to start an OnlyFans but it's definitely a good way for girls to make money."<</speech>><br>
<<speech "Lulu" $roommate.name>>"Well... this is actually good, I could use help filming some new videos and I can't think of anyone better than you to help out! I don't have a camera though, as you noticed I used my phone for the first video."<</speech>><br>
<<speech "You" $player.name>>"You want me to film with you?"<</speech>><br>
<<speech "Lulu" $roommate.name>>"Of course it'll just be you filming me solo first, but we'll see where it leads."<</speech>><br>
<<speech "You" $player.name>>"I'll pick up a Camera as soon as possible."<</speech>><br>
<span style="color:green">You can now film with $roommate.name</span><br>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $player.openness += 1>>
<<set $roommate.event3 to true>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
<<if $roommate.talked && !$roommate.found>>
<video src="img/misc/scrollingreddit.webm" width="500px" autoplay loop></video><br>
As you scrolled through Reddit, you couldn't help but notice the abundance of pictures of beautiful naked women. Most were being used in "porn" gifs, but you also found numerous pictures of nude or semi-nude women posed seductively. The title on one particular picture read "Bathroom selfie." she looked familiar, so you clicked on it and then you recognized her, It was $roommate.name!<br>
<img src="img/lulu/lulubathroomselfie.jpg" height="350px"><br>
This was not her first time posing nude for the camera, she's posted a couple other <<linkreplace "Bathroom selfie's.">>Bathroom selfie's.
<br><img src="img/lulu/lulubathroomselfie1.jpg" height="350px"><br>
<img src="img/lulu/lulubathroomselfie2.jpg" height="350px"><br>
<</linkreplace>>
you looked over at the profile description and it contained a link to OnlyFans, an adult content site where people pay to watch videos and photos posted by sexy models.<br>
<img src="img/lulu/lulureddit.png"><br>
Curiosity got the better of you, and without hesitation, you clicked on the provided link.<br>
<img src="img/lulu/luluonlyfans.webp"><br>
Looking at $roommate.name's profile you could see that it was started just recently and no content has been posted yet. Did she create it because you suggested other platforms to make money, you wondered. You contemplated whether you should subscribe to the site, but decided you should wait until there is more content.<br>
<span style="color:red">Openness has increased</span><br>
<<set $player.openness += 1>>
<<set $player.energy -= 1>>
<<set $roommate.found to true>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
<<set _rand to random(1,3)>>
<<switch _rand>>
<<case 1>>
As you found yourself with some time to spare, you turned to Reddit, scrolling through the endless stream of posts and discussions. It became an engaging pastime, filled with a diverse range of topics and communities that effortlessly whisked away the hours.<br>
<img src="img/misc/scrollingredditsfw.gif" width="400px"><br>
<<case 2>>
In search of a way to pass the time, you found yourself immersed in the captivating realm of YouTube. With each click, you delved into a vast array of videos, ranging from educational content to entertaining vlogs and mesmerizing performances. The hours melted away as you lost yourself in the diverse and captivating world of online videos.<br>
<img src="img/misc/scrollingyoutube.gif"><br>
<<case 3>>
Coding has become your go-to hobby when you want to immerse myself in a productive and intellectually stimulating activity. As you dive into the world of programming languages and algorithms, time seems to fly by effortlessly, lost in the joy of problem-solving and bringing ideas to life through code. It's a rewarding way to spend my leisure hours, continuously honing my skills and embracing the ever-evolving landscape of technology.<br>
<img src="img/misc/coding.gif" width="400px"><br>
<</switch>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<</if>>
<</if>>
<br>[[Thats enough internet for today|Computer]]<<link `$roommate.name + "'s profile"` "LuluProfile">><</link>><br>
<<if $player.onlyfans>>
[[Your OnlyFans|PlayerProfile]]
<</if>>
<br>[[Go Back|Computer]]<<Game>>
<<countdownTimer 30 "GameEnd">>
[[Quit|Computer]] <<if !$roommate.event1>>
You decide to check $roommate.name's profile again, looks like there is still no content.<br>
<img src="img/lulu/luluonlyfans.webp" width="400px"><br>
You close the tab for now, deciding to check back later.<br>
<img src="img/misc/closetab.gif" width="400px"><br>
<<elseif $roommate.event1 && !$roommate.subscribed>>
<img src="img/lulu/luluonlyfans.webp" width="400px"><br>
Having exercised patience for quite some time, you are rewarded as $roommate.name finally uploads a fresh video to her page. Your eagerness to get better acquainted with her content leads you to subscribe to her page. Once you have successfully subscribed, you are greeted with the very same video that you had caught a glimpse of earlier, showcasing $roommate.name's creative process in her own personal space. You decide to watch the video from where you left off. She turns around to show the mirror her cute little butt and gives it a smack.<br>
<img src="img/lulu/luluphone1b.gif"><br>
She changes positions, laying on her back and spreading her legs wide open, offering the camera a view of her moist pussy. <br>
<img src="img/lulu/luluphone1c.gif"><br>
After spreading her sweet pussy lips open, she slowly inserts two fingers into her waiting slit. Bring them out, spreading her lips and inserting them again. Even though the video is obviously just a tease she decides to insert three fingers and left out a little moan.<br>
<img src="img/lulu/luluphone1d.gif"><br>
Finished with her pussy, she teases her tight little asshole rubbing her finger around it before inserting it and quickly removing it leaving you wanting more.<br>
<img src="img/lulu/luluphone1e.gif"><br>
That's it for now, hopefully she posts again soon.<br>
<span style="color:red">Openness has increased</span><br>
<<set $player.openness += 1>>
<<set $roommate.subscribed to true>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
<<linkreplace "Phone Scene">>
<img src="img/lulu/luluonlyfans.webp" width="400px"><br>
<img src="img/lulu/luluphone1a.gif"><br>
<img src="img/lulu/luluphone1b.gif"><br>
<img src="img/lulu/luluphone1c.gif"><br>
<img src="img/lulu/luluphone1d.gif"><br>
<img src="img/lulu/luluphone1e.gif"><br>
<</linkreplace>><br>
<<if $scenes.includes("lulucouchfinger")>>
<<linkreplace "Solo Scene 1">>
<img src="img/lulu/lulucouchfinger.webp" width="400px"><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("luludoggymas")>>
<<linkreplace "Solo Scene 2">>
<img src="img/lulu/lulupresenting.gif"><br>
<img src="img/lulu/luludoggymas.gif"><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulusolo")>>
<<linkreplace "Solo Scene 3">>
<video src="img/lulu/lulusolo.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("luluhitachi")>>
<<linkreplace "Hitachi Scene 1">>
<img src="img/lulu/luluhitachi.webp"><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("luluhitachi2")>>
<<linkreplace "Hitachi Scene 2">>
<video src="img/lulu/luluhitachi2.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("luluhitachi3")>>
<<linkreplace "Hitachi Scene 3">>
<video src="img/lulu/luluhitachi3.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulurainbow")>>
<<linkreplace "Dildo Scene 1">>
<img src="img/lulu/lulurainbow.webp" width="400px"><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("luludildo")>>
<<linkreplace "Dildo Scene 2">>
<video src="img/lulu/luludildo.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulusplit")>>
<<linkreplace "Dildo Scene 3">>
<video src="img/lulu/lulusplit.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulublowjob1")>>
<<linkreplace "Blowjob Scene 1">>
<video src="img/lulu/lulublowjob1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulublowjob1b.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulublowjob2")>>
<<linkreplace "Blowjob Scene 2">>
<video src="img/lulu/lulublowjob2.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulublowjob3")>>
<<linkreplace "Blowjob Scene 3">>
<video src="img/lulu/lulublowjob3a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulublowjob3b.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulusex1")>>
<<linkreplace "Sex Scene 1">>
<video src="img/lulu/lulusex1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulusex1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulusex1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulusex1d.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("lulusex2")>>
<<linkreplace "Sex Scene 2">>
<video src="img/lulu/lulusex2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulusex2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulusex2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/lulusex2d.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("luluanal1")>>
<<linkreplace "Anal Scene 1">>
<video src="img/lulu/luluanal2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal2e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal2f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal2g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal2h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("luluanal2")>>
<<linkreplace "Anal Scene 2">>
<video src="img/lulu/luluanal3a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal3b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal3c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal3d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal3e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal3f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal3g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/lulu/luluanal3h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<</if>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
[[Go Back|OnlyFans]]<<widget 'contestwin'>>
<<speech "NPC" "Announcer">>"Our winner is the lovely <<= _args[0].toUpperFirst()>>!"<</speech>><br>
<img @src='"img/city/cosplay/" + _args[0] + "/" + _args[0] + _args[1] + "1.jpg"'><br>
<<speech "NPC" "Announcer">>"Congratulations!"<</speech>><br>
<</widget>>
<<widget 'Cosplay'>>
<<switch $args[0]>>
<<case "yor">>
Yor Forger from SpyxFamily!
<<case "makima">>
Makima from Chainsaw Man!
<<case "megumin">>
Megumin from Konosuba!
<<case "shinobu">>
the Hashira, Shinobu Kocho, from Demon Slayer!
<<case "ino">>
Ino Yamanaka from Naruto!
<<case "toga">>
Himiko Toga from My Hero Academia!
<<case "mitsuri">>
the Hashira, Mitsuri Kanrogi, from Demon Slayer!
<<case "kanao">>
Kanao Tsuyuri from Demon Slayer!
<<case "ada">>
Ada Wong from Resident Evil!
<</switch>>
<</widget>>
<<widget 'contest'>>
<<switch $args[0]>>
<<case "mikasa">>
<<set $contest to $cosplay.mikasa.randomMany(3)>>
<<case "hinata">>
<<set $contest to $cosplay.hinata.randomMany(3)>>
<<case "open">>
<<set $contest to $cosplay.open.randomMany(3)>>
<<switch $contest[0]>>
<<case "aery">>
<<set $contestset0 to either($aery.cosplay1, $aery.cosplay2, $aery.cosplay3)>>
<<case "alice">>
<<set $contestset0 to either($alice.cosplay1, $alice.cosplay2, $alice.cosplay3)>>
<<case "cyberly">>
<<set $contestset0 to either($cyberly.cosplay1)>>
<<case "kitty">>
<<set $contestset0 to either($kitty.cosplay1)>>
<<case "sweetie">>
<<set $contestset0 to either($sweetie.cosplay1, $sweetie.cosplay2)>>
<</switch>>
<<switch $contest[1]>>
<<case "aery">>
<<set $contestset1 to either($aery.cosplay1, $aery.cosplay2, $aery.cosplay3)>>
<<case "alice">>
<<set $contestset1 to either($alice.cosplay1, $alice.cosplay2, $alice.cosplay3)>>
<<case "cyberly">>
<<set $contestset1 to either($cyberly.cosplay1)>>
<<case "kitty">>
<<set $contestset1 to either($kitty.cosplay1)>>
<<case "sweetie">>
<<set $contestset1 to either($sweetie.cosplay1, $sweetie.cosplay2)>>
<</switch>>
<<switch $contest[2]>>
<<case "aery">>
<<set $contestset2 to either($aery.cosplay1, $aery.cosplay2, $aery.cosplay3)>>
<<case "alice">>
<<set $contestset2 to either($alice.cosplay1, $alice.cosplay2, $alice.cosplay3)>>
<<case "cyberly">>
<<set $contestset2 to either($cyberly.cosplay1)>>
<<case "kitty">>
<<set $contestset2 to either($kitty.cosplay1)>>
<<case "sweetie">>
<<set $contestset2 to either($sweetie.cosplay1, $sweetie.cosplay2)>>
<</switch>>
<</switch>>
<</widget>>
<<widget "Game">>
<div id="game"><<include "Game1">></div>
<<script>>
/* create a function to handle keypresses */
function handleKeyUp (ev) {
/* check if an arrow key was pressed (which and keyCode are deprecated) */
if (ev.key.startsWith('Arrow')) {
/* check if the correct arrow key was pressed */
if (ev.key.endsWith(State.variables.random)) {
/* increment score */
State.variables.score += 1;
}
/* "reload" the passage */
$('#game').empty().wiki(Story.get('Game1').processText());
}
};
/* run the above function whenever there is a key up event */
$(document).on('keyup', handleKeyUp);
/* stop listening for the key up event when navigating away from this passage */
$(document).one(':passageinit', () => $(document).off('keyup', handleKeyUp));
<</script>>
<</widget>>
/* <<countdownTimer>> Widget - Start */
<<widget "countdownTimer">>
<<set _seconds = $args[0]>>
<<set _minutes = Math.floor(_seconds / 60)>>
<<set _replacementPassage = $args[1]>>
<div id="timer" class="timergreen">Time remaining _minutes:<<= (_seconds - (_minutes * 60)).toString().padStart(2, '0')>></div><<script>>
if (!recall("countdown", undefined)) {
setup.countdown = { startTime: new Date(), lastStr: "", passage: passage() };
memorize("countdown", setup.countdown);
} else {
setup.countdown = recall("countdown");
if (setup.countdown.passage !== passage()) {
setup.countdown = { startTime: new Date(), lastStr: "", passage: passage() };
memorize("countdown", setup.countdown);
}
}
setup.countdown.intervalID = setInterval(function () {
if (setup.countdown.passage !== passage()) {
clearInterval(setup.countdown.intervalID);
forget("countdown");
setup.countdown.passage = "";
} else {
var curtime = new Date(), str, seconds = State.temporary.seconds;
var diff = Math.floor(seconds - ((curtime - setup.countdown.startTime) / 1000)), min = Math.floor(diff / 60);
if ((diff >= 0) && (diff < seconds)) {
if ($("#timer").length) {
str = "Time remaining " + min + ":" + (diff - (min * 60)).toString().padStart(2, '0');
if (str != setup.countdown.lastStr) {
$("#timer").empty().wiki(str);
setup.countdown.lastStr = str;
}
if (diff <= 10) {
if (!$("#timer").hasClass("timerred")) {
$("#timer").removeClass("timeramber").addClass("timerred");
}
} else if (diff <= 20) {
if (!$("#timer").hasClass("timeramber")) {
$("#timer").removeClass("timergreen").addClass("timeramber");
}
} else {
if (!$("#timer").hasClass("timergreen")) {
$("#timer").removeClass("timeramber timerred").addClass("timergreen");
}
}
}
}
if (diff < 0) {
clearInterval(setup.countdown.intervalID);
forget("countdown");
$("#passages div.passage").empty().wiki('<<include "' + State.temporary.replacementPassage + '">>');
delete setup.countdown.passage;
}
}
}, 200);
<</script>>
<</widget>>
/* <<countdownTimer>> Widget - End */<<set $random = either("Left", "Up", "Right", "Down")>>
<<set $src to "img/game/" + $random + ".png">>
<div style="text-align: center">
<span style="color: silver; font-weight: bold; font-size: 72px;">
<img @src="$src" width="250px" height="200px"><br>
Score: $score<br>
</span>
</div><<if $score lte 30>>
<img src="img/game/riley1.jpg"><img src="img/game/riley2.jpg">
<<elseif $score gt 30 && $score lt 40>>
<img src="img/game/riley3.jpg"><img src="img/game/riley4.jpg">
<<elseif $score gte 40 && $score lt 60>>
<img src="img/game/riley5.jpg"><img src="img/game/riley6.jpg">
<<else>>
<img src="img/game/riley7.jpg"><img src="img/game/riley8.jpg">
<</if>>
<<set $player.energy -= 1>>
[[Finished|Computer]] <br><<link "Increase Openness">>
<<set $player.openness += 100>>
<<replace "#stats">><<include "Stats">><</replace>>
<</link>><br>
<<link "Increase Money">>
<<set $player.money += 9000000>>
<<replace "#stats">><<include "Stats">><</replace>>
<</link>><br>
<<link "Increase Max Energy and refill energy">>
<<set $player.maxenergy += 100>>
<<set $player.energy to $player.maxenergy>>
<<replace "#stats">><<include "Stats">><</replace>>
<</link>><br>
<<link "Increase Relationship">>
<<set $roommate.relationship += 100>>
<<replace "#stats">><<include "Stats">><</replace>>
<</link>><br>
<<link "Increase Roommate Energy">>
<<set $roommate.maxenergy += 100>>
<<set $roommate.energy to $roommate.maxenergy>>
<<replace "#stats">><<include "Stats">><</replace>>
<</link>><br>
<<link "Increase Friend Energy">>
<<set $friend.maxenergy += 100>>
<<set $friend.energy to $friend.maxenergy>>
<<replace "#stats">><<include "Stats">><</replace>>
<</link>><br>
<<link "Unlock Naomi & Remy Date">>
<<set $clerk.score to 8>>
<<set $remy.score to 8>>
<</link>><br>
<<link "Cosplay Convention">>
<<set $cosplay.flirted to 0>>
<<set $cosplay.voted to false>>
<<set $cosplay.event to true>>
<<set $cosplay.comp to either("mikasa","hinata","open")>>
<<contest $cosplay.comp>>
<</link>><br><<set $rentdue to 7-($day%7)>>
Day: $day<br>
Energy: $player.energy<br>
Money: $<<= $player.money>><br>
Openness: $player.openness<br>
<span style="color:red">Rent($<<= $rent>>) is due in $rentdue days.</span><br>
<br>
<span style="color:#ff00d4"><b>$roommate.name:</b></span><br>
<<hovertip
'<<if $roommate.relationship lt 4>>
Talk to $roommate.name in her room.
<<else>>
Film with $roommate.name.
<</if>>'>>
Relationship: $roommate.relationship<br>
<</hovertip>><br>
Energy: $roommate.energy<br>
<br>
<<if $player.onlyfans>>
<span style="color:purple"><b>$friend.name:</b></span><br>
Energy: $friend.energy
<</if>>
<img src="img/misc/rent.jpg"><br>
<<if $player.money gte $rent>>
<<select "Pay">>
<<set $rentpaid to true>>
<<set $player.money -= $rent>>
<<goto "ABedroom">>
<</select>><br>
<<else>>
<<select "Call Parents">>
The landlord is here, and you find yourself in a difficult predicament with insufficient funds for the rent. Overwhelmed with embarrassment, you reluctantly dial your parents' number, swallowing your pride as you ask for their assistance.<br>
<<set $rentpaid to true>><br>
[[Finished|ABedroom]]
<</select>><br>
<</if>>
<<if $roommate.relationship gte 8>>
<<select "$roommate.name offers to help">>
The landlord is here, and you don't have enough money to cover the rent. Anxiety builds up as you desperately search for a way to handle the situation. However, before you can even voice your concern, your roommate $roommate.name intervenes, and talks to the landlord, ensuring that the rent is taken care of.<br>
Not long after the conversation with the landlord, $roommate.name steps out of the apartment for a bit saying she's going for a walk.<br>
<<if $roommate.relationship gte 12>>
<<linkreplace "Follow $roommate.name">>
Your roommate casually mentions that she's going for a walk, but something feels off. Curiosity gets the better of you, and you quietly decide to follow her discreetly. To your surprise, you discover that $roommate.name is headed straight to the landlord's apartment, raising questions about her hidden intentions.<br>
You decide you need to see what's going on in that apartment, so you go outside to the window hoping to be able to see inside and to your surprise, there's $roommate.name on her knees with the landlord’s cock in her mouth. The landlord has a hold of the back of $roommate.name's head and is mercilessly fucking her throat, after a while of his cock pummelling her throat, he finishes in her mouth.<br>
<video src="img/lulu/luluthroatfuck.webm" width="250px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<set $rentpaid to true>><br>
[[Go Home|ABedroom]]
<</select>>
<</if>><<set _rand to random(1,3)>>
<<switch _rand>>
<<case 1>>
As you lay in bed, feeling utterly exhausted from the day's activities, you quickly slip into a deep slumber. The night passes by without any dreams or interruptions.<br>
<<case 2>>
As you drift off into slumber, your subconscious mind transports you to a vivid and lively dream realm. You find yourself nestled in a comfortable bed next to an exquisitely beautiful woman, whose mere presence is utterly captivating and soothing to your soul. The dream world envelops you with a sense of coziness and intimacy as if the two of you are the only beings in existence, forging a fleeting yet enchanting connection.<br>
<img src="img/misc/dream1.gif"><br>
<<case 3>>
As you drift to sleep you dream of a beautiful woman on her knees in front of you. You imagine your fingers and thumb gently running over her luscious breasts. Then, before you can control yourself you are roughly grabbing her hair and forcing your hard cock into her mouth.<br>
<img src="img/misc/dream2.gif"><br>
<</switch>>
<<if $roommate.energy gt 0 && $camera>>
<<set _people to random(10, 30)>>
<<set _earned to Math.trunc(((_people*5)/2)*$roommate.energy)>>
<span style="color:green">$roommate.name had $roommate.energy energy left over, she filmed on her own. She still shares $<<= _earned>> with you.</span><br>
<<set $player.money += _earned>>
<<replace "#stats">><<include "Stats">><</replace>>
<</if>>
<br><<link "Wake Up">>
<<set _cos to random(1,10)>>
<<if _cos gte 7>>
<<set $cosplay.event to true>>
<<set $cosplay.comp to either("mikasa","hinata","open")>>
<<contest $cosplay.comp>>
<<elseif _cos lt 7>>
<<set $cosplay.event to false>>
<</if>>
<<set $cosplay.flirted to 0>>
<<set $cosplay.voted to false>>
<<set _rand to random(1,10)>>
<<if _rand lte 7>>
<<set $player.energy to $player.maxenergy>>
<<set $roommate.energy to $roommate.maxenergy>>
<<set $friend.energy to $friend.maxenergy>>
<<set $day += 1>>
<<set $clerk.flirt to false>>
<<set $remy.flirt to false>>
<<set $rentpaid to false>>
<<set $player.showered to false>>
<<set $player.eaten to false>>
<<replace "#stats">><<include "Stats">><</replace>>
<<goto "Events">>
<<else>>
<<set $player.energy to $player.maxenergy>>
<<set $roommate.energy to $roommate.maxenergy>>
<<set $friend.energy to $friend.maxenergy>>
<<set $day += 1>>
<<set $clerk.flirt to false>>
<<set $remy.flirt to false>>
<<set $rentpaid to false>>
<<set $player.showered to false>>
<<set $player.eaten to false>>
<<replace "#stats">><<include "Stats">><</replace>>
<<if !$house.bought>>
<<goto "ABedroom">>
<<elseif $house.bought>>
<<goto "HBedroom">>
<</if>>
<</if>>
<</link>><br>
<<if visited("ABedroom")>>
<<link "Tinder">>
<<script>>
Dialog.setup("Phone");
Dialog.wiki(Story.get("Tinder").processText());
Dialog.open();
<</script>>
<</link>><br>
<<link "UberEats" "UberEats">>
<<if lastVisited("UberEats") is 0>>
<<else>>
<<set $return to passage()>>
<</if>>
<</link>><br>
<<if $roommate.event3>>
<<link "OnlyFans($roommate.name)" "filming">><</link>><br>
<</if>>
<<if $player.onlyfans>>
<<link "OnlyFans(You)" "OnlyFansPlayer">>
<</link>><br>
<</if>>
<</if>>
<<link "Credits" "Credits">>
<<if lastVisited("Credits") is 0>>
<<else>>
<<set $return to passage()>>
<</if>>
<</link>><<set _name to $player.name.toUpperCase()>>
<<if visited() eq 1>>
There are many options to film, depending on your "openness", "relationship", and what items you have more will become available. You will now be able to access this screen quickly through the "OnlyFans" menu on the sidebar.<br>
<</if>>
<span style="color:pink"><b>Lulu:</b></span><br>
<<if $camera>>
<<linkreplace "Solo">><<if $player.energy gt 0 && $roommate.energy gt 0>>
<<switch random(1,3)>>
<<case 1>>
<<if !$scenes.includes("lulucouchfinger")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name gets naked, lays back on the couch, spreads her legs, and plays with her tight pussy for you. You film as she furiously finger fucks herself on the couch moaning in pleasure, you can't wait until she lets you fuck her. <br>
<img src="img/lulu/lulucouchfinger.webp" width="400px"><br>
<<run $scenes.pushUnique("lulucouchfinger")>>
<<case 2>>
<<if !$scenes.includes("luludoggymas")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name gets on the bed face-down ass up, so you get a nice view of her juicy round ass. <br>
<img src="img/lulu/lulupresenting.gif"><br>
With her ass high in the air, she reaches behind and starts rubbing her wet cunt. You continue to film her hot ass wiggling from side to side as she rubs herself off with her fingers.<br>
<img src="img/lulu/luludoggymas.gif"><br>
<<run $scenes.pushUnique("luludoggymas")>>
<<case 3>>
<<if !$scenes.includes("lulusolo")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name lays back on the bed, legs spread, ready to be filmed. Her perfect shaved pussy is right in front of you and it's dripping wet from anticipation. You can see just how much this turns $roommate.name on as she starts playing with her pussy, rubbing her clit until it starts to throb. Simoultainusly rubbing her nipples and moaning in pleasure.<br>
<video src="img/lulu/lulusolo.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("lulusolo")>>
<</switch>>
<<if $roommate.relationship lt 8>>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set _people to random(2, 10)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase you relationship.<br>
<<set _people to random(2, 10)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<</if>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to help.<br>
<<else>>
$roommate.name is too tired to film.<br>
<</if>>
<</if>><</linkreplace>><br>
<<if $hitachi && $roommate.relationship gte 8>>
<<linkreplace "Hitachi">><<if $player.energy gt 0 && $roommate.energy gt 0>>
<<switch random(1,3)>>
<<case 1>>
<<if !$scenes.includes("luluhitachi2")>>
<b>New Scene!</b><br>
<</if>>
<<speech "Lulu" $roommate.name>>"I'm ready to film a scene with the Hitachi."<</speech>><br>
$roommate.name quickly strips off all of her clothes, grabs the Hitachi, and positions herself on the bed. You waste no time grabbing the camera and getting ready to film as she starts playing with her clit. As she gets more and more into it, you move closer so you can get some up-close shots of the orgasms building up. Within moments she is gasping for air as she reaches a squirting orgasm with the Hitachi. Spent, $roommate.name decides that's it for the video.<br>
<video src="img/lulu/luluhitachi2.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("luluhitachi2")>>
<<case 2>>
<<if !$scenes.includes("luluhitachi")>>
<b>New Scene!</b><br>
<</if>>
You walk in $roommate.name's room and see that she is already on the bed, spread eagle and going to town on herself with the Hitachi. You take this opportunity to pull out and the camera and start filming as she continues to edge closer and closer to orgasm. She's close now as you see her screaming and writhing in pleasure, throwing her head back as she can't take it anymore. She lets out one long moan as you see she has brought herself to a squirting orgasm with the Hitachi. <br>
<img src="img/lulu/luluhitachi.webp"><br>
<<run $scenes.pushUnique("luluhitachi")>>
<<case 3>>
<<if !$scenes.includes("luluhitachi3")>>
<b>New Scene!</b><br>
<</if>>
<<speech "Lulu" $roommate.name>>"Since we have the Hitachi we should use it,"<</speech>><br>
$roommate.name says as takes her pants off revealing her beautifully shaved pussy. <br>
<<speech "You" $player.name>>"If you like, I can use the Hitachi on you while you're playing games"<</speech>><br>
$roommate.name is obviously turned on by the idea, as she grabs her controller and lays back on the bed spreading her legs so I can get to work. I dive right in and start using the Hitachi on her clit until she's breathing heavily and has beads of sweat forming on her forehead. Her little pink tank top slips down revealing one of her small pierced nipples which is already hard. I keep using the Hitachi on her clitoris with increasing intensity, edged on by her moaning and groaning in response. <br>
<video src="img/lulu/luluhitachi3.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Lulu" $roommate.name>>"That was amazing, we should definitely use this again."<</speech>><br>
<<run $scenes.pushUnique("luluhitachi3")>>
<</switch>>
<<if $roommate.relationship lt 12>>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set _people to random(5, 15)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase you relationship.<br>
<<set _people to random(5, 15)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<</if>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to help.<br>
<<else>>
$roommate.name is too tired to film.<br>
<</if>>
<</if>><</linkreplace>><br>
<</if>>
<<if $dildo && $roommate.relationship gte 8>>
<<linkreplace "Dildo">><<if $player.energy gt 0 && $roommate.energy gt 0>>
<<switch random(1,3)>>
<<case 1>>
<<if !$scenes.includes("lulurainbow")>>
<b>New Scene!</b><br>
<</if>>
<<speech "Lulu" $roommate.name>>"You bought these dildos so let's use them."<</speech>><br>
$roommate.name is clearly horny and ready to film another video for her OnlyFans, so you grab the camera and get ready. By the time you get back with the camera $roommate.name is already naked, spread eagle on the bed with just some rainbow shoes to match the rainbow dildo. She's oiled up and can't wait for you to film her being penetrated by the rainbow dildo! You set up in front of her so you can get the best shot of the dildo penetrating her. She wastes no time starting to moan as she enjoys the thick dick sliding into her tight little pussy. Pounding away at her tight wet pussy with the dildo, her moans become more intense as the orgasm builds within her until she cums all over the dildo. <br>
<img src="img/lulu/lulurainbow.webp" width="400px"><br><br>
<<speech "You" $player.name>>"That was amazing"<</speech>><br>
<<speech "Lulu" $roommate.name>>"If you're lucky, maybe I'll let you fuck me like that one day,"<</speech>><br>
<<run $scenes.pushUnique("lulurainbow")>>
<<case 2>>
<<if !$scenes.includes("luludildo")>>
<b>New Scene!</b><br>
<</if>>
You're walking by $roommate.name's room and see the door open so you decide to take a look. You see her laying on the bed almost completely naked using her purple double sided dildo to fuck her tight wet pussy. You take this opportunity to film a little voyeur POV video for her OnlyFans. <br>
<video src="img/lulu/luludildo.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("luludildo")>>
<<case 3>>
<<if !$scenes.includes("lulusplit")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name offers to let you film another video, so you grab you camera and get ready. When you come back shes laying back on the bed in nothing but her pink and white striped socks with her legs spread wide. She is obviously very horny as she wastes no time in starting to rub and finger her soaking wet pussy right there in front of you. She brings her knees to her chest, to give you a perfect view of her pussy and tight little asshole. After a little while two fingers are not enough and it's time for a bigger toy, she grabs the dildo and slides it inside her. She pounds away at her tight hole until finally, she comes all over herself.<br>
<video src="img/lulu/lulusplit.webm" width="400px" autoplay loop muted></video><br>
You can't wait for the day you get to fuck $roommate.name like that.<br>
<<run $scenes.pushUnique("lulusplit")>>
<</switch>>
<<if $roommate.relationship lt 12>>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set _people to random(10, 20)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase you relationship.<br>
<<set _people to random(10, 20)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<</if>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to help.<br>
<<else>>
$roommate.name is too tired to film.<br>
<</if>>
<</if>><</linkreplace>><br>
<</if>>
<<if $roommate.relationship gte 12>>
<<linkreplace "Blowjob">><<if $player.energy gt 0 && $roommate.energy gt 0>>
<<switch random(1,3)>>
<<case 1>>
<<if !$scenes.includes("lulublowjob1")>>
<b>New Scene!</b><br>
<</if>>
Finally, she wants to film a blowjob video for her OnlyFans. $roommate.name pushes you onto the bed and starts sensually sucking on your cock, licking around it, and then pulling it into her mouth. She works her way up at a slow pace while looking straight into your eyes. <br>
<video src="img/lulu/lulublowjob1a.webm" width="400px" autoplay loop muted></video><br>
Finally, after a few minutes of work, you're ready to cum and she can tell she jerks you faster and takes your load in her mouth.<br>
<video src="img/lulu/lulublowjob1b.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("lulublowjob1")>>
<<case 2>>
<<if !$scenes.includes("lulublowjob2")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name has an idea for a video she wants to film for her OnlyFans, but you need to drive there first.<br>
<<speech "Lulu" $roommate.name>>"I promise it'll be worth your time"<</speech>><br>
You believe her, so you get in the car and start driving.<br>
<img src="img/misc/driving.gif" width="400px"><br>
Once you get to a nice secluded parking lot $roommate.name pulls your cock out and starts sucking. You quickly grab the camera and start recording, as you don't think you'll last very long with her skills. Just as you predicted its not long until you're ready to blow your load. She takes all of your hot sticky cum in her mouth, and swallows.<br>
<video src="img/lulu/lulublowjob2.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Lulu" $roommate.name>>"I told you it'd be worth it, this will be a perfect video for my OnlyFans."<</speech>><br>
<<run $scenes.pushUnique("lulublowjob2")>>
<<case 3>>
<<if !$scenes.includes("lulublowjob3")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name wants to film a blowjob video for her OnlyFans. She gets naked and on her knees, ready for the camera as she takes your big dick in her mouth. She sucks hard and deep until you tell her you're ready to cum, she stops sucking and presents her tits for your sticky load. <br>
<video src="img/lulu/lulublowjob3a.webm" width="400px" autoplay loop muted></video><br>
You jerk your cock and plaster her tits with your hot cum. <br>
<<speech "Lulu" $roommate.name>>"We'll do that again sometime"<</speech>><br>
<<speech "Lulu" $roommate.name>>"I like getting messy!"<</speech>> <br>
<video src="img/lulu/lulublowjob3b.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("lulublowjob3")>>
<</switch>>
<<if $roommate.relationship lt 16>>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set _people to random(15, 25)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase you relationship.<br>
<<set _people to random(15, 25)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<</if>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to help.<br>
<<else>>
$roommate.name is too tired to film.<br>
<</if>>
<</if>><</linkreplace>><br>
<</if>>
<<if $roommate.event4>>
<<linkreplace "Sex">><<if $player.energy gt 0 && $roommate.energy gt 0>>
<<switch random(1,2)>>
<<case 1>>
<<if !$scenes.includes("lulusex1")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name tells you she wants to film a new sex scene, she quickly gets naked so you can see her beautiful petite body. She walks over to you and kneels down in front of you, now at eye level with the massive bulge in your pants. She starts to unbuckle your belt and unzip your fly as you get more and more excited by the sexy Asian teen on her knees for you. Then slowly she strokes your hard cock with one hand and puts the tip in her mouth. She slowly starts sucking your massive member, trying to take it deeper and deeper in her throat.<br>
<video src="img/lulu/lulusex1a.webm" width="400px" autoplay loop muted></video><br>
She's ready for the main event, telling you to get up on the bed and lay down. She follows after you, and straddles you carefully lowering herself onto your throbbing cock. You let out a loud moan as she rides you cowgirl style. Your dick is pulsating from the intense pleasure, $roommate.name leans back and gives you a great view of her tits bouncing around while she continues to ride you. You play with her clit gently as she screams out <br>
<<speech "Lulu" $roommate.name>>"OH MY GOD!"<</speech>>
<br>feeling her cum on your cock! <br>
<video src="img/lulu/lulusex1b.webm" width="400px" autoplay loop muted></video><br>
Now you decide it's time to have some fun, pulling out of her tight little pussy, she gets off of you and into doggy-style. You tease her pussy with your huge dick making her beg for it. Slowly pushing your huge tool into her small hole you hear her whimper, moaning loudly and panting hard. She lifts her ass higher in the air, begging for you to fuck her harder and faster. You start fucking her like a wild animal; slamming your cock deep inside of her tiny hole. As you pull out and thrust again and again you hear her sweet sexy voice scream out <br>
<<speech "Lulu" $roommate.name>>"FUCK ME _name!"<</speech>><br>
<video src="img/lulu/lulusex1c.webm" width="400px" autoplay loop muted></video><br>
That was all it took, you let her know you're ready to cum so she lays on her back and you straddle her chest with your cock pointing straight at her mouth. She's stroking your massive dick with both hands, her mouth open and tongue out, waiting to take that salty sticky load.<br>
<video src="img/lulu/lulusex1d.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("lulusex1")>>
<<case 2>>
<<if !$scenes.includes("lulusex2")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name tells you she wants to film a new sex scene, she gets naked so you can see her beautiful petite body. She tells you to get naked and lay on the bed. You do what you're told and lay on the bed, your large member already at full staff seeing $roommate.name ready to fuck. She gets on the bed with you, in between your legs and sucks your thick cock into her small mouth. Your manhood is too big for her tiny mouth though so she doesn't suck very deep, though she makes sure to occasionally lick up and down the length of your shaft before resuming her blowjob.<br>
<video src="img/lulu/lulusex2a.webm" width="400px" autoplay loop muted></video><br>
Staying between your legs $roommate.name turns around and positions herself doggy-style so you can see her cute little butt. You line your girthy member up with her tiny little pussy and she carefully backs her ass up on it. Making sure to take the full length of your shaft before repeatedly impaling herself on your cock. You start pistoning your dick in and out of her little slit, making sure to grab and slap her beautiful ass. <br>
<video src="img/lulu/lulusex2b.webm" width="400px" autoplay loop muted></video><br>
You put $roommate.name on the edge of the bed in missionary, with her bottom slightly hanging off the edge. You have her hold her legs spread eagle up in the air so you have the perfect position to slide your thick cock into her. Slowly moving in and out of her tight hole, you grab her legs and push them back so you can get as deep as possible.<br>
<video src="img/lulu/lulusex2c.webm" width="400px" autoplay loop muted></video><br>
You push $roommate.name to her knees and shove the tip of your cock in her mouth. You hold the back of her head and start jerking your cock ready to blow. You don't last very long and release a massive load of salty sticky cum in $roommate.name's mouth. She holds all the cum in her mouth, to show you how much she loves cum before swallowing your load.<br>
<video src="img/lulu/lulusex2d.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("lulusex2")>>
<</switch>>
<<if $roommate.relationship lt 20>>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set _people to random(20, 30)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase you relationship.<br>
<<set _people to random(20, 30)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<</if>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to help.<br>
<<else>>
$roommate.name is too tired to film.<br>
<</if>>
<</if>>
<</linkreplace>><br>
<</if>>
<<if $roommate.relationship gte 20 && $roommate.event5>>
<<linkreplace "Anal">><<if $player.energy gt 0 && $roommate.energy gt 0>>
<<if $buttplug>>
<<set _rand to random(1,2)>>
<<else>>
<<set _rand to 1>>
<</if>>
<<switch _rand>>
<<case 1>>
<<if !$scenes.includes("luluanal1")>>
<b>New Scene!</b><br>
<</if>>
You catch $roommate.name in her room in just glasses, a cute blue crop top and some panties. She sees you and shows you all of her panties,<br>
<<speech "Lulu" $roommate.name>>"Which ones would you like me to try on?"<</speech>><br>
<<speech "You" $player.name>>"I think the black thong would make your ass look really good."<</speech>><br>
<br>
She wastes no time, slowly sliding her panties down giving you a good view of her ass. She grabs the black thong, pulling it up and adjusting it so it fits well. She turns around to show you her ass, bending over at the waist so you can see just how little it leaves to the imagination. She plays with her butt a little, spreading it and giving it a light hit.<br>
<video src="img/lulu/luluanal2a.webm" width="400px" autoplay loop muted></video><br>
Not able to take the teasing you bring $roommate.name onto the bed, pulling her shirt up in the process to see her tiny titties. You lay down and she straddles your face, you pull her black thong to the side and start licking away. She sees your already hard cock in your half-pulled-down pants and decides to help you release it from its underwear prison. Now stroking you slowly while you eat her out.<br>
<video src="img/lulu/luluanal2b.webm" width="400px" autoplay loop muted></video><br>
$roommate.name gets up into doggy-style giving you the perfect view of her pussy and asshole.<br>
<<speech "Lulu" $roommate.name>>"I want you to fuck my ass."<</speech>><br>
Being one to always give a lady what she wants, you aim your cock at her hole and slowly slide it inside. Her ass is tight but soon after you are fucking her like a pro. Just when you thought this was going too easy for you she backing her ass up, fucking herself.<br>
<video src="img/lulu/luluanal2c.webm" width="400px" autoplay loop muted></video><br>
You grab $roommate.name's leg and bring it up onto your shoulder as you're still thrusting into her tight ass. She can barely handle the pleasure of you thrusting deep inside her, she's moaning like a whore and her eyes are rolling back into her head.<br>
<video src="img/lulu/luluanal2d.webm" width="400px" autoplay loop muted></video><br>
$roommate.name, overwhelmed but the pleasure of having her ass fucked needs a break. The only way she can think to get you to stop pummeling her is to look at you and say,<br>
<<speech "Lulu" $roommate.name>>"I want to taste my ass!"<</speech>><br>
She gets off the bed and onto her knees, eagerly grabbing your cock and bringing it into her mouth. Like a good little slut, she looks up at you while sucking the tip before bringing you deeper into her mouth. She continues to look up at you while she slurps your dick, she pulls you out her mouth and rubs your shaft all around her nipples, her boobs too small to give a boobjob.<br>
<video src="img/lulu/luluanal2e.webm" width="400px" autoplay loop muted></video><br>
Back onto the bed, you want $roommate.name on top, so she straddles you and slowly inserts your massive cock into her awaiting asshole. She's riding you like a pro, proving to be too much for you to handle so you grab her and slow her down, so as to not cum too early. You accidentally slide out, but $roommate.name quickly grabs you and guides you right back into her and readjusting herself so it doesn't happen again. You then get back to thrusting up inside of her.<br>
<video src="img/lulu/luluanal2f.webm" width="400px" autoplay loop muted></video><br>
You spin her around, so she's laying back on you, and grab her legs so you can pump deep and hard. She is loving having her ass fucked, but feels like her pussy has been neglected so she inserts two fingers and starts fucking herself. Not enough for her, she adds a third finger and then a fourth all while you're pounding away at her asshole. The pleasure is too much for her and she cums on your cock and her fingers.<br>
<video src="img/lulu/luluanal2g.webm" width="400px" autoplay loop muted></video><br>
Ready to finish you put $roommate.name back onto her knees and she immediately opens her mouth and sticks out her tongue like a good slut. You jerk your cock, making sure to cover her glasses with the biggest load.<br>
<video src="img/lulu/luluanal2h.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("luluanal1")>>
<<case 2>>
<<if !$scenes.includes("luluanal2")>>
<b>New Scene!</b><br>
<</if>>
$roommate.name is dressed up in sexy white lingerie, she walks towards her bed and behind her thong-clad ass you see the buttplug you bought for her.<br>
<<speech "Lulu" $roommate.name>>"This one is the best,"<</speech>><br>
she says as she lies down on her bed and spreads her legs. She pulls her thong to the side and exposes her wet pussy and gemmed ass to you. She grabs the plug and starts to fuck herself with it, pulling it just enough to stretch her hole but not enough to pull it out. She's clearly enjoying it, as you can see from the big smile on her face.<br>
<video src="img/lulu/luluanal3a.webm" width="400px" autoplay loop muted></video><br>
Plug still in her ass, $roommate.name starts licking your cock like a hungry slut! As she sucks on it and teases you by sliding it between her lips, you grab the back of her head and force your cock deep into her throat, holding her there. You release her so she can breathe, she takes a deep breath saliva dripping from her mouth. Eager to please you, she sucks the head back into her mouth and continues.<br>
<video src="img/lulu/luluanal3b.webm" width="400px" autoplay loop muted></video><br>
Finished with the blowjob, $roommate.name climbs onto her bed doggy style and takes off her bra. You come up behind her and pull her thong off her juicy ass leaving her with nothing but the plug. You grab the bejewelled toy and slowly start to pull, her asshole gripping the toy as you do. Before long the plug pops out and you're ready to fuck that juicy round ass of hers!<br>
<video src="img/lulu/luluanal3c.webm" width="400px" autoplay loop muted></video><br>
You push the head of your cock slowly into her awaiting hole, as you do $roommate.name moans and tries to squeeze her ass around you. You don't stop though, you keep pushing deeper into her tight little ass until all 8 inches are buried inside her body. You add more lube as you continue thrusting deep inside her.<br>
<video src="img/lulu/luluanal3d.webm" width="400px" autoplay loop muted></video><br>
You slowly pull out of her ass, once you're cock is out $roommate.name gets on her knees and takes it into her mouth and starts sucking it like a pornstar! She slowly jerks you off while continuing to suck the head of your cock, then suddenly pushes it into her mouth and takes you deep down her throat. After releasing you from her warm mouth, she licks and sucks the shaft of your cock before giving you another sloppy blowjob! After cleaning you off, $roommate.name climbs onto the bed and spreads her legs wide open inviting you back inside her tight ass!<br>
<video src="img/lulu/luluanal3e.webm" width="400px" autoplay loop muted></video><br>
As you're inserting you're cock inside her tight ass $roommate.name puts her legs together and grabs them with one arm, spreading her cheeks with the other. You slowly begin fucking her ass again, this time with more vigour than before. Each thrust into her anus sends shivers through her body and causes her eyes to roll back into her head. You slow your pace but continue pumping going deeper into her.<br>
<video src="img/lulu/luluanal3f.webm" width="400px" autoplay loop muted></video><br>
Time for a change of position, $roommate.name pushes you back onto the bed and straddles you. You grab her waist as she slowly impales herself onto your hard cock. You sit back and enjoy watching her bounce up and down on your cock, slowly raising and lowering herself on your throbbing dick. As she begins to sweat from exertion, you take control and thrust into her even deeper.<br>
<video src="img/lulu/luluanal3g.webm" width="400px" autoplay loop muted></video><br>
You can't hold back any longer, you tell $roommate.name and guide her over to the edge of the bed and watch as she drops down onto her knees for your waiting cock. Her mouth open wide, you jerk your throbbing dick covering her pretty face with cum. She eagerly opens her mouth and licks every drop from your rod, slurping the goo off your member until you're finally finished!<br>
<video src="img/lulu/luluanal3h.webm" width="400px" autoplay loop muted></video><br>
She tells you to come back anytime, because this was her favorite gift.<br>
<<run $scenes.pushUnique("luluanal2")>>
<</switch>>
<<if $roommate.relationship lt 24>>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<<set _people to random(30, 40)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase you relationship.<br>
<<set _people to random(30, 40)>>
<<set _earned to Math.trunc((_people*5)/2)>>
<span style="color:green">$roommate.name shares $<<= _earned>> with you for helping.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<</if>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to help.<br>
<<else>>
$roommate.name is too tired to film.<br>
<</if>>
<</if>><</linkreplace>><br>
<</if>>
<<else>>
You need to buy a camera first.
<</if>>
<<if !$house.bought>>
<br>[[Hallway|Apartment]]
<<elseif $house.bought>>
<br>[[Hallway|House]]
<</if>><div style="text-align: center">
<img src="img/city/store/store.jpg" width="691px" height="389px"><br>
<br>
<img src="img/city/store/clerk/naomistore.jpg"></div><br>
<<speech "Naomi">><div id="storetalk"><<include-part "Dialouge" "#SDefault">></div><</speech>><br>
<div id="store"><<include "Store1">></div>
<<if $clerk.score lte 7>>
<<if !$clerk.flirt && $player.energy gt 0>>
[[Flirt with Clerk|Flirt]]<br>
<<elseif $clerk.flirt>>
You've already flirted today.<br>
<<elseif $player.energy lte 0>>
You are too tired to flirt.<br>
<</if>>
<<elseif $clerk.score gt 7 && $player.money gte 200>>
[[Take Naomi on a Date|ClerkDate]]<br>
<<elseif $clerk.score gt 7 && $player.money lt 200>>
You can't afford to take Naomi on a date, you need at least $200.<br>
<</if>>
<br>[[City]] <<if $player.money gte 200 && !$camera && $roommate.event3>>
<img src="img/city/store/camera.png" width="100px" usemap="#camera-map">
<<elseif $player.money lt 200 && !$camera && $roommate.event3>>
<img src="img/city/store/camerapoor.jpg" width="100px">
<<elseif $camera>>
<img src="img/city/store/camerasold.jpg" width="100px">
<</if>>
<<if $player.money gte 50 && !$hitachi && $roommate.conversation.includes(1)>>
<img src="img/city/store/hitachi.jpg" width="100px" usemap="#hitachi-map">
<<elseif $player.money lt 50 && !$hitachi && $roommate.conversation.includes(1)>>
<img src="img/city/store/hitachipoor.jpg" width="100px">
<<elseif $hitachi>>
<img src="img/city/store/hitachisold.jpg" width="100px">
<</if>>
<<if $player.money gte 65 && !$dildo && $roommate.conversation.includes(2)>>
<img src="img/city/store/dildo.jpg" width="100px" usemap="#dildo-map">
<<elseif $player.money lt 65 && !$dildo && $roommate.conversation.includes(2)>>
<img src="img/city/store/dildopoor.jpg" width="100px">
<<elseif $dildo>>
<img src="img/city/store/dildosold.jpg" width="100px">
<</if>>
<<if $player.money gte 50 && !$buttplug && $roommate.conversation.includes(3)>>
<img src="img/city/store/buttplug.jpg" width="100px" usemap="#buttplug-map">
<<elseif $player.money lt 50 && !$buttplug && $roommate.conversation.includes(3)>>
<img src="img/city/store/buttplugpoor.jpg" width="100px">
<<elseif $buttplug>>
<img src="img/city/store/buttplugsold.jpg" width="100px">
<</if>>
<<nobr>>
<map name="dildo-map">
<area alt="Buy Dildo $65" title="Buy Dildo $65" onclick="$.wiki('<<set $dildo to true>><<set $player.money -= 65>><<replace "#store">><<include "Store1">><</replace>><<replace "#stats">><<include "Stats">><</replace>><<replace "#storetalk">><<include-part "Dialouge" "#SDildo">><</replace>>')" coords="200, 200, 0, 0" shape="rect">
</map>
<map name="camera-map">
<area alt="Buy Camera $200" title="Buy Camera $200" onclick="$.wiki('<<set $camera to true>><<set $player.money -= 200>><<replace "#store">><<include "Store1">><</replace>><<replace "#stats">><<include "Stats">><</replace>><<replace "#storetalk">><<include-part "Dialouge" "#SCamera">><</replace>>')" coords="200, 200, 0, 0" shape="rect">
</map>
<map name="hitachi-map">
<area alt="Buy Hitachi $50" title="Buy Htiachi $50" onclick="$.wiki('<<set $hitachi to true>><<set $player.money -= 50>><<replace "#store">><<include "Store1">><</replace>><<replace "#stats">><<include "Stats">><</replace>><<replace "#storetalk">><<include-part "Dialouge" "#SHitachi">><</replace>>')" coords="200, 200, 0, 0" shape="rect">
</map>
<map name="buttplug-map">
<area alt="Buy Buttplug $50" title="Buy Buttplug $50" onclick="$.wiki('<<set $buttplug to true>><<set $player.money -= 50>><<replace "#store">><<include "Store1">><</replace>><<replace "#stats">><<include "Stats">><</replace>><<replace "#storetalk">><<include-part "Dialouge" "#SButtplug">><</replace>>')" coords="200, 200, 0, 0" shape="rect">
</map>
<</nobr>>You entered the room, and $roommate.name was sitting on the couch wearing a sexy red flowery lingerie set. As soon as she saw you, she leaned back, keeping her legs together as she lifted them into the air. She reaches with her hands to spread her cheeks to ensure you get a good view of her tiny asshole behind her red thong. <br>
<<speech "Lulu" $roommate.name>>"Do you like what you see?"<</speech>><br>
<<speech "You" $player.name>>"Very much"<</speech>><br>
You said as your cock grew harder at the sight. Continuing to tease you, she pulls the thong to the side and reveals her shaven pussy and beautiful virgin ass. Looking you straight in the eyes, she reaches her hand down and starts rubbing her backside, letting you know what she wants.<br>
<video src="img/lulu/luluanal1a.webm" width="400px" autoplay loop muted></video><br>
She slowly inserts her ring finger into her anus, closing her eyes and moaning softly while fingering her hole. She adds her middle finger, slowly thrusting two fingers in and out of her sweet little asshole. Her fingers move in and out of her ass faster as she moves her other hand to play with her clit.<br>
<video src="img/lulu/luluanal1b.webm" width="400px" autoplay loop muted></video><br>
She plays with herself like this before you can’t take it anymore. Already naked, you walk over to her, cock stiff as a board, and pull her off the couch onto her knees. She grabs your cock and starts stroking before licking the head and trying to take your cock as deep into her mouth as it’ll go. She sucks like a pro, jerking your shaft as she sucks the tip in and out of her mouth. She releases your throbbing member from her mouth and licks up, down, and around your shaft.<br>
<video src="img/lulu/luluanal1c.webm" width="400px" autoplay loop muted></video><br>
After kissing the tip, she brings your colossal cock straight into her mouth. While keeping both hands wrapped around your girthy shaft, she tries to take your cock deep into her throat. Her little mouth is so tiny that she can barely take half of it before it reaches the back of her throat. You grab the back of her head and hold your cock down her throat for a few seconds before letting her breathe. You don’t let her rest too long, though, as you immediately force your cock to the back of her throat again and start thrusting to try and go just a little deeper. <br>
<video src="img/lulu/luluanal1d.webm" width="400px" autoplay loop muted></video><br>
After releasing her, she holds her mouth open and sticks her tongue out. You pull her onto your cock, keeping her on it for a second before letting her catch her breath. You grab the back of her head with both hands and force your cock back into her throat, so you can fuck her mouth and make her choke and gag on your cock.<br>
<video src="img/lulu/luluanal1e.webm" width="400px" autoplay loop muted></video><br>
Enough with the foreplay; you’re ready to deflower her virgin asshole. You tell $roommate.name to get up onto the couch, doggy-style position and pull her thong aside. You get her ready, graciously lubing her ass and your meaty cock. You tease her, rubbing your dick between her ass cheeks and slapping the tip on her little hole. She bites her finger in anticipation; she can’t wait to have your massive schlong ruining her ass. Done teasing, you line your cock up with her virgin asshole and slowly push the tip inside. As you enter her, she lets out little whimpers and moans. You let her get accustomed to the size before slowly moving the tip back and forth inside her. <br>
<video src="img/lulu/luluanal1f.webm" width="400px" autoplay loop muted></video><br>
You continue to let her get adjusted to the size of your member inside her asshole, slowly thrusting deeper and deeper until half of your cock is in. You pushed a little faster, going in and out but making sure not to go too deep so she could handle it. Finally, you pull out to give her a little rest.<br>
<video src="img/lulu/luluanal1g.webm" width="400px" autoplay loop muted></video><br>
You stick your cock back into her ass, thrusting faster and harder than before; she’s lost in the pleasure of getting her ass pounded. Her eyes roll into the back of her head, and she moans like a whore while you hammer away. Hearing her moan gives you energy, and you continue fucking her like an animal, spanking her ass and pushing deep and hard.<br>
<video src="img/lulu/luluanal1h.webm" width="400px" autoplay loop muted></video><br>
You continue to treat her like a whore; pulling out of her ass, you sit on the couch. You grab her and bring her face down, and she eagerly sucks the cock that just came out of her ass.<br>
<video src="img/lulu/luluanal1i.webm" width="400px" autoplay loop muted></video><br>
You make her suck and stroke you before pulling her onto your lap, facing you. She helps you guide your throbbing dick into her now well fucked asshole. She starts bouncing her ass up and down, trying to feel the whole length of your dick inside her, all the while screaming and moaning. You reach behind her and spread her cheeks to get deeper into her little hole.<br>
<video src="img/lulu/luluanal1j.webm" width="400px" autoplay loop muted></video><br>
Your cock still inside her, you pick her up and carry her to the bed, laying her down so her ass is at the edge. She closes her eyes and takes deep breaths as you push your massive member balls deep into her asshole. As you pull back out, you hear her say,<br>
<<speech "Lulu" $roommate.name>>“Oh Fuck”<</speech>><br>
before you push all the in again. As you’re pushing, $roommate.name throws her head back, barely able to take the entirety of your dick. You pull out and open her tight hole so you can see a nice little gape.<br>
<video src="img/lulu/luluanal1k.webm" width="400px" autoplay loop muted></video><br>
You twist $roommate.name onto her side and continue to spread her. Wanting to continue, you line your cock up with her hole and start fucking her slow and deep before stopping with just your tip inside and adding much-needed lube.<br>
<video src="img/lulu/luluanal1l.webm" width="400px" autoplay loop muted></video><br>
You get up on the bed and lay back, pulling $roommate.name on top, facing away from you. You aim your cock at her waiting hole, and she lowers herself, impaling herself on your sword. She’s holding herself up with her legs and arms as she squats up and down on your dick, moving at her own pace.<br>
<video src="img/lulu/luluanal1m.webm" width="400px" autoplay loop muted></video><br>
You grab $roommate.name's legs, balance her on top of you, and hammer hard into her. You release your hold on her legs but continue pounding as you move your hands down to spread her ass to get deep into her hole. <br>
<video src="img/lulu/luluanal1n.webm" width="400px" autoplay loop muted></video><br>
You can’t hold yourself back any longer, so you get $roommate.name off the bed and onto her knees. She immediately starts sucking your balls while you jerk your cock. You’re close, and she can tell, so she stops sucking and opens her mouth while sticking out her tongue, waiting for her reward. You continue jerking until you blow your load all over her face and mouth; she licks you clean eager to get every last drop of cum.<br>
<video src="img/lulu/luluanal1o.webm" width="400px" autoplay loop muted></video><br>
<span style="color:green">You can now film anal scenes with $roommate.name</span><br>
<span style="color:red">Relationship increased</span><br>
<span style="color:red">Openness has increased</span><br>
<br>[[Done|ABedroom]]
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<set $player.openness += 1>>
<<set $roommate.event5 to true>>
<<replace "#stats">><<include "Stats">><</replace>>
<<set _rand to random(1,8)>>
<<if lastVisited("Sleep")>>
<<switch _rand>>
<<case 1 2>>
$roommate.name nestled into the plush cushions of the couch, surrendering herself to the embrace of a midday slumber. As she stirred awake, the drowsiness melted away, replaced by a sense of rejuvenation that filled her with a renewed vitality, ready to conquer the rest of the day.<br>
<img src="img/lulu/lulucouchnap.jpg" width="400px"><br>
<span style="color:green">$roommate.name has some extra energy today.</span><br>
<<set $roommate.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<case 3 4>>
Lulu emerged from a restful night's sleep, feeling rejuvenated and eager to greet the day. With a smile on her face, she embraced the morning, knowing that a good night's rest had prepared her for whatever adventures lay ahead.<br>
<<if $roommate.relationship lte 8>>
<img src="img/lulu/lulusleep1.jpg" width="250px"><br>
<<else>>
<img src="img/lulu/lulusleep.jpg" width="400px"><br>
<</if>>
<span style="color:green">$roommate.name has some extra energy today.</span><br>
<<set $roommate.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<case 5 6>>
With the first rays of sunlight peeking through her window, $roommate.name greeted the early morning with determination. Choosing to start her day with a yoga session, the gentle stretches and mindful movements invigorated her body and mind, leaving her feeling energized and ready to conquer the day ahead.<br>
<<switch $roommate.relationship>>
<<case 1 2 3 4>>
<img src="img/lulu/luluyoga1.jpg" width="250px"><br>
<<case 5 6 7 8>>
<img src="img/lulu/luluyoga2.jpg" width="250px"><br>
<<case 9 10 11 12>>
<img src="img/lulu/luluyoga3.jpg" width="250px"><br>
<<default>>
<img src="img/lulu/luluyoga4.jpg" width="250px"><br>
<</switch>>
<span style="color:green">$roommate.name has some extra energy today.</span><br>
<<set $roommate.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<case 7 8>>
$roommate.name, enthused by the idea of connecting with her Twitch community, devoted her day to streaming. As she engaged in lively interactions and entertaining gameplay, her energy became consumed by the stream, leaving her content but with little remaining for other activities beyond the virtual realm.<br>
<<set _twitch to random(1,2)>>
<<switch _twitch>>
<<case 1>>
<video src="img/lulu/lulutwitch1.webm" width="250px" autoplay loop muted></video><br>
<<case 2>>
<video src="img/lulu/lulutwitch2.webm" width="250px" autoplay loop muted></video><br>
<<case 3>>
<video src="img/lulu/lulutwitch3.webm" width="250px" autoplay loop muted></video><br>
<</switch>>
<span style="color:green">$roommate.name has less energy today.</span><br>
<<set $roommate.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<</switch>>
<<else>>
<span style="color:yellow">Something went wrong, please tell me what passage you visited before you got here.</span>
<</if>>
<<if !$house.bought>>
<br>[[Continue|ABedroom]]
<<elseif $house.bought>>
<br>[[Continue|HBedroom]]
<</if>><div id="tinder"><<include "Tinder2">></div><<if $index lt $tinder.length>>
<img @src="$tinder[$index].imgSrc" usemap="#image-map">
<<else>>
<img src="img/tinder/tindernomatch.png">
<</if>>
<map name="image-map">
<area alt="No" title="No" onclick="$.wiki('<<set $tinder[$index].swiped to "No">><<set $index++>><<replace "#tinder">><<include "Tinder2">><</replace>>')" coords="102,538,22" shape="circle">
<area alt="Yes" title="Yes" onclick="$.wiki('<<set $tinder[$index].swiped to "Yes">><<set $index++>><<replace "#tinder">><<include "Tinder2">><</replace>>')" coords="203,538,21" shape="circle">
</map><<if $player.energy gt 0>>
<img src="img/misc/ubereats.png" style="border:none; box-shadow: none"><br>
As an UberEats delivery driver, you pick up the insulated delivery bag and head out to fulfil an order. You navigate the city streets efficiently, following the GPS directions to reach the customer's location. Once you arrive, you hand over the carefully packaged order to the customer, completing another successful delivery.<br>
<<set _earned to random(20,50)>><br>
<span style="color:green">You earned _earned dollars.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
You're too tired to complete any orders.<br>
<</if>>
<<link "Finished" $return>><</link>><div style="text-align: center">
<img src="img/city/realestate/reception.jpg" width="691px" height="389px"><br>
<br>
<img src="img/city/realestate/remy/remyoffice0.jpg"><br><br>
<<speech "Remy">>"How can I help you?"<</speech>><br><br>
</div>
<<if $remy.score lte 7>>
<<if !$remy.flirt && $player.energy gt 0>>
[[Flirt with Remy|Flirt]]<br>
<<elseif $remy.flirt>>
You've already flirted today.<br>
<<elseif $player.energy lte 0>>
You are too tired to flirt.<br>
<</if>>
<<elseif $remy.score gt 7 && $player.money gte 200>>
[[Take Remy on a Date|RemyDate]]<br>
<<elseif $remy.score gt 7 && $player.money lt 200>>
You can't afford to take Remy on a date, you need at least $200.<br>
<</if>>
<<if $friend.event1 && $agent eq "">>
<div style="text-align: center">
<b><<hovertip "You can only choose one, all Realtors will sell you the same house. You'll be asked to confirm your choice after choosing.">>Realtors<</hovertip>></b><br>
<a data-passage="Alina" class="darken"><img src="img/city/realestate/alina/alina.jpg" width="200px" height="300px"><span>Alina</span></a>
<a data-passage="Kate" class="darken"><img src="img/city/realestate/kate/kate.jpg" width="200px" height="300px"><span>Kate</span></a>
<a data-passage="Madison" class="darken"><img src="img/city/realestate/madison/madison.jpg" width="200px" height="300px"><span>Madison</span></a>
<a data-passage="Alexis" class="darken"><img src="img/city/realestate/alexis/alexis.jpg" width="200px" height="300px"><span>Alexis</span></a>
</div>
<<elseif $agent is "alina" && !$house.seen>>
[[Go See The House With Alina|AlinaHouse]]
<<elseif $agent is "kate" && !$house.seen>>
[[Go See The House With Kate|KateHouse]]
<<elseif $agent is "madison" && !$house.seen>>
[[Go See The House With Madison|MadisonHouse]]
<<elseif $agent is "alexis" && !$house.seen>>
[[Go See The House With Alexis|AlexisHouse]]
<<elseif $house.seen eq true && !$house.bought>>
[[Purchase the House|HouseBought]]
<</if>>
<br>[[City]] By: <span style="color:#00AFF0">SawYer</span><span style="color:#018CF1">Titties</span><div style="text-align: center"><img src="img/misc/onlyfans.png" width="600px" style="border: none; box-shadow: none"></div><br><br>
<<if $player.onlyfans>>
<<linkreplace "Anal Threesome">>
<video src="img/emily/luluemily1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1h.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1i.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1j.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/luluemily1k.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("emilythroat1")>>
<<linkreplace "$friend.name facefuck 1">>
<video src="img/emily/emilythroat1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat1g.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("emilythroat2")>>
<<linkreplace "$friend.name facefuck 2">>
<video src="img/emily/emilythroat2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilythroat2e.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("emilysex1")>>
<<linkreplace "$friend.name sex 1">>
<video src="img/emily/emilysex1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex1g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex1h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("emilysex2")>>
<<linkreplace "$friend.name sex 2">>
<video src="img/emily/emilysex2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex2e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex2f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex2g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex2h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("emilysex3")>>
<<linkreplace "$friend.name sex 3">>
<video src="img/emily/emilysex3a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex3b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex3c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex3d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex3e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex3f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex3g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilysex3h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>><br>
<</if>>
<<if $scenes.includes("emilyanal1")>>
<<linkreplace "$friend.name anal 1">>
<video src="img/emily/emilyanal1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal1g.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("emilyanal2")>>
<<linkreplace "$friend.name anal 2">>
<video src="img/emily/emilyanal2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal2e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal2f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal2g.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("emilyanal3")>>
<<linkreplace "$friend.name anal 3">>
<video src="img/emily/emilyanal3a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal3b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal3c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal3d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal3e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal3f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyanal3g.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("raesex1")>>
<<linkreplace "Rae sex 1">>
<video src="img/tinder/rae/raesex1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex1g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex1h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("raesex2")>>
<<linkreplace "Rae sex 2">>
<video src="img/tinder/rae/raesex2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex2e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex2f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex2g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/tinder/rae/raesex2h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("rayasex1")>>
<<linkreplace "Raya sex 1">>
<video src="img/OF/raya/rayasex1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1h.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex1i.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("rayasex2")>>
<<linkreplace "Raya sex 2">>
<video src="img/OF/raya/rayasex2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex2e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayasex2f.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("rayaanal1")>>
<<linkreplace "Raya sex 3">>
<video src="img/OF/raya/rayaanal1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayaanal1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayaanal1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayaanal1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayaanal1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayaanal1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayaanal1g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/raya/rayaanal1h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("jamelizsex1")>>
<<linkreplace "Jameliz sex 1">>
<video src="img/OF/jameliz/jamelizsex1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex1g.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex1h.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("jamelizsex2")>>
<<linkreplace "Jameliz sex 2">>
<video src="img/OF/jameliz/jamelizsex2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex2e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex2f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex2g.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("jamelizsex3")>>
<<linkreplace "Jameliz sex 3">>
<video src="img/OF/jameliz/jamelizsex3a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex3b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex3c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex3d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex3e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex3f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/jameliz/jamelizsex3g.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("mochisex1")>>
<<linkreplace "AsianMochi sex 1">>
<video src="img/OF/mochi/mochisex1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex1d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex1e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex1f.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex1g.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("mochisex2")>>
<<linkreplace "AsianMochi sex 2">>
<video src="img/OF/mochi/mochisex2a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex2b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex2c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex2d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex2e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex2f.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<<if $scenes.includes("mochisex3")>>
<<linkreplace "AsianMochi sex 3">>
<video src="img/OF/mochi/mochisex3a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex3b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex3c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex3d.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex3e.webm" width="400px" autoplay loop muted></video><br>
<video src="img/OF/mochi/mochisex3f.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
<</if>>
<br>[[Go Back|OnlyFans]]After an eye-opening discussion with $roommate.name, you've come to see the immense potential of launching an OnlyFans account for yourself. You hop on your computer and pull up the site and begin filling out all the information to become a content creator. You can't believe you're actually doing this, not sure how you're going to find women to film with. Well, you did it time to go tell $roommate.name you now have an OnlyFans and see what she has planned for your first video. <br>
<<linkreplace "Go tell $roommate.name">>
You head over to $roommate.name's bedroom.<br>
<<speech "You" $player.name>>"Well.. I did it, I started my OnlyFans."<</speech>><br>
<<speech "Lulu" $roommate.name>>"Oooh okay, give me some time to get everything ready for your first video."<</speech>><br>
She calls a friend and tells her to come over.<br>
It's not long before her friend is her, she comes in and $roommate.name introduces her, <br><br>
<<speech "Lulu" $roommate.name>>"$player.name, this is $friend.name."<</speech>><br><br>
<img src="img/emily/emilyprofile.jpg" width="250px"><br><br>
<<speech "Lulu" $roommate.name>>"She said she would be interested in filming with you."<</speech>><br>
<<speech "Emily" $friend.name>>"Hi $player.name, I'm very ready to film some scenes with you"<</speech>>
<br>she says with a wink.<br><br>
<<speech "Lulu" $roommate.name>>"Alright go wait a little longer while we get ready."<</speech>><br>
Not sure what $roommate.name has planned for you, you decide to follow her instructions and go to wait in your room until they call for you.<br><br>
<<linkreplace "Go see what they have planned">>
As you walk into the room you see $friend.name naked, getting dressed in some sexy skimpy wihte lingerie. She steps into the slutty white thong and pulls it up, adjusting it to make sure it looks good on her fit body. Next she grabs the mesh bra, wraps it around her small perky tits, again adjusting to make sure it looks as good as possible.<br>
<video src="img/emily/luluemily1a.webm" width="400px" autoplay loop muted></video><br>
$roommate.name comes in behind you in gorgeous light blue lingerie, the panties hugging her curves so sexy, the bra complimenting her beautiful little boobs.<br>
<<speech "You" $player.name>>"What's going on?"<</speech>>
<br>You say as $friend.name and $roommate.name get you naked and push you back onto the bed, <br>
<<speech "Emily" $friend.name>>"Just lay back, enjoy, and don't forget to film!"<</speech>>
<br>$friend.name says as she and $roommate.name get on their knees in front of you. $friend.name is the first to grab your cock and start jerking you, before the both start licking and kissing up and down your shaft while $friend.name contiues moving her hand up and down. $friend.name is the first to take you into her mouth, slowly starting to suck on your massive member.<br>
<video src="img/emily/luluemily1b.webm" width="400px" autoplay loop muted></video><br>
She continues to suck taking you deep into her mouth, while keeping eye contact. You can feel your cock hitting the back of her throat as she does, $roommate.name is sucking your balls at the same time increasing the pleasure of this amazing experience. It's not long before $friend.name takes you out of her mouth, and gently guides $roommate.name onto your cock, holding her hair back while she sucks. $roommate.name jerks you while she sucks you, trying to take you huge cock as deep as she can.<br>
<video src="img/emily/luluemily1c.webm" width="400px" autoplay loop muted></video><br>
$roommate.name takes her panties off and straddles your cock as $friend.name gets naked and straddles your face. $roommate.name guides your massive cock into her tight asshole and begins to ride as $friend.name takes her bra off and plays with her tits. You're eagerly eating $friend.name's pussy as you're fucking $roommate.name's tight asshole.<br>
<video src="img/emily/luluemily1d.webm" width="400px" autoplay loop muted></video><br>
$friend.name gets off your face and down on the side so she can eat $roommate.name out while you're fucking her in the ass. You slide out and $friend.name eagerly takes your cock into her mouth, tasting $roommate.name's ass before putting you back into $roommate.name's ass and licking her nipples and playing with her pussy. $roommate.name is driven crazy by the pleasure and achieves and amazing anal orgasm on your cock.<br>
<video src="img/emily/luluemily1e.webm" width="400px" autoplay loop muted></video><br>
$roommate.name needs a break after her orgasm, so $friend.name straddles your cock and guides you into her ass, riding you like an absolute proffesional cock slut. Starting by bouncing up and down slowly, before twerking her tight fit ass on your cock.<br>
<<speech "You" $player.name>>"Fuck, you're ass is so fucking tight"<</speech>>
<br>You say as she continues to ride.<br>
<video src="img/emily/luluemily1f.webm" width="400px" autoplay loop muted></video><br>
Now its $roommate.name's turn to taste $friend.name's ass as she pulls your cock out and sucks it into her mouth. She can't take it very deep as you're so big, finished she guides you back into $friend.name's ass. You start absolutely pummeling $friend.names tight hole while $roommate.name straddles your face so you can eat her out.<br>
<video src="img/emily/luluemily1g.webm" width="400px" autoplay loop muted></video><br>
Wanting to fuck $roommate.name's tight ass again you lay her on her side and enter her tight hole and thrust into her. Pumping fast and deep, you fuck $roommate.name like a whore to thank her for this once in a lifetime experience. $friend.name plays with her tight little pussy while you are hammering her asshole, $roommate.name moaning and screaming in pleasure.<br>
<video src="img/emily/luluemily1h.webm" width="400px" autoplay loop muted></video><br>
Having already fucked $roommate.name's ass plenty before you tell $friend.name to get into doggy and have $roommate.name spread her cheeks to open up her hole. You guide your cock into $friend.name's tight asshole, starting slow before pounding her hard. Using $roommate.name's head as leverage to pound $friend.name's asshole you thrust as fast as you can. You pull out and $roommate.name holds $friend.name's cheecks open, gaping her asshole. You alternate your cock between $roommate.name's mouth and $friend.name's asshole.<br>
<video src="img/emily/luluemily1i.webm" width="400px" autoplay loop muted></video><br>
You have $roommate.name get under $friend.name to watch as you're cock pistons in and out of her friend. <br>
<video src="img/emily/luluemily1j.webm" width="400px" autoplay loop muted></video><br>
You finish inside $friend.name's asshole and $roommate.name eagerly licks up all the cum the $friend.name pushes out of her asshole. $roommate.name holds your cum in her mouth, while $friend.name comes over to do some cum-swapping with $roommate.name. They both swallow the cum they have in their mouths.<br>
<video src="img/emily/luluemily1k.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Lulu" $roommate.name>>"So how did you like my idea for your first video?"<</speech>><br>
<<speech "You" $player.name>>"It was absolutely amazing, this will definitely help me earn some money."<</speech>><br>
<<speech "Emily" $friend.name>>"I am open to filming some other videos with you too, just let me know."<</speech>><br>
<span style="color:red">You can now film with $friend.name for your OnlyFans</span><br><br>
[[Time to go shower|Apartment]]
<<set $player.onlyfans to true>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>>
<</linkreplace>>
<<run $tinder.pushUnique($rae)>><span style="color:#00AFF0">21ST</span><span style="color:#018CF1">CENTURY</span><a data-passage="EmilyFilming" class="darken"><img src="img/emily/emilyphoto.jpg" width="200px" height="300px"><span>Emily</span></a>
<<if $rae.event>>
<a data-passage="RaeFilming" class="darken"><img src="img/tinder/rae/raephoto.jpg" width="200px" height="300px"><span>Rae</span></a>
<</if>>
<a data-passage="OFCollab" class="darken"><img src="img/misc/collab.jpg" width="200px" height="300px"><span>Collaboration</span></a>
<<if !$house.bought>>
<br>[[Bedroom|ABedroom]]
<<elseif $house.bought>>
<br>[[Bedroom|HBedroom]]
<</if>><<linkreplace "Facefuck">>
<<if $player.energy gt 0 && $friend.energy gt 0>>
<<switch random(1, 2)>>
<<case 1>>
<<if !$scenes.includes("emilythroat1")>>
<b>New Scene!</b><br>
<</if>>
You call $friend.name and tell her you want to film a video with her.<br><br>
<<speech "Emily" $friend.name>>"It's about time, I've been waiting for you to call me."<</speech>><br>
<<speech "You" $player.name>>"Well, I'm ready, so come over in something sexy."<</speech>><br>
<<speech "Emily" $friend.name>>"Alright, what kind of video do you want to film?"<</speech>><br>
<<speech "You" $player.name>>"I want to fuck that pretty little face of yours."<</speech>><br>
$friend.name wasted no time getting ready and coming over once she heard that. She came over dressed in sexy neon blue booty shorts and top, with a black choker and star earrings. Shes ready to film as soon as she arrives, and starts dancing, teasing her body with her hands, rubbing her little boobs, biting her lips. She turns around and shows you her ass, grabbing and pulling her shorts before letting them go so that they slap against her ass. She is really teasing the camera, moving her ass back and forth and giving a little twerk before reaching back and spreading her cheeks for a second before reaching back and giving her ass a smack.<br>
<video src="img/emily/emilythroat1a.webm" width="400px" autoplay loop muted></video><br>
While $friend.name is teasing the camera, you get naked and get on the couch.<br>
<<speech "Emily" $friend.name>>"Are you ready to fuck my pretty little face now? I want that juicy fucking cock all the way rammed down my throat."<</speech>><br>
She says before following you onto the couch and sucking just the tip of your cock into her mouth for a second before licking your shaft up and down. She grabs your cock and starts stroking with her hand while slowly sucking half the length of your shaft, moaning with your dick in her mouth. She stops sucking, spits on your cock and continues to jerk you while saying,<br>
<<speech "Emily" $friend.name>>"You wanna see my mouth get fucking sloppy today, don't ya?"<</speech>><br>
Before sucking you back into her mouth and taking you deep into her throat choking and gagging on your cock.<br>
<video src="img/emily/emilythroat1b.webm" width="400px" autoplay loop muted></video><br>
Shes slurping on your cock and moaning while sucking it. You start thrusting your hips while you're in her mouth, she justs opens her mouth wider and relaxes her throat as your thrust your cock deep into her mouth. You hold it balls deep in her throat for a second before letting her up to breathe. She doesn't take a break for long and goes right back to sucking your cock deep while moaning and gagging, occassionally coming up to breathe and utter <span style="color:purple">"oh yeah"</span> before continuing to choke herself on your cock.<br>
<video src="img/emily/emilythroat1c.webm" width="400px" autoplay loop muted></video><br>
She stops sucking for a moment to take her top off, revealing her little titties. Playing with them while saying,<br>
<<speech "Emily" $friend.name>>"you wanna look at my sweet little perky tits while I suck on your cock. Now put that cock back into my fucking mouth."<</speech>><br>
She says as she opens her mouth wide and sticks her tongue out, you lay back and she lays between your legs on her side. She sucks your cock back into her mouth as she plays with her pussy. You grab the back of her head and continue fucking her throat as she moans on your cock. You force your cock to the back of her throat causing her to choke before letting her off to rest, then grabbing her head again and repeating the process.<br>
<video src="img/emily/emilythroat1d.webm" width="400px" autoplay loop muted></video><br>
She stops sucking your cock so she can take her little blue booty shorts off. She says<br>
<<speech "Emily" $friend.name>>"I'm ready for that cock back in my mouth,"<</speech>><br>
as she repositions herself so her head is hanging off the front of the couch and her are off the back. She spreads her legs plays with her pussy and tells you<br>
<<speech "Emily" $friend.name>>"give it to me please,"<</speech>><br>
while she hold her mouth open for you. You stick your cock into her mouth a start fucking her throat while she struggles to breathe, choking when you her the back of her throat. You take your cock out wanting to be sloppy, she lets the saliva run out of her mouth onto her face.<br>
<video src="img/emily/emilythroat1e.webm" width="400px" autoplay loop muted></video><br>
She smiles, face covered in her saliva and your precum, and you just shove your massive member back into her mouth fucking her face before forcing your cock into the back of her throat. You contiue facefucking her hard and deep before giving her a little breather, where more of her saliva covers her face. She wipes the saliva from her face and uses it to jerk your cock before you force your cock back into her mouth thrusting fast and deep into her throat.<br>
<video src="img/emily/emilythroat1f.webm" width="400px" autoplay loop muted></video><br>
You bring $friend.name onto her knees, grab the back of her head and shove your cock balls deep into her throat. You pull out and start jerking as she says,<br>
<<speech "Emily" $friend.name>>"yeah cum all over my pretty little face, make me your little cumdumpster."<</speech>><br>
She can hear you moaning, knowing you're getting close she motivates you,<br>
<<speech "Emily" $friend.name>>"yeah give it to me, give me all your cum"<</speech>><br>
She continues to hold her mouth open as you cover her already messy face with your huge load.<br>
<video src="img/emily/emilythroat1g.webm" width="400px" autoplay loop muted></video><br><br>
<<run $scenes.pushUnique("emilythroat1")>>
<<case 2>>
<<if !$scenes.includes("emilythroat2")>>
<b>New Scene!</b><br>
<</if>>
You call $friend.name and tell her you want to film a video with her.<br><br>
<<speech "Emily" $friend.name>>"It's about time, I've been waiting for you to call me."<</speech>><br>
<<speech "You" $player.name>>"Well, I'm ready, so come over in something sexy."<</speech>><br>
<<speech "Emily" $friend.name>>"Alright, what kind of video do you want to film?"<</speech>><br>
<<speech "You" $player.name>>"I want to fuck that pretty little face of yours."<</speech>><br>
$friend.name comes over covered by a long coat, she goes in your room and when you get in she's on your bed in seethrough floral pink lingerie. She is seductively dancing on your bed caressing herself with her hands. You can see every inch of her pale smooth body including her pussy through the sheer fabric of her lingerie. She poses for you on her hands and knees so you can see her perfect round ass covered by just a thong.<br>
<video src="img/emily/emilythroat2a.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Emily" $friend.name>>"I'm ready for a big fat cock in my mouth."<</speech>><br>
$friend.name says right before you grab her by her ponytail and push her down on your dick. It takes just seconds for her to wrap her lips around it, making sure that every inch is inside of her mouth. You hold your cock at the base of her throat and start fucking her face, making sure not to let your cock leave her throat. She gags and chokes on your massive erection as she takes all 8 inches in her tiny mouth. You can feel her head trying to push against your hand, so you let her off your cock and she takes a deep breath.<br>
<video src="img/emily/emilythroat2b.webm" width="400px" autoplay loop muted></video><br>
She spits on your cock, covering it in saliva, and jerks it with both hands saying,<br> <<speech "Emily" $friend.name>>"I want it in my wet sloppy fucking mouth."<</speech>><br>
Immediately after she takes it into her mouth, giving you the sloppiest top. She sucks hard, gagging loudly as she deep throats you making sure to keep eye contact. She tries to get your cock all the way into her throat, you can feel the barrier before her throat relaxes and lets you in.<br>
<video src="img/emily/emilythroat2c.webm" width="400px" autoplay loop muted></video><br>
$friend.name lays on the bed, her head hanging off the edge<br>
<<speech "Emily" $friend.name>>"yeah come shove it back in this fucking hole,"<</speech>><br>
she says as she holds her mouth agape waiting for your cock. You shove your cock back in her mouth, grabbing her neck as you fuck her face. The room is filled with sounds of muffled screams, wet smacking sounds and $friend.name's moaning. $friend.name has a pretty strong gag reflex so you can go all out. After fucking her face you pull your cock out to find that it's covered in her saliva and spit from getting stuck in her throat. She must realise that you're close to cumming as she immediately starts talking dirty to you,<br>
<<speech "Emily" $friend.name>>"I wanna be your good little fucking slut and take it all."<</speech>><br>
<video src="img/emily/emilythroat2d.webm" width="400px" autoplay loop muted></video><br>
You put $friend.name on her knees and start jerking your cock over her waiting face. She really knows how to work the camera, making sure to talk dirty while waiting for your massive load,<br>
<<speech "Emily" $friend.name>>"I just got my face fucked so good."<</speech>><br>
<<speech "Emily" $friend.name>>"I want that cum all over my pretty little slut face."<</speech>><br>
<<speech "Emily" $friend.name>>"I've been dying for that big fat milky fucking load of yours."<</speech>><br>
<<speech "Emily" $friend.name>>"I want you to fucking blast it all over my face."<</speech>><br>
Her dirty talk works as you blast her face with your sticky load she continues,<br>
<<speech "Emily" $friend.name>>"mmm shoot that fucking load all over me."<</speech>><br>
<video src="img/emily/emilythroat2e.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("emilythroat2")>>
<</switch>>
<<set _people to random(2, 15)>>
<<set _earned to _people*5>>
<span style="color:green">_people people bought your video, you make $<<= _earned>></span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $friend.energy -= 1>>
<<replace "#stats">>
<<include "Stats">>
<</replace>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to film.
<<elseif $friend.energy lte 0>>
$friend.name is too tired to film.
<</if>>
<</if>>
<</linkreplace>><br>
<<linkreplace "Sex">>
<<if $player.energy gt 0 && $friend.energy gt 0>>
<<switch random(1,3)>>
<<case 1>>
<<if !$scenes.includes("emilysex1")>>
<b>New Scene!</b><br>
<</if>>
You let $friend.name know you want to film a sex scene with her but want it to have a little story. She agrees and asks what the story will be about, you give her the rundown about how she'll play a girl who is in university but gets made fun of by the other girls in class because she has never sucked a dick. She has always wanted to try doing some acting so she agrees with your plan. You grab the camera, sit down on the couch and start watching some TV. $friend.name lays down next to you in some red booty shorts, knee-high socks and a white tank top. She goes straight into her lines,<br>
<<speech "Emily" $friend.name>>"The girls at school keep making fun of me cause I've never sucked a cock."<</speech>><br>
<<speech "You" $player.name>>"Right, sorry what's this got to do with me?"<</speech>><br>
<<speech "Emily" $friend.name>>"Well I was hoping you could let me use your dick for practice, you can even keep watching TV I won't even bother you."<</speech>><br>
<<speech "You" $player.name>>"Well I guess that'd be okay, but keep it between you and me"<</speech>><br>
<<speech "Emily" $friend.name>>"Thank you so much, you're the best friend ever"<</speech>><br>
<video src="img/emily/emilysex1a.webm" width="400px" autoplay loop muted></video><br>
She releases your massive cock from your pants and grabs it as she wraps her tiny fingers around it. <br>
<<speech "Emily" $friend.name>>"Wow your cock is really big!"<</speech>><br>
you shush her as you continue watching TV. Her cheeks squeeze tight as she attempts to take the head into her mouth. <br>
<<speech "Emily" $friend.name>>"I don't think I can fit it."<</speech>><br>
she says but doesn't give up she scooches closer to you on the couch and wraps her lips around your cock once again. Her mouth around your head she grabs the shaft with her hand and starts jerking as she sucks the tip of your cock. She then tries to force herself deeper onto your cock only managing to get about half of it in her mouth before choking and needing to breathe again.<br>
<video src="img/emily/emilysex1b.webm" width="400px" autoplay loop muted></video><br>
Getting horny from sucking your massive cock, $friend.name takes her red booty shorts off, revealing her tight, shaven pussy. <br>
<<speech "Emily" $friend.name>>"My pussy is so wet,"<</speech>> <br>
she begins rubbing her clit getting ready to put your big dick inside. You pull your shorts the rest of the way off and line your cock up with her pussy, she says<br>
<<speech "Emily" $friend.name>>"You just have to go really nice and slow."<</speech>><br>
<<speech "Emily" $friend.name>>"This is gonna stretch me out so good,"<</speech>><br>
you hear as you rub your dick against her wet pussy. You push your dick inside her, stretching her hole nice and wide. You begin thrusting,<br>
<<speech "Emily" $friend.name>>"mmm yes make me take your cock."<</speech>><br>
As you're pounding her she reaches her hand down and begins playing with her clit bringing her closer to orgasm. The combination of the large cock stretching her and stimulation of her clit pushes her over the edge as her eyes roll back into her head and she comes all over your dick.<br>
<video src="img/emily/emilysex1c.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Emily" $friend.name>>"I wanna taste my pussy off that, I wanna suck it clean,"<</speech>><br>
she says as you stop fucking her. You sit back on the couch and she comes over and grabs your cock licking from the base to the tip before wrapping her lips around the head. She sucks your cock into your mouth and jerks your shaft with her hand as she sucks the top of your cock. She tries to take it deep for a moment before sucking and jerking you fast. Shes really fucking her own mouth as she tries taking you deep, she shoves your cock deep into her mouth trying to get it into her throat before gagging and having to release.<br>
<video src="img/emily/emilysex1d.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Emily" $friend.name>>"Put that cock back inside me"<</speech>><br>
She lays on her side and lifts her leg up so you can spoon her and insert your cock into her tight hole,<br>
<<speech "Emily" $friend.name>>"fuck yeah, stretch me open."<</speech>> <br>
You begin fucking her hard and fast as she moans and squirms under you. She closes her eyes and leans back as you do, <br>
<<speech "Emily" $friend.name>>"so fucking deep in there."<</speech>><br>
The words of encouragement cause you to pound her even harder with your massive cock,<br>
<<speech "Emily" $friend.name>>"Aww fuck you make my legs shake"<</speech>><br>
as you fuck her into another mind-blowing orgasm.<br>
<video src="img/emily/emilysex1e.webm" width="400px" autoplay loop muted></video><br>
You put the camera between your legs and have $friend.name get on top of you. She straddles you putting her knees on the couch and resting her feet on you legs. She starts riding you and as she does she reaches back and spreads her cheeks with her hands giving the camera a good view of your cock fucking her tight pussy and her little asshole. She turns back and looks towards the camera and her ass, <br>
<<speech "Emily" $friend.name>>"I love watching it, I love watching it go in and out of me like that."<</speech>><br>
This turns you on, you wrap your arms around her bringing her to your chest and really start hammering away at her tight little pussy.<br>
<video src="img/emily/emilysex1f.webm" width="400px" autoplay loop muted></video><br>
You pin her face down against the couch keeping her ass in the air, inserting your cock back into her. You grab her petite body with one hand and hold the couch with the other as you absolutely destroy her tiny pussy. Your hips are moving so quickly she can barely stand it. The sounds of $friend.name's screaming and moaning and your balls slapping against her clit are drowning out the sounds of the TV. The combination of you pounding her like an animal and her tight ass pussy squeezing your dick gets you close to cumming.<br>
<video src="img/emily/emilysex1g.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Oh fuck I'm gonna cum, come suck my cock"<</speech>><br>
You lay back and $friend.name gets in between your legs. She starts jerking your cock and playing with your balls getting you close. She jerks faster and you start to blow your load, the first couple ropes shoot onto your stomach before $friend.name puts the tip of your cock into her mouth and sucks every last bit of cum out of you as she jerks you.<br>
<<speech "Emily" $friend.name>>"Milked your cock dry didn't I?"<</speech>><br>
<video src="img/emily/emilysex1h.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("emilysex1")>>
<<case 2>>
<<if !$scenes.includes("emilysex2")>>
<b>New Scene!</b><br>
<</if>>
You invite $friend.name over, and she walks in wearing a short red dress, black stockings and high heels. <br>
<video src="img/emily/emilysex2a.webm" width="400px" autoplay loop muted></video><br>
$friend.name looks so fucking sexy in her dress you don't take let her take it completely off before you push her down onto the bed. Her little tits out, she grabs her legs, bringing her knees to her chest. You pull her thong to the side, revealing her moist pussy. You rub your already hard cock against her slit, <br>
<<speech "Emily" $friend.name>>"Yeah tease my fucking pussy."<</speech>><br>
<video src="img/emily/emilysex2b.webm" width="400px" autoplay loop muted></video><br>
Ready to enter her, you slide your dick inside her tight little pussy. $friend.name moans and lets out a small scream as you pound her hard. You thrust your cock deep inside of her, her wet pussy gripping tightly around your shaft. <br>
<<speech "Emily" $friend.name>>"Oh my god I missed that cock so much,"<</speech>><br>
$friend.name screams as you fuck her harder and faster.<br>
<video src="img/emily/emilysex2c.webm" width="400px" autoplay loop muted></video><br>
$friend.name gets up into doggy, showing you her perfectly fit little ass. You grab the dress that is still around her waist and slowly slide your cock back inside her beautiful pussy. Using the dress for leverage you start increasing your pace as $friend.name's moans get louder and louder. BANG! BANG! BANG! You keep pounding her hard and fast until $friend.name starts screaming. Screaming louder than you have ever heard her, the little slut cums all over your cock.<br>
<video src="img/emily/emilysex2d.webm" width="400px" autoplay loop muted></video><br>
Still holding the dress you grab one of her arms with one hand and pound into her hard and deep. You feel her pussy tighten around your cock as you pull her towards you. <br>
<<speech "Emily" $friend.name>>"Oh fuck I'm cumming,"<</speech>><br>
$friend.name screams as you continue drilling her little hole, then all of a sudden $friend.name's whole body shivers as she orgasms. The pleasure is too much for her and she pulls herself away from your pounding to catch her breath.<br>
<video src="img/emily/emilysex2e.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Come suck my cock,"<</speech>><br>
you say to help her recover from her orgasm. She gladly obliges, getting between your legs. You grab her hair as she grabs your cock and licks from the base to the tip before bringing it into her mouth. She begins sucking you like a pro, making sure to jerk your shaft as she slurps and moans on your head. You force her head down so your cock enters her throat for a second.<br>
<video src="img/emily/emilysex2f.webm" width="400px" autoplay loop muted></video><br>
After she recovers you have emily get on top of you. She straddles you and grabs your cock to aim it back into her tight hole. She lowers herself all the way down on your cock, moaning loudly. She begins riding your cock slowly at first but speeds up soon enough. <br>
<<speech "Emily" $friend.name>>"Oh you feel so fucking good."<</speech>><br>
<video src="img/emily/emilysex2g.webm" width="400px" autoplay loop muted></video><br>
You lay her down on her side and thrust into her hard. You begin pumping away at her tight little pussy as she plays with her clit. You can feel your orgasm growing closer as you pump away,<br>
<<speech "You" $player.name>>"I'm gonna cum, I'm gonna cum."<</speech>><br>
You pull out as you start cumming and $friend.name grabs your dick and continues jerking it so you blow your sticky load all over her stomach.<br>
<video src="img/emily/emilysex2h.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("emilysex2")>>
<<case 3>>
<<if !$scenes.includes("emilysex3")>>
<b>New Scene!</b><br>
<</if>>
You let $friend.name know you want to film and that you're waiting for her in your room. She comes over in black yoga pants and a grey sports bra. She jumps on your bed and kneels between your legs rubbing your cock over your pants, <br>
<<speech "Emily" $friend.name>>"Wow you're really hard already, Lets see this big cock,"<</speech>><br>
as she pulls your shorts off revealing your massive boner. She takes her sports bra off letting her small perky boobs free. She then lays down between your legs.<br>
<video src="img/emily/emilysex3a.webm" width="400px" autoplay loop muted></video><br>
She grabs the base of your cock and licks the shaft popping the head into her mouth before starting to suck in earnest. As she sucks she releases her hand and places them on your thighs, sucking your cock deeper and deeper into her mouth while maintaining eye contact with the camera. With how well shes sucking all you can hear is slurping noises. Your mind is blown by her talent for sucking dick, especially considering how small she is. <br>
<video src="img/emily/emilysex3b.webm" width="400px" autoplay loop muted></video><br>
You can't wait to get in that pussy any longer, <br>
<<speech "You" $player.name>>"get on top of me."<</speech>><br>
$friend.name does just that, facing away from you so you can get a good view of her ass as your cock enters her pussy. She starts riding slowly before she leans forward and twerks on your cock like a whore. As she twerks on your dick you grab her ass with one hand,<br>
<<speech "Emily" $friend.name>>"Oh my god that feels so good."<</speech>><br>
You love how this little slut rides your cock.<br>
<video src="img/emily/emilysex3c.webm" width="400px" autoplay loop muted></video><br>
She turns around, now facing you. She guides your cock back into her tight little slit and begins bouncing up and down. You get a good view of her tiny little titties and nipples bouncing rhythmically as she jumps on your dick. Her face contorts with pleasure as she's making herself cum on your cock. You get the perfect view of her innocent-looking face twisting in pleasure as your cock penetrates her deeply.<br>
<video src="img/emily/emilysex3d.webm" width="400px" autoplay loop muted></video><br>
Wanting to take control you push her back into missionary. You stand at the edge of the bed and insert your huge member back inside her pussy, as you do she brings her hand down and rubs her clit. You fuck her slowly watching those tits bounce up and down with every thrust. She can barely keep still as she moans and screams in pleasure. <br>
<video src="img/emily/emilysex3e.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Get on all fours slut,"<</speech>><br>
you command. $friend.name jumps up showing you her ass. You slide your cock in, and command her <br>
<<speech "You" $player.name>>"back that ass up."<</speech>><br>
She obeys and starts fucking herself on your cock causing you both to moan in pleasure. <br>
<<speech "Emily" $friend.name>>"Mmm you like it?"<</speech>> <br>
<<speech "You" $player.name>>"Yeah just like that."<</speech>><br>
As she is backing her ass up you begin thrusting to match her pace. You're able to get the full length of your cock in and out of her pussy as you continue fucking like this.
<video src="img/emily/emilysex3f.webm" width="400px" autoplay loop muted></video><br>
Still in doggy you push her down so shes laying on the bed.<br>
<<speech "You" $player.name>>"Spread your cheeks,"<</speech>><br>
she does as you say and reaches both hands back to pull her ass cheeks apart giving you a give view of her tight little asshole. You slide your cock back into her little cunt enjoying the sensation as she clenches around you. The combination of her ass being spread and you pounding her hard and deep causes her to come again and again. <br>
<video src="img/emily/emilysex3g.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Fuck I'm gonna cum"<</speech>><br>
<<speech "Emily" $friend.name>>"I want you to cum inside"<</speech>><br>
still spreading her cheeks you stop fucking her with just the tip inside. You jerk your cock releasing a huge load inside her freshly fucked pussy. <br>
<<speech "Emily" $friend.name>>"Filled up my little pussy,"<</speech>><br>
she says as you pull out releasing some of your cum with your cock. You show the camera her freshly creampied hole as she squirts your cum out.<br>
<video src="img/emily/emilysex3h.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("emilysex3")>>
<</switch>>
<<set _people to random(15, 30)>>
<<set _earned to _people*5>>
<span style="color:green">_people people bought your video, you make $<<= _earned>></span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $friend.energy -= 1>>
<<replace "#stats">>
<<include "Stats">>
<</replace>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to film.
<<elseif $friend.energy lte 0>>
$friend.name is too tired to film.
<</if>>
<</if>>
<</linkreplace>><br>
<<linkreplace "Anal">>
<<if $player.energy gt 0 && $friend.energy gt 0>>
<<switch random(1, 3)>>
<<case 1>>
<<if !$scenes.includes("emilyanal1")>>
<b>New Scene!</b><br>
<</if>>
$friend.name comes to your room dressed very sluttily, wearing a black choker, black bra and red panties. She teases you, giving you a sultry look while running her hands down her body. She turns around, showing you her backside. Her ass looks amazing in the red mesh panties shes wearing. She grabs her ass cheek jiggling it for you as you watch. <br>
<video src="img/emily/emilyanal1a.webm" width="400px" autoplay loop muted></video><br>
She gets undressed, slowly taking off her top. Her breasts are very perky and small. Next, she slowly removes her panties bending over and showing you her ass as she slides them down. You get naked and lay back on the couch, your massive boner standing straight up. $friend.name gets in between your legs grabs your cock and licks from the base to the tip sucking it into her mouth. She tries to suck your cock deep but can only get about half of it into her throat. She continues fucking her face on your cock as you grab her hair saying,<br>
<<speech "You" $player.name>>"Look at that pretty face sucking my big dick."<</speech>><br>
You hold her head down with your cock down her throat as she looks up at you.<br>
<video src="img/emily/emilyanal1b.webm" width="400px" autoplay loop muted></video><br>
You lay $friend.name on her side and have her spread her ass cheeks so you can enter her hole more easily. You line your cock up with her little hole and begin slowly inserting your massive member. <br>
<<speech "Emily" $friend.name>>"Aw yeah make me fucking stretch for your big cock,"<</speech>><br>
$friend.name moans as you continue pushing your cock deep into her asshole. After letting her adjust to your size you slowly start pumping in and out.<br>
<video src="img/emily/emilyanal1c.webm" width="400px" autoplay loop muted></video><br>
You pull $friend.name up on top of you in reverse cowgirl and have her lower herself down on your cock. <br>
<<speech "You" $player.name>>"Good girls go all the way down,"<</speech>><br>
you say as you push her balls deep onto your cock. Once she's all the way down, you grab her waist and begin pistoning your cock into her asshole, absolutely destroying her. As you're pummeling her you reach one hand around and insert two fingers into her pussy. You continue fucking her tight little asshole as you're fingering her tight wet pussy. Being double penetrated by your cock and fingers causes $friend.name to throw her head back in pleasure cumming on your cock and fingers.<br>
<video src="img/emily/emilyanal1d.webm" width="400px" autoplay loop muted></video><br>
You flip her around now so shes facing you and have her squat on your cock. She supports herself with her hands on the couch as you support her by grabbing her ass. You start off slowly fucking her ass, speeding up as you're going deep into her ass. <br>
<<speech "Emily" $friend.name>>"Yeah fucking taking it for you,"<</speech>><br>
she screams as you start hammering her asshole hard and deep. You give her ass a slap ass she screams<br>
<<speech "Emily" $friend.name>>"oh fuck I'm gonna cum from you fucking my ass!!"<</speech>><br>
<video src="img/emily/emilyanal1e.webm" width="400px" autoplay loop muted></video><br>
Now in doggystyle, you continue hammering her poor little asshole.<br>
<<speech "You" $player.name>>"Yeah baby take this big dick,"<</speech>><br>
you say as your dick pistons in and out of her destroyed hole. <br>
<<speech "Emily" $friend.name>>"I love taking big cock up my ass, I love taking your big cock up my ass,"<</speech>><br>
$friend.name screams as you pound her.<br>
<video src="img/emily/emilyanal1f.webm" width="400px" autoplay loop muted></video><br>
You put $friend.name on her knees and begin jerking your cock. She opens her mouth sticking out her tongue waiting for your load. She plays with her pussy as you blow your load on her face. Your load is absolutely massive, covering her face and filling her mouth. She grabs your cock and sucks out the last bit of cum from it.<br>
<video src="img/emily/emilyanal1g.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("emilyanal1")>>
<<case 2>>
<<if !$scenes.includes("emilyanal2")>>
<b>New Scene!</b><br>
<</if>>
$friend.name has a surprise for you, shes wearing a sexy set of black lingerie. The black thong really makes her ass look amazing. She comes up to you getting your cock hard. She takes your cock out of your pants and grabs your boner leading you into the bedroom. Once in the room, she lays back on the chair putting her legs by her head. You can see a buttplug peeking out from behind her thong. Moving the thong aside emily says <br>
<<speech "Emily" $friend.name>>"I want you to fuck my ass."<</speech>><br>
She grabs the huge plug and slowly pulls her out of her tight hole,<br>
<<speech "Emily" $friend.name>>"I have my ass nice and warmed up for you."<</speech>><br>
You make sure to apply plenty of lube to her asshole and your dick.<br>
<video src="img/emily/emilyanal2a.webm" width="400px" autoplay loop muted></video><br>
In the same position, you insert your cock into emilys awaiting hole. As you slowly fucker her she compliments you,<br>
<<speech "Emily" $friend.name>>"Oh my gosh your cock is so big."<</speech>><br>
Making sure to pump slowly so she can get accustomed to the size emily says, <br>
<<speech "Emily" $friend.name>>"Yeah stretch out my ass for me."<</speech>><br>
<video src="img/emily/emilyanal2b.webm" width="400px" autoplay loop muted></video><br>
You pull your hard cock out, and $friend.name holds her cheeks spread giving herself a little gape. As she comes off the chair $friend.name states, <br>
<<speech "Emily" $friend.name>>"I wanna taste my ass from your hard juicy cock."<</speech>><br>
She jerks you cock licking the entirety of the shaft she opens her mouth and inhales your cock. She sensually sucks your cock making sure to give plenty of eye contact.<br>
<video src="img/emily/emilyanal2c.webm" width="400px" autoplay loop muted></video><br>
You put $friend.name back up onto the chair in the same position and insert your cock back deep into her ass. As you're fucking her ass you reach your hand down and insert two fingers into her soaking wet cunt. You finger her pussy and fuck her ass in tandem. As you're fingering her she reaches down and inserts one of her fingers into her pussy and begins fucking herself hard.<br>
<<speech "Emily" $friend.name>>"Oh fuck you're gonna make me cum, right there, yes,"<</speech>><br>
she moans as you continue fingering and fucking her. She's moaning and fucking herself hard with her fingers, you can feel her asshole pulsing around your cock and her pussy squeezing your fingers tight as she whispers<br>
<<speech "Emily" $friend.name>>"Oh I'm cumming,"<</speech>><br>
causing her legs to shake.<br>
<video src="img/emily/emilyanal2d.webm" width="400px" autoplay loop muted></video><br>
You put $friend.name on your lap facing away from you. You lower her down, impaling her on your massive member. Holding her ass you bounce her slowly up and down on your cock. As you're slowly fucking her $friend.name says, <br>
<<speech "Emily" $friend.name>>"I love the way your cock feels in my ass baby."<</speech>><br>
<video src="img/emily/emilyanal2e.webm" width="400px" autoplay loop muted></video><br>
Back in doggystyle, you throw one of $friend.name's legs on the bed with the other on the ground and fuck her ass hard and deep. She rubs her pussy as your dick thrusts in and out of her ass.<br>
<<speech "Emily" $friend.name>>"Don't stop, don't stop"<</speech>><br>
as her moans and breathing get quicker, you continue fucking her ass at a moderate pace. <br>
<<speech "Emily" $friend.name>>"Ohhhh fuck I'm cumming!"<</speech>><br>
She screams as you give her yet another anal orgasm.<br>
<video src="img/emily/emilyanal2f.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Oh fuck I'm gonna cum get on your knees and open your mouth"<</speech>><br>
She gets down off the bed as you command and opens her mouth like a good slut. You shoot a massive load into her waiting mouth. She plays with your cum in her mouth for a second before swallowing.<br>
<video src="img/emily/emilyanal2g.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("emilyanal2")>>
<<case 3>>
<<if !$scenes.includes("emilyanal3")>>
<b>New Scene!</b><br>
<</if>>
Wanting to do something a little kinkier than usual $friend.name comes in your room in fishnets and an oversized shirt. Shes holding handcuff behind her back.<br>
<<speech "Emily" $friend.name>>"I want to try something tonight for our scene"<</speech>><br>
<<speech "You" $player.name>>"Oh yeah? whats that?"<</speech>><br>
<<speech "Emily" $friend.name>>"I want to be handcuffed,"<</speech>><br>
she says as she reveals the handcuffs she was hiding.<br>
<video src="img/emily/emilyanal3a.webm" width="400px" autoplay loop muted></video><br>
$friend.name throws the cuffs on the bed and crawls towards them letting you see her fishnet covered ass as she does. She grabs the handcuffs and cuffs one wrist and then the next, showing you her hands are now helpless.<br>
<video src="img/emily/emilyanal3b.webm" width="400px" autoplay loop muted></video><br>
With her hands cuffed you put her in doggystyle facing the mirror. You grab the fishnet around her ass and pull ripping a hole, uncovering her tight little hole. <br>
<<speech "Emily" $friend.name>>"You like this ass don't you?"<</speech>><br>
$friend.name says as you spread her ass. With her ass spread you dive right in and start licking her hole causing emily to moan in pleasure.<br>
<video src="img/emily/emilyanal3c.webm" width="400px" autoplay loop muted></video><br>
Enough of the foreplay you thrust your cock into her waiting hole, <br>
<<speech "Emily" $friend.name>>"oh my god baby yes fucking stretch out my ass."<</speech>><br>
You slowly fuck her asshole as she moans and screams from pleasure and maybe a little bit of pain. <br>
<<speech "Emily" $friend.name>>"Oh yes you feel so good inside me."<</speech>><br>
<video src="img/emily/emilyanal3d.webm" width="400px" autoplay loop muted></video><br>
Her hands still handcuffed you lay emilys back on your stomach and hold her legs in the air. You insert you cock into her used hole and wrap your arms around her legs grabbing her arms. You thrust hard and deep into her asshole, <br>
<<speech "Emily" $friend.name>>"oh baby yes that's just how I want it."<</speech>><br>
$friend.name moans and breathes quickly as you fuck her asshole, you can feel her breathing getting quick and shallow as you fuck her ass. Her hole tightens around your cock as you give her an anal orgasm.<br>
<video src="img/emily/emilyanal3e.webm" width="400px" autoplay loop muted></video><br>
You push $friend.name up against the mirror in the room, holding one leg up the camera can see her pussy in the mirror. You then start pistoning your cock in and out of her ass hard and deep. $friend.name screams <br>
<<speech "Emily" $friend.name>>"Oh fuck me, fuck me baby just like that"<</speech>><br>
as you moan,<br>
<<speech "You" $player.name>>"fuck yes, yes, yes."<</speech>><br>
Fucking her hard and deep you're getting closer as emily moans <br>
<<speech "Emily" $friend.name>>"oh fuck right there."<</speech>><br>
<video src="img/emily/emilyanal3f.webm" width="400px" autoplay loop muted></video><br>
You grab $friend.name byt the hair bringing her down to her knees and push her face against the mirror as you jerk your cock. She hold her mouth open with her tongue out looking at you jerking yourself in the mirror. Getting closer you blow a massive load on $friend.name's face and over the mirror.<br>
<video src="img/emily/emilyanal3g.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("emilyanal3")>>
<</switch>>
<<set _people to random(30, 40)>>
<<set _earned to _people*5>>
<span style="color:green">_people people bought your video, you make $<<= _earned>></span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<set $friend.energy -= 1>>
<<replace "#stats">>
<<include "Stats">>
<</replace>>
<<else>>
<<if $player.energy lte 0>>
You are too tired to film.
<<elseif $friend.energy lte 0>>
$friend.name is too tired to film.
<</if>>
<</if>>
<</linkreplace>>
<br>[[Return|OnlyFansPlayer]] <<if $player.onlyfans>>
<<set _event to random(1,10)>>
<<else>>
<<set _event to random(1,4)>>
<</if>>
<<switch _event>>
<<case 1 2>>
Must be your lucky day! As you're heading into the city, you find some cash on the ground.<br>
<img src="img/misc/money.jpg" width="400px"><br>
<<set _found to random(20,100)>>
<span style="color:green">You found $<<=_found>>!</span><br>
<<set $player.money += _found>>
<<replace "#stats">><<include "Stats">><</replace>>
<br>[[City]]
<<case 3 4>>
As you're walking around the city you come across a dog tied to a bench, owner no where in site. You decide to sit down and spend some time playing with the dog.<br>
<img src="img/misc/citydog.jpg" width="400px"><br>
<span style="color:green">You gain some energy</span><br>
<<set $player.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<br>[[City]]
<<case 5 6 7 8 9 10>>
<div style="text-align: center">
<img src="img/emily/emilywoods.jpeg" width="691px" height="389px">
</div>
$friend.name gives you a call a asks if you'd be willing to come out and pick her up. She is out away from the city, filming a vlog.<br>
<<select "Go pick up $friend.name">>
You head out to where $friend.name is, and park your car out in the woods. She is extremely thankful that you'd come to pick her up. She tells you all about what she was doing out there, explaining her vlog and asks if you want to <<linkreplace "see.">>see.<br>
$friend.name starts out her vlog out in a wooded area,<br>
<<speech "Emily" $friend.name>>"Hi guys, its $friend.name welcome back to my vlog, as you can see we're kind of in the middle of nowhere."<</speech>><br>
She continues to ramble on about bigfoot, describing how she believes he is real and how determined she is to find him.<br>
<video src="img/emily/emilycity1a.webm" width="400px" autoplay loop muted></video><br>
She sets the camera down and backs away, as she's doing so she says,<br>
<<speech "Emily" $friend.name>>"Just gonna set this down over here so you can get a better view of whats happening here and my super cute outfit today."<</speech>><br>
She shows the camera her outfit, explaining why she likes this white dress. <br>
<<speech "Emily" $friend.name>>"It really makes my ass look great,"<</speech>><br>
she says as she turns her butt towards the camerra and holds her dress down giving a little twerk. She bends at the waist a little letting the camera see just a little up her skirt, teasing running her hands up and down her body. The wind is blowing the dress around, occasionally giving a glimpse of her red thong. She faces the camera continuing to run her hands on her body, when a gust of wind gives a better glance at her panties.<br>
<video src="img/emily/emilycity1b.webm" width="400px" autoplay loop muted></video><br>
Obviously getting excited from all this teasing $friend.name decides it's enough with the teasing and pulls her dress down revealing her small pert tits. She places her hands under her perky boobs and shakes them saying,<br>
<<speech "Emily" $friend.name>>"Free the fucking nipple."<</speech>><br>
She is definitely not afraid to show some skin. She turns around lifting her dress, completely revealing her thong clad ass. She dances seductively for a second before bending at the waist and giving the camera a good view of her ass. She grabs the panties very slowly but playfully pulling them down, until finally she reveals her beautiful pussy and ass to the camera and gives it a little wiggle. She quickly pulls her thong back up and covers her tits.<br>
<video src="img/emily/emilycity1c.webm" width="400px" autoplay loop muted></video><br>
She walks over to the camera facing it more upwards getting a good shot up her dress. She pulls her dress up revealing her panty covered crotch, she rubs herself over her panties. Pulling her thong to the side she shows the camera her beautiful pussy, spreading her lips. She turns around, pulls her panties down and spreads her cheeks giving the camera a nice view of her asshole. She holds her ass spread for a while, wiggling her cute little butt. She turns around, panties still at her ankles, licks her fingers and starts rubbing her pussy saying teasing the camera is making her real horny. She quickly pulls her panties up saying she needs to get out of here and find bigfoot, ending the vlog.<br>
<video src="img/emily/emilycity1d.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
After watching her vlog you realise that it is definitely not made for YouTube, the way she was teasing the camera. You lead her to your car, where she tells you she wants to <<linkreplace "thank you.">>thank you.<br>
You open up the trunk of your car, pull down your pants and sit down. $friend.name pulls her top down revealing her perky little tits, she grabs your already hard cock and starts stroking it, saying <br>
<<speech "Emily" $friend.name>>"I wanna gag on your fucking cock."<</speech>><br>
She brings her head down gives your shaft a nice long lick before wrapping her lips around your cock forcing herself deep on your cock, gaging. You grab her hair and force your cock even deeper into her throat, you release her and she continues to suck deep moaning on your cock. Shes sucking your cock like a professional, all you can hear are the sounds of her moaning and slurping on your cock. She stops sucking and starts jerking your cock, <br>
<<speech "Emily" $friend.name>>"You like looking at my pretty little face while I suck on your dick"<</speech>><br>
<video src="img/emily/emilycity1e.webm" width="400px" autoplay loop muted></video><br>
She takes her dress completely off, leaving only her shoes on she jumps into the back of your car with you and straddles your cock. She grabs your cock and starts rubbing the tip against her pussy, teasing you both. Finally she aims your cock at her tight hole and lowers herself down until you're balls deep in her wet cunt. She leans back and starts bouncing up and down on your cock, <br>
<<speech "Emily" $friend.name>>"Oh my god that's a good fucking dick."<</speech>><br>
Shes riding your cock deep, making sure to feel every inch inside of her.<br>
<video src="img/emily/emilycity1f.webm" width="400px" autoplay loop muted></video><br>
You put $friend.name on her back and slap your dick against her pussy before inserting your full length into her and thrusting. You have one of her legs on your shoulder so you can get deeper into her. She's loving the pounding you're giving her as she starts moaning at the top of her lungs as you slam away. You continue to fuck her as she plays with her nipples, screaming<br>
<<speech "Emily" $friend.name>>"Oh my god you fuck me so good!"<</speech>><br>
as she cums on your cock.<br>
<video src="img/emily/emilycity1g.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Bend over and put your leg up"<</speech>><br>
<<speech "Emily" $friend.name>>"Just like this?"<</speech>><br>
she says as she gets into position.<br>
<<speech "You" $player.name>>"mm just like that."<</speech>><br>
<<speech "Emily" $friend.name>>"I like it when you tell me what to do."<</speech>><br>
she says rubbing her pussy in anticipation of the fucking shes about to receive. You don't let her wait long as you shove your massive cock back into her tight hole and begin thrusting hard. Shes moaning and screaming loving every inch that you are giving her. Yo can tell she is on the verge of cumming so you fuck her even harder causing her to cum again. As shes cumming all she can say is <br>
<<speech "Emily" $friend.name>>"Oh my god you make my legs shake."<</speech>><br>
<video src="img/emily/emilycity1h.webm" width="400px" autoplay loop muted></video><br>
She puts her leg onto the ground and lays her face on the trunk, reaching a hand back to spread her cheeks,<br>
<<speech "Emily" $friend.name>>"slide that cock right back into me."<</speech>><br>
You keep fucking her hard and deep causing her to moan as shes talking dirty to you.<br>
<<speech "Emily" $friend.name>>"mmm yes I love taking that fucking cock for you."<</speech>><br>
<<speech "Emily" $friend.name>>"keep railing my sluttly little fucking pussy"<</speech>><br>
<video src="img/emily/emilycity1i.webm" width="400px" autoplay loop muted></video><br>
You lay back in the car again and $friend.name gets on top of you ready to take control. She leans forward as she's fucking herself, so you reach back and grab both her cheeks with your hands. She's riding you like an absolute slut,<br>
<<speech "Emily" $friend.name>>"mm that cock is so fucking good in me,"<</speech>><br>
you give her ass a little spank as shes fucking you. She starts riding your cock hard twerking and grinding her tight pussy in a cowgirl style. Riding you hard she brings herself to an orgasm, her pussy tightening around your cock.<br>
<video src="img/emily/emilycity1j.webm" width="400px" autoplay loop muted></video><br>
You push $friend.name off you and lay her down aiming your cock at her face.<br>
<<speech "Emily" $friend.name>>"I wanna take all that fucking cum"<</speech>><br>
That was all you needed to hear and you start shooting your hot sticky load all over her face and in her mouth.<br>
<<speech "Emily" $friend.name>>"aww yeah give it to me, give it to me"<</speech>><br>
She grabs your cock and greedily sucks out every last drop of cum, playing with it in her mouth before showing you she swallowed every drop like a good girl.<br>
<video src="img/emily/emilycity1k.webm" width="400px" autoplay loop muted></video><br>
<</linkreplace>>
You get cleaned up and dressed and get ready to head back to the city.<br>
[[City]]
<</select>><br>
<<select "Just go to the city">>
<<goto City>>
<</select>>
<<default>>
You should'nt see this, if you do somethings wrong.
<</switch>><<set _event to random(1,10)>>
<<set _emily to random(1,10)>>
<div style="text-align: center">
<img src="img/apartment/kitchen.jpg" width="691px" height="389px">
</div><br>
<<if $roommate.event4 && _event gte 8>>
[[Finish|AKitchen]]<br>
As you're walking into the kitchen and see $roommate.name in a see-through white bra and white thong. She comes over to and grabs you by the hand to lead you further into the kitchen, walking backwards you can see who beautifully pierced nipples through the white bra shes wearing. You get into the kitchen and on the counter you see multiple plates of cupcakes.<br>
<<speech "Lulu" $roommate.name>>"I've already decorated some of them, but I've left the others for us."<</speech>><br>
<<speech "You" $player.name>>"oh wow."<</speech>><br>
<<speech "Lulu" $roommate.name>>"I was up all night baking for us."<</speech>><br>
She begins showing you all the cupcakes shes made and already decorated.<br>
<<speech "Lulu" $roommate.name>>"You wanna taste?"<</speech>>
<br>
She says as she scoops some of the frosting with her finger and brings it to your mouth.<br>
<video src="img/lulu/lulukitchen1a.webm" width="400px" autoplay loop muted></video><br>
She puts the cupcakes down and you reach out for her little boobs and begin rubbing and grabbing them. She turns around telling you<br>
<<speech "Lulu" $roommate.name>>"Don't forget my butt."<</speech>>
<br>
You would never forget her beautiful little bubble butt. You grope her ass cheeks, grabbing and rubbing them as $roommate.name grabs her panties and says,<br>
<<speech "Lulu" $roommate.name>>"why don't you help me take these off?"<</speech>> <br>
You don't have to be told twice as you immediately grab her thong and start slowly pulling it down over her ass as she's moving her butt side to side. Her thong finally down at her ankles, you give her ass a few more squeezes before $roommate.name turns around and takes her bra off.<br>
<<speech "Lulu" $roommate.name>>"It makes me so wet when you touch me like that."<</speech>><br>
<video src="img/lulu/lulukitchen1b.webm" width="400px" autoplay loop muted></video><br>
$roommate.name jumps up on the counter and spreads her legs, giving you the perfect view of her tight little pussy. She licks her fingers, and says<br>
<<speech "Lulu" $roommate.name>>"All this play has made me so horny and wet."<</speech>><br>
She begins to rub her clit, before inserting the finger she was just sucking on into her waiting hole. One finger isn't enough for her and she inserts a second.<br>
<<speech "Lulu" $roommate.name>>"Feeling your hands all over me got me so excited."<</speech>><br>
Moaning, she continues to finger herself before bringing her fingers to her mouth to taste her pussy juices. Moaning she rubs her clit with her fingers getting herself hot and bothered before inserting her fingers back deep into her pussy.<br>
<video src="img/lulu/lulukitchen1c.webm" width="400px" autoplay loop muted></video><br>
You lay back on the chair you have in the kitchen and bring $roommate.name on top of you so her pussy is in your face. Her thighs, tight pink pussy, and asshole are an incredible sight. You spread her lips, stick out your tongue and press it against her clit beginning to lick the alphabet. The only sounds in the room are $roommate.name moaning, slurping, and occasionally uttering a string of words that sound like <span style="color:pink">"Fuck!"</span> and <span style="color:pink">"Ooohhhh!"</span> $roommate.name encourages you to keep going, <br>
<<speech "Lulu" $roommate.name>>"Oh don't stop it feels so good."<</speech>><br>
She continues to moan and scream as you lick her clit, growing closer and closer to orgasm. <br>
<<speech "Lulu" $roommate.name>>"Oh fuck you're gonna make me cum,"<</speech>>
<br>she screams as she orgasms on your tongue, her whole body shaking from the pleasure.<br>
<video src="img/lulu/lulukitchen1d.webm" width="400px" autoplay loop muted></video><br>
Not wanting to be the only one receiving pleasure she turns around and grabs your hard cock jerking it and sucking the tip into her mouth. Shes slurping and moaning on your cock as she sucks as deep as she can, she continues to jerk you while talking dirty, <br>
<<speech "Lulu" $roommate.name>>"mmm I love the way you fill my mouth."<</speech>><br>
continuing to try to deepthroat your girthy member, her eyes roll back into her head as she can only get it partially into her throat. Struggling she fucks her own mouth for a bit before releasing and jerking you,<br>
<<speech "Lulu" $roommate.name>>"fuck you're so big I wish I could fit you all."<</speech>><br>
<video src="img/lulu/lulukitchen1e.webm" width="400px" autoplay loop muted></video><br>
You switch positions, $roommate.name wants to ride you so she straddles your legs, you position yourself to slide right into her, <br>
<<speech "Lulu" $roommate.name>>"oOoOoO fuck that's thick!"<</speech>><br>
she moans as she lowers herself down on your huge cock. She begins to ride you slowly getting adjusted to the massive member inside her. <br>
<<speech "Lulu" $roommate.name>>"Fuck you're stretching me out so much,"<</speech>><br>
she says as she begins to bounce up and down faster and faster, complementing your size.<br>
<video src="img/lulu/lulukitchen1f.webm" width="400px" autoplay loop muted></video><br>
$roommate.name turns herself around and slides her legs under yours so she can sit back down on your cock, from this position you can see her beautiful little asshole. She begins riding you again slowly at first and then picks up the pace and gets really into it, she's moaning loudly now as she rides faster and faster. Between her moans, you hear the occasional <span style="color:pink">"Oh fuck"</span> or <span style="color:pink">"yes, yes, yes!"</span> She fucks you fast and hard as she screams<br>
<<speech "Lulu" $roommate.name>>"OH GOD, I THINK I'M GONNA CUM! FUCK!!!!"<</speech>><br>
She spasms on your cock, arching her back and slowing her pace as she comes all over your throbbing cock. As soon as $roommate.name is done cumming, she turns back and grabs her ass as she slowly raises herself off of your cock. Her pussy feels incredible after coming all over your cock, it must be soaked.<br>
<video src="img/lulu/lulukitchen1g.webm" width="400px" autoplay loop muted></video><br>
After calming down from her orgasm $roommate.name gets face down ass up on the chair, grabbing her ass she says<br>
<<speech "Lulu" $roommate.name>>"ooh put it back in"<</speech>><br>
as she starts moaning. You push your cock balls deep into her and grab her ass while she moans and screams on your dick. You begin thrusting, doing long and deep strokes in and out of her wet pussy. You hold onto her hips so you can thrust faster, making sure to slam hard into her with every thrust. As she's moaning she manages to let you know, <br>
<<speech "Lulu" $roommate.name>>"it feels so much thicker this way."<</speech>><br>
You continue to pound away at her for another minute or two, hearing her moan and scream.<br>
<video src="img/lulu/lulukitchen1h.webm" width="400px" autoplay loop muted></video><br>
You put $roommate.name on her back, spread her legs and start fucking her hard and fast. After a while, you feel you're close to cumming and $roommate.name can tell <br>
<<speech "Lulu" $roommate.name>>"that's it, pump me full of your cum."<</speech>><br>
She manages to say between screams and moans, you start grunting as you're thrusting deeper and deeper into her and you blow your load into her tight Asian pussy, giving her a huge creampie. Once you finish pumping your cum inside her you pull your dick out and your massive load comes flowing out of her pussy.<br>
<video src="img/lulu/lulukitchen1i.webm" width="400px" autoplay loop muted></video><br>
<<elseif $player.onlyfans && _emily gte 8>>
You're sitting on your phone, scrolling through Reddit and Emily walks in wearing nothing but a grey sports bra and white thong. She doesn't notice you before she opens the fridge, only giving you a small greeting once she does,<br>
<<speech "Emily" $friend.name>>"Oh hey $player.name"<</speech>><br>
<<speech "You" $player.name>>"Oh hey $friend.name, what are you up to?"<</speech>><br>
<<speech "Emily" $friend.name>>"Getting ready to go to the gym, gotta keep this ass looking tight"<</speech>><br>
continuing to look through the fridge for what you can only assume would be a snack.<br>
<video src="img/emily/emilykitchen1a.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Well, you do like to show it off don't you?"<</speech>><br>
<<speech "Emily" $friend.name>>"That's true, what are you up to today?"<</speech>><br>
As she grabs a waterbottle from the fridge and brings it over to a cup on the counter. You continue your small talk while she pours herself some water right in front of you, giving you a great view of her perky little ass in that thong.<br>
<video src="img/emily/emilykitchen1b.webm" width="400px" autoplay loop muted></video><br>
You finish your small talk as $friend.name leaves the kitchen,<br>
<<speech "Emily" $friend.name>>"Guess I'll see you later"<</speech>><br>
<video src="img/emily/emilykitchen1c.webm" width="400px" autoplay loop muted></video><br>
$friend.name seems to have really made herself at home here, she comes over quite often and spends a lot of time here. Maybe you'll talk to her about that soon.<br>
<<else>>
<<linkreplace "Eat">>
<<if !$player.eaten>>
<span style="color:green">You've gained some energy.</span><br>
<<set $player.eaten to true>>
<<set $player.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
<span style="color:red">You already ate today.</span><br>
<</if>>
<</linkreplace>><br>
<</if>>
<br>[[Hallway|Apartment]]You decide to go see <<hovertip `'<img src="img/tinder/rae/raelilblackprofile.jpg" width="120px"> <br> Rae Lil Black'`>>Rae<</hovertip>>, as she invited you over for a dinner date after matching with her on Tinder. On the way there you stop by the store to pick up some flowers. You get to Raes place and knock on the door, you are greeted by a gorgeous Asian women with long brunette hair and a beautiful smile.<br>
<<speech "You" $player.name>>"Hello, Rae?"<</speech>><br>
<<speech "Rae">>"Yes, hi $player.name you're right on time, I like it."<</speech>><br>
You hand Rae the flowers, which she absolutely loves, and she invites you in leading you to the dining room.<br>
<video src="img/tinder/rae/raedate1a.webm" width="400px" autoplay loop muted></video><br>
You sit down at the beautiful dining table and enjoy a lovely conversation. Rae talks about her recent move and how she doesn't know many people in the area, so she has decided to try Tinder. Talking leads to what you do for work,<br>
<<speech "Rae">>"So what do you do for money?"<</speech>><br>
<<speech "You" $player.name>>"Well, this is a little embarrasing to say, but I recently started an OnlyFans account hoping to make some money."<</speech>><br>
<<speech "Rae">>"Oh, that's not embarrasing at all, I've shot a couple porn films myself."<</speech>><br>
The conversation flows smoothly, and Rae's smile and laughter light up the room. As dinner comes to a close, she suggests moving the conversation to the couch for a more comfortable setting.<br>
<video src="img/tinder/rae/raedate1b.webm" width="400px" autoplay loop muted></video><br>
You sit down on the couch and Rae immediately starts rubbing your crotch, while going in for a kiss. You're feeling each other up while making out, both of you getting increasingly horny. Rae looks you in the eyes as she starts undoing your pants, freeing your massive cock from its prison. She grabs your already hard dick and starts sucking it, taking it all the way into her mouth until her nose is buried in your pubic hair. As she goes back and forth bobbing her head, her hands are rubbing your balls and caressing your thighs. <br>
<<speech "You" $player.name>>"I wanna fuck you."<</speech>><br>
<video src="img/tinder/rae/raedate1c.webm" width="400px" autoplay loop muted></video><br>
Rae pulls her dress over her head, revealing a sexy blue bra and panties set. She pulls her panties down partially, leaving you to finish taking them off. She licks her fingers and rubs her pussy, wetting herself. She then climbs on top of you, ready for you to insert your cock into her tight hole. While kissing you, she lowers herself all the way down to get used to the size. As she's riding you, taking every inch of your cock deep inside her, Rae moans in pleasure as you hit all the right spots.<br>
<video src="img/tinder/rae/raedate1d.webm" width="400px" autoplay loop muted></video><br>
Rae takes her bra off and gets into doggy-style position on the couch. Her ass is so damn sexy in this position, you can’t stop staring at it. And she has no problem with that! You slap her ass and pussy with your cock a few times before re-inserting and going deeper than you did last time. Her tight pussy feels incredible around your dick and you fuck her hard from behind. You grab her ass for leverage as you pound her hole. Your cock makes a wet slapping sound as you pound her hard and fast. She moans loudly and begs for more. Rae lays her head against the couch, really enjoying the pounding you're giving her.<br>
<video src="img/tinder/rae/raedate1e.webm" width="400px" autoplay loop muted></video><br>
Rae straddles you again, this time reverse cowgirl. She slides your dick up and down her pussy, teasing you before sliding back onto it. Once you're inside her she leans back, places her feet on your legs and bounces up and down. You play with her massive tits as shes fucking you.<br>
<<speech "Rae">>"Fuck you feel so fucking good."<</speech>><br>
As she continues bouncing up and down on your cock, moaning in pleasure.<br>
<video src="img/tinder/rae/raedate1f.webm" width="400px" autoplay loop muted></video><br>
You push her into missionary and get back to fucking her hard. You start pounding away again, looking at her beautiful face as you do. Thrusting away at her pussy is a great feeling for both of you and the combination of pleasure is really amazing. She loves it and your thrusts are now getting more intense, faster and deeper than before. As you're fucking her you watch her big tits bounce with every stroke. You feel yourself getting closer and closer to cumming,<br>
<<speech "You" $player.name>>"I'm gonna cum, get on your knees."<</speech>><br>
<video src="img/tinder/rae/raedate1g.webm" width="400px" autoplay loop muted></video><br>
She obediently gets on her knees and opens her mouth, sticking out her tongue while looking up at you. You jerk your cock ready to blow your load all over her gorgeous face. You start cumming and she happily takes your load in her mouth. She swallows every last drop of it before licking off your dick clean!<br>
<video src="img/tinder/rae/raedate1h.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Fuck that was amazing."<</speech>><br>
<<speech "Rae">>"Mmm I'm glad you liked it."<</speech>><br>
<<speech "You" $player.name>>"I loved it, definitely want to do it again"<</speech>><br>
<<speech "Rae">>"Well, you mentioned you do OnlyFans maybe we can shoot some scenes together."<</speech>><br>
<<speech "You" $player.name>>"For sure, I will definitely be in contact to film some videos."<</speech>><br>
<span style="color:green">You can now film with Rae.</span><br><br>
[[Go Home|Apartment]]
<<set $rae.event to true>><<linkreplace "Sex">>
<<if $player.energy gt 0>>
<<switch random(1, 2)>>
<<case 1>>
<<if !$scenes.includes("raesex1")>>
<b>New Scene!</b><br>
<</if>>
You head over to Raes house to film a video for your OnlyFans.<br>
<<speech "You" $player.name>>"Hey Rae, would you be willing to film a video with me?"<</speech>><br>
<<speech "Rae">>"For your OnlyFans? Of course, sit down on the couch and take your pants off."<</speech>><br>
You do as you're told, quickly removing your pants revealing your massive boner. You sit down on the couch and Rae kneels between your legs, as she does she takes her shirt off. She grabs your cock and eagerly sucks it into her mouth, maintaining eye contact while giving you a skillful blowjob.<br>
<video src="img/tinder/rae/raesex1a.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Rae">>"I like it rough, I want you to fuck my throat."<</speech>><br>
You stand up and grab Rae by the chin and hair and shove your cock deep into her mouth. You feel the barrier of her throat with the tip of your cock and push past it. Once your cock is in the back of her throat you start thrusting your hips, holding her head down on your cock. Shes choking on your cock while your face fucking her, you thrust a few more times before releasing her from your grasp. As she pulls your cock out of her mouth you slap her face like a slut.<br>
<video src="img/tinder/rae/raesex1b.webm" width="400px" autoplay loop muted></video><br>
Finished fucking her face, you sit her back on the couch and pull out a hitachi. Her hands behind her back you place the hitachi on her clit on full power. She moans and breathes heavy from the pleasure. Her body starts to shake as she is overcome by an orgasm.<br>
<video src="img/tinder/rae/raesex1c.webm" width="400px" autoplay loop muted></video><br>
Wanting to continue with the hitachi, you handcuff Raes hands behind her back and put her doggystyle on the floor. While there, you place the hitachi back onto her wet pussy. With full power, you rub her slit up and down causing her immense pleasure. Squirming Rae grabs your arm to try to get you to stop, but you continue holding the massager on her poor pussy.<br>
<video src="img/tinder/rae/raesex1d.webm" width="400px" autoplay loop muted></video><br>
Ready to fuck her you put Rae onto the bed missionary and insert your cock into her abused pussy. You start thrusting slowly in and out of her hole. Wanting more you grab Rae around the neck with both hands, choking her as you continue to move faster in and out of her wet pussy. You're absolutely hammering her with your massive cock, all she can is lay there and take it. You can tell that she is enjoying this because you see a big smile appear on her face. Not wanting her to cum before you do, you pull out from her sweet cunt.<br>
<video src="img/tinder/rae/raesex1e.webm" width="400px" autoplay loop muted></video><br>
You put her Face-Down-Ass-Up and insert you cock back into her pussy and continue giving her a pounding. As you're thrusting into her you pull her ass closer to you causing her face to get closer to the bed. As you're fucking her you can see her tits swinging in rhythm to the pounding you're giving her. Wanting to be more rough you brace yourself against her ass and start pummeling her wet hole as fast as you can. Surprised by the sudden increase of speed and roughness of fucking, Rae gives out a gasp and braces herself on the bed.<br>
<video src="img/tinder/rae/raesex1f.webm" width="400px" autoplay loop muted></video><br>
You pull Rae into cowgirl and continue the hard and rough fucking. You have a hold of her hair as your pistoning in and out of her destroyed hole. You reach back and spread her cheeks and you slow down giving her nice long strokes. The break isnt for long the as you quickly go back to hammering her hole as fast, hard, and deep as you can.<br>
<video src="img/tinder/rae/raesex1g.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Fuck slut, I'm gonna cum open your mouth."<</speech>><br>
Rae quickly gets into position to take your load over her face and in her mouth. You jerk your cock exploding all over her face, trying your best to get most of it in her mouth. You end up covering mostly her chin, managing to get little into her mouth. After you're finished Rae sucks your cock into her mouth wanting to get every last drop of cum she can.<br>
<video src="img/tinder/rae/raesex1h.webm" width="400px" autoplay loop muted></video><br>
<<run $scenes.pushUnique("raesex1")>>
<<case 2>>
<<if !$scenes.includes("raesex2")>>
<b>New Scene!</b><br>
<</if>>
Rae invites you out on a walk around the neighborhood and tells you to bring your camera. While you're walking you decide to record, the video ends up being a little bland.<br>
<video src="img/tinder/rae/raesex2a.webm" width="400px" autoplay loop muted></video><br>
As you're walking Rae leads you to what looks like a hotel and brings you into the elevator. Once in the elevator and there is no one else around, she lifts her shirt revealing her big beautiful boobs. You grab them and start fondling them, making sure to give em a little slap. Once the elevator ride finished Rae brings you to a room she rented.<br>
<video src="img/tinder/rae/raesex2b.webm" width="400px" autoplay loop muted></video><br>
Once in the room Rae starts to get undressed, so you do the same and lay back on the bed. In only her bra and panties she climbs on the bed between your legs and grabs your growing member. She jerks is off to get it hard, then licks up and down the shaft while looking you in the eyes. She then eagerly starts sucking your cock like a professional.<br>
<video src="img/tinder/rae/raesex2c.webm" width="400px" autoplay loop muted></video><br>
Having enough with the foreplay you get Rae to take her underwear off and get on her hands and knees. You insert your massive member into her tight little pussy and begin thrusting away. Her tits swaying as you pound her from the back, you make sure to get nice and deep inside her. She can barely handle your massive cock inside her as you fuck her.<br>
<video src="img/tinder/rae/raesex2d.webm" width="400px" autoplay loop muted></video><br>
You flip her over into missionary and insert your cock back inside her and begin thrusting rhythmically. As you're fucking her she moans in pleasure and whimpers as her tight pussy is too small for your huge dick. She plays with her nipples as you fuck her to add to the pleasure.<br>
<video src="img/tinder/rae/raesex2e.webm" width="400px" autoplay loop muted></video><br>
Rae gets on top and fucks you at her own pace. Bouncing her tight pussy up and down, while you get a perfect view of her massive tits in your face. She makes sure to look at the camera as she rides you.<br>
<video src="img/tinder/rae/raesex2f.webm" width="400px" autoplay loop muted></video><br>
You bring her into the bathroom of the hotel and bend her over the counter. You put one of her legs up on the counter and grab one of her arms for leverage. You thrust into her from behind giving her a good fucking. The only sounds being made are your balls slapping against her clit and her moaning. You slap her ass, making sure to grab the meaty portion after as you continue fucking her.<br>
<video src="img/tinder/rae/raesex2g.webm" width="400px" autoplay loop muted></video><br>
Ready to cum you throw her onto her knees and jerk your cock over her face. You unleash a massive load covering her face in hot sticky liquid. She opens her mouth, making sure to catch some, and gives your cock a kiss as you finish.<br>
<video src="img/tinder/rae/raesex2h.webm" width="400px" autoplay loop muted></video><br>
<<default>>
You shouldn't see this
<</switch>>
<<set _people to random(15, 30)>>
<<set _earned to _people*5>>
<span style="color:green">_people people bought your video, you make $<<= _earned>></span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<elseif $player.energy lte 0>>
You are too tired to film.
<</if>>
<</linkreplace>><br>
<br>[[Return|OnlyFansPlayer]] <<set _pic to either(1,2,3,4)>>
<<set $position to "a">>
<a data-passage="RayaFilm" class="darken"><img @src="'img/OF/raya/raya' + _pic + '.jpg'" width="200px" height="300px"><span>Raya</span></a>
<a data-passage="JamelizFilm" class="darken"><img @src="'img/OF/jameliz/jameliz' + _pic + '.jpg'" width="200px" height="300px"><span>Jameliz</span></a>
<a data-passage="MochiFilm" class="darken"><img @src="'img/OF/mochi/mochi' + _pic + '.jpg'" width="200px" height="300px"><span>AsianMochi</span></a>
<br>[[Return|OnlyFansPlayer]]
<<set $OFScene to random(1,3)>>
<<if $player.energy gt 0>>
<div id="raya"><<include "RayaVideo">></div><br><br>
<div style="text-align: center">
<<set _people to random(15, 30)>>
<<set _earned to _people*5>>
<span style="color:green">_people people bought your video, you make $<<= _earned>></span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<replace "#stats">>
<<include "Stats">>
<</replace>></div>
<<elseif $player.energy lte 0>>
You are too tired to film.<br>
<</if>>
<br>[[Return|OFCollab]] <<switch $OFScene>>
<<case 1>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("rayasex1")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/raya/rayasex1' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Blowjob">>
<<set $position to "a">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Squat Behind">>
<<set $position to "b">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Knees Behind">>
<<set $position to "c">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Standing Doggy">>
<<set $position to "d">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Leg Lift Doggy">>
<<set $position to "e">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Standing Reverse Cowgirl">>
<<set $position to "f">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Reverse Cowgirl">>
<<set $position to "g">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Standing Doggy 2">>
<<set $position to "h">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Cumshot">>
<<set $position to "i">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("rayasex1")>>
<<case 2>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("rayasex2")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/raya/rayasex2' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Blowjob">>
<<set $position to "a">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Standing Doggy">>
<<set $position to "b">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Leg Lift Doggy">>
<<set $position to "c">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Standing Reverse Cowgirl">>
<<set $position to "d">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Reverse Cowgirl">>
<<set $position to "e">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Facial">>
<<set $position to "f">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("rayasex2")>>
<<case 3>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("rayaanal1")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/raya/rayaanal1' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Doggy">>
<<set $position to "a">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Missionary">>
<<set $position to "b">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Prone">>
<<set $position to "c">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Standing Reverse Cowgirl">>
<<set $position to "d">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Reverse Cowgirl">>
<<set $position to "e">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Doggy 2">>
<<set $position to "f">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Doggy 3">>
<<set $position to "g">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>> <<button "Creampie">>
<<set $position to "h">>
<<replace "#raya">><<include "RayaVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("rayaanal1")>>
<<default>>
You shouldn't see this
<</switch>><<set $OFScene to random(1,3)>>
<<if $player.energy gt 0>>
<div id="jameliz"><<include "JamelizVideo">></div><br><br>
<div style="text-align: center">
<<set _people to random(15, 30)>>
<<set _earned to _people*5>>
<span style="color:green">_people people bought your video, you make $<<= _earned>></span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<replace "#stats">>
<<include "Stats">>
<</replace>></div>
<<elseif $player.energy lte 0>>
You are too tired to film.<br>
<</if>>
<br>[[Return|OFCollab]] <<switch $OFScene>>
<<case 1>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("jamelizsex1")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/jameliz/jamelizsex1' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Missionary">><<set $position to "a">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Missionary Choke">><<set $position to "b">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Side">><<set $position to "c">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Side Choke">><<set $position to "d">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Doggy">><<set $position to "e">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Reverse Cowgirl">><<set $position to "f">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "RCG Squirt">><<set $position to "g">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Cum">><<set $position to "h">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("jamelizsex1")>>
<<case 2>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("jamelizsex2")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/jameliz/jamelizsex2' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Blowjob">><<set $position to "a">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Cowgirl">><<set $position to "b">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Cowgirl Choke">><<set $position to "c">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Missionary">><<set $position to "d">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Doggy">><<set $position to "e">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Side">><<set $position to "f">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Creampie">><<set $position to "g">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("jamelizsex2")>>
<<case 3>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("jamelizsex3")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/jameliz/jamelizsex3' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Doggy">><<set $position to "a">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Piledriver">><<set $position to "b">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Doggy 2">><<set $position to "c">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Missionary">><<set $position to "d">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "69">><<set $position to "e">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Reverse Cowgirl">><<set $position to "f">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>> <<button "Cum in Mouth">><<set $position to "g">>
<<replace "#jameliz">><<include "JamelizVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("jamelizsex3")>>
<<default>>
Error, you shouldn't see this
<</switch>><<set $OFScene to random(1,3)>>
<<if $player.energy gt 0>>
<div id="mochi"><<include "MochiVideo">></div><br><br>
<div style="text-align: center">
<<set _people to random(15, 30)>>
<<set _earned to _people*5>>
<span style="color:green">_people people bought your video, you make $<<= _earned>></span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<replace "#stats">>
<<include "Stats">>
<</replace>></div>
<<elseif $player.energy lte 0>>
You are too tired to film.<br>
<</if>>
<br>[[Return|OFCollab]] <<switch $OFScene>>
<<case 1>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("mochisex1")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/mochi/mochisex1' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Doggy Finger">><<set $position to "a">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Doggy Whip">><<set $position to "b">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Missionary Rub">><<set $position to "c">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Insert Buttplug">><<set $position to "d">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Missionary Whip">><<set $position to "e">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Missionary">><<set $position to "f">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Creampie">><<set $position to "g">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("mochisex1")>>
<<case 2>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("mochisex2")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/mochi/mochisex2' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Blowjob">><<set $position to "a">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Doggy">><<set $position to "b">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Reverse Cowgirl">><<set $position to "c">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Cowgirl">><<set $position to "d">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Cowgirl 2">><<set $position to "e">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Creampie">><<set $position to "f">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("mochisex2")>>
<<case 3>>
<div style="text-align: center"><<nobr>>
<<if !$scenes.includes("mochisex3")>>
<b>New Scene!</b><br>
<</if>>
<video @src="'img/OF/mochi/mochisex3' + $position +'.webm'" width="500px" autoplay loop muted></video>
<</nobr>>
<<button "Missionary Toy">><<set $position to "a">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Missionary Toy(Anal)">><<set $position to "b">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Missionary">><<set $position to "c">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Missionary(Anal)">><<set $position to "d">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Blowjob">><<set $position to "e">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>> <<button "Facial">><<set $position to "f">>
<<replace "#mochi">><<include "MochiVideo">><</replace>>
<</button>></div><<run $scenes.pushUnique("mochisex3")>>
<<default>>
You shouldn't see this
<</switch>><<if $player.energy gt 0>>
<<switch random(1,10)>>
<<case 1 2 3 4 5 6 7 8>>
<img src="img/misc/ubereats.png" style="border:none; box-shadow: none"><br>
As an UberEats delivery driver, you pick up the insulated delivery bag and head out to fulfil an order. You navigate the city streets efficiently, following the GPS directions to reach the customer's location. Once you arrive, you hand over the carefully packaged order to the customer, completing another successful delivery.<br>
<<set _earned to random(20,50)>><br>
<span style="color:green">You earned _earned dollars.</span><br>
<<set $player.money += _earned>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<link "Finished" $return>><</link>>
<<case 9>>
You show up at the delivery address and are greeted at the door by a university aged beauty in what looks to be just a bathrobe. She turns around to grab the money to pay for her pizza, and when she turns back around her bathrobe has fallen slightly, revealing one of her breats. She drops the money and when she goes to pick it up she turns around and bends over letting you get just the smallest look at the red thong she is wearing.<br>
<video src="img/misc/uber/ubersex1a.webm" width="400px" autoplay loop muted></video><br>
She turns around again to hand you the money, noticing her tit is hanging out she quickly apologizes and covers herself up. She says instead of the money she is more then happy to pay you a different way as she glances down at the growing buldge in your pants.<br>
<video src="img/misc/uber/ubersex1b.webm" width="400px" autoplay loop muted></video><br>
<<select "Take the Money">>
<<set $player.money += random(20,50)>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<goto $return>>
<</select>><br>
<<select "Accept the deal">>
She leads you inside and instructs you to sit down on the couch. Seductively she walks towards you opening her bathrobe revealing her gorgeous tits and red thong. She turns around and slowly lowers the thong over her ass. Reaching behind she spreads her cheeks showing your her nicely shaven pussy and asshole. Looking back at you she twerks her ass.<br>
<video src="img/misc/uber/ubersex1c.webm" width="400px" autoplay loop muted></video><br>
She releases your massive boner from its pants prison and begins licking it. She quickly sucks your cock into her mouth taking it deep into her throat. With you still in her throat she bobs her head up and down quickly, giving you a blowjob only an expert could.<br>
<video src="img/misc/uber/ubersex1d.webm" width="400px" autoplay loop muted></video><br>
You move this to the bed in her room, she gets on all fours and you get being her inserting your massive dick into her waiting hole. You start thrusting in her doing all the work, but soon get tired. You brace yourself against the wall and she begins twerking her ass on your cock, all the while moaning in pleasure.<br>
<video src="img/misc/uber/ubersex1e.webm" width="400px" autoplay loop muted></video><br>
You let her know you're ready to come, and she lets you now she wants it on her face and mouth. She lays down and you bring your cock to her face, she starts jerking you. You release a massive load landing some in her hair, but managing to get most of it into her mouth.<br>
<video src="img/misc/uber/ubersex1f.webm" width="400px" autoplay loop muted></video><br>
Job well done, time to go home.<br>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<br>
<<link "Finished" $return>><</link>>
<</select>><br>
<<case 10>>
You arrive at the delivery address, knocking on the door, pizza in hand. A skinny young woman opens the door. She looks through her wallet, scrambling to find the money to pay you for the pizza. After looking everywhere, she lets you know that she doesn't actually have the money to pay for the pizza but offers to pay with a favour of sorts.<br>
<video src="img/misc/uber/ubersex2a.webm" width="400px" autoplay loop muted></video><br>
<<select "Take the Pizza and leave">>
<<goto $return>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<</select>><br>
<<select "Accept the deal">>
She invites you into her house, so you hand her the pizza and head inside.<br>
<video src="img/misc/uber/ubersex2b.webm" width="400px" autoplay loop muted></video><br>
Once inside she fixes her hair and gets down on her knees, you can see what she meant by favour now that shes staring at your massive cock.<br>
<video src="img/misc/uber/ubersex2c.webm" width="400px" autoplay loop muted></video><br>
She grabs your growing cock and starts sucking. Her skills are amazing, she sucks your cock into her throat with no trouble.<br>
<video src="img/misc/uber/ubersex2d.webm" width="400px" autoplay loop muted></video><br>
Sucking your cock and jerking the shaft with one hand you know you aren't gonna last long so you let her know and she keeps sucking. You grab the back of her head signalling your orgasm, but she keeps your cock in her mouth sucking every last bit of cum out and swallows it right away.<br>
<video src="img/misc/uber/ubersex2e.webm" width="400px" autoplay loop muted></video><br>
With that matter settled you pull your pants up and head out.<br>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<br><<link "Finished" $return>><</link>>
<</select>>
<<default>>
You shouldn't see this.
<</switch>>
<<elseif $player.energy lte 0>>
You're too tired to complete any orders.<br>
<</if>><<switch visited()>>
<<case 1>>
You walk into the first office and a gorgeous latina brunette stands to greet you. She is wearing a skin tight blue dress. The dress is very short, you feel like you can almost see her underwear.<br>
<img src="img/city/realestate/alina/alinabelle1a.jpg"><br>
She gives you a smile, noticing where you're looking. Embarrassed, you quickly give a greeting and explain what you're here for.<br>
<<speech "You" $player.name>>"Hi, I'm $player.name. I'm looking into purchasing a house."<</speech>><br>
<<speech "Alina">>"Hi $player.name, I'm <<hovertip `'<img src="img/city/realestate/alina/alinabelleprofile.jpg" width="120px"> <br> Alina Belle'`>>Alina<</hovertip>>!"<</speech>><br>
You talk a little more about what type of house you're looking for and how much you're wanting to pay in rent each week. While you're talking she turns around to look for something, giving you a great view of the back of the dress. The dress is just as short in the back, barely covering her ass cheeks. She turns back and gives you a knowing smirk.<br>
<img src="img/city/realestate/alina/alinabelle1b.jpg"><br>
You continue your conversation, about to finish and go talk to the next agent to see who is right for you, but to your surprise she lifts her dress up revealing a purple thong.<br><br>
<<speech "Alina">>"I hope you'll pick me to sell you the house."<</speech>><br>
<img src="img/city/realestate/alina/alinabelle1c.jpg"><br><br>
<<link "Pick Alina and go back to the office">>
<<set $agent to "alina">>
<<goto "RealEstate">>
<</link>><br>
<<default>>
<img src="img/city/realestate/alina/alinabelle1c.jpg"><br><br>
<<speech "Alina">>"Back so soon? Have you decided to pick me?"<</speech>><br>
<<link "Pick Alina and go back to the office">>
<<set $agent to "alina">>
<<goto "RealEstate">>
<</link>><br>
<</switch>>
[[Back|RealEstate]] <<switch visited()>>
<<case 1>>
You walk into the last office and another beauty stands there. She is a lovely brunette latina wearing a red dress and some strappy black heels. She gives you a seductive look, seems she wants you to check her out.<br>
<img src="img/city/realestate/alexis/alexisrod1a.jpg"><br>
You stop staring long enough to introduce yourself, and tell her why you're here.<br>
<<speech "You" $player.name>>"Hi, I'm $player.name. I'm looking into purchasing a house."<</speech>><br>
<<speech "Alexis">>"Hi, I'm <<hovertip `'<img src="img/city/realestate/alexis/alexisrodriguezprofile.jpg" width="120px"> <br> Alexis Rodriguez'`>>Alexis<</hovertip>>, and I would be happy to help."<</speech>><br>
The conversation about the house is going great, you're letting her know everything she needs. Shes trying to get you're attention, seems she really likes you cause as you're talking she slightly lifts her dress giving you a small glimpse of her black panties.<br>
<img src="img/city/realestate/alexis/alexisrod1b.jpg"><br>
Its hard to continue the conversation with her distracting you, but you manage to finish up. As you're about to leave to ponder about what agent to choose, Alexis turns around and flashes her ass. You now know those black panties were actually a thong.<br>
<img src="img/city/realestate/alexis/alexisrod1c.jpg"><br>
<<speech "Alexis">>"I hope you'll choose me as your agent."<</speech>><br>
<<link "Pick Alexis and go back to the office">>
<<set $agent to "alexis">>
<<goto "RealEstate">>
<</link>><br>
<<default>>
<img src="img/city/realestate/alexis/alexisrod1c.jpg"><br><br>
<<speech "Alexis">>"Back so soon? Have you decided to pick me?"<</speech>><br>
<<link "Pick Aelxis and go back to the office">>
<<set $agent to "alexis">>
<<goto "RealEstate">>
<</link>><br>
<</switch>>
[[Back|RealEstate]] <<switch visited()>>
<<case 1>>
You walk into the second office and are greeted by a beautiful white blonde woman. She is wearing a skin tight pink dress, that really accentuates her curves. The dress is so tight, you're not sure if she is wearing underwear.<br>
<img src="img/city/realestate/kate/katedalia1a.jpg"><br>
She gives you a smile and introduces herself.<br>
<<speech "Kate">>"Hi, I'm <<hovertip `'<img src="img/city/realestate/kate/katedaliaprofile.jpg" width="120px"> <br> Kate Dalia'`>>Kate<</hovertip>>, how can I help you?"<</speech>><br>
<<speech "You" $player.name>>"Hi Kate, I'm $player.name. I'm looking into purchasing a house."<</speech>><br>
You explain all the specifics about what kind of house you're looking for and how much you're willing to pay in rent each month. While you're talking she lowers her dress strap as if to tease you.<br>
<img src="img/city/realestate/kate/katedalia1b.jpg"><br>
You continue your conversation, about to finish and go talk to the next agent to see who is right for you, but to your surprise she lowers her dress revealing her perky tits.<br><br>
<img src="img/city/realestate/kate/katedalia1c.jpg"><br>
<<speech "Kate">>"I hope you'll pick me to sell you the house."<</speech>><br>
<<link "Pick Kate and go back to the office">>
<<set $agent to "kate">>
<<goto "RealEstate">>
<</link>><br>
<<default>>
<img src="img/city/realestate/kate/katedalia1c.jpg"><br><br>
<<speech "Kate">>"Back so soon? Have you decided to pick me?"<</speech>><br>
<<link "Pick Kate and go back to the office">>
<<set $agent to "kate">>
<<goto "RealEstate">>
<</link>><br>
<</switch>>
[[Back|RealEstate]] <<switch visited()>>
<<case 1>>
You walk into the third office and cute young brunette is leaning against her desk. She gives off a kind of hippie vibe, wearing a white crop top, and a skirt that seems like its from the 70s. She gives you a cute smile, seems she caught you checking her out.<br>
<img src="img/city/realestate/madison/madison1a.jpg"><br>
<<speech "You" $player.name>>"Hi, I'm $player.name. I'm looking into purchasing a house."<</speech>><br>
<<speech "Madison">>"Hi $player.name, I'm <<hovertip `'<img src="img/city/realestate/madison/madisonwildeprofile.jpg" width="120px"> <br> Madison Wilde'`>>Madison<</hovertip>>! I can definitely help you with that."<</speech>><br>
She is very easy to talk to, easily getting you to tell her all about what you're looking for in a house and how much you're willing to spend.<br>
She sees you staring at her chest and lowers her crop top revealing her small perky breasts. You stand there in silence mouth agape, obviously shocked.<br>
<<speech "Madison">>"I saw you staring, I figured I'd let you get a look. I'm very pro free the nipple."<</speech>><br>
<img src="img/city/realestate/madison/madison1b.jpg"><br>
Surprised by, but not complaining about, this turn of events you continue your conversation. Ready to finish and go talk to the next agent to see who is right for you, she had one last surprise for you turning around and lowering her skirt so you can see her round ass in her white thong.<br><br>
<img src="img/city/realestate/madison/madison1c.jpg"><br>
<<speech "Madison">>"I hope you'll choose me as your agent."<</speech>><br>
<<link "Pick Madison and go back to the office">>
<<set $agent to "madison">>
<<goto "RealEstate">>
<</link>><br>
<<default>>
<img src="img/city/realestate/madison/madison1c.jpg"><br><br>
<<speech "Madison">>"Back so soon? Have you decided to pick me?"<</speech>><br>
<<link "Pick Madison and go back to the office">>
<<set $agent to "madison">>
<<goto "RealEstate">>
<</link>><br>
<</switch>>
[[Back|RealEstate]]
<span id="SDefault"><<if visited("Store") eq 1>>"Hi, I'm Naomi. How can I help you?"<<elseif visited("Store") gt 1>>"How can I help you?"<</if>></span>
<span id="SCamera">"A camera? Gonna make a sextape?"</span>
<span id="SHitachi">"Your not gonna use this for massaging are you?"</span>
<span id="SButtplug">"A buttplug? Is this for you? I'm just kidding."</span>
<span id="SDildo">"Thats an awfully big one."</span><div id="flirt"><<include "Flirt1">></div><br>
<<if lastVisited("Store") eq 1>>
<<speech "Naomi">>"Give me your best pickup line."<</speech>><br><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<speech "Remy">>"Give me your best pickup line."<</speech>><br><br>
<</if>>
<<switch random(1,5)>>
<<case 1>>
<<select 'Are you winter? Because you will be coming soon.' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'You have the hot buns, I have the meat, lets make a sandwich.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'I seem to have lost my phone number. Can I have yours?' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<select 'Do you have a name, or can I just call you mine?' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'You have the hot buns, I have the meat, lets make a sandwich.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'I seem to have lost my phone number. Can I have yours?' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<case 2>>
<<select 'You are so fine, you made me forget my pickup line.' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'Treat me like a pirate and give me that booty.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'Did we go to school together? I could swear we had chemistry.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<select 'I am not into watching sunsets, but I would love to see you go down.' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'Treat me like a pirate and give me that booty.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'Did we go to school together? I could swear we had chemistry.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<case 3>>
<<select 'Lets play Titanic. Youll be the iceberg and I will go down.' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'What is your favorite drink? I am asking so I know what to buy you on our first date.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'Hi, I am an astronaut, and my next mission is to explore Uranus.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<select 'Want a raisin? No? How about a date?' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'What is your favorite drink? I am asking so I know what to buy you on our first date.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'Hi, I’m an astronaut, and my next mission is to explore Uranus.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<case 4>>
<<select 'Fuck me if Im wrong, but dinosaurs still exist right?' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'I would save every chair in the world for you to sit on my face.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'Do you have a map? Because I just got lost in your eyes.
' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<select 'Have we met? Because you look exactly like my next girlfriend.' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'I would save every chair in the world for you to sit on my face.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'Do you have a map? Because I just got lost in your eyes.
' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<case 5>>
<<select 'Are you a chicken farmer? Because you sure know how to raise a cock.' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'Want to go outside for some fresh air? You took my breath away.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'If its true what they say and we are what we eat, then I could be you by morning.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<select 'They say nothing lasts forever, so will you be my nothing?' 'flirt1'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<<select 'Want to go outside for some fresh air? You took my breath away.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score - 1, 0, 8)>>
<span style="color:red">Naomi disliked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score - 1, 0, 8)>>
<span style="color:red">Remy disliked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<<select 'If its true what they say and we are what we eat, then I could be you by morning.' 'flirt2'>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.score to Math.clamp($clerk.score + 1, 0, 8)>>
<span style="color:green">Naomi liked that</span><br>
<br>[[Finished|Store]]
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.score to Math.clamp($remy.score + 1, 0, 8)>>
<span style="color:green">Remy liked that</span><br>
<br>[[Finished|RealEstate]]
<</if>>
<<replace "#flirt">><<include "Flirt1">><</replace>>
<</select>><br>
<</select>><br>
<<default>>
You shouldn't see this.
<</switch>>
<<if lastVisited("Store") eq 1>>
<<set $clerk.flirt to true>>
<<elseif lastVisited("RealEstate") eq 1>>
<<set $remy.flirt to true>>
<</if>>
<<set $player.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>><<speech "You" $player.name>>"Hey Naomi, what are you up to?"<</speech>><br>
<<speech "Naomi">>"Not much, why?"<</speech>><br>
<<speech "You" $player.name>>"I want to take you on a date."<</speech>><br>
<<speech "Naomi">>"Oh yeah? Where?"<</speech>><br>
<<select "A nice dinner">>
<<speech "You" $player.name>>"I know a nice restaurant, I can get us a table."<</speech>><br>
<<speech "Naomi">>"Now we're talking, I could go for a bite."<</speech>><br>
<<speech "You" $player.name>>"Great! I'll pick you up this evening."<</speech>><br>
<<linkreplace "That evening...">>
Naomi looked absolutely stunning, adorned with a captivating blue hat and stylish sunglasses that shielded her from the sun's rays. Her attire consisted of a chic, form-fitting dark olive pants and a tasteful, small blue top that perfectly accentuated her figure, revealing just the right amount of toned midriff.<br>
<img src="img/city/store/clerk/naomidinner.jpg"><br>
<<speech "You" $player.name>>"You look great, Naomi"<</speech>><br>
Naomi's radiant beauty commanded attention as she graced you with a coy smile, her eyes glistening with appreciation. A subtle blush danced across her cheeks as she modestly glanced downward, taking a moment to revel in the praise bestowed upon her. <br>
<<speech "Naomi">>"Thank you, I've put extra effort into my outfit today."<</speech>><br>
<img src="img/city/store/clerk/restaurant.jpg"><br>
As you entered the busy restaurant, you could feel the lively atmosphere and see how popular it was. Your decision to reserve a table beforehand paid off as you were able to secure a comfortable and cozy spot amidst the growing crowd. The friendly hostess greeted you with a warm smile and gracefully led you to your designated table, making you look forward to the evening ahead.<br>
Shortly after being seated, a friendly and attentive waitress approached you to take your order. As you indulged in the delicious food, the conversation flowed easily and lightheartedly. You were pleasantly surprised to discover that she was an exceptional conversationalist, effortlessly capturing your attention. As time passed, you noticed that she was gradually becoming more relaxed and the shared bottle of wine added to the wonderful atmosphere.<br>
As the night progressed, laughter and blushing cheeks filled the air. Suddenly, Naomi excused herself to the restroom, taking her phone with her. When she returned, a mischievous smile lit up her face, sparking your curiosity. At the same time, your phone vibrated, indicating a new message. Upon opening it, you saw a selfie from Naomi, hinting at a playful side and adding to the excitement of the evening.<br>
<img src="img/city/store/clerk/naominude.jpg"><br>
She sits down at the table,<br>
<<speech "Naomi">>"I wanted to give you a surprise, for such a great date."<</speech>><br>
<<speech "You" $player.name>>"And what a surprise it was, you are absolutely gorgeous."<</speech>><br>
Her face lights up with a smile, but she quickly blushes, feeling a bit embarrassed by both the compliment and the photo she had sent.<br>
<<if $clerk.date lt 2>>
After finishing dinner, you make sure that Naomi got into a cab safely before heading home yourself.<br>
<<set $clerk.date += 1>>
<span style="color:green">Naomi likes you more</span><br>
[[Head Home to sleep|Sleep]]
<<elseif $clerk.date gte 2>>
You pay for dinner; Naomi gives you a sultry gaze. Knowing the night is far from over you grab a cab and tell the driver to bring you to a classy [[Hotel|ClerkHotel]].
<</if>>
<<set $player.money -= 200>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>>
<</select>><br>
<<select "A day at the beach">>
<<speech "You" $player.name>>"How about we go to the beach?"<</speech>><br>
<<speech "Naomi">>"That sounds nice."<</speech>><br>
<<speech "You" $player.name>>"Great! I'll pick you up this afternoon."<</speech>><br>
<<linkreplace "That afternoon...">>
You picked up Naomi and headed to the beach. The weather was perfect for a beach date - clear skies and a gentle warmth in the air. Upon arrival, you both were pleasantly surprised as the beach was uncrowded, giving you the opportunity to enjoy each other's company undisturbed.<br>
<<speech "Naomi">>"I'm going to go change."<</speech>><br>
<<speech "You" $player.name>>"I'll find us a nice place to relax"<</speech>><br>
Letting her know the direction you'll be heading so she can easily find you once she finishes.<br>
<img src="img/city/store/clerk/beach.jpg"><br>
You find the perfect spot, a nice secluded are with a wooden trellis tunnel and a duo of comfortable chairs, ideal for relaxation. Moments later, Naomi joins you, her arrival met with awe. She is wearing a beautiful light maroon bikini. The bikini gracefully showcases Naomi's well-toned physique, leaving you captivated by her natural beauty.<br>
<img src="img/city/store/clerk/naomibeach0.jpg"><br>
<<speech "Naomi">>"Well... how do I look?"<</speech>><br>
Realising you still haven't said anything after Naomi returned, you spew the first thing you can think of,<br>
<<speech "You" $player.name>>"You look.. hot!"<</speech>><br>
She laughs, charmed by how flustered you are.<br>
<<speech "Naomi">>"Thank you."<</speech>><br>
Finally, you settle down together, embracing the warmth of the sunlight. Retrieving the cooler you brought, you casually present Naomi with a glass of wine, extending a friendly gesture. She happily accepts the glass, and you then pour yourself one as well.<br>
You talk for a while enjoying each other’s company and drinking wine. The hours passed, and Naomi was laughing and blushing from the wine. Suddenly, she got a mischievous smile on her face and looked around to make sure no one was around. She stands up and tells you to follow her.<br>
<<speech "You" $player.name>>"What are you up to?"<</speech>><br>
She didn't answer, she just turned around and pulled her bottoms to the side slightly spreading her cheeks giving you a good view of her shaven pussy and asshole.<br>
<img src="img/city/store/clerk/naomibeach1.jpg"><br>
Shocked, you don't know what to do or say. She quickly covers up and makes sure no one else saw.<br>
<<speech "Naomi">>"Just a little something for this wonderful date."<</speech>><br>
<<speech "You" $player.name>>"God, your pussy was beautiful."<</speech>><br>
Her face lights up with a smile, but she quickly blushes, feeling a bit embarrassed by both the compliment and her exhibitionism.<br>
<<if $clerk.date lt 2>>
With the day coming to an end, you gather up your belongings and bring Naomi home before heading home yourself.<br>
<<set $clerk.date += 1>>
<span style="color:green">Naomi likes you more</span><br>
[[Head Home to sleep|Sleep]]
<<elseif $clerk.date gte 2>>
<<speech "Naomi">>"I'm not ready to go home yet."<</speech>><br>
Knowing what this means, you quickly pack your belongings and head to the car. Before driving you quickly look up the closest and classiest [[hotel|ClerkHotel]] you can find.<br>
<</if>>
<<set $player.money -= 200>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>>
<</select>><br>
<<if lastVisited("Store") eq 1>>
<div style="text-align: center">
<img @src="'img/city/store/clerk/naomiskirt' + $clerk.score + '.jpg'">
</div><br>
<<elseif lastVisited("RealEstate") eq 1>>
<div style="text-align: center">
<img @src="'img/city/realestate/remy/remyoffice' + $remy.score + '.jpg'">
</div><br>
<</if>>You’re struggling to focus at the hotel reception, as Naomi cannot keep her hands off you. Finally securing a room, you grab Naomi and practically run there. Once inside you quickly close the door and pull Naomi in for a long kiss. She breaks the kiss..<br>
<<speech "Naomi">>"I'm gonna go freshen up"<</speech>><br>
Not long before she calls you into the bathroom, letting you know, she’s ready. You head in and are floored by what she’s wearing. She’s posing seductively in a sparkly fishnet dress with no bra and a black thong, barely covering her tits with her arm.<br>
<img src="img/city/store/clerk/naomihotel.jpg"><br>
Pulling you close, Naomi begins shaking her beautiful boobs in your face. Her tits are mesmerising you as they move, feeling as if almost in slow motion.<br>
<video src="img/city/store/clerk/naomihotel1a.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Naomi">>"I wanna suck that dick"<</speech>><br>
<<speech "You" $player.name>>"Then get on your knees slut"<</speech>><br>
You quickly take your pants off, revealing your massive cock. She wastes no time sucking it into her pretty little mouth. Her beautiful dick sucking lips wrap around your member as she slowly and seductively sucks you off.<br>
<video src="img/city/store/clerk/naomihotel1b.webm" width="200px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Fuck baby... bend over"<</speech>><br>
Naomi does as she's told, getting into doggystyle and arching her back. You have the perfect view of her bubble butt with a black thong barely covering anything. You grope her ass.<br>
<<speech "Naomi">>"Ahh!"<</speech>><br>
Naomi lets out a scream, surprised by the slap you give her ass before pulling her thong to the side.<br>
<video src="img/city/store/clerk/naomihotel1c.webm" width="200px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Oh fuck yeah slut, take my cock!"<</speech>><br>
<<speech "Naomi">>"Ahh! fuck me hard please!"<</speech>><br>
You put your hand on her lower back and begin pumping harder and faster. Her ass looks incredible as you watch it bounce while fucking her. <br>
<video src="img/city/store/clerk/naomihotel1d.webm" width="400px" autoplay loop muted></video><br>
Feeling yourself getting closer, you want to change pace a little, laying back.<br><<speech "You" $player.name>>"Mmm back that ass up baby!"<</speech>><br>
Her tight pussy felt incredible gripping your cock. As she bounced her ass her hole seemed to clamp down on your shaft. The feeling was too much and you felt yourself nearing your limit.<br>
<<speech "You" $player.name>>"God you're gonna make me cum!"<</speech>><br>
<<speech "Naomi">>"Don't cum inside!"<</speech>><br>
You quickly pull out, barely making it in time as you shoot your load over her ass.<br>
<video src="img/city/store/clerk/naomihotel1e.webm" width="400px" autoplay loop muted></video><br>
You and Naomi clean up, taking a quick shower before spending the night enjoying each others company.<br>
<<set $clerk.date += 1>>
<<set $clerk.hotel to true>>
<span style="color:green">Naomi likes you more</span><br>
<br>[[Sleep]] <<speech "You" $player.name>>"Hey $friend.name, whats up?"<</speech>><br>
$friend.name walks in your room wearing a cute yellow tube top, a fairly short black skirt, and a pair of red glasses. You've never seen $friend.name wearing glasses before, they definitely add to the look.<br>
<img src="img/emily/emilymove1a.jpg"><br><br>
<<speech "Emily" $friend.name>>"Soo, I've been spending a lot of time here."<</speech>><br>
<<speech "You" $player.name>>"Yeah, I've noticed. I don't mind."<</speech>><br>
$friend.name pulls her top down exposing her cute little boobs. Seems like she wants to ask you a favour, and is trying to bribe you.<br>
<img src="img/emily/emilymove1b.jpg"><br>
Lifting up her skirt revealing her lacy white panties, $friend.name continues,<br><br>
<<speech "Emily" $friend.name>>"I was wondering if I'd be able to ask a favour of you."<</speech>><br>
<<speech "You" $player.name>>"I thought thats where this was headed."<</speech>><br>
<img src="img/emily/emilymove1c.jpg"><br>
<<speech "Emily" $friend.name>>"I figured, since I'm helping you with videos."<</speech>><br>
She slides her skirt down and sits down. She pulls her thong to the side giving you a view of her beautiful pussy.<br>
<img src="img/emily/emilymove1d.jpg"><br>
$friend.name, now completely naked finally lets you know what she wants,<br><br>
<<speech "Emily" $friend.name>>"Can I move in with you?"<</speech>><br>
<img src="img/emily/emilymove1e.jpg"><br>
<<speech "You" $player.name>>"Well, I certainly don't mind. Have you talked to $roommate.name?"<</speech>><br>
<<speech "Emily" $friend.name>>"Yeah, she is totally on board."<</speech>><br>
<<speech "You" $player.name>>"Hmm, I don't you'd fit too well here seeing as we only have two rooms."<</speech>><br>
<<speech "Emily" $friend.name>>"$roommate.name said it'd be okay to room with her."<</speech>><br>
<<speech "You" $player.name>>"No you need your own space, and I've been thinking of moving to a bigger place anyway. I'll talk to a realtor and see if I can find a place."<</speech>><br>
<<speech "Emily" $friend.name>>"Oh my god! You're the best!"<</speech>><br>
<span style="color:green">You can now buy a bigger house</span><br><br>
<<select "Ask $friend.name for a quick BJ">>
You quickly get undressed and lay down on the bed,<br>
<<speech "You" $player.name>>"Come suck my dick!"<</speech>><br>
You tell $friend.name and she gets on the bed with you between your legs and starts doing as shes told. Sloppily sucking your cock, focusing on the tip.<br>
<<speech "You" $player.name>>"Focus on the balls,"<</speech>><br>
You say pulling your dick from her mouth and jerking it.<br>
<video src="img/emily/emilymove1a.webm" width="400px" autoplay loop muted></video><br>
Her expert cocksucking skills get you close in no time at all.<br>
<<speech "You" $player.name>>"I'm gonna cum, get on your knees."<</speech>><br>
<<speech "Emily" $friend.name>>"Yes please, I'm ready for that cum."<</speech>><br>
You blow your massive load, covering her face and glasses with cum.<br>
<video src="img/emily/emilymove1b.webm" width="400px" autoplay loop muted></video><br>
<br>[[Finish|ABedroom]]
<</select>><br><br>
<<select "Let her get dressed and leave">>
<<goto ABedroom>>
<</select>>
<<set $friend.event1 to true>><<speech "You" $player.name>>"Hey Remy, what are you up to?"<</speech>><br>
<<speech "Remy">>"Not much, why?"<</speech>><br>
<<speech "You" $player.name>>"I want to take you on a date."<</speech>><br>
<<speech "Remy">>"Oh yeah? Where?"<</speech>><br>
<<select "An afternoon of Yoga">>
<<speech "You" $player.name>>"I was thinking we could do some yoga."<</speech>><br>
<<speech "Remy">>"Oh, I love yoga!"<</speech>><br>
<<speech "You" $player.name>>"Great! I know the perfect spot. I'll pick you up later."<</speech>><br>
<<linkreplace "Later...">>
As you arrive to meet Remy for your yoga session, a feeling of excitement fills the air. Together, you make your way to a secluded spot with a breathtaking view of the tranquil lakeside. After reaching the destination, Remy changes into her yoga attire, captivating your attention as she emerges in pink yoga pants and a stylish black and pink yoga top. Her well-toned physique is simply awe-inspiring, reflecting her dedication to fitness. With enthusiasm, you both embrace the casual ambience and are ready to begin the yoga session.<br>
<img src="img/city/realestate/remy/remyyoga0.jpg"><br>
<<speech "You" $player.name>>"You look amazing."<</speech>><br>
<<speech "Remy">>"Thanks, I picked this outfit for you."<</speech>><br>
Before beginning her exercise, Remy warms up by doing some stretching. She reaches her arms towards the sky and then turns around. Now facing away from you, you get a perfect view of her gorgeous ass in those tight pink yoga pants.<br>
<img src="img/city/realestate/remy/remyyoga1.jpg"><br>
Finished stretching, Remy lays down in a modified plank position. She is really arching her back, sticking her butt high into the air. You love the view, a beautiful lake on one side and a great ass on the other.<br>
<img src="img/city/realestate/remy/remyyoga2.jpg"><br>
The final pose Remy takes in the plow position, aptly named as you want to plow her in that position. She is really showing off her flexibility.<br>
<img src="img/city/realestate/remy/remyyoga3.jpg"><br>
Following Remy's fulfilling yoga session, the two of you engage in a relaxed conversation, enjoying the natural flow and comfortable rapport between you. Laughter and authentic connection permeate the atmosphere, as Remy expresses her pleasure with the date, leaving you feeling content and sporting a genuine smile.<br><br>
<<speech "Remy">>"I had a really great time."<</speech>><br>
<<speech "You" $player.name>>"You are... very flexible!"<</speech>><br>
<<speech "Remy">>"I'll take that as a compliment, thank you!"<</speech>><br>
Remy starts to undress, you see her petite body and perky breasts<br>
<<speech "Remy">>"I want to show you a couple more poses before we finish."<</speech>><br>
<img src="img/city/realestate/remy/remyyoga4.jpg"><br>
Remy undresses to just her thong and gets down into cow position.<br>
<<speech "Remy">>"This is my favourite position."<</speech>><br>
Remy looks back at you to make sure you're looking, and you are. Her ass looks amazing in this position and she knows it.<br>
<img src="img/city/realestate/remy/remyyoga5.jpg"><br>
<<speech "You" $player.name>>"Wow.. That's a great position."<</speech>><br>
<<speech "Remy">>"Thank you."<</speech>><br>
<<if $remy.date lt 2>>
Remy quickly gets dressed, while you pack everything up.<br>
After finishing up for the day, you drop Remy off before heading home yourself.<br>
<<set $remy.date += 1>>
<span style="color:green">Remy likes you more</span><br>
[[Head Home to sleep|Sleep]]
<<elseif $remy.date gte 2>>
<<speech "Remy">>"I still have one more pose to show you."<</speech>><br>
Remy says with a grin, sliding her panties off. She lays down on her stomach and spreads her legs, now in a position you're not even sure is a real yoga pose. But you're not complaining as you get a perfect view of her shaved pussy and asshole.<br>
<img src="img/city/realestate/remy/remyyoga6.jpg"><br>
<<speech "You" $player.name>>"God damn.. I want to fuck you."<</speech>><br>
<<speech "Remy">>"Good, lets go find a hotel."<</speech>><br>
You quickly pick up and head to the car. Remy can barely keep her hands off of you as you're driving to the [[hotel|RemyHotel]].
<</if>>
<<set $player.money -= 200>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>>
<</select>><br>
<<select "A night time Picnic">>
<<speech "You" $player.name>>"How about we get a nice blanket, some sandwiches, a bottle of wine..."<</speech>><br>
She sounded a little bemused.<br>
<<speech "Remy">>".. Aaaand?.."<</speech>><br>
<<speech "You" $player.name>>"And we'll have a nice night time picnic and watch the stars in private."<</speech>><br>
<<speech "Remy">>"Hmmm, it does sound kinda nice. But those sandwiches better be something special."<</speech>><br>
<<speech "You" $player.name>>"I wouldn't even dream of serving you anything less than the best sandwiches."<</speech>><br>
<<speech "Remy">>"Okay, don't be late! And get some good wine!"<</speech>><br>
<<linkreplace "That night...">>
You picked her up at her house.<br><br>
<<speech "Remy">>"You weren't late! I'm mighty impressed."<</speech>><br>
<<speech "You" $player.name>>"And hello to you too! I'm glad you're easy to please."<</speech>><br>
As you drive out to the picnic spot you had in mind, you find yourself in a picturesque setting, surrounded by the tranquility of nature. The beautiful field stretches out before you, a serene oasis far removed from the bustling city lights. The only illumination comes from the gentle glow of the moon, painting the landscape in a soft, ethereal light.<br>
<img src="img/city/realestate/remy/picnic.jpg"><br>
You and Remy get out of the car, since it was dark when you picked her up you couldn't get a good look at her outfit until now. Shes wearing a small floral crop top and some tight jeans that really hug her curves.<br>
<img src="img/city/realestate/remy/remypicnic0.jpg"><br>
<<speech "You" $player.name>>"God you look amazing in those jeans!"<</speech>><br>
<<speech "Remy">>"Thanks! They make my ass look huge."<</speech>><br>
She says giving you smile while she turns to show you her "huge" ass.<br>
<img src="img/city/realestate/remy/remypicnic1.jpg"><br>
The picnic with Remy was truly enjoyable. As you sat together, you indulged in delicious food while engaging in pleasant and lighthearted conversation. The easy flow of dialogue between you both created a warm and friendly atmosphere, and you found yourselves thoroughly savoring each other's company.<br>
<<speech "Remy">>"This was a really great idea, I suppose I can give you a little reward."<</speech>><br>
Remy says as she pulls her pants down slightly revealing her pink thong, and pulls her crop top up revealing her pert tits.<br>
<img src="img/city/realestate/remy/remypicnic2.jpg"><br>
<<speech "Remy">>"The thong also makes my ass look great."<</speech>><br>
Turning to give you a view of her ass only covered by the thong.<br>
<img src="img/city/realestate/remy/remypicnic3.jpg"><br>
<<if $remy.date lt 2>>
Remy quickly gets dressed, while you pack everything up.<br>
The picnic was a great success, you drop Remy off before heading home yourself.<br>
<<set $remy.date += 1>>
<span style="color:green">Remy likes you more</span><br>
[[Head Home to sleep|Sleep]]
<<elseif $remy.date gte 2>>
<<speech "Remy">>"These dates have been amazing, I have one last gift for you."<</speech>><br>
She says getting almost completely naked, leaving her boots on. She lays on the picnic blanket doggystyle and spreads her pussy and ass for you to see.<br>
<img src="img/city/realestate/remy/remypicnic4.jpg"><br>
<<speech "You" $player.name>>"God damn.. I want to fuck you."<</speech>><br>
<<speech "Remy">>"Good, lets go find a hotel."<</speech>><br>
You quickly pick up and head to the car. Remy can barely keep her hands off of you as you're driving to the [[hotel|RemyHotel]].
<</if>>
<<set $player.money -= 200>>
<<replace "#stats">><<include "Stats">><</replace>>
<</linkreplace>>
<</select>><br>Remy couldn't even contain herself until you were out of the cab. She had stroked your cock to an incredible hardness. You booked the room and ushered her into the elevator with a slap on her ass. She yelped and let out a moan, too horny now to protest.<br>
<<speech "You" $player.name>>"I'm gonna fuck you like the little slut you are!"<</speech>><br>
<<speech "Remy">>"F—fuuuck.."<</speech>><br>
She grinded her lean body on you, her sopping wet pussy on your leg like a bitch in heat. You almost shoved her into the room. Without any hesitation she ripped off her clothes as you laid on the bed. Following you onto the bed, you produced you rock hard cock and slapped it once onto her face. She stuck out her tongue and moaned hornily.<br>
<<speech "You" $player.name>>"Suck it, you little bitch."<</speech>><br>
<<speech "Remy">>"Mmhm—mmm"<</speech>><br>
<video src="img/city/realestate/remy/remyhotel1a.webm" width="400px" autoplay loop muted></video><br>
She took the cock in her mouth and began sucking eagerly. She was a master cocksucker, you could already tell. She slurped and gargled on it as if her life depended on it. Now and again popping it out of her the wet embrace of her mouth and slobbering on your balls.<br>
Remy, already wet from sucking your massive cock, straddles you and slowly lowers herself onto your member. She slowly inserts your full length into her tight hole, before she starts bouncing up and down.<br>
<video src="img/city/realestate/remy/remyhotel1b.webm" width="400px" autoplay loop muted></video><br>
Ready to take control you rose and threw her onto the bed.<br><br>
<<speech "Remy">>"Ahh!"<</speech>><br>
<<speech "You" $player.name>>"Beg for it, you little slut!"<</speech>><br>
<<speech "Remy">>"F-fuck me! fill my cunt with your cock!"<</speech>><br>
You obliged, inserting your massive member into her waiting hole, making her arch her back. You fucked her wildly. Harder with each thrust. Each time you bottomed out in her tight little coochie she let out a horny little scream.<br><br>
<<speech "You" $player.name>>"I knew you were a little whore who liked it rough, as soon as I saw you. Isn't that right, slut?"<</speech>><br>
<<speech "Remy">>"Ahh—hnnnn—"<</speech>><br>
<video src="img/city/realestate/remy/remyhotel1c.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Flip over, I want to look you in the face while I fuck you."<</speech>><br>
You fuck her tight little pussy hard and fast as she plays with her clit. She can hardly breath with how much pleasure shes receiving.<br>
<video src="img/city/realestate/remy/remyhotel1d.webm" width="400px" autoplay loop muted></video><br>
Your cock began to tense as you're close to cumming.<br><br>
<<speech "You" $player.name>>"Fuck, I'm gonna cum, jerk me off!"<</speech>><br>
You quickly pull out and Remy grabs your cock, jerking you with both hands. You shoot a massive load all over her body as shes trying to catch her breath, completely spent from the pounding you just gave her.<br>
<video src="img/city/realestate/remy/remyhotel1e.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Remy">>"Ahh— How did you know I like it so.. rough?"<</speech>><br>
<<speech "You" $player.name>>"I can always tell, sweetie. "<</speech>><br>
She rolled over and kissed you.<br><br>
<<speech "Remy">>"Make me yours.."<</speech>><br>
She whispered into your ear.<br>
<<set $remy.date += 1>>
<<set $remy.hotel to true>>
<span style="color:green">Remy likes you more</span><br>
<br>[[Sleep]] <div style="text-align: center">
<img src="img/house/house.jpg" width="691px" height="389px">
</div><br><br>
Accompanied by Alina, you arrive at the house, and she graciously takes you to explore the backyard first. The sight is impressive - a vast, fenced-in space adorned with an inviting inground pool and an abundance of deck furniture. As you take in the surroundings, Alina begins to explain more about the house, sharing its unique features and characteristics.<br>
<video src="img/city/realestate/alina/alinahouse1a.webm" width="400px" autoplay loop muted></video><br>
As you discuss the house, you notice Alina's flirtatious demeanor, which you don't mind at all, given her undeniable attractiveness. Engaging in conversation for a while longer, Alina eventually extends an invitation to explore the interior of the house.<br><br>
<<speech "Alina">>"Let's go inside, shall we?"<</speech>><br>
<<speech "You" $player.name>>"Yeah, I'm ready."<</speech>><br>
<video src="img/city/realestate/alina/alinahouse1b.webm" width="400px" autoplay loop muted></video><br>
Inside the house, Alina takes you directly into the modern kitchen. Enthusiastically, she begins providing you with information about the kitchen and the entire house, including renovation dates and the various features it offers.<br>
While you're talking Alina gets closer to you and starts undoing her top, revealing her bra.<br><br>
<<speech "Alina">>"Let's be honest, I've seen you checking me out."<</speech>><br>
<<speech "You" $player.name>>"You're very attractive."<</speech>><br>
<<speech "Alina">>"So, what's it going to take for you to but this house?"<</speech>><br>
Understanding where she's going with this, you reach forward and start playing with her boobs.<br>
<video src="img/city/realestate/alina/alinahouse1c.webm" width="400px" autoplay loop muted></video><br>
You unbutton your pants, then place your hand on Alina shoulder commanding her,<br><br>
<<speech "You" $player.name>>"Get on your knees."<</speech>><br>
<<speech "Alina">>"I've been waiting for this."<</speech>><br>
Alina pulls your underwear down revealing your already throbbing member, complementing you on its size. With one hand jerking the shaft she sucks the rest into her mouth and starts sucking like a pro. She must do this quite often you think to yourself.<br>
<video src="img/city/realestate/alina/alinahouse1d.webm" width="400px" autoplay loop muted></video><br>
While Alina is masterfully sucking your cock she starts undressing. Seems you're getting more than just a blowjob.<br>
<<speech "Alina">>"Lay down, I want to ride you."<</speech>><br>
You take you're pants all the way off and lay down on the mat thats on the floor. Alina straddles you, keeping her heels on, and lowers herself down on your cock. Leaning back on her hands she begins bouncing up and down on your member with enthusiasm. You're mesmerized watching this beautiful woman take your cock all the way in and out.<br>
<video src="img/city/realestate/alina/alinahouse1e.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Turn around, I want to see that ass while you ride."<</speech>><br>
She obidiently follows your orders, sitting back down on your hard dick. While shes riding, from the back you can see tan lines from her bikini. She moves her ass masterfully as she rides you. Your massive cock seems to be hitting all the right spots as she tightens around you and screams in pleasure.<br>
<video src="img/city/realestate/alina/alinahouse1f.webm" width="400px" autoplay loop muted></video><br>
You push Alina forward onto all fours and get behind her. You line up with her tight hole and tell her to back that ass up. Her ass looks amazing from this angle.<br>
<<speech "You" $player.name>>"Keep pushing back slut."<</speech>><br>
You match your thrusting with Alina, getting as deep as possible into her wet cunt.<br>
<video src="img/city/realestate/alina/alinahouse1g.webm" width="400px" autoplay loop muted></video><br>
Her tight pussy paired with her masterful moves get you close to cumming.<br>
<<speech "You" $player.name>>"I'm gonna cum, where do you want it?."<</speech>><br>
<<speech "Alina">>"I want it in my mouth!"<</speech>><br>
<<speech "You" $player.name>>"Then get on your knees and open your mouth slut."<</speech>><br>
As you start cumming your first spurt hits her in the chin, then she opens her mouth receiving the rest of your load. She greedily swallows all your cum, smiling once she finishes.<br>
<video src="img/city/realestate/alina/alinahouse1h.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Alina">>"So, are you ready to buy the house?"<</speech>><br>
"[[I'm Ready|HouseBought]]"<br>
"[[Not yet, I'll come by the office when I am|Apartment]]"
<<set $house.seen to true>><div style="text-align: center">
<img src="img/house/house.jpg" width="691px" height="389px">
</div><br><br>
You meet Alexis at the house, shes already waiting at the front door.<br><br>
<<speech "Alexis">>"Come on in, I'll show you the place"<</speech>><br>
<<speech "You" $player.name>>"Of course, lead the way."<</speech>><br>
You head inside to a entryway area, close to the livingroom area and staircase.<br>
<video src="img/city/realestate/alexis/alexishouse1a.webm" width="400px" autoplay loop muted></video><br>
Alexis leads you around the house, following her you can see the skirt she is wearing really hugs her huge ass.<br>
<<speech "Alexis">>"Everything is fresh"<</speech>><br>
<<speech "You" $player.name>>"Freshly painted I see."<</speech>><br>
You stop in the bathroom and Alexis must've spotted a mess so she bends over giving you a great view of her fat ass. Her skirt is so short and tight when she bends over you can see the bottom of her ass cheeks hanging out.<br>
<video src="img/city/realestate/alexis/alexishouse1b.webm" width="400px" autoplay loop muted></video><br>
After the bathroom Alexis leads you into the master bedroom. You take a break in here and talk about the house.<br>
<<speech "Alexis">>"I saw you looking at my ass back there"<</speech>><br>
<<speech "You" $player.name>>"How could I not when you put it in my face like that."<</speech>><br>
As she is lowering herself down to her knees she says,<br>
<<speech "Alexis">>"Look I don't do this with everyone, but I really want to sell this house. Get your cock out."<</speech>><br>
Not one to argue you help her get your cock out. She is pleasently surprised by the already hard cock that pops out of your pants and into her face, complimenting its size.<br>
<video src="img/city/realestate/alexis/alexishouse1c.webm" width="400px" autoplay loop muted></video><br>
She wraps her hands around your shaft and places the tip into her mouth. She rotates her hands and sucks the tip so well. You think she might have lied when she said she doesn't do this with everyone.<br>
<<speech "You" $player.name>>"You look good with my cock in your mouth."<</speech>><br>
<video src="img/city/realestate/alexis/alexishouse1d.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Alexis">>"I can't let you have all the pleasure, Fuck me."<</speech>><br>
She quickly pulls her skirt up and discards her panties laying back on the bed. You position yourself between her legs and insert your cock into her waiting hole. You pump hard and deep into her tight pussy and she screams and moans in pleasure. You feel her tighten around your cock as you bring her to a mind blowing orgasm.<br>
<video src="img/city/realestate/alexis/alexishouse1e.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"I want to see that fat ass as you ride me."<</speech>><br>
You lay back on the bed, letting Alexis get on top of you. She lowers down, inserting the full length of your cock into her pussy. She twerks her ass expertly on your massive member. You grab her ass as she wildly fucks herself.<br>
<video src="img/city/realestate/alexis/alexishouse1f.webm" width="400px" autoplay loop muted></video><br>
You flip Alexis onto her side, grabbing her ass for leverage and thrust back into her wet hole. You pump into her fast and deep, moaning she says,<br>
<<speech "Alexis">>"Yes fuck me like a whore."<</speech>><br>
You feel her pussy tighten around your cock as your fucking her. She lets out a loud scream as you bring her to yet another orgasm.<br>
<video src="img/city/realestate/alexis/alexishouse1g.webm" width="400px" autoplay loop muted></video><br>
You put Alexis on all fours wanting to see that ass again. You fuck her slow and deep, when she says,<br>
<<speech "Alexis">>"You gotta hurry, I have to get back to work."<</speech>><br>
<video src="img/city/realestate/alexis/alexishouse1h.webm" width="400px" autoplay loop muted></video><br>
You continue fucking her until you feel you're ready to cum,<br><br>
<<speech "You" $player.name>>"I'm gonna cum, where do you want it?"<</speech>><br>
<<speech "Alexis">>"My tits, cum on my tits."<</speech>><br>
She gets on her knees ready to recieve your load. You jerk your cock and explode the first few spurts onto her face before covering her tits.<br><br>
<<speech "Alexis">>"I said my tits, not my face! I have to go back to work after this"<</speech>><br>
<video src="img/city/realestate/alexis/alexishouse1i.webm" width="400px" autoplay loop muted></video><br>
Alexis goes to the bathroom to quickly clean up and get dressed while you do that same.<br>
<<speech "Alexis">>"I hope this convinced you to buy the house?"<</speech>><br>
"[[Lets do it|HouseBought]]" <br>
"[[Not yet, I'll come to the office later|Apartment]]"
<<set $house.seen to true>><div style="text-align: center">
<img src="img/house/house.jpg" width="691px" height="389px">
</div><br><br>
You and Madison head over to the house, meeting at the front door. Madison opens the door, leading to a hallway and living room area with stairs close by. <br><br>
<<speech "Madison">>"Here's the entryway, as you can see it's very spacious."<</speech>><br>
She brings you into the kitchen, showing you all the new appliances and the counter space.<br>
<video src="img/city/realestate/madison/madisonhouse1a.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Madison">>"Follow me upstairs and I'll show you the bedrooms."<</speech>><br>
<<speech "You" $player.name>>"Of course, lead the way."<</speech>><br>
Madison heads back towards the stairs, you follow not far behind. She's wearing quite the short skirt so as you're following her up the stairs you get a view of her ass, and can see that its eating her panties. She must know I can see, you think to yourself.<br>
<video src="img/city/realestate/madison/madisonhouse1b.webm" width="400px" autoplay loop muted></video><br>
You and Madison continue exploring the house, getting to see all the areas. Madison brings you back downsairs to the veranda for a break while you continue chatting.<br>
She stands up and starts striping, much to your surprise.<br>
<<speech "Madison">>"I saw you peeking up my skirt earlier, I figured I'd let you see everything."<</speech>><br>
<video src="img/city/realestate/madison/madisonhouse1c.webm" width="400px" autoplay loop muted></video><br>
Madison finishes removing her clothes, turning around showing you her bare ass.<br><br>
<<speech "Madison">>"Like what you see?"<</speech>><br>
<<speech "You" $player.name>>"Oh yeah, twerk that ass for me."<</speech>><br>
Madison follows your command, shaking her fat ass right in your face. Bending over so you can get a good look. She stands up and grabs her cheeks shaking them with her hands.<br>
<video src="img/city/realestate/madison/madisonhouse1d.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Madison">>"Anything else you want to do?"<</speech>><br>
<<speech "You" $player.name>>"A blowjob would be nice."<</speech>><br>
Hearing that Madisons face lights up, seems like she has been wanting to do this for a while. She drops to her knees pulling your hard cock out and gets to work. Sucking, licking, and slobbering on your thick member. She sucks it deep into her mouth as she plays with her pussy, getting it ready for what comes next.<br>
<video src="img/city/realestate/madison/madisonhouse1e.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Madison">>"Lay down, it's time for me to ride you."<</speech>><br>
You obey, laying back Madison straddles your legs and lowers herself all the way down on your throbbing cock. She leans her arms back agaisnt the lounge chair and begins bouncing. Watching her smiling face and bouncing tits as she rides your cock is amazing.<br>
<video src="img/city/realestate/madison/madisonhouse1f.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Bend over the chair slut, I'm gonna fuck you"<</speech>><br>
Madison gets on the chair on all fours, you get behind her and start fucking her. As you're fucking her you grab her ponytail,<br>
<<speech "Madison">>"Oh yes harder!"<</speech>><br>
<<speech "You" $player.name>>"Yeah, you like it hard?"<</speech>><br>
<<speech "Madison">>"Yeah hard"<</speech>><br>
Continuing to fuck Madison hard and deep while pulling her hair you feel her tighten around your cock as you bring her to a mind blowing orgasm.<br>
<video src="img/city/realestate/madison/madisonhouse1g.webm" width="400px" autoplay loop muted></video><br>
You lay back on the lounge chair and command Madison,<br>
<<speech "You" $player.name>>"Ride me bitch"<</speech>><br>
She straddles you yet again, leaning forward onto you as you play with her breasts. Her riding is emmaculate, like she was born to ride cock.<br>
<video src="img/city/realestate/madison/madisonhouse1h.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Fuck I'm gonna cum, get on your knees!<</speech>><br>
<<speech "Madison">>"Yeah cum all over my sluttly face!"<</speech>><br>
Thats all you needed to hear as you cover her face and glasses in cum.<br>
<video src="img/city/realestate/madison/madisonhouse1i.webm" width="400px" autoplay loop muted></video><br>
<<speech "Madison">>"I hope that'll help you make the decision to buy the house."<</speech>><br>
"[[Of course, I'll buy it now|HouseBought]]"<br>
"[[I'm not ready yet, I'll stop by the office later|Apartment]]"
<<set $house.seen to true>><div style="text-align: center">
<img src="img/house/house.jpg" width="691px" height="389px">
</div><br><br>
Accompanied by Kate, you step into the house and are immediately greeted by the modern living room. The house is truly impressive, boasting high ceilings and an incredibly spacious layout.<br>
While checking out the house, you can't help but check Kate out as well. Noticing she is wearing a very short skirt, and that the top she is wearing really shoes off her cleavage.<br>
<video src="img/city/realestate/kate/katehouse1a.webm" width="400px" autoplay loop muted></video><br>
Moving on to the backyard, Kate points out the stunning inground pool and the comfortable patio furniture that comes with the house. The yard is incredibly spacious and offers a high level of privacy, thanks to the surrounding fencing and lush greenery.<br>
After exploring the backyard, Kate invites you back inside the house.<br><br>
<<speech "Kate">>"Let's go back inside, I'll show you the bedrooms."<</speech>><br>
<<speech "You" $player.name>>"Okay, I hope they're spacious."<</speech>><br>
<video src="img/city/realestate/kate/katehouse1b.webm" width="400px" autoplay loop muted></video><br>
Once inside Kate leads you to the master bedroom, a very spacious and modern room. You decide to take a break while in here, Kate sits on the bed while you sit on one of the chairs. The conversation turns flirtatious,<br>
<<speech "Kate">>"I saw you looking at me back at the office, and when you thought I wasn't paying attention."<</speech>><br>
<<speech "You" $player.name>>"How could I not, you're a very attractive woman."<</speech>><br>
<<speech "Kate">>"I know you've been trying to get a glimpse up my skirt."<</speech>><br>
She smiles and stands up, pulling her skirt up revealing her pink thong. You don't get a long look though as she quickly pulls the thong down showing you her pretty pink pussy.<br>
<video src="img/city/realestate/kate/katehouse1c.webm" width="400px" autoplay loop muted></video><br>
Kate continues undress, laying back on the bed once finished.<br>
<<speech "Kate">>"Well... what do you want to do?"<</speech>><br>
<<speech "You" $player.name>>"I want to taste that pussy of yours."<</speech>><br>
<<speech "Kate">>"What are you waiting for?"<</speech>><br>
Not needing to be told twice, you dive right in eating her pussy like its the last food on earth. You reach one hand up and play with her nipple while licking her clit. Her eyes start to roll back in her head as you expertly eat her out, cumming very quickly on your tongue.<br>
<video src="img/city/realestate/kate/katehouse1d.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Kate">>"Let me return the favour."<</speech>><br>
You undress and lay back on the bed, Kate gets between your legs and brings her mouth to your cock. Your already throbbing member is raring to go, she sucks you into her mouth going deep and slow.<br>
<video src="img/city/realestate/kate/katehouse1e.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"I want to fuck you."<</speech>><br>
<<speech "Kate">>"I thought you'd never ask."<</speech>><br>
Kate turns around on all fours presenting her ass for you. You waste no time inserting your hard cock into her tight little pussy. You grab her ass cheeks and fuck her slow and deep. As your cock is thrusting in and out of her, Kate can't help but moan.<br>
<video src="img/city/realestate/kate/katehouse1f.webm" width="400px" autoplay loop muted></video><br>
You flip her onto her back and pull her to the edge of the bed. You start pistoning into her wet hole. As you're fucking her she grabs you to get you to get deeper.<br><br>
<<speech "Kate">>"Ah yes, right there right there."<</speech>><br>
<<speech "Kate">>"Oh my god, yeah."<</speech>><br>
Her pussy clenches and tightens around your cock as she orgasms.<br>
<video src="img/city/realestate/kate/katehouse1g.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "You" $player.name>>"Fuck, you're gonna make me cum."<</speech>><br>
<<speech "Kate">>"Pull out! Don't cum inside me."<</speech>><br>
You manage to pull out just in time cumming over her pussy and stomach.<br>
<video src="img/city/realestate/kate/katehouse1h.webm" width="400px" autoplay loop muted></video><br><br>
<<speech "Kate">>"Do you want to buy the house now?"<</speech>><br>
"[[Lets do it|HouseBought]]"<br>
"[[Not yet, I'll stop by the office later|Apartment]]"
<<set $house.seen to true>><<set $rent to 500>>
<<set $house.bought to true>>
<<set _name to $agent.toUpperFirst()>>
<div style="text-align: center">
<img src="img/house/house.jpg" width="691px" height="389px">
</div><br><br>
<img @src='"img/city/realestate/" + $agent + "/" + $agent + ".jpg"' width="200px" height="300px"><br><br>
<<speech _name>>"Congratulations on buying your first home!"<</speech>><br>
<<speech "You" $player.name>>"Thank you."<</speech>><br>
<<speech _name>>"Let me give you a quick rundown of the house, starting from the bottom."<</speech>><br>
<<speech _name>>"Firstly, you have the basement. Empty right now."<</speech>><br>
<img src="img/house/emptybasement.jpg" width="691px" height="389px"><br>
<<speech _name>>"Your backyard has a inground pool."<</speech>><br>
<img src="img/house/pool.jpg" width="691px" height="389px"><br>
<<speech _name>>"On the first floor we have the entryway, and a spacious Living room,"<</speech>><br>
<img src="img/house/livingroom.jpg" width="691px" height="389px"><br>
<<speech _name>>"A nice modern Kitchen"<</speech>><br>
<img src="img/house/kitchen.jpg" width="691px" height="389px"><br>
<<speech _name>>"Lastly for the first floor a Spare room."<</speech>><br>
<img src="img/house/emptyroom.jpg" width="691px" height="389px"><br>
<<speech _name>>"Now moving on to the second floor, we have the Master Bedroom,"<</speech>><br>
<img src="img/house/bedroom.jpg" width="691px" height="389px"><br>
<<speech _name>>"Next a second Bedroom,"<</speech>><br>
<img src="img/house/bedroom2.jpg" width="691px" height="389px"><br>
<<speech _name>>"Onto a third Bedroom,"<</speech>><br>
<img src="img/house/bedroom3.jpg" width="691px" height="389px"><br>
<<speech _name>>"Lastly for this floor, a modern bathroom."<</speech>><br>
<img src="img/house/bathroom.jpg" width="691px" height="389px"><br>
<<speech _name>>"Finally, we have a spacious attic."<</speech>><br>
<img src="img/house/attic.jpg" width="691px" height="389px"><br>
<<speech "You" $player.name>>"Thank you, I'm sure my roommates will love this place."<</speech>><br>
Since you're moving into a larger house, your rent will be increasing each week from $300 to $<<= $rent>>.<br>
There are currently three rooms that you can renovate, the
<<hovertip `'<img src="img/house/emptybasement.jpg" width="120px">'`>>Basement<</hovertip>>,
<<hovertip `'<img src="img/house/emptyroom.jpg" width="120px">'`>>Spare Room<</hovertip>>, and
<<hovertip `'<img src="img/house/attic.jpg" width="120px">'`>>Attic<</hovertip>>.
They each have multiple options on what they can be, but once an option is selected it can not be changed.<br>
(Not Implemented Yet)<br>
With enough money you can add expansions onto the house, depending on who you talk to you will be provided with more options. Each expansion will increase your rent by $100.<br>
<br>[[Move in|House]]<<set _random to random(1,10)>>
<<if _random gte 7>>
<<set _city to "CityEvents">>
<<else>>
<<set _city to "City">>
<</if>>
<div style="text-align: center">
<div style="font-size:20px">
<b>First Floor</b>
</div><br>
<a data-passage="HBasement" class="darken"><img src="img/house/emptybasement.jpg" width="250px" height="150px"><span>Basement</span></a> <a data-passage="HPool" class="darken"><img src="img/house/pool.jpg" width="250px" height="150px"><span>Pool</span></a> <a data-passage="HLivingRoom" class="darken"><img src="img/house/livingroom.jpg" width="250px" height="150px"><span>Living Room</span></a> <a data-passage="HKitchen" class="darken"><img src="img/house/kitchen.jpg" width="250px" height="150px"><span>Kitchen</span></a> <a data-passage="HSpareRoom" class="darken"><img src="img/house/emptyroom.jpg" width="250px" height="150px"><span>Spare Room</span></a> <a data-passage="_city" class="darken"><img src="img/apartment/outside.webp" width="250px" height="150px"><span>City</span></a><br><br>
<div style="font-size:20px">
<b>Second Floor</b>
</div><br>
<a data-passage="HBedroom" class="darken"><img src="img/house/bedroom.jpg" width="250px" height="150px"><span>Bedroom</span></a> <a data-passage="HLuluBed" class="darken"><img src="img/house/bedroom2.jpg" width="250px" height="150px"><span><<print "$roommate.name" + "'s room">></span></a> <a data-passage="HEmilyBed" class="darken"><img src="img/house/bedroom3.jpg" width="250px" height="150px"><span><<print "$friend.name" + "'s room">></span></a> <a data-passage="HBathroom" class="darken"><img src="img/house/bathroom.jpg" width="250px" height="150px"><span>Bathroom</span></a> <a data-passage="HAttic" class="darken"><img src="img/house/attic.jpg" width="250px" height="150px"><span>Attic</span></a><br><br>
</div><div style="text-align: center">
<img src="img/house/livingroom.jpg" width="691px" height="389px">
</div><br><br>
[[Hallway|House]] <div style="text-align: center">
<img src="img/house/kitchen.jpg" width="691px" height="389px">
</div><br><br>
<<linkreplace "Eat">>
<<if !$player.eaten>>
<span style="color:green">You've gained some energy.</span><br>
<<set $player.eaten to true>>
<<set $player.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
<span style="color:red">You already ate today.</span><br>
<</if>>
<</linkreplace>><br>
[[Hallway|House]] <<set _rand to random(1,10)>>
<<set _bikini to random(1,10)>>
<div style="text-align: center">
<img src="img/house/pool.jpg" width="691px" height="389px">
</div><br><br>
<<switch _rand>>
<<case 7 8>>
It looks like $roommate.name is relaxing by the pool.<br>
<<switch _bikini>>
<<case 1 2 3 4 5>>
<img src="img/lulu/lulupool.jpg"><br>
<<case 6 7 8 9 10>>
<img src="img/lulu/lulupool1.jpg"><br>
<</switch>>
<<case 9 10>>
It looks like $friend.name is relaxing by the pool.<br>
<<switch _bikini>>
<<case 1 2>>
<img src="img/emily/emilypool.jpg"><br>
<<case 3 4>>
<img src="img/emily/emilypool1.jpg"><br>
<<case 5 6>>
<img src="img/emily/emilypool2.jpg"><br>
<<case 7 8>>
<img src="img/emily/emilypool3.jpg"><br>
<<case 9 10>>
<img src="img/emily/emilypool4.jpg"><br>
<</switch>>
<<default>>
<</switch>>
<br>[[Hallway|House]] <div style="text-align: center">
<img src="img/house/bedroom.jpg" width="691px" height="389px">
</div><br><br>
[[Computer]]<br>
[[Sleep]]<br>
[[Hallway|House]] <div style="text-align: center">
<img src="img/house/emptybasement.jpg" width="691px" height="389px">
</div><br><br>
[[Hallway|House]] <div style="text-align: center">
<img src="img/house/bedroom2.jpg" width="691px" height="389px">
</div><br><br>
<div style="text-align: center">
<img src="img/lulu/luluhouse.jpg" width="233px"><br>
<<speech "Lulu" $roommate.name>>"Hi $player.name do you need anything?"<</speech>></div><br>
<<if $player.energy gt 0 && $roommate.energy gt 0>>
<<linkreplace "Talk">>
<<if !$roommate.conversation.includes(2)>>
<<speech "Lulu" $roommate.name>>"I've been thinking, I want to get a dildo."<</speech>><br>
<<speech "You" $player.name>>"Yeah, I think that'll be hot. I can grab one for you."<</speech>><br>
<span style="color:green">You can now buy a Dildo</span><br><br>
<<run $roommate.conversation.pushUnique(2)>>
<<elseif !$roommate.conversation.includes(3)>>
<<speech "Lulu" $roommate.name>>"Now that I've done anal, I want to experiment with some toys."<</speech>><br>
<<speech "You" $player.name>>"Ooo, okay I can get you some. What were you thinking?"<</speech>><br>
<<speech "Lulu" $roommate.name>>"I want to try wearing a Buttplug."<</speech>><br>
<<speech "You" $player.name>>"Alright, I'll pick one up and you can try it for a scene."<</speech>><br>
<span style="color:green">You can now buy a Buttplug</span><br><br>
<<run $roommate.conversation.pushUnique(3)>>
<</if>>
<<if $roommate.relationship lt 4>>
<span style="color:red">Relationship increased</span><br>
<<set $roommate.relationship += 1>>
<<set $player.energy -= 1>>
<<set $roommate.energy -= 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
This will no longer increase your relationship.<br>
<</if>>
<</linkreplace>><br>
<</if>>
[[Ask to film|filming]]<br>
<br>[[Hallway|House]] <div style="text-align: center">
<img src="img/house/bedroom3.jpg" width="691px" height="389px">
</div><br><br>
<div style="text-align: center">
<img src="img/emily/emilyhouse.jpg" width="233px"><br>
<<speech "Emily" $friend.name>>"Hi $player.name do you need anything?"<</speech>></div><br>
<br>[[Hallway|House]] <<set _rand to random(1,10)>>
<div style="text-align: center">
<img src="img/house/bathroom.jpg" width="691px" height="389px">
</div><br><br>
<<switch _rand>>
<<case 1 2 3 4 5 6>>
<<linkreplace "Shower">>
<<if !$player.showered>>
<span style="color:green">You've gained some energy.</span><br>
<<set $player.showered to true>>
<<set $player.energy += 1>>
<<replace "#stats">><<include "Stats">><</replace>>
<<else>>
<span style="color:red">You've already showered today.</span><br>
<</if>>
<</linkreplace>><br>
<<case 7 8>>
$roommate.name is showering now.<br>
<video src="img/lulu/lulushower.webm" width="400px" autoplay loop muted></video><br>
<<case 9 10>>
$friend.name is showering now.<br>
<video src="img/emily/emilyshower1a.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyshower1b.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyshower1c.webm" width="400px" autoplay loop muted></video><br>
<video src="img/emily/emilyshower1d.webm" width="400px" autoplay loop muted></video><br>
<</switch>>
<br>[[Hallway|House]] <div style="text-align: center">
<img src="img/house/emptyroom.jpg" width="691px" height="389px">
</div><br><br>
[[Hallway|House]] <div style="text-align: center">
<img src="img/house/attic.jpg" width="691px" height="389px">
</div><br><br>
[[Hallway|House]] <div style="text-align: center">
<img src="img/city/cosplay/convention.jpg" width="691px" height="389px"></div><br><br>
<<if $cosplay.flirted lt 3 && $player.energy gt 0>>
[[Flirt with Cosplay girls|CosplayFlirt]]<br>
<<elseif $player.energy lte 0>>
You too tired to Flirt.<br>
<<elseif $cosplay.flirted gte 3>>
You've Flirted enough today.<br>
<</if>>
<<if !$cosplay.voted>>
<<link "Go to Cosplay Competition">>
<<switch $cosplay.comp>>
<<case "mikasa">>
<<goto "CosCompMikasa">>
<<case "hinata">>
<<goto "CosCompHinata">>
<<case "open">>
<<goto "CosCompOpen">>
<</switch>>
<</link>><br>
<<elseif $cosplay.voted>>
The Competition has already finished today.<br>
<</if>>
<br>[[Leave|City]]
<<set _comp1 to "#hinata" + $contest[0]>>
<<set _comp2 to "#hinata" + $contest[1]>>
<<set _comp3 to "#hinata" + $contest[2]>>
<<switch $contest[0]>>
<<case "aery">>
<<set _name1 to "Aery Tiefling">>
<<case "alice">>
<<set _name1 to "Alice Bong">>
<<case "purple">>
<<set _name1 to "Purple Bitch">>
<</switch>>
<<switch $contest[1]>>
<<case "aery">>
<<set _name2 to "Aery Tiefling">>
<<case "alice">>
<<set _name2 to "Alice Bong">>
<<case "purple">>
<<set _name2 to "Purple Bitch">>
<</switch>>
<<switch $contest[2]>>
<<case "aery">>
<<set _name3 to "Aery Tiefling">>
<<case "alice">>
<<set _name3 to "Alice Bong">>
<<case "purple">>
<<set _name3 to "Purple Bitch">>
<</switch>>
<div style="text-align: center">
<img src="img/city/cosplay/coscontest.jpg"></div><br><br>
<div id="contest">
<<include-part "Hinata1" "#cosplayer1">>
</div>
<br>[[CosplayConvention]] <<set _comp1 to "#" + $contestset0 + $contest[0]>>
<<set _comp2 to "#" + $contestset1 + $contest[1]>>
<<set _comp3 to "#" + $contestset2 + $contest[2]>>
<<switch $contest[0]>>
<<case "aery">>
<<set _name1 to "Aery Tiefling">>
<<case "alice">>
<<set _name1 to "Alice Bong">>
<<case "cyberly">>
<<set _name1 to "Cyberly Crush">>
<<case "kitty">>
<<set _name1 to "Kitty Kum">>
<<case "sweetie">>
<<set _name1 to "Sweetie Fox">>
<</switch>>
<<switch $contest[1]>>
<<case "aery">>
<<set _name2 to "Aery Tiefling">>
<<case "alice">>
<<set _name2 to "Alice Bong">>
<<case "cyberly">>
<<set _name2 to "Cyberly Crush">>
<<case "kitty">>
<<set _name2 to "Kitty Kum">>
<<case "sweetie">>
<<set _name2 to "Sweetie Fox">>
<</switch>>
<<switch $contest[2]>>
<<case "aery">>
<<set _name3 to "Aery Tiefling">>
<<case "alice">>
<<set _name3 to "Alice Bong">>
<<case "cyberly">>
<<set _name3 to "Cyberly Crush">>
<<case "kitty">>
<<set _name3 to "Kitty Kum">>
<<case "sweetie">>
<<set _name3 to "Sweetie Fox">>
<</switch>>
<div style="text-align: center">
<img src="img/city/cosplay/coscontest.jpg"></div><br><br>
<div id="contest">
<<include-part "Open1" "#cosplayer1">>
</div>
<br>[[CosplayConvention]] <<set _comp1 to "#mikasa" + $contest[0]>>
<<set _comp2 to "#mikasa" + $contest[1]>>
<<set _comp3 to "#mikasa" + $contest[2]>>
<<switch $contest[0]>>
<<case "aery">>
<<set _name1 to "Aery Tiefling">>
<<case "alice">>
<<set _name1 to "Alice Bong">>
<<case "cyberly">>
<<set _name1 to "Cyberly Crush">>
<<case "sweetie">>
<<set _name1 to "Sweetie Fox">>
<<case "geisha">>
<<set _name1 to "Virtual Geisha">>
<</switch>>
<<switch $contest[1]>>
<<case "aery">>
<<set _name2 to "Aery Tiefling">>
<<case "alice">>
<<set _name2 to "Alice Bong">>
<<case "cyberly">>
<<set _name2 to "Cyberly Crush">>
<<case "sweetie">>
<<set _name2 to "Sweetie Fox">>
<<case "geisha">>
<<set _name2 to "Virtual Geisha">>
<</switch>>
<<switch $contest[2]>>
<<case "aery">>
<<set _name3 to "Aery Tiefling">>
<<case "alice">>
<<set _name3 to "Alice Bong">>
<<case "cyberly">>
<<set _name3 to "Cyberly Crush">>
<<case "sweetie">>
<<set _name3 to "Sweetie Fox">>
<<case "geisha">>
<<set _name3 to "Virtual Geisha">>
<</switch>>
<div style="text-align: center">
<img src="img/city/cosplay/coscontest.jpg"></div><br><br>
<div id="contest">
<<include-part "Mikasa1" "#cosplayer1">>
</div>
<br>[[CosplayConvention]] <<set _correct to 0>>
<<set _flirt to 0>>
<<set _num to random(0,3)>>
<<set _girl to $cosplay.flirt[_num].name>>
<<set _costume to either($cosplay.flirt[_num].set1, $cosplay.flirt[_num].set2)>>
<<set _check to "">>
<<set _profile to _girl.toUpperFirst() + _costume.toUpperFirst()>>
<<set _profilename to _girl.toUpperFirst()>>
<div id="cosplayflirt"><<include "CosplayFlirt1">></div><br>
<div id="question">
<<switch _costume>>
<<case "blizzard" "tornado">>
<<include-part "OnePunch" "#OPQ1">>
<<case "yor">>
<<include-part "SpyFamily" "#SFQ1">>
<<case "makima">>
<<include-part "ChainsawMan" "#CMQ1">>
<<case "sakura">>
<<include-part "Naruto" "#NQ1">>
<<case "megumin">>
<<include-part "Konosuba" "#KQ1">>
<<case "hermione">>
<<include-part "HarryPotter" "#HPQ1">>
<</switch>></div><br>
<br>
<<link "Finished" "CosplayConvention">>
<<set $player.energy -= 1>>
<<set $cosplay.flirted += 1>>
<</link>>
<img @src='"img/city/cosplay/" + _girl + "/" + _costume + _flirt + ".jpg"'><br><br>
<<if _check eq "Right!">>
<span style="color:green">_check</span>
<<elseif _check eq "Wrong!">>
<span style="color:red">_check</span>
<</if>><span id="OPQ1">
<<speech _profile _profilename>>First question, quite an easy one, who is the first villain you see?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Vaccine">>Vaccine Man
<<radiobutton "_answer" "wrong">>Lobster Man
<<radiobutton "_answer" "wrong">>Giant Brother
<<radiobutton "_answer" "wrong">>Gogorou
<<when>>
<<if _answer eq $cosquiz.onepunch[0]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ2">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ2">><</replace>>
<</if>>
<</listen>>
</span>
<span id="OPQ2">
<<speech _profile _profilename>>Next, another easy one, what is Saitama's follower named?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Genki
<<radiobutton "_answer" "wrong">>Yuuki
<<radiobutton "_answer" "wrong">>Gairan
<<radiobutton "_answer" "Genos">>Genos
<<when>>
<<if _answer eq $cosquiz.onepunch[1]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ3">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ3">><</replace>>
<</if>>
<</listen>>
</span>
<span id="OPQ3">
<<speech _profile _profilename>>Now we get into some details!
What was important to Saitama on a Saturday near the middle of the series, while they were battling the House of Evolution?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>A rampage of monsters
<<radiobutton "_answer" "Supermarket Sale">>Supermarket Sale
<<radiobutton "_answer" "wrong">>his new phone shipped in
<<radiobutton "_answer" "wrong">>his hero audition
<<when>>
<<if _answer eq $cosquiz.onepunch[2]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ4">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ4">><</replace>>
<</if>>
<</listen>>
</span>
<span id="OPQ4">
<<speech _profile _profilename>>What was the name of the assassin that Saitama encounters?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Sonic">>Speed'o'Sound Sonic
<<radiobutton "_answer" "wrong">>Speed'o'Light Gaira
<<radiobutton "_answer" "wrong">>Speed'o'Light Sonic
<<radiobutton "_answer" "wrong">>Speed'o'Sound Sapo
<<when>>
<<if _answer eq $cosquiz.onepunch[3]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ5">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ5">><</replace>>
<</if>>
<</listen>>
</span>
<span id="OPQ5">
<<speech _profile _profilename>>What was the name of the association that recruited Saitama?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Association">>The Hero Association
<<radiobutton "_answer" "wrong">>The Superhero Association
<<radiobutton "_answer" "wrong">>The Hero Recruits
<<radiobutton "_answer" "wrong">>Heroes Inc.
<<when>>
<<if _answer eq $cosquiz.onepunch[4]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ6">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ6">><</replace>>
<</if>>
<</listen>>
</span>
<span id="OPQ6">
<<speech _profile _profilename>>Who was the old geezer that Genos met in the local headquarters building?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Bang">>Bang
<<radiobutton "_answer" "wrong">>Bari
<<radiobutton "_answer" "wrong">>Bandhu
<<radiobutton "_answer" "wrong">>Bandee
<<when>>
<<if _answer eq $cosquiz.onepunch[5]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ7">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#OPQ7">><</replace>>
<</if>>
<</listen>>
</span>
<span id="OPQ7">
<<speech _profile _profilename>>How did Saitama become bald?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Shaved It
<<radiobutton "_answer" "wrong">>An Accident
<<radiobutton "_answer" "Training">>Intense Training
<<radiobutton "_answer" "wrong">>Villain
<<when>>
<<if _answer eq $cosquiz.onepunch[6]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#finish">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "OnePunch" "#finish">><</replace>>
<</if>>
<</listen>>
</span>
<span id="finish">
<<speech _profile _profilename>>No more questions! You got _correct/7 Correct!<</speech>>
</span><span id="SFQ1">
<<speech _profile _profilename>>What's the name of the intelligence agency Twilight works for?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "WISE">>WISE
<<radiobutton "_answer" "wrong">>OSTI
<<radiobutton "_answer" "wrong">>SEIP
<<when>>
<<if _answer eq $cosquiz.spyfamily[0]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ2">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ2">><</replace>>
<</if>>
<</listen>>
</span>
<span id="SFQ2">
<<speech _profile _profilename>>Twilight’s mission is to prevent war between which two nations?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "WesOst">>Westalis and Ostania
<<radiobutton "_answer" "wrong">>Oldania and Wegeris
<<radiobutton "_answer" "wrong">>Wymal and Ostamia
<<when>>
<<if _answer eq $cosquiz.spyfamily[1]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ3">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ3">><</replace>>
<</if>>
<</listen>>
</span>
<span id="SFQ3">
<<speech _profile _profilename>>What's the name of Twilight's target who is considered a threat to the truce between the East and the West?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Donovan">>Donovan Desmond, Leader of the National Unity Party
<<radiobutton "_answer" "wrong">>Donald Cosmos, Leader of the National Unity Party
<<radiobutton "_answer" "wrong">>Ronovan Monson, Leader of the National Unity Party
<<when>>
<<if _answer eq $cosquiz.spyfamily[2]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ4">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ4">><</replace>>
<</if>>
<</listen>>
</span>
<span id="SFQ4">
<<speech _profile _profilename>>What's the name of Twilight’s mission?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Operation Swift
<<radiobutton "_answer" "wrong">>Operation Dawn
<<radiobutton "_answer" "Strix">>Operation Strix
<<when>>
<<if _answer eq $cosquiz.spyfamily[3]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ5">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ5">><</replace>>
<</if>>
<</listen>>
</span>
<span id="SFQ5">
<<speech _profile _profilename>>What ability does Anya possess?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Levitation
<<radiobutton "_answer" "Telepathy">>Telepathy
<<radiobutton "_answer" "wrong">>Precognition
<<when>>
<<if _answer eq $cosquiz.spyfamily[4]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ6">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ6">><</replace>>
<</if>>
<</listen>>
</span>
<span id="SFQ6">
<<speech _profile _profilename>>Yor Briar is a ruthless assassin but what's her code name?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Lady Thorn
<<radiobutton "_answer" "wrong">>Swan Princess
<<radiobutton "_answer" "Thorn Princess">>Thorn Princess
<<when>>
<<if _answer eq $cosquiz.spyfamily[5]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ7">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#SFQ7">><</replace>>
<</if>>
<</listen>>
</span>
<span id="SFQ7">
<<speech _profile _profilename>>Where did Loid meet Yor before creating their fake family?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Party
<<radiobutton "_answer" "wrong">>Grocery Store
<<radiobutton "_answer" "Tailor">>Tailor Shop
<<when>>
<<if _answer eq $cosquiz.spyfamily[6]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#finish">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "SpyFamily" "#finish">><</replace>>
<</if>>
<</listen>>
</span>
<span id="finish">
<<speech _profile _profilename>>No more questions! You got _correct/7 Correct!<</speech>>
</span><span id="CMQ1">
<<speech _profile _profilename>>Which devil can materialise weapons out of human life span?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Construction Devil
<<radiobutton "_answer" "wrong">>Sun Devil
<<radiobutton "_answer" "wrong">>Spear Devil
<<radiobutton "_answer" "Angel">>Angel Devil
<<when>>
<<if _answer eq $cosquiz.chainsaw[0]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ2">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ2">><</replace>>
<</if>>
<</listen>>
</span>
<span id="CMQ2">
<<speech _profile _profilename>>Which character has ranked 6th in the second Chainsaw Man popularity poll despite appearing for only a few chapters?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Prinz
<<radiobutton "_answer" "wrong">>Violence Devil
<<radiobutton "_answer" "wrong">>Angel Devil
<<radiobutton "_answer" "Hirofumi">>Hirofumi Yoshida
<<when>>
<<if _answer eq $cosquiz.chainsaw[1]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ3">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ3">><</replace>>
<</if>>
<</listen>>
</span>
<span id="CMQ3">
<<speech _profile _profilename>>Which devil has trapped Public Safety Divison 4 in a hotel?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Riddle Devil
<<radiobutton "_answer" "Eternity">>Eternity Devil
<<radiobutton "_answer" "wrong">>Puzzle Devil
<<radiobutton "_answer" "wrong">>Time Devil
<<when>>
<<if _answer eq $cosquiz.chainsaw[2]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ4">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ4">><</replace>>
<</if>>
<</listen>>
</span>
<span id="CMQ4">
<<speech _profile _profilename>>"A corpse is talking" was said by which two characters?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "P&M">>Pingtsi & Makima
<<radiobutton "_answer" "wrong">>Denji & Santa
<<radiobutton "_answer" "wrong">>Aldo & Power
<<radiobutton "_answer" "wrong">>Kobeni & Reze
<<when>>
<<if _answer eq $cosquiz.chainsaw[3]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ5">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ5">><</replace>>
<</if>>
<</listen>>
</span>
<span id="CMQ5">
<<speech _profile _profilename>>The final battle in Chainsaw Man part 1 takes place in which of the following locations?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Police station
<<radiobutton "_answer" "wrong">>Park
<<radiobutton "_answer" "wrong">>School Yard
<<radiobutton "_answer" "Graveyard">>Graveyard
<<when>>
<<if _answer eq $cosquiz.chainsaw[4]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ6">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ6">><</replace>>
<</if>>
<</listen>>
</span>
<span id="CMQ6">
<<speech _profile _profilename>>What is the name of Denjis pet devil?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Makima
<<radiobutton "_answer" "wrong">>Quanxi
<<radiobutton "_answer" "Pochita">>Pochita
<<radiobutton "_answer" "wrong">>Meowy
<<when>>
<<if _answer eq $cosquiz.chainsaw[5]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ7">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#CMQ7">><</replace>>
<</if>>
<</listen>>
</span>
<span id="CMQ7">
<<speech _profile _profilename>>Which character is allegedly known for kissing everybody when they're drunk?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Aki
<<radiobutton "_answer" "Himeno">>Himeno
<<radiobutton "_answer" "wrong">>Power
<<radiobutton "_answer" "wrong">>Pochita
<<when>>
<<if _answer eq $cosquiz.chainsaw[6]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#finish">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "ChainsawMan" "#finish">><</replace>>
<</if>>
<</listen>>
</span>
<span id="finish">
<<speech _profile _profilename>>No more questions! You got _correct/7 Correct!<</speech>>
</span><span id="HPQ1">
<<speech _profile _profilename>>What beast is hidden in the Chamber of Secrets?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Basilisk">>Basilisk
<<radiobutton "_answer" "wrong">>Dragon
<<radiobutton "_answer" "wrong">>Hippogriff
<<radiobutton "_answer" "wrong">>Pixie
<<when>>
<<if _answer eq $cosquiz.harrypotter[0]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ2">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ2">><</replace>>
<</if>>
<</listen>>
</span>
<span id="HPQ2">
<<speech _profile _profilename>>What dragon must Harry go up against in the Triwizard Tournament?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Peruvian Vipertooth
<<radiobutton "_answer" "wrong">>Norwegian Ridgeback
<<radiobutton "_answer" "wrong">>Swedish Short-Snout
<<radiobutton "_answer" "Horntail">>Hungarian Horntail
<<when>>
<<if _answer eq $cosquiz.harrypotter[1]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ3">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ3">><</replace>>
<</if>>
<</listen>>
</span>
<span id="HPQ3">
<<speech _profile _profilename>>Who are Harry's only remaining relatives?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>The Dumbledores
<<radiobutton "_answer" "wrong">>The Longbottoms
<<radiobutton "_answer" "wrong">>The Potters
<<radiobutton "_answer" "Dursleys">>The Dursleys
<<when>>
<<if _answer eq $cosquiz.harrypotter[2]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ4">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ4">><</replace>>
<</if>>
<</listen>>
</span>
<span id="HPQ4">
<<speech _profile _profilename>>What do Ron and Harry smash into while flying the car to Hogwarts?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Hogwarts
<<radiobutton "_answer" "wrong">>Another Car
<<radiobutton "_answer" "wrong">>Voldemort
<<radiobutton "_answer" "Willow">>Whomping Willow
<<when>>
<<if _answer eq $cosquiz.harrypotter[3]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ5">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ5">><</replace>>
<</if>>
<</listen>>
</span>
<span id="HPQ5">
<<speech _profile _profilename>>Who replaces Fudge as the Minister of Magic?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Flitwick
<<radiobutton "_answer" "Scrimgeour">>Scrimgeour
<<radiobutton "_answer" "wrong">>Umbridge
<<radiobutton "_answer" "wrong">>Dumbledore
<<when>>
<<if _answer eq $cosquiz.harrypotter[4]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ6">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ6">><</replace>>
<</if>>
<</listen>>
</span>
<span id="HPQ6">
<<speech _profile _profilename>>What did Fred and George call their business?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Wheezes">>Weasley's Wizard Wheezes
<<radiobutton "_answer" "wrong">>The Bogey Hex
<<radiobutton "_answer" "wrong">>Weasley Pranks Galore
<<radiobutton "_answer" "wrong">>Honeydukes
<<when>>
<<if _answer eq $cosquiz.harrypotter[5]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ7">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#HPQ7">><</replace>>
<</if>>
<</listen>>
</span>
<span id="HPQ7">
<<speech _profile _profilename>>Which of the following Headmasters/mistresses was loyal to Voldemort:<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Dumbledore
<<radiobutton "_answer" "wrong">>Snape
<<radiobutton "_answer" "wrong">>McGonagall
<<radiobutton "_answer" "None">>None
<<when>>
<<if _answer eq $cosquiz.harrypotter[6]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#finish">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "HarryPotter" "#finish">><</replace>>
<</if>>
<</listen>>
</span>
<span id="finish">
<<speech _profile _profilename>>No more questions! You got _correct/7 Correct!<</speech>>
</span><span id="NQ1">
<<speech _profile _profilename>>Kakashi has his headband over one eye. He was gifted this eye from someone. Who gave him this eye?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Itachi
<<radiobutton "_answer" "Obito">>Obito
<<radiobutton "_answer" "wrong">>Mikoto
<<radiobutton "_answer" "wrong">>Madara
<<when>>
<<if _answer eq $cosquiz.naruto[0]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ2">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ2">><</replace>>
<</if>>
<</listen>>
</span>
<span id="NQ2">
<<speech _profile _profilename>>Naruto acquired a forbidden jutsu that he mastered with ease and became known for. What is that jutsu called?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Super Clone Jutsu
<<radiobutton "_answer" "wrong">>Doppleganger Jutsu
<<radiobutton "_answer" "wrong">>Mirror Jutsu
<<radiobutton "_answer" "Shadow">>Shadow Clone Jutsu
<<when>>
<<if _answer eq $cosquiz.naruto[1]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ3">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ3">><</replace>>
<</if>>
<</listen>>
</span>
<span id="NQ3">
<<speech _profile _profilename>>Kisame wields a large bandaged sword that is seen as incredibly dangerous. What is the name of that sword? <</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Baka
<<radiobutton "_answer" "wrong">>Komadori
<<radiobutton "_answer" "Samehada">>Samehada
<<radiobutton "_answer" "wrong">>Fiji
<<when>>
<<if _answer eq $cosquiz.naruto[2]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ4">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ4">><</replace>>
<</if>>
<</listen>>
</span>
<span id="NQ4">
<<speech _profile _profilename>>In Part 1 of Naruto, the first test of the Chunin Exams is a set of ten written questions that lasts an hour. How are the participants expected to proceed?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Cheat">>Cheat
<<radiobutton "_answer" "wrong">>Ask for help
<<radiobutton "_answer" "wrong">>Answer the questions correctly
<<radiobutton "_answer" "wrong">>Leave everything blank
<<when>>
<<if _answer eq $cosquiz.naruto[3]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ5">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ5">><</replace>>
<</if>>
<</listen>>
</span>
<span id="NQ5">
<<speech _profile _profilename>>When living together as children, Itachi has a habit of poking Sasuke. He repeats this action when he dies. Where does he poke him?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Chest
<<radiobutton "_answer" "Forehead">>Forehead
<<radiobutton "_answer" "wrong">>Nose
<<radiobutton "_answer" "wrong">>Cheek
<<when>>
<<if _answer eq $cosquiz.naruto[4]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ6">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ6">><</replace>>
<</if>>
<</listen>>
</span>
<span id="NQ6">
<<speech _profile _profilename>>What two colours is Naruto known for wearing in his tracksuit in Shippuden?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Black & Red
<<radiobutton "_answer" "wrong">>Black & Blue
<<radiobutton "_answer" "wrong">>Black & Yellow
<<radiobutton "_answer" "Orange">>Black & Orange
<<when>>
<<if _answer eq $cosquiz.naruto[5]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ7">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#NQ7">><</replace>>
<</if>>
<</listen>>
</span>
<span id="NQ7">
<<speech _profile _profilename>>Madara Uchiha and Hashirama Senju founded which village?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Sunagakure
<<radiobutton "_answer" "wrong">>Kirigakure
<<radiobutton "_answer" "Konohagakure">>Konohagakure
<<radiobutton "_answer" "wrong">>Kumogakure
<<when>>
<<if _answer eq $cosquiz.naruto[6]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#finish">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Naruto" "#finish">><</replace>>
<</if>>
<</listen>>
</span>
<span id="finish">
<<speech _profile _profilename>>No more questions! You got _correct/7 Correct!<</speech>>
</span><span id="KQ1">
<<speech _profile _profilename>>How can Aqua get back to heaven?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Devil King">>Defeating the Devil King
<<radiobutton "_answer" "wrong">>By using her party tricks
<<radiobutton "_answer" "wrong">>Getting to level 100
<<radiobutton "_answer" "wrong">>She can't
<<when>>
<<if _answer eq $cosquiz.konosuba[0]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ2">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ2">><</replace>>
<</if>>
<</listen>>
</span>
<span id="KQ2">
<<speech _profile _profilename>>What is Darkness' real name?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Anna Filante Esteroid
<<radiobutton "_answer" "wrong">>Lilly Belzerg Stylish Sword
<<radiobutton "_answer" "wrong">>Lola Alexei Barnes
<<radiobutton "_answer" "Lalatina">>Lalatina Ford Dustiness
<<when>>
<<if _answer eq $cosquiz.konosuba[1]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ3">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ3">><</replace>>
<</if>>
<</listen>>
</span>
<span id="KQ3">
<<speech _profile _profilename>>What was Kazuma run over by in Japan?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Truck
<<radiobutton "_answer" "Tractor">>Tractor
<<radiobutton "_answer" "wrong">>Car
<<radiobutton "_answer" "wrong">>Bus
<<when>>
<<if _answer eq $cosquiz.konosuba[2]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ4">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ4">><</replace>>
<</if>>
<</listen>>
</span>
<span id="KQ4">
<<speech _profile _profilename>>Why does the Dullahan attack them?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>He needed to destroy Axel
<<radiobutton "_answer" "wrong">>Because Kazuma steals his head
<<radiobutton "_answer" "Megumin">>Megumin used Explosion on his castle and he got mad
<<radiobutton "_answer" "wrong">>The Devil King wanted him to attack
<<when>>
<<if _answer eq $cosquiz.konosuba[3]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ5">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ5">><</replace>>
<</if>>
<</listen>>
</span>
<span id="KQ5">
<<speech _profile _profilename>>Who wants to have Kazuma's child at the beginning of the KonoSuba movie?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>Aqua
<<radiobutton "_answer" "Yunyun">>Yunyun
<<radiobutton "_answer" "wrong">>Megumin
<<radiobutton "_answer" "wrong">>Darkness
<<when>>
<<if _answer eq $cosquiz.konosuba[4]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ6">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ6">><</replace>>
<</if>>
<</listen>>
</span>
<span id="KQ6">
<<speech _profile _profilename>>What was the massive threat at the end of season 1?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "Destroyer">>Destroyer
<<radiobutton "_answer" "wrong">>Beldia
<<radiobutton "_answer" "wrong">>Vanir
<<radiobutton "_answer" "wrong">>Sylvia
<<when>>
<<if _answer eq $cosquiz.konosuba[5]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ7">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#KQ7">><</replace>>
<</if>>
<</listen>>
</span>
<span id="KQ7">
<<speech _profile _profilename>>Where did they meet Wiz?<</speech>>
<<set _answer to "">>
<<listen>>
<<radiobutton "_answer" "wrong">>At her shop
<<radiobutton "_answer" "wrong">>At the stables
<<radiobutton "_answer" "Graveyard">>In a graveyard
<<radiobutton "_answer" "wrong">>She saved the party from frogs
<<when>>
<<if _answer eq $cosquiz.konosuba[6]>>
<<set _flirt to Math.clamp(_flirt + 1, 0, 7)>>
<<set _check to "Right!">>
<<set _correct += 1>>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#finish">><</replace>>
<<else>>
<<set _flirt to Math.clamp(_flirt - 1, 0, 7)>>
<<set _check to "Wrong!">>
<<replace "#cosplayflirt">><<include "CosplayFlirt1">><</replace>>
<<replace "#question">><<include-part "Konosuba" "#finish">><</replace>>
<</if>>
<</listen>>
</span>
<span id="finish">
<<speech _profile _profilename>>No more questions! You got _correct/7 Correct!<</speech>>
</span><span id="cosplayer1">
<<speech "NPC" "Announcer">>"Welcome to this weeks Cosplay Contest!"<</speech>><br>
<<speech "NPC" "Announcer">>"This week Cosplayers will be dressed as Mikasa Ackerman from Attack on Titan!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our first Competitor goes by _name1!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[0] + "/" + $contest[0] + "mikasa1.jpg"'><br>
<<speech "NPC" "Announcer">>"Isn't she gorgeous!"<</speech>><br>
<<link "Next Cosplayer">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Mikasa1" "#cosplayer2">><</replace>>
<</link>>
</span>
<span id="cosplayer2">
<<speech "NPC" "Announcer">>"Wow, give it up for _name1!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our next Competitor goes by _name2!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[1] + "/" + $contest[1] + "mikasa1.jpg"'><br>
<<speech "NPC" "Announcer">>"Wow, another beautiful contestant don't we think fellas?"<</speech>><br>
<<link "Next Cosplayer">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Mikasa1" "#cosplayer3">><</replace>>
<</link>>
</span>
<span id="cosplayer3">
<<speech "NPC" "Announcer">>"Give it up for _name2, she was wonderful!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our last Competitor goes by _name3!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[2] + "/" + $contest[2] + "mikasa1.jpg"'><br>
<<speech "NPC" "Announcer">>"Every one of these cosplayers is absolutely stunning!"<</speech>><br>
<<speech "NPC" "Announcer">>"Alright, lets take a quick break before we vote on the winner!"<</speech>><br>
<<link "Take a Break">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[0] _comp1>><</replace>>
<</link>>
</span>
<span id="mikasavote">
<<speech "NPC" "Announcer">>"Welcome back everyone! It's finally time to vote for your favorite Cosplayer!"<</speech>><br>
<<speech "NPC" "Announcer">>"First we have the gorgeous _name1!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[0] + "/" + $contest[0] + "mikasa1.jpg"'><br>
<<speech "NPC" "Announcer">>"Next the beautiful _name2!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[1] + "/" + $contest[1] + "mikasa1.jpg"'><br>
<<speech "NPC" "Announcer">>"Finally the stunning _name3!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[2] + "/" + $contest[2] + "mikasa1.jpg"'><br>
<<speech "NPC" "Announcer">>"Now who will you vote for?!"<</speech>><br><br>
<<link "Vote for _name1">>
<<set _winner to $contest[0] + "win">>
<<goto _winner>>
<</link>><br>
<<link "Vote for _name2">>
<<set _winner to $contest[1] + "win">>
<<goto _winner>>
<</link>><br>
<<link "Vote for _name3">>
<<set _winner to $contest[2] + "win">>
<<goto _winner>>
<</link>><br>
</span>
<span id="mikasaaery">
<<nobr>>
While on a break, you're approached by one of the contestants you think she was called Aery.<br>
<img src="img/city/cosplay/aery/aerymikasa1.jpg"><br>
<<speech "AeryMikasa" "Aery">>"Hi, I'm sure you already know since I was introduced on stage but I'm Aery!"<</speech>><br>
<<speech "You" $player.name>>"Hi Aery, nice to meet you I'm $player.name. Your cosplay is amazing!"<</speech>><br>
<<speech "AeryMikasa" "Aery">>"Oh, Thank you so much!"<</speech>><br>
She must be getting hot, as she takes off the jacket she is wearing. She seems quite comfortable with her body as she always take off the white t-shirt revealing a white sports bra. As shes talking to you, she leans on a nearby table really giving you a great view of her clevage.<br>
<img src="img/city/cosplay/aery/aerymikasa2.jpg"><br>
<<speech "AeryMikasa" "Aery">>"So, $player.name. I really want to win this competition."<</speech>><br>
As she is saying this, Aery is pulling her pants down. Now just in a sports bra and underwear she spreads her legs for you.<br>
<img src="img/city/cosplay/aery/aerymikasa3.jpg"><br>
<<speech "You" $player.name>>"Are you trying to bribe me for a vote?"<</speech>><br>
<<speech "AeryMikasa" "Aery">>"I would never do that, I just hope that this will persuade you to vote for me."<</speech>><br>
As she's talking Aery continues to undress until she is just wearing a scarf and the leather straps from the cosplay.<br>
Now completely undressed, you get a good look at he toned body.<br>
<img src="img/city/cosplay/aery/aerymikasa4.jpg"><br>
<<speech "AeryMikasa" "Aery">>"Make sure to vote for me! If I win we can have some fun together!"<</speech>><br>
With that she quickly gets dressed and heads backstage.<br>
<<if $contest[0] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "aery">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Mikasa1" "#mikasavote">><</replace>>
<</link>><br>
<</if>>
<</nobr>>
</span>
<span id="hinataaery">
<<nobr>>
Hanging around the area you're approached by one of the contestants.<br>
<img src="img/city/cosplay/aery/aeryhinata1.jpg"><br>
<<speech "AeryHinata" "Aery">>"Hi I'm Aery, what are you up to?"<</speech>><br>
<<speech "You" $player.name>>"Hello, I'm $player.name. Just hanging out until the contest starts up again."<</speech>><br>
<<speech "AeryHinata" "Aery">>"Oh? Thats great, I'm actually one of the contestants."<</speech>><br>
You knew that, you remember seeing her on stage. As she tells you this, she unzips her hoodie, revealing her toned stomach.<br>
<img src="img/city/cosplay/aery/aeryhinata2.jpg"><br>
<<speech "AeryHinata" "Aery">>"How do you like my cosplay?"<</speech>><br>
<<speech "You" $player.name>>"Oh yeah, It's very good."<</speech>><br>
<<speech "AeryHinata" "Aery">>"Maybe you'd like to see a little more?"<</speech>><br>
Continuing to strip, she kneels on the floor now just in her panties and fishnet with pasties covering her nipplies.<br>
<img src="img/city/cosplay/aery/aeryhinata3.jpg"><br>
<<speech "You" $player.name>>"Wow! I would love to see the back."<</speech>><br>
<<speech "AeryHinata" "Aery">>"For you, of course."<</speech>><br>
She turns around, and her panties have a butt window.<br>
<img src="img/city/cosplay/aery/aeryhinata4.jpg"><br>
<<speech "AeryHinata" "Aery">>"I gotta go, make sure to vote for me so we can have more fun."<</speech>><br>
<<if $contest[0] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "aery">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Hinata1" "#hinatavote">><</replace>>
<</link>><br>
<</if>>
<</nobr>>
</span>
<span id="shinobuaery">
Wandering around the area you meet one of the contestants.<br>
<<speech "You" $player.name>>"Hi! Aery, right? I'm $player.name."<</speech>><br>
<<speech "AeryShinobu" "Aery">>"Yeah, nice to meet you. Can I help you?"<</speech>><br>
<<speech "You" $player.name>>"I saw you on stage and I just had to say hi."<</speech>><br>
<<speech "AeryShinobu" "Aery">>"You watch the contest? Come with me."<</speech>><br>
She brings you back to her room.<br>
<img src="img/city/cosplay/aery/aeryshinobu1.jpg"><br>
<<speech "AeryShinobu" "Aery">>"I have some more poses I can show you if you want?"<</speech>><br>
<<speech "You" $player.name>>"Of course."<</speech>><br>
<<speech "AeryShinobu" "Aery">>"Great!"<</speech>><br>
<img src="img/city/cosplay/aery/aeryshinobu2.jpg"><br>
<<speech "AeryShinobu" "Aery">>"This next one is a little risky to do in public."<</speech>><br>
<img src="img/city/cosplay/aery/aeryshinobu3.jpg"><br>
<<speech "You" $player.name>>"I can see why. You body is amazing!"<</speech>><br>
<<speech "AeryShinobu" "Aery">>"One more pose, just for your eyes."<</speech>><br>
<img src="img/city/cosplay/aery/aeryshinobu4.jpg"><br>
<<speech "AeryShinobu" "Aery">>"I have to go now, but I hope you'll vote for me. If I win we can come back here and have some more fun."<</speech>><br>
<<if $contest[0] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "aery">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>><br>
<</if>>
</span>
<span id="yoraery">
<<speech "You" $player.name>>"Aery! You're cosplay is amazing!"<</speech>><br>
<<speech "AeryYor" "Aery">>"Oh, thank you so much!"<</speech>><br>
<img src="img/city/cosplay/aery/aeryyor1.jpg"><br>
<<speech "AeryYor" "Aery">>"Come with me I'll show you something more amazing!"<</speech>><br>
She brings you into a room with a black couch where she sits down and spreads her legs, just covering her crotch area with her hand.<br>
<img src="img/city/cosplay/aery/aeryyor2.jpg"><br>
<<speech "AeryYor" "Aery">>"You'll be voting in the Contest right?"<</speech>><br>
<<speech "You" $player.name>>"Yes"<</speech>><br>
She takes off her dress revealing shes not wearing a bra.<br>
<img src="img/city/cosplay/aery/aeryyor3.jpg"><br>
<<speech "AeryYor" "Aery">>"In that case I have one last thing to show you."<</speech>><br>
<img src="img/city/cosplay/aery/aeryyor4.jpg"><br>
<<speech "AeryYor" "Aery">>"Make sure to vote for me and we can come back here for some fun."<</speech>><br>
<<if $contest[0] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "aery">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>><br>
<</if>>
</span>
<span id="inoaery">
<<speech "AeryIno" "Aery">>"Hello, what's up?"<</speech>><br>
<<speech "You" $player.name>>"HI, just waiting for the contest to start up again."<</speech>><br>
<<speech "AeryIno" "Aery">>"I'm one of the competitors, I'm Aery!"<</speech>><br>
<<speech "You" $player.name>>"I'm $player.name, nice to meet you."<</speech>><br>
<img src="img/city/cosplay/aery/aeryino1.jpg"><br>
<<speech "You" $player.name>>"You're cosplay is amazing."<</speech>><br>
<<speech "AeryIno" "Aery">>"Thank you! I have some hidden Kunai too!"<</speech>><br>
<img src="img/city/cosplay/aery/aeryino2.jpg"><br>
<<speech "AeryIno" "Aery">>"I really went all out with my Ino cosplay! Want to see?"<</speech>><br>
<<speech "You" $player.name>>"Definitely."<</speech>><br>
<<speech "AeryIno" "Aery">>"Okay, turn around"<</speech>><br>
As you're turned around you hear rustling.<br>
<<speech "AeryIno" "Aery">>"I'm ready, turn around!"<</speech>><br>
<img src="img/city/cosplay/aery/aeryino3.jpg"><br>
<<speech "You" $player.name>>"Wow! You look amazing!"<</speech>><br>
<<speech "AeryIno" "Aery">>"I have one last pose."<</speech>><br>
<img src="img/city/cosplay/aery/aeryino4.jpg"><br>
<<speech "You" $player.name>>"Fuck thats hot!"<</speech>><br>
<<speech "AeryIno" "Aery">>"Vote for me and we can have some fun!"<</speech>><br>
<<if $contest[0] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "aery">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "aery">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>><br>
<</if>>
</span><span id="mikasaalice">
<<nobr>>
Hanging around the competition room you're approached by one of the competitors. Her cosplay was a lot skimpier than the other participants so you clearly remember she was introduced as Alice.<br>
<img src="img/city/cosplay/alice/alicemikasa1.jpg"><br>
<<speech "AliceMikasa" "Alice">>"Hi, I'm Alice! I'm one of the competitors today."<</speech>><br>
<<speech "You" $player.name>>"Hi Alice, I'm $player.name. Your cosplay is amazing!"<</speech>><br>
<<speech "AliceMikasa" "Alice">>"Thank you so much, I'm definitely trying to win. I'm sure you could help me."<</speech>><br>
As she is talking to you she moves the red scarf to the side, and opens the jacket she is wearing revealing the perkiest pair of boobs you've ever seen. It seems she does not like to wear a lot of clothes while cosplaying.<br>
<img src="img/city/cosplay/alice/alicemikasa2.jpg"><br>
Leaving her jacket open, Alice turns around and pulls her thong down just below her ass cheeks lifting them up. Her ass looks amazing.<br>
<img src="img/city/cosplay/alice/alicemikasa3.jpg"><br>
<<speech "AliceMikasa" "Alice">>"I'm sure we can come to some kind of agreement to get you to vote for me."<</speech>><br>
She pulls her thong all the off and sits on the floor her legs spread just enough for you to see her beautiful pink pussy.<br>
<img src="img/city/cosplay/alice/alicemikasa4.jpg"><br>
<<speech "AliceMikasa" "Alice">>"If I win the competition we can continue this at your place."<</speech>><br>
<<if $contest[0] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "alice">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Mikasa1" "#mikasavote">><</replace>>
<</link>><br>
<</if>>
<</nobr>>
</span>
<span id="hinataalice">
<<nobr>>
<<speech "AliceHinata" "Alice">>"Hi, you look lonely. I'm Alice."<</speech>><br>
<<speech "You" $player.name>>"Hi Alice, I'm $player.name and I'm not lonely but you can keep me company."<</speech>><br>
<img src="img/city/cosplay/alice/alicehinata1.jpg"><br>
<<speech "AliceHinata" "Alice">>"Deal, I'm a little tired so I needed a place to sit."<</speech>><br>
<<speech "You" $player.name>>"Be my guest."<</speech>><br>
<img src="img/city/cosplay/alice/alicehinata2.jpg"><br>
<<speech "AliceHinata" "Alice">>"So $player.name, what are you doing here?"<</speech>><br>
<<speech "You" $player.name>>"Watching the competition."<</speech>><br>
<<speech "AliceHinata" "Alice">>"If you like watching the competition, you'll love this."<</speech>><br>
<img src="img/city/cosplay/alice/alicehinata3.jpg"><br>
<<speech "You" $player.name>>"That is something else."<</speech>><br>
<<speech "AliceHinata" "Alice">>"Here's another post, specifically for you."<</speech>><br>
<img src="img/city/cosplay/alice/alicehinata4.jpg"><br>
<<speech "AliceHinata" "Alice">>"If you vote for me, we can play some more."<</speech>><br>
<<if $contest[0] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "alice">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Hinata1" "#hinatavote">><</replace>>
<</link>><br>
<</if>>
<</nobr>>
</span>
<span id="togaalice">
<<speech "AliceToga" "Alice">>"Hello"<</speech>><br>
<<speech "You" $player.name>>"Hi, Alice right? I'm $player.name"<</speech>><br>
<<speech "AliceToga" "Alice">>"Nice to meet you $player.name"<</speech>><br>
<<speech "You" $player.name>>"Your Toga cosplay is really good!"<</speech>><br>
<<speech "AliceToga" "Alice">>"Thanks I even got the teeth."<</speech>><br>
<img src="img/city/cosplay/alice/alicetoga1.jpg"><br>
<<speech "You" $player.name>>"Cool!"<</speech>><br>
<<speech "AliceToga" "Alice">>"I think I made the skirt a little too short thogh, It shows off a lot of my ass."<</speech>><br>
<img src="img/city/cosplay/alice/alicetoga2.jpg"><br>
<<speech "You" $player.name>>"Yeah, I see that."<</speech>><br>
<<speech "AliceToga" "Alice">>"But, I also like that. It provides a thrill that anyone could see my pussy at any moment."<</speech>><br>
<img src="img/city/cosplay/alice/alicetoga3.jpg"><br>
<<speech "You" $player.name>>"I wouldn't mind that."<</speech>><br>
<<speech "AliceToga" "Alice">>"I could give you a little peek..."<</speech>><br>
<img src="img/city/cosplay/alice/alicetoga4.jpg"><br>
<<speech "AliceToga" "Alice">>"Make sure to vote for me and I could even let you dominate me.."<</speech>><br>
<<if $contest[0] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "alice">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>><br>
<</if>>
</span>
<span id="mitsurialice">
<<speech "AliceMitsuri" "Alice">>"Hello!!! I'm Alice!"<</speech>><br>
<<speech "You" $player.name>>"Hi Alice, I'm $player.name. Your Mitsuri cosplay is amazing."<</speech>><br>
<<speech "AliceMitsuri" "Alice">>"Thanks, I'm glad you like it!"<</speech>><br>
<img src="img/city/cosplay/alice/alicemitsuri1.jpg"><br>
<<speech "AliceMitsuri" "Alice">>"With the cosplay I'm trying to get the personality as well!"<</speech>><br>
<img src="img/city/cosplay/alice/alicemitsuri2.jpg"><br>
<<speech "You" $player.name>>"I think you're nailing it."<</speech>><br>
<<speech "AliceMitsuri" "Alice">>"Aww thanks! For you, I'll show you a little something."<</speech>><br>
<img src="img/city/cosplay/alice/alicemitsuri3.jpg"><br>
<<speech "You" $player.name>>"I appreciate it. They're very perky."<</speech>><br>
<<speech "AliceMitsuri" "Alice">>"Can you keep a secret?"<</speech>><br>
<<speech "You" $player.name>>"Of course."<</speech>><br>
<<speech "AliceMitsuri" "Alice">>"I'll show you something, don't tell anyone."<</speech>><br>
<img src="img/city/cosplay/alice/alicemitsuri4.jpg"><br>
<<speech "AliceMitsuri" "Alice">>"I like to wear a buttplug in this cosplay! Don't tell anyone."<</speech>><br>
<<speech "You" $player.name>>"I would never!"<</speech>><br>
<<speech "AliceMitsuri" "Alice">>"Good. If I win the competition I'll let you play with me."<</speech>><br>
<<if $contest[0] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "alice">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>><br>
<</if>>
</span>
<span id="meguminalice">
<<speech "You" $player.name>>"Hi, Alice? I'm $player.name, I saw you sitting here alone and figured I would come and talk."<</speech>><br>
<<speech "AliceMegumin" "Alice">>"Hi $player.name, that's nice of you."<</speech>><br>
<<speech "You" $player.name>>"I really like your cosplay, you really look like the character."<</speech>><br>
<img src="img/city/cosplay/alice/alicemegumin1.jpg"><br>
<<speech "AliceMegumin" "Alice">>"Thank you, I try."<</speech>><br>
<img src="img/city/cosplay/alice/alicemegumin2.jpg"><br>
<<speech "You" $player.name>>"Sorry, I can see up your skirt a little."<</speech>><br>
<<speech "AliceMegumin" "Alice">>"Only a little? Maybe this is a better view."<</speech>><br>
<img src="img/city/cosplay/alice/alicemegumin3.jpg"><br>
<<speech "You" $player.name>>"Oh, yeah I can definitely see more..."<</speech>><br>
<<speech "AliceMegumin" "Alice">>"Here get a good look."<</speech>><br>
<img src="img/city/cosplay/alice/alicemegumin4.jpg"><br>
<<speech "AliceMegumin" "Alice">>"Alright, shows over I have to get back to stage. If I win, we can have some fun after the comp."<</speech>><br>
<<if $contest[0] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "alice">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "alice">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>><br>
<</if>>
</span><span id="mikasacyberly">
<<nobr>>
Hanging around the Competition area you see one of the contestants sitting down by herself and decide to approach her.<br>
<img src="img/city/cosplay/cyberly/cyberlymikasa1.jpg"><br>
<<speech "You" $player.name>>"Hi I'm $player.name, I just wanted to tell you that your cosplay is really good."<</speech>><br>
<<speech "CyberlyMikasa" "Cyberly">>"Thank you, I'm Cyberly"<</speech>><br>
After you introduce yourselves and chat for a little while, you turn around to see what else is going on around the competition and when you look back at Cyberly she has released her tits from her top covering them with her scarf and doing ahego with her face.<br>
<img src="img/city/cosplay/cyberly/cyberlymikasa2.jpg"><br>
You think to yourself, damn cosplay girls sure are weird. Still staring at her chest, Cyberly frees her tits from the scarf letting you see her perky breasts.<br>
<img src="img/city/cosplay/cyberly/cyberlymikasa3.jpg"><br>
<<speech "CyberlyMikasa" "Cyberly">>"So, do you like what you see?"<</speech>><br>
<<speech "You" $player.name>>"Yeah, they are some nice titties."<</speech>><br>
<<speech "CyberlyMikasa" "Cyberly">>"Thank you, I have one last thing to show you."<</speech>><br>
She lays on her side and pulls her bodysuit to the side revealing her beautiful pink slit.<br>
<img src="img/city/cosplay/cyberly/cyberlymikasa4.jpg"><br>
<<speech "CyberlyMikasa" "Cyberly">>"Make sure to vote for me"<</speech>><br>
<<if $contest[0] is "cyberly">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>>
<<elseif $contest[1] is "cyberly">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>>
<<elseif $contest[2] is "cyberly">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Mikasa1" "#mikasavote">><</replace>>
<</link>>
<</if>>
<</nobr>>
</span>
<span id="mitsuricyberly">
<<speech "You" $player.name>>"Hey, I like your sword!"<</speech>><br>
<<speech "CyberlyMikasa" "Cyberly">>"Thank you! It really brings the cosplay together!"<</speech>><br>
<img src="img/city/cosplay/cyberly/cyberlymitsuri1.jpg"><br>
<<speech "CyberlyMikasa" "Cyberly">>"I like doing some poses with it."<</speech>><br>
<img src="img/city/cosplay/cyberly/cyberlymitsuri2.jpg"><br>
<<speech "CyberlyMikasa" "Cyberly">>"Just like Mitsuri, I'm looking for love."<</speech>><br>
<<speech "You" $player.name>>"I can make love to you."<</speech>><br>
<<speech "CyberlyMikasa" "Cyberly">>"Maybe if you're lucky!"<</speech>><br>
<<speech "CyberlyMikasa" "Cyberly">>"I'll just give you a litte sneak peak for now."<</speech>><br>
<img src="img/city/cosplay/cyberly/cyberlymitsuri3.jpg"><br>
<<speech "CyberlyMikasa" "Cyberly">>"I want to win the competition first, but I can show you a little first."<</speech>><br>
<img src="img/city/cosplay/cyberly/cyberlymitsuri4.jpg"><br>
<<speech "CyberlyMikasa" "Cyberly">>"Vote for me and we can make love."<</speech>><br>
<<if $contest[0] is "cyberly">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>>
<<elseif $contest[1] is "cyberly">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>>
<<elseif $contest[2] is "cyberly">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>>
<</if>>
</span><span id="mikasasweetie">
<<nobr>>
Seems like hanging around the competition area was the right choice, as you're approached by one of the competitors. You believe her name was Sweetie.<br>
<img src="img/city/cosplay/sweetie/sweetiemikasa1.jpg"><br>
<<speech "You" $player.name>>"Hi, I'm $player.name. What can I do for you?"<</speech>><br>
<<speech "SweetieMikasa" "Sweetie">>"Hi $player.name, I'm Sweetie. I saw you looking lonely so I figured I would come over and talk."<</speech>><br>
As she says the she takes off her jacket and sits on a nearby table in a provacative manner.<br>
<img src="img/city/cosplay/sweetie/sweetiemikasa2.jpg"><br>
<<speech "You" $player.name>>"Thats nice, so what do you want to talk about?"<</speech>><br>
<<speech "SweetieMikasa" "Sweetie">>"Well, for starters I would like to win this competition."<</speech>><br>
Seems she is serious about that as she stands up and opens her shirt revealing an impressively perky pair of tits.<br>
<img src="img/city/cosplay/sweetie/sweetiemikasa3.jpg"><br>
She continues to undress in front of you. Now left with only a scarf she turns away from you and wraps the scarf under her ass pulling it up to make it look more round. This woman has an incredibly fit body.<br>
<img src="img/city/cosplay/sweetie/sweetiemikasa4.jpg"><br>
<<speech "SweetieMikasa" "Sweetie">>"How about you vote for me, and I'll show you what this body can do?"<</speech>><br>
<<if $contest[0] is "sweetie">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>>
<<elseif $contest[1] is "sweetie">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>>
<<elseif $contest[2] is "sweetie">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Mikasa1" "#mikasavote">><</replace>>
<</link>>
<</if>>
<</nobr>>
</span>
<span id="makimasweetie">
<<speech "SweetieMakima" "Sweetie">>"Hi I'm Sweetie, whats your name?"<</speech>><br>
<<speech "You" $player.name>>"I'm $player.name, nice to meet you."<</speech>><br>
<<speech "SweetieMakima" "Sweetie">>"Do you come to these competitions often?"<</speech>><br>
<<speech "You" $player.name>>"Every now and then."<</speech>><br>
<img src="img/city/cosplay/sweetie/sweetiemakima1.jpg"><br>
<<speech "SweetieMakima" "Sweetie">>"Do you enjoy them?"<</speech>><br>
<<speech "You" $player.name>>"They're alright."<</speech>><br>
<<speech "SweetieMakima" "Sweetie">>"Maybe you just need them to be spiced up a bit."<</speech>><br>
<img src="img/city/cosplay/sweetie/sweetiemakima2.jpg"><br>
<<speech "SweetieMakima" "Sweetie">>"I'm sure if all cosplayers were like me, you would definitely come to more competitions."<</speech>><br>
<img src="img/city/cosplay/sweetie/sweetiemakima3.jpg"><br>
<<speech "SweetieMakima" "Sweetie">>"If they all did these poses, showing off"<</speech>><br>
<img src="img/city/cosplay/sweetie/sweetiemakima4.jpg"><br>
<<speech "You" $player.name>>"Yeah... I would definitely come everytime if everyone showed their assests like you do."<</speech>><br>
<<speech "SweetieMakima" "Sweetie">>"If you vote for me, you can do more than just look."<</speech>><br>
<<if $contest[0] is "sweetie">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>>
<<elseif $contest[1] is "sweetie">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>>
<<elseif $contest[2] is "sweetie">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>>
<</if>>
</span>
<span id="adasweetie">
<<speech "You" $player.name>>"Hi Sweetie! Your Ada cosplay is so good!"<</speech>><br>
<<speech "SweetieAda" "Sweetie">>"Thank you! Whats your name?"<</speech>><br>
<<speech "You" $player.name>>"I'm $player.name, nice to meet you."<</speech>><br>
<img src="img/city/cosplay/sweetie/sweetieada1.jpg"><br>
<<speech "SweetieAda" "Sweetie">>"Nice to meet you, while I enjoy cosplaying sometimes the costumes can get damaged, see?"<</speech>><br>
She turns around showing you her ripped fishnet stockings.<br>
<img src="img/city/cosplay/sweetie/sweetieada2.jpg"><br>
<<speech "You" $player.name>>"I can see how that would be annoying, but are you not afraid of me seeing your privates?"<</speech>><br>
<<speech "SweetieAda" "Sweetie">>"No, I enjoy the thrill. Thats why I don't wear panties either."<</speech>><br>
She lifts up her dress giving you view of her pussy behind her fishnets.<br>
<img src="img/city/cosplay/sweetie/sweetieada3.jpg"><br>
<<speech "SweetieAda" "Sweetie">>"I don't mind giving you a better view."<</speech>><br>
She says as she sits down, ripping her stockings further giving you a perfect view of her pink pussy.<br>
<img src="img/city/cosplay/sweetie/sweetieada4.jpg"><br>
<<speech "SweetieAda" "Sweetie">>"I have to get back to the competition now, if you vote for me I wouldn't mind doing more than just showing you..."<</speech>><br>
<<if $contest[0] is "sweetie">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>>
<<elseif $contest[1] is "sweetie">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>>
<<elseif $contest[2] is "sweetie">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>>
<</if>>
</span><span id="mikasageisha">
<<nobr>>
Walking around the competition area you spot one of the competitors, you remember her name is Geisha.<br>
<img src="img/city/cosplay/geisha/geishamikasa1.jpg"><br>
<<speech "You" $player.name>>"Hi Geisha, your cosplay is amazing!"<</speech>><br>
<<speech "GeishaMikasa" "Geisha">>"Oh, thank you! What was your name?"<</speech>><br>
<<speech "You" $player.name>>"Oh, my name is $player.name"<</speech>><br>
<<speech "GeishaMikasa" "Geisha">>"$player.name maybe you can vote for me?"<</speech>><br>
As she says this, Geisha takes her top off and lowers her pants, showing you her black calvin klein underwear.<br>
<img src="img/city/cosplay/geisha/geishamikasa2.jpg"><br>
<<speech "You" $player.name>>"Are you trying to buy my vote?"<</speech>><br>
<<speech "GeishaMikasa" "Geisha">>"I wouldn't call it that, just a little incentive to vote for me"<</speech>><br>
Now lowering her sports bra to reveal two perky breasts.<br>
<img src="img/city/cosplay/geisha/geishamikasa3.jpg"><br>
<<speech "You" $player.name>>"Well I definitely like these incentives"<</speech>><br>
<<speech "GeishaMikasa" "Geisha">>"I have one last thing to show you.<</speech>><br>
Geisha turns around and grabs her black thong pulling it to the side while spreading her cheeks for you.<br>
<img src="img/city/cosplay/geisha/geishamikasa4.jpg"><br>
<<speech "GeishaMikasa" "Geisha">>"If you vote for me we can go somewhere quiet after the competition"<</speech>><br>
<<if $contest[0] is "geisha">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>>
<<elseif $contest[1] is "geisha">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>>
<<elseif $contest[2] is "geisha">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Mikasa1" "#mikasavote">><</replace>>
<</link>>
<</if>>
<</nobr>>
</span><<if lastVisited("CosCompMikasa") eq 1>>
<<contestwin "aery" "mikasa">>
<<speech "AeryMikasa" "Aery">>"Thanks for voting for me, why don't we head back to my place?"<</speech>><br>
<<speech "You" $player.name>>"Okay"<</speech>><br>
<<linkreplace "Later At Aery's Place">>
You knock on the door at Aerys place and you hear her tell you to come in. You walk in and don't see her around...<br>
<<speech "AeryMikasa" "Aery">>"Come in to the bedroom!"<</speech>><br>
As you walk into the bedroom there's Aery still partially in cosplay hanging from the ceiling in some kind of sex swing contraption.<br>
<<speech "AeryMikasa" "Aery">>"Do whatever you want with me..."<</speech>><br>
You don't have to be told twice, you quickly get naked. You walk up to her face and stick your hard cock into her mouth. Grabbing the back of her head you fuck her face, treating her like a whore.<br>
<video src="img/city/cosplay/aery/aerymikasa1a.webm" width="400px" autoplay loop muted></video><br>
Had enough of her mouth you spin her around to take her from behind. Still suspended you grab her hips and line your cock up with her pussy. You slowly insert your massive member into her already soaking wet hole. Once fully inserted you grab the swing for leverage and start pumping hard and deep into her wet cunt.<br>
<video src="img/city/cosplay/aery/aerymikasa1b.webm" width="400px" autoplay loop muted></video><br>
Taking her off the sex swing, you lay back on the bed and command her.<br>
<<speech "You" $player.name>>"Ride me slut!"<</speech>><br>
Wasting no time Aery straddles you and impales herself on your dick. She rides you, aggresively bouncing up and down on your hard cock.<br>
<video src="img/city/cosplay/aery/aerymikasa1c.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Turn around and twerk on my cock!"<</speech>><br>
As shes twerking on your dick you feel her pussy start to tighten around you.<br>
<<speech "AeryMikasa" "Aery">>"Fuck, I'm gonna cum!!"<</speech>><br>
<video src="img/city/cosplay/aery/aerymikasa1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Fuck I'm gonna cum!!!"<</speech>><br>
<<speech "AeryMikasa" "Aery">>"Cum inside me!! Cum inside this little slut!!"<</speech>><br>
You don't last much longer and blow your huge load into her tight little pussy.<br>
<video src="img/city/cosplay/aery/aerymikasa1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "AeryMikasa" "Aery">>"Come to the competition again, I have other cosplays."<</speech>><br>
<</linkreplace>><br>
<<elseif lastVisited("CosCompHinata") eq 1>>
<<contestwin "aery" "hinata">>
<<speech "AeryHinata" "Aery">>"lets find someplace private and continue where we left off."<</speech>><br>
<<speech "You" $player.name>>"Lead the way."<</speech>><br>
<<linkreplace "Someplace private...">>
You and Aery find someplace outdoors where it doesn't look like anyone is going to come anytime soon. Once you get there Aery immediately gets undressed and tells you to do the same. She pulls you in for a kiss at the same time jerking you off. She slides down to her knees and begins sucking your cock.<br>
<video src="img/city/cosplay/aery/aeryhinata1a.webm" width="200px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Lay down, I wanna fuck you."<</speech>><br>
She lays back, and covers her mouth with her headband as to not make too much noise and alert people. You slowly insert your huge cock into her waiting pussy. You begin fucking her slow and deep and she plays with her nipples.<br>
<video src="img/city/cosplay/aery/aeryhinata1b.webm" width="200px" autoplay loop muted></video><br>
<<speech "AeryHinata" "Aery">>"I want to ride you."<</speech>><br>
Its your turn to lay down now, as you do Aery straddles you while leaning back on her arms. She slowly slides her pussy down until your full length is inside her. While bouncing on your cock she brings one hand up to her breasts and starts rubbing her nipples. Her face giving off nothing but pleasure as she brings herself to and orgasm on your cock.<br>
<video src="img/city/cosplay/aery/aeryhinata1c.webm" width="200px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Stand up and bend over!"<</speech>><br>
You command, wanting to take control and set the pace again. You line your cock up with her hole once again and thrust balls deep in one stroke. You grab her hips as you start to fuck her, bouncing your waist against her ass.<br>
<video src="img/city/cosplay/aery/aeryhinata1d.webm" width="200px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm gonna cum!"<</speech>><br>
<<speech "AeryHinata" "Aery">>"Cum inside me!!"<</speech>><br>
No sooner does she say that, do you blow a massive load inside her little hole. As you pull your cock out, she pushes your sticky mess out along with you.<br>
<video src="img/city/cosplay/aery/aeryhinata1e.webm" width="200px" autoplay loop muted></video><br>
<<speech "AeryHinata" "Aery">>"You should come more often, I have more cosplays."<</speech>><br>
<</linkreplace>><br>
<<elseif lastVisited("CosCompOpen") eq 1>>
<<if $contestset0 eq "shinobu" || $contestset1 eq "shinobu" || $contestset2 eq "shinobu">>
<<contestwin "aery" "shinobu">>
<<speech "AeryShinobu" "Aery">>"Tanks for voting for me! We can go back to my room again."<</speech>><br>
<<speech "You" $player.name>>"Of course, lead the way!"<</speech>><br>
<<linkreplace "Her room">>
You walk in her room, she tells you to wait by the door while she gets ready. Once ready she calls you in and you find her on the bed wearing the shinobu robe, fishnets and some crotchless panties. Her ass shiny, as she just rubbed baby oil.<br>
<<speech "AeryShinobu" "Aery">>"Ready for some fun?"<</speech>><br>
<video src="img/city/cosplay/aery/aeryshinobu1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Hell yeah!"<</speech>><br>
<<speech "AeryShinobu" "Aery">>"Get naked and lay down, I'm gonna ride you first."<</speech>><br>
You do as she says, laying down. Aery straddles you, facing away from you so you can see her ass move as she rides. She slowly lowers herself down on your massive cock, fully inserting your length into her. Once you're balls deep in her pussy she begins bouncing her ass, twerking on your cock. She quickly brings her self to and orgasm on your massive member.<br>
<video src="img/city/cosplay/aery/aeryshinobu1b.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"My turn!"<</speech>><br>
You say as you flip her around into missionary position and slap your cock against her sweet pussy lips. You easily insert your dick back into her soaking wet hole and begin thrusting away as she plays with her clit.<br>
<video src="img/city/cosplay/aery/aeryshinobu1c.webm" width="400px" autoplay loop muted></video><br>
<<speech "AeryShinobu" "Aery">>"Cum with me! Cum inside me!"<</speech>><br>
As you continue fucking her, you feel her pussy tighten up around your shaft as your thrusting. This pleasure is too much for you and you start to cum inside her as she is cumming around your cock.<br>
<video src="img/city/cosplay/aery/aeryshinobu1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "AeryShinobu" "Aery">>"You should come more often, I have more cosplays."<</speech>><br>
<</linkreplace>><br>
<<elseif $contestset0 eq "yor" || $contestset1 eq "yor" || $contestset2 eq "yor">>
<<contestwin "aery" "yor">>
<<speech "You" $player.name>>"Congrats on winning!"<</speech>><br>
<<speech "AeryYor" "Aery">>"It's all thanks to you!"<</speech>><br>
<<speech "You" $player.name>>"You haven't forgotten about what you said right?"<</speech>><br>
<<speech "AeryYor" "Aery">>"Of course not, lets go someplace private."<</speech>><br>
<<linkreplace "Someplace Private...">>
You find your way back to the area you were at when you first talked to Aery.<br>
<<speech "AeryYor" "Aery">>"Take your clothes off and get on the couch."<</speech>><br>
You do as she commands. Aery lays down next to you and eagerly takes your thick cock into her mouth. Shes sucks you as deeps as she can with no hands.<br>
<video src="img/city/cosplay/aery/aeryyor1a.webm" width="400px" autoplay loop muted></video><br>
She stops sucking and straddles you, her dress still on. She impales her self balls deep on your cock before she starts grinding against you. Her tight pussy can barely handle your girthy member. She cries out in pleasure as she moves her hips and you grab her ass.<br>
<video src="img/city/cosplay/aery/aeryyor1b.webm" width="400px" autoplay loop muted></video><br>
She turns around and squats on your cock, reverse cowgirl style. Her hands firmly pressed on your legs for support she bounces up and down on your cock moaning loudly as she does.<br>
<video src="img/city/cosplay/aery/aeryyor1c.webm" width="400px" autoplay loop muted></video><br>
You want to take control so you push her off you and into doggy on the couch. You grab her hips and thrust your hard cock into her tight little hole. You fuck her tight pussy as you feel it starting to grip your member tightly. She cums on your cock as you're fucking her doggy style.<br>
<video src="img/city/cosplay/aery/aeryyor1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Fuck! I'm gonna cum!"<</speech>><br>
<<speech "AeryYor" "Aery">>"Do it! Cum inside me!"<</speech>><br>
You let out a massive load inside her tight pussy and pull out. After you pull out she pushes your stick cum out.<br>
<video src="img/city/cosplay/aery/aeryyor1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "AeryYor" "Aery">>"You should come more often, I have more cosplays."<</speech>><br>
<</linkreplace>><br>
<<elseif $contestset0 eq "ino" || $contestset1 eq "ino" || $contestset2 eq "ino">>
<<contestwin "aery" "ino">>
<<speech "AeryIno" "Aery">>"Hi! Thank you for voting for me!"<</speech>><br>
<<speech "You" $player.name>>"Of course, I'm glad you won!"<</speech>><br>
<<speech "AeryIno" "Aery">>"Alright lets go someplace private."<</speech>><br>
<linkreplace "Someplace Private...">>
As you find a private place Aery immediately gets to her knees and tells you to use her mouth. You quickly takes your pants off and stick your dick in her mouth. She begins to suck your soft dick until you're hard enough to start fucking her mouth. You grab the back of her head and start thrusting away.<br>
<video src="img/city/cosplay/aery/aeryino1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Ride me!"<</speech>><br>
You command as you lay down. Aery stradles your legs and squats down, slowly lowering herself onto your hard cock. She leans her arms against your legs for balance as she bounces up and down.<br>
<video src="img/city/cosplay/aery/aeryino1b.webm" width="400px" autoplay loop muted></video><br>
She turns around into reverse cowgirl so you can get a good view of her round ass as she twerks on your cock. She rides you like a pro as she brings herself to an amazing orgasm while you slap her ass. Sounds of moaning fill the air as you hope no one finds you.<br>
<video src="img/city/cosplay/aery/aeryino1c.webm" width="400px" autoplay loop muted></video><br>
You push Aery forward onto her hands and knees and continue fucking her from behind. Bringing one leg up for leverage and grabbing her hips you thrust hard and deep into her sweet little pussy. Making her moan as you slap your body against her ass continuously.<br>
<video src="img/city/cosplay/aery/aeryino1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm ready to cum!"<</speech>><br>
<<speech "AeryIno" "Aery">>"Cum inside me! I want you to fill me up!"<</speech>><br>
You release a huge load inside her tight little hole, leaving her gaping as you pull out. You cover her pussy with her fishnets as she pushes the cum out of her well used hole.<br>
<video src="img/city/cosplay/aery/aeryino1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "AeryIno" "Aery">>"You should come more often, I have more cosplays."<</speech>><br>
<</linkreplace>><br>
<</if>>
<</if>>
<<if !$house.bought>>
<br>[[Go home|Apartment]]
<<elseif $house.bought>>
<br>[[Go home|House]]
<</if>>
<<set $cosplay.voted to true>><<if lastVisited("CosCompMikasa") eq 1>>
<<contestwin "alice" "mikasa">>
<<speech "AliceMikasa" "Alice">>"I won!!!"<</speech>><br>
<<speech "You" $player.name>>"Congrats! You deserve it, your cosplay is amazing."<</speech>><br>
<<speech "AliceMikasa" "Alice">>"Thank you, now lets go back to yours."<</speech>><br>
<<linkreplace "Back at your place...">>
<<speech "You" $player.name>>"Make yourself comfortable."<</speech>><br>
Alice definitely started making herself comfortable, quickly stripping out of her clothes before squatting down by the couch.<br>
<<speech "AliceMikasa" "Alice">>"My mouth isn't gonna fuck itself."<</speech>><br>
You quickly strip off your clothes aswell, and walk over to alice cock at full mast. She gets right to working sucking your cock, doing her best to take it deep as your thrust.<br>
<video src="img/city/cosplay/alice/alicemikasa1a.webm" width="400px" autoplay loop muted></video><br>
You do a quick reajustment straddling her face by kneeling on the couch. You grab the back of her head and really start fucking her face. The only sounds in the room are her gagging on your large member invading her throat. You hold your cock deep in her throat for a second before letting her breath.<br>
<video src="img/city/cosplay/alice/alicemikasa1b.webm" width="400px" autoplay loop muted></video><br>
Finished throat fucking her, Alice gets up and bends over spreading her cheeks.<br>
<<speech "AliceMikasa" "Alice">>"I want you to fuck my ass."<</speech>><br>
You get behind her and position your tip at her rear entrance slowly inserting it into her tight hole. You start fucking slow and shallow as there hasn't been much preperation to loosen her ass for a proper fucking.<br>
<video src="img/city/cosplay/alice/alicemikasa1c.webm" width="400px" autoplay loop muted></video><br>
It doesn't take long for her ass to get accustomed to your girthy meat. You start to fuck her deeper with long strokes. Alice puts her legs together and puts her face against the couch as you're plowing her hole.<br>
<video src="img/city/cosplay/alice/alicemikasa1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceMikasa" "Alice">>"Let me ride that monster."<</speech>><br>
You lay back on the couch as Alice slides her legs under yours. She grabs your dick and lines it up with her asshole as she slowly slides down. Once you're balls deep in her tight hole you start thrusting up against her as she is pushing down on you. In perfect rythm with each other you bring Alice to an anal orgasm.<br>
<video src="img/city/cosplay/alice/alicemikasa1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm gonna cum!"<</speech>><br>
<<speech "AliceMikasa" "Alice">>"Cover my slutty face!"<</speech>><br>
You pull out of her ass and stand up, Alice drops to her knees mouth open tongue out in anticipation of your load. You jerk until you shoot rope after rope of cum over her pretty little face.<br>
<video src="img/city/cosplay/alice/alicemikasa1f.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceMikasa" "Alice">>"I hope I can see you again, maybe in one of my other cosplays."<</speech>><br>
<</linkreplace>><br>
<<elseif lastVisited("CosCompHinata") eq 1>>
<<contestwin "alice" "hinata">>
<<speech "You" $player.name>>"Congrats on winning!"<</speech>><br>
<<speech "AliceHinata" "Alice">>"Thank you! I'm so happy!"<</speech>><br>
<<speech "AliceHinata" "Alice">>"Lets go back to mine..."<</speech>><br>
<<linkreplace "At Alices...">>
<<speech "AliceHinata" "Alice">>"Come in, make yourself comfortable on the bed."<</speech>><br>
Understanding what she is after you quickly get undressed and lay on the bed. She follows after you getting between your legs. She grabs your cock, which starts to grow almost immediately. Alice eagerly starts sucking your cock while jerking your shaft, bring you to full hardness in a matter of seconds.<br>
<video src="img/city/cosplay/alice/alicehinata1a.webm" width="400px" autoplay loop muted></video><br>
Alice stops sucking and turns around, her fishnets not covering her ass at all.<br>
<<speech "AliceHinata" "Alice">>"I know you've been waiting for this."<</speech>><br>
She spreads her cheeks and slowly lowers herself down on your massive cock. Her tight pussy feels amazing as you enter her. She takes a second to get accustomed to your size before moving her hips, bouncing on your cock slowly.<br>
<video src="img/city/cosplay/alice/alicehinata1b.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Lay back, it's my turn."<</speech>><br>
Alice stops riding and lays on her back spreading her legs wide ready for you to enter her again. You position yourself between her legs and insert your cock, starting slow at first but gradually speeding up. Once your pace picks up Alice brings her hand down to rub her clit as your thrusting.<br>
<video src="img/city/cosplay/alice/alicehinata1c.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceHinata" "Alice">>"Take me from behind!"<</speech>><br>
You both quickly readjust positions, now behind her you grab her hips for leverage and begin fucking her with deep slow strokes. She is pushing back against you as you're inserting, both of you in perfect rhythm.<br>
<video src="img/city/cosplay/alice/alicehinata1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm gonna cum! Get on your knees!"<</speech>><br>
You pull out and Alice quickly gets to your knees, grabbing your cock. It doesn't take her long to make you cum in her open mouth. As you cum she eagerly sucks every last drop out of your cock.<br>
<video src="img/city/cosplay/alice/alicehinata1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceHinata" "Alice">>"I hope I can see you again, maybe in one of my other cosplays."<</speech>><br>
<</linkreplace>>
<<elseif lastVisited("CosCompOpen") eq 1>>
<<if $contestset0 eq "megumin" || $contestset1 eq "megumin" || $contestset2 eq "megumin">>
<<contestwin "alice" "megumin">>
<<speech "AliceMegumin" "Alice">>"I won! Yay!"<</speech>><br>
<<speech "You" $player.name>>"Congrats!"<</speech>><br>
<<speech "AliceMegumin" "Alice">>"I didn't forget about you, let go finish our fun."<</speech>><br>
<<linkreplace "To Alice's home">>
You arrive at Alice's place and she brings you into the living room. Once there you make your move, grabbing her and bringing her in for a long kiss while she starts rubbing your crotch. She starts undoing your pants, pulling them down. Alice pushes you back onto a chair and kneels down between your legs, massive cock pointing right at her face. Excited, Alice grabs your cock strokes first before taking it deep in her mouth.<br>
<video src="img/city/cosplay/alice/alicemegumin1a.webm" width="400px" autoplay loop muted></video><br>
Alice takes her panties off and lifts her dress, laying back on the couch behind her. Spreading her legs you move in slowly inserting into her tight wet hole. She rubs her clit as you pump in and out of her little pussy.<br>
<video src="img/city/cosplay/alice/alicemegumin1b.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceMegumin" "Alice">>"Let me ride you."<</speech>><br>
Back on the chair you lay back as Alice backs against you. Her legs close together inbetween yours she boucnes her ass up and down moaning loudly.<br>
<video src="img/city/cosplay/alice/alicemegumin1c.webm" width="400px" autoplay loop muted></video><br>
You stand up pushing Alice forward onto the couch, now on her hands and knees. You position yourself behind her and get back to work pummeling her pussy. Grabbing her ass for leverage and lifting one leg you pound her pussy until her legs shake bringing her to cum on your cock.<br>
<video src="img/city/cosplay/alice/alicemegumin1d.webm" width="400px" autoplay loop muted></video><br>
Not long after her cumming, the tightening of her pussy brings you close to completion. Alice feeling your cock start to tighten up inside her,<br>
<<speech "AliceMegumin" "Alice">>"Don't come inside me!"<</speech>><br>
You pull out just intime to cover her ass in your massive load.<br>
<video src="img/city/cosplay/alice/alicemegumin1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceMegumin" "Alice">>"I hope I can see you again, maybe in one of my other cosplays."<</speech>><br>
<</linkreplace>>
<<elseif $contestset0 eq "mitsuri" || $contestset1 eq "mitsuri" || $contestset2 eq "mitsuri">>
<<contestwin "alice" "mitsuri">>
<<speech "You" $player.name>>"Congrats!"<</speech>><br>
<<speech "AliceMitsuri" "Alice">>"Thank you, I'm so happy!"<</speech>><br>
<<speech "You" $player.name>>"You remember our deal?"<</speech>><br>
<<speech "AliceMitsuri" "Alice">>"Of course let's go!"<</speech>><br>
<<linkreplace "Alice's room">>
You get to Alice's place and head to her room. She sits you down on a chair.<br>
<<speech "AliceMitsuri" "Alice">>"Enjoy the show for now."<</speech>><br>
Alice gets on the couch infront of you, pulling her skirt up, removing her panties and taking the buttplug out of her ass. She sucks on two fingers seductively and then inserts them into her tight little asshole, finger fucking herself in front of you.<br>
<video src="img/city/cosplay/alice/alicemitsuri1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceMitsuri" "Alice">>"I'm ready, come fuck my tight little asshole!"<</speech>><br>
Cock in hand, you push against Alice's back door. Since she has been plugged all day and just finger fucked, you easily slide in her warmed up asshole. Although your cock is quite a bit bigger than a plug or fingers so you start slow to get her accustomed to your size.<br>
<video src="img/city/cosplay/alice/alicemitsuri1b.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Get on top!"<</speech>><br>
You pull out of her ass and sit down on the couch. She squats over you, facing away from you and slides down balls deep on your cock. You grab her hips to help support her as she begins to bounce at an increasing pace.<br>
<video src="img/city/cosplay/alice/alicemitsuri1c.webm" width="400px" autoplay loop muted></video><br>
Alice, still straddling you, turns around to face you and sits back down on your cock. You grab her hips and begin bouncing her on you while slightly thrusting up at the same time.<br>
<video src="img/city/cosplay/alice/alicemitsuri1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Let me fuck your face!"<</speech>><br>
Alice gets off you and lays back on the couch, inserting a pillow under her neck to be in the optimal position for throat fucking. She leans her head back and you insert your cock into her mouth and push it back into the entrance to her throat and begin thrusting.<br>
<video src="img/city/cosplay/alice/alicemitsuri1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm gonna cum! Hold your mouth open!"<</speech>><br>
You pull out of her throat and stroke your cock until you're ready to bust. Alice holds her mouth open, tongue out, eagerly awaiting your load. You don;t last long and begin shooting rope after rope of hot sticky cum into her mouth, onto her face and some on her tits.<br>
<video src="img/city/cosplay/alice/alicemitsuri1f.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceMitsuri" "Alice">>"I loved that. Come to the competition again, I do more cosplays."<</speech>><br>
<</linkreplace>>
<<elseif $contestset0 eq "toga" || $contestset1 eq "toga" || $contestset2 eq "toga">>
<<contestwin "alice" "toga">>
<<speech "AliceToga" "Alice">>"I won!"<</speech>><br>
<<speech "You" $player.name>>"Ready to be dominated?"<</speech>><br>
<<speech "AliceToga" "Alice">>"Of course, let's go!"<</speech>><br>
<<linkreplace "Her place">>
You get to Alice's place and she brings you to her room where she pulls out some toys and rope. You use the rope to tie her hands to her bedframe. Grabbing a dildo you pull her skirt up revealing her pretty pink pussy. You slowly insert the toy into her tight hole as she moans in pleasure, not being able to do anything.<br>
<video src="img/city/cosplay/alice/alicetoga1a.webm" width="400px" autoplay loop muted></video><br>
After foreplay, you untie her and get undressed. She puts a collar with a chain around her neck and gives you the chain. You push her onto her hands and knees, grabbing the chain, you start to fuck her in her sweet pussy as you're pulling on the chain around her neck.<br>
<video src="img/city/cosplay/alice/alicetoga1b.webm" width="400px" autoplay loop muted></video><br>
You take the collar off her and she lays on her back.<br>
<<speech "AliceToga" "Alice">>"Fuck my ass baby."<</speech>><br>
You slowly insert your massive member into her tight little asshole and begin with slow shallow strokes. Alice grabs the dildo from earlier and inserts it deep into her tight pussy, double penetrating herself.<br>
<video src="img/city/cosplay/alice/alicetoga1c.webm" width="400px" autoplay loop muted></video><br>
You pull Alice ontop of you and put her in a full nelson while you're ballsdeep in her asshole. You bounce her on your cock making sure you go deep before you hold her down and start aggresively pumping into her tight hole causing her face to contort in a mixture of pain and pleasure.<br>
<video src="img/city/cosplay/alice/alicetoga1d.webm" width="400px" autoplay loop muted></video><br>
Tired, you lay Alice on her back with a pillow under her ass to raise her hips. She holds her legs spread and towards her chest as you slowly fuck her with long and deep strokes.<br>
<video src="img/city/cosplay/alice/alicetoga1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm gonna cum!"<</speech>><br>
<<speech "AliceToga" "Alice">>"Cover me!"<</speech>><br>
You pull out and stand up, and cum all over her.<br>
<video src="img/city/cosplay/alice/alicetoga1f.webm" width="400px" autoplay loop muted></video><br>
<<speech "AliceToga" "Alice">>"Come see my other cosplays sometime."<</speech>><br>
<</linkreplace>>
<</if>>
<</if>>
<<if !$house.bought>>
<br>[[Go home|Apartment]]
<<elseif $house.bought>>
<br>[[Go home|House]]
<</if>>
<<set $cosplay.voted to true>><<if lastVisited("CosCompMikasa") eq 1>>
<<contestwin "cyberly" "mikasa">>
<<speech "CyberlyMikasa" "Cyberly">>"Wow, I can't believe I won!"<</speech>><br>
<<speech "You" $player.name>>"I'm glad I voted for you."<</speech>><br>
<<speech "CyberlyMikasa" "Cyberly">>"Me too! I can show you my appreciation now."<</speech>><br>
Cyberly gets down on her knees, bringing her hands to your crotch. She fumbles around with your pants for a little before releasing your throbbing cock. Once freed she grabs your shaft and starts greedily sucking, making sure to keep eye contact while she slobers on your dick.<br>
<video src="img/city/cosplay/cyberly/cyberlymikasa1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I want to see you face down ass up."<</speech>><br>
Cyberly does as you say and you enter her from the back. Pounding away at her tight little pussy she moans in pleasure as her ass bounces against your thighs. You both get into a nice rhythm of you thrusting into her and her pushing back against you.<br>
<video src="img/city/cosplay/cyberly/cyberlymikasa1b.webm" width="400px" autoplay loop muted></video><br>
<<speech "CyberlyMikasa" "Cyberly">>"Let me ride you!"<</speech>><br>
You lay back and Cyberly backs up to you, placing her legs under your legs and leaning forward as she inserts your cock into her wet slit. She slowly bounces her huge ass on your hard cock moaning from how much you're stretching her open. You love the view of her ass you get in this position.<br>
<video src="img/city/cosplay/cyberly/cyberlymikasa1c.webm" width="400px" autoplay loop muted></video><br>
You don't last long in her tight pussy ready to cum.<br>
<<speech "You" $player.name>>"I'm gonna cum! Where do you want it?"<</speech>><br>
<<speech "CyberlyMikasa" "Cyberly">>"Cum all over my slutty little face!"<</speech>><br>
You quickly pull out and she gets on her knees just as fast and quickly grabs your cock jerking you to completition. You blow a massive load all over her face, absolutely covering her in your sticky load.<br>
<video src="img/city/cosplay/cyberly/cyberlymikasa1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "CyberlyMikasa" "Cyberly">>"You should come to the Anime Convention more often."<</speech>><br>
<<elseif lastVisited("CosCompHinata") eq 1>>
<<elseif lastVisited("CosCompOpen") eq 1>>
<<if $contestset0 eq "mitsuri" || $contestset1 eq "mitsuri" || $contestset2 eq "mitsuri">>
<<contestwin "cyberly" "mitsuri">>
<<speech "CyberlyMitsuri" "Cyberly">>"I'm so glad you voted for me!"<</speech>><br>
<<speech "You" $player.name>>"I couldn't resist the offer of making love to you!"<</speech>><br>
<<speech "CyberlyMitsuri" "Cyberly">>"Lets not wait any longer then."<</speech>><br>
Cyberly lays back and spreads her legs, encouraging you to pull your cock out. She rubs her pussy and jerks your cock.<br>
<video src="img/city/cosplay/cyberly/cyberlymitsuri1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "CyberlyMitsuri" "Cyberly">>"I want your cock inside me."<</speech>><br>
She holds her legs up as you insert your massive member into her tight slit. You pump away at her pussy as shes moaning and her face is contorting in pleasure.<br>
<video src="img/city/cosplay/cyberly/cyberlymitsuri1b.webm" width="400px" autoplay loop muted></video><br>
Wanting to try a different position you flip her over and push her against the bed, keeping her ass in the air. You grab her hips and thrust your hard cock inside her pussy deep. You fuck her hard as her ass bounces against your thighs.<br>
<video src="img/city/cosplay/cyberly/cyberlymitsuri1c.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Suck my dick!!"<</speech>><br>
She gets on her knees and you grab the back of her head encouraging her to suck you hard. Cyberly jerks your shaft as she sucks your tip in your mouth while she moans, slobbering ony your cock.<br>
<video src="img/city/cosplay/cyberly/cyberlymitsuri1d.webm" width="400px" autoplay loop muted></video><br>
Her expert sucking skills bring you to orgasm quickly as you warn her you're about to cum she jerks you onto her face and in her mouth. You cum as she licks your cock clean.<br>
<video src="img/city/cosplay/cyberly/cyberlymitsuri1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"That was fun, I will definitely be coming back to this competition."<</speech>><br>
<</if>>
<</if>>
<<if !$house.bought>>
<br>[[Go home|Apartment]]
<<elseif $house.bought>>
<br>[[Go home|House]]
<</if>>
<<set $cosplay.voted to true>><<if lastVisited("CosCompMikasa") eq 1>>
<<contestwin "sweetie" "mikasa">>
<<speech "SweetieMikasa" "Sweetie">>"I won!"<</speech>><br>
<<speech "You" $player.name>>"That's great! I'm glad my vote could help!"<</speech>><br>
<<speech "SweetieMikasa" "Sweetie">>"I haven't forgotten what I said, lets head back to my place."<</speech>><br>
<<linkreplace "Sweeties place...">>
<<speech "SweetieMikasa" "Sweetie">>"Welcome to my place, let's skip the tour and get right to buisness."<</speech>><br>
<<speech "You" $player.name>>"What buisness would that be?"<</speech>><br>
Sweetie drops to her knees pulling your pants down on the way. Sh grabs your cock and starts jerking you until you're hard as a rock. Once hard she begins sucking your cock, going deep and mainting eye contact.<br>
<video src="img/city/cosplay/sweetie/sweetiemikasa1a.webm" width="400px" autoplay loop muted></video><br>
Thinking you're hard enough Sweetie stands up and drops her pants and panties to her ankles before crawling onto the bed. Sticking her ass in the air while looking back at you..<br>
<<speech "SweetieMikasa" "Sweetie">>"Come fuck me!"<</speech>><br>
Ready to fuck her tight pussy you line your hard cock up with her wet hole and slowly insert your girthy member balls deep in her before performing long deep strokes.<br>
<video src="img/city/cosplay/sweetie/sweetiemikasa1b.webm" width="400px" autoplay loop muted></video><br>
You stop fucking her and lay down on the bed commanding her.<br>
<<speech "You" $player.name>>"Ride me!"<</speech>><br>
Sweetie quickly finishes undressing, leaving only the red scarf on. She jumps on the bed and kneels over you. Grabbing your dick she slowly lowers herself down before begin to ride you. You can only focus on her perky tits bouncing as she rides.<br>
<video src="img/city/cosplay/sweetie/sweetiemikasa1c.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I want to see that perfect ass!"<</speech>><br>
Sweetie stops riding for a moment and turns around sliding her legs under yours. You quickly insert your pole inside her waiting hole and begin pumping inside her. You grab her fat ass as you're fucking her unable to resist it.<br>
<video src="img/city/cosplay/sweetie/sweetiemikasa1d.webm" width="400px" autoplay loop muted></video><br>
You push her forward onto her stomach and start pistoning away at her pussy.<br>
<<speech "You" $player.name>>"I'm gonna cum!"<</speech>><br>
<<speech "SweetieMikasa" "Sweetie">>"Not inside!"<</speech>><br>
You pull out just in time, covering her ass with your hot sticky load.<br>
<video src="img/city/cosplay/sweetie/sweetiemikasa1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "SweetieMikasa" "Sweetie">>"Wow! That was amazing, you should come to the competitions more often. You might see me in other cosplays."<</speech>><br>
<</linkreplace>><br>
<<elseif lastVisited("CosCompHinata") eq 1>>
<<elseif lastVisited("CosCompOpen") eq 1>>
<<if $contestset0 eq "makima" || $contestset1 eq "makima" || $contestset2 eq "makima">>
<<contestwin "sweetie" "makima">>
<<speech "SweetieMakima" "Sweetie">>"Yay I won!"<</speech>><br>
<<speech "You" $player.name>>"It seems my vote actually did something, congrats!"<</speech>><br>
<<speech "SweetieMakima" "Sweetie">>"Come with me, I'll let you do more than just look.."<</speech>><br>
<<linkreplace "Later...">>
Sweetie brings you to her place, she pulls your pants down and pushes you onto the couch.<br>
<<speech "SweetieMakima" "Sweetie">>"Ready?"<</speech>><br>
<<speech "You" $player.name>>"I like where this is going!"<</speech>><br>
Maintaining eye contact, Sweetie drops inbetween your legs slowing bring her face to your crotch. She grabs your cock and guides it into her mouth giving you an amazing hands free blowjob.<br>
<video src="img/city/cosplay/sweetie/sweetiemakima1a.webm" width="400px" autoplay loop muted></video><br>
Now that you're hard Sweetie pulls her pants and underwear down revealing her beautiful round ass. She gets face down ass up on the couch.<br>
<<speech "SweetieMakima" "Sweetie">>"Fuck me"<</speech>><br>
You obey, quickly inserting your massive rod into her wet hole. You pump in and out of her fast and hard.<br>
<video src="img/city/cosplay/sweetie/sweetiemakima1b.webm" width="400px" autoplay loop muted></video><br>
<<speech "SweetieMakima" "Sweetie">>"Lay down!"<</speech>><br>
<<speech "You" $player.name>>"Yes ma'am!"<</speech>><br>
You do as you're told and Sweetie takes her pants off completely, along with her shirt leaving just stockings, garter belt, bra and a tie on. She squats down over you and slowly slides onto your cock. Leaning back for support she begins bouncing aggresively, bringing herself to a quick orgasm.<br>
<video src="img/city/cosplay/sweetie/sweetiemakima1c.webm" width="400px" autoplay loop muted></video><br>
She gets up and instructs you get sit on the couch, straddling you once more. Your cock reenters her with ease and you grab her ass controlling the pace this time. You mercilessly slam her down on your cock, bringing her to another orgasm.<br>
<video src="img/city/cosplay/sweetie/sweetiemakima1d.webm" width="400px" autoplay loop muted></video><br>
You flip her around into missionary and continue fucking her. Unable to hold any longer you inform Sweetie.<br>
<<speech "You" $player.name>>"I'm cumming!"<</speech>><br>
<<speech "SweetieMakima" "Sweetie">>"Inside! I want you to cum inside me!"<</speech>><br>
You finish inisde Sweetie, giving her a massive creampie.<br>
<video src="img/city/cosplay/sweetie/sweetiemakima1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "SweetieMakima" "Sweetie">>"That was fun, you should come to the competitions more often. You might see me in other cosplays."<</speech>><br>
<</linkreplace>>
<<elseif $contestset0 eq "ada" || $contestset1 eq "ada" || $contestset2 eq "ada">>
<<contestwin "sweetie" "ada">>
<<speech "You" $player.name>>"Congrats on winning!"<</speech>><br>
<<speech "SweetieAda" "Sweetie">>"It's all thanks to your vote! Lets go back to mine and I can reward you."<</speech>><br>
<<speech "You" $player.name>>"Lead the way"<</speech>><br>
<<linkreplace "Sweeties place...">>
<<speech "SweetieAda" "Sweetie">>"Lets get straight to it, take your pants off."<</speech>><br>
You don't have to be told twice, you quickly drop your pants revealing a already semi-hard cock. Sweetie wastes no time dropping to her knees and jerking you off. Once fully hard she begins performing one of the best blowjobs you've had.<br>
<video src="img/city/cosplay/sweetie/sweetieada1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "SweetieAda" "Sweetie">>"Lets move this to the bed."<</speech>><br>
Sweetie stands up and walks towards the bed. Theres a small bench at the edge of the bed and she kneels down on it pulling her dress up to her waist. Bending over the bed in doggy-style.<br>
<<speech "SweetieAda" "Sweetie">>"Come."<</speech>><br>
You walk up behind her and slap her ass before inserting your girthy member into her waiting pussy. You grab her hips and slowly but ryhtmically begin thrusting into her while pulling her towards you.<br>
<video src="img/city/cosplay/sweetie/sweetieada1b.webm" width="400px" autoplay loop muted></video><br>
Wanting to take a break you lay down on the bed, Sweetie knows what you want and fully removes her dress before getting on top of you. She lowers herself down before grinding on you. She easily brings herself to orgasm on your cock as she masterfully rides you.<br>
<video src="img/city/cosplay/sweetie/sweetieada1c.webm" width="400px" autoplay loop muted></video><br>
She stops riding for a moment to turn around sliding her legs under yours. She spreads her ass as she slides back onto your member. She slowly bounces up and down getting you closer to orgasm.<br>
<video src="img/city/cosplay/sweetie/sweetieada1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm gonna cum!"<</speech>><br>
<<speech "SweetieAda" "Sweetie">>"I want it in my mouth!"<</speech>><br>
Sweetie jumps off you and quickly turns around bringing you into her mouth. She sucks you to completition as you shoot rope after rope of semen into her hot mouth. Once finished she sits up and tilts her head back swallowing your massive load.<br>
<video src="img/city/cosplay/sweetie/sweetieada1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "SweetieAda" "Sweetie">>"That was fun, you should come to the competitions more often. You might see me in other cosplays."<</speech>><br>
<</linkreplace>>
<</if>>
<</if>>
<<if !$house.bought>>
<br>[[Go home|Apartment]]
<<elseif $house.bought>>
<br>[[Go home|House]]
<</if>>
<<set $cosplay.voted to true>><<if lastVisited("CosCompMikasa") eq 1>>
<<contestwin "geisha" "mikasa">>
<<speech "GeishaMikasa" "Geisha">>"Thanks to you I won!"<</speech>><br>
<<speech "You" $player.name>>"I wanted to see what you'd do for me"<</speech>><br>
<<speech "GeishaMikasa" "Geisha">>"For starters, I can do this"<</speech>><br>
<video src="img/city/cosplay/geisha/geishamikasa1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "GeishaMikasa" "Geisha">>"Are you hard? Let me help you with that."<</speech>><br>
Geisha pulls your semi-hard cock out of your pants and starts jerking it. It doesn't take long for her to start licking the tip and then suck it into her mouth. She continues to jerk and suck you.<br>
<video src="img/city/cosplay/geisha/geishamikasa1b.webm" width="400px" autoplay loop muted></video><br>
Wanting to show appreciation to you for voting for her, she sucks your cock deep into her throat and holds it for a couple seconds before coming up for air while continuing to jerk your shaft. After a couple breathes she takes your cock into her throat once again, choking on your massive member.<br>
<video src="img/city/cosplay/geisha/geishamikasa1c.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I want to fuck those tits."<</speech>><br>
Geish gets on her knees and wraps her tits around your hard cock. Her tits aren't quite big enough to fully envelope your dick, but she tries her hardest to please you with what she has.<br>
<video src="img/city/cosplay/geisha/geishamikasa1d.webm" width="400px" autoplay loop muted></video><br>
After fucking her tits for a while she goes back to sucking your cock.<br>
<<speech "You" $player.name>>"I'm close!"<</speech>><br>
<<speech "GeishaMikasa" "Geisha">>"Cum for me! Cum all over my pretty little face!"<</speech>><br>
Turns out aiming is hard while laying down and your massive load completely misses her face, only managing to get a very small amount on her cheeks. She licks your cock clean though.<br>
<video src="img/city/cosplay/geisha/geishamikasa1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "GeishaMikasa" "Geisha">>"I hope that paid for you voting for me."<</speech>><br>
<<elseif lastVisited("CosCompHinata") eq 1>>
<<elseif lastVisited("CosCompOpen") eq 1>>
<</if>>
<<if !$house.bought>>
<br>[[Go home|Apartment]]
<<elseif $house.bought>>
<br>[[Go home|House]]
<</if>>
<<set $cosplay.voted to true>><span id="cosplayer1">
<<speech "NPC" "Announcer">>"Welcome to this weeks Cosplay Contest!"<</speech>><br>
<<speech "NPC" "Announcer">>"This week Cosplayers will be dressed as Hinata Hyuga from Naruto!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our first Competitor goes by _name1!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[0] + "/" + $contest[0] + "hinata1.jpg"'><br>
<<speech "NPC" "Announcer">>"Isn't she gorgeous!"<</speech>><br>
<<link "Next Cosplayer">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Hinata1" "#cosplayer2">><</replace>>
<</link>>
</span>
<span id="cosplayer2">
<<speech "NPC" "Announcer">>"Wow, give it up for _name1!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our next Competitor goes by _name2!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[1] + "/" + $contest[1] + "hinata1.jpg"'><br>
<<speech "NPC" "Announcer">>"Wow, another beautiful contestant don't we think fellas?"<</speech>><br>
<<link "Next Cosplayer">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Hinata1" "#cosplayer3">><</replace>>
<</link>>
</span>
<span id="cosplayer3">
<<speech "NPC" "Announcer">>"Give it up for _name2, she was wonderful!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our last Competitor goes by _name3!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[2] + "/" + $contest[2] + "hinata1.jpg"'><br>
<<speech "NPC" "Announcer">>"Every one of these cosplayers is absolutely stunning!"<</speech>><br>
<<speech "NPC" "Announcer">>"Alright, lets take a quick break before we vote on the winner!"<</speech>><br>
<<link "Take a Break">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[0] _comp1>><</replace>>
<</link>>
</span>
<span id="hinatavote">
<<speech "NPC" "Announcer">>"Welcome back everyone! It's finally time to vote for your favorite Cosplayer!"<</speech>><br>
<<speech "NPC" "Announcer">>"First we have the gorgeous _name1!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[0] + "/" + $contest[0] + "hinata1.jpg"'><br>
<<speech "NPC" "Announcer">>"Next the beautiful _name2!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[1] + "/" + $contest[1] + "hinata1.jpg"'><br>
<<speech "NPC" "Announcer">>"Finally the stunning _name3!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[2] + "/" + $contest[2] + "hinata1.jpg"'><br>
<<speech "NPC" "Announcer">>"Now who will you vote for?!"<</speech>><br><br>
<<link "Vote for _name1">>
<<set _winner to $contest[0] + "win">>
<<goto _winner>>
<</link>><br>
<<link "Vote for _name2">>
<<set _winner to $contest[1] + "win">>
<<goto _winner>>
<</link>><br>
<<link "Vote for _name3">>
<<set _winner to $contest[2] + "win">>
<<goto _winner>>
<</link>><br>
</span>
<span id="hinatapurple">
<<nobr>>
<<speech "PurpleHinata" "Purple">>"Hey, were you just watching the contest?"<</speech>><br>
<<speech "You" $player.name>>"Yeah, I saw you. Your cosplay looks great."<</speech>><br>
<<speech "PurpleHinata" "Purple">>"Thanks, I'm Purple. Whats your name?"<</speech>><br>
<<speech "You" $player.name>>"I'm $player.name, nice to meet you."<</speech>><br>
<img src="img/city/cosplay/purple/purplehinata1.jpg"><br>
<<speech "PurpleHinata" "Purple">>"What do you think of my cosplay? Do you think I'll be able to win?"<</speech>><br>
<img src="img/city/cosplay/purple/purplehinata2.jpg"><br>
<<speech "You" $player.name>>"Hmm I think your cosplay is good, but so are the other competitors."<</speech>><br>
<<speech "PurpleHinata" "Purple">>"Maybe this would change your mind?"<</speech>><br>
<img src="img/city/cosplay/purple/purplehinata3.jpg"><br>
<<speech "You" $player.name>>"Woah, that definitely makes me like your cosplay a lot more!"<</speech>><br>
<<speech "PurpleHinata" "Purple">>"How about this?"<</speech>><br>
<img src="img/city/cosplay/purple/purplehinata4.jpg"><br>
<<speech "You" $player.name>>"Yeah, I think you have a good chance for winning!"<</speech>><br>
<<speech "PurpleHinata" "Purple">>"If you vote for me we can do something special."<</speech>><br>
<<if $contest[0] is "purple">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>><br>
<<elseif $contest[1] is "purple">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>><br>
<<elseif $contest[2] is "purple">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Hinata1" "#hinatavote">><</replace>>
<</link>><br>
<</if>>
<</nobr>>
</span><<if lastVisited("CosCompMikasa") eq 1>>
<<elseif lastVisited("CosCompHinata") eq 1>>
<<contestwin "purple" "hinata">>
<<speech "PurpleHinata" "Purple">>"Thanks for voting for me!"<</speech>><br>
<<speech "You" $player.name>>"Your offer to have fun was tempting"<</speech>><br>
<<speech "PurpleHinata" "Purple">>"We can definitely have some fun, pull your cock out!"<</speech>><br>
You pull your alread throbbing cock out and Purple wastes no time inhaling your dick deep into her throat. Mainting eye contact as she chokes herself on your cock.<br>
<video src="img/city/cosplay/purple/purplehinata1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I hope you're wet cause I'm ready to fuck."<</speech>><br>
You flip her onto her back and aim your cock at her awaiting hole. You easily slide your massive member into her soaking wet pussy. You begin thrusting slowing in and out while she plays with her clit.<br>
<video src="img/city/cosplay/purple/purplehinata1b.webm" width="400px" autoplay loop muted></video><br>
After a while she wants to be on top. She straddles your legs and squats down, holding a low squat position.<br>
<<speech "PurpleHinata" "Purple">>"I want you to fuck my ass!"<</speech>><br>
She grabs your cock and slowly inserts it into her little asshole. Once inside you begin pistoning your cock in and out of her hole.<br>
<video src="img/city/cosplay/purple/purplehinata1c.webm" width="400px" autoplay loop muted></video><br>
Wanting to do the work herself, Purple repositions herself on her knees. Still riding you she begins twerking her ass on your cock, a true cock riding professional. You can tell this slut really loves having her ass fucked. You feel her ass squeeze your cock tight as she brings herself to an anal orgasm.<br>
<video src="img/city/cosplay/purple/purplehinata1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "PurpleHinata" "Purple">>"I want you to take me from behind!"<</speech>><br>
You push her off you and into doggy. You reinsert your massive cock into her well fucked ass. You weren't going fast enough as she starts backing herself up on your dick, fucking herself.<br>
<video src="img/city/cosplay/purple/purplehinata1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I wanna feel that tight pussy around my cock again."<</speech>><br>
She lays back and puts her legs behind her arms giving you full access to her holes. You slide your cock into her wet slit and begin pumping hard.<br>
<video src="img/city/cosplay/purple/purplehinata1f.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Fuck baby I'm gonna cum!"<</speech>><br>
<<speech "PurpleHinata" "Purple">>"Cum inside me!! I want you to fill me up!!"<</speech>><br>
<video src="img/city/cosplay/purple/purplehinata1g.webm" width="400px" autoplay loop muted></video><br>
<<speech "PurpleHinata" "Purple">>"That was fun, you should come to the competition more often."<</speech>><br>
<<elseif lastVisited("CosCompOpen") eq 1>>
<</if>>
<<if !$house.bought>>
<br>[[Go home|Apartment]]
<<elseif $house.bought>>
<br>[[Go home|House]]
<</if>>
<<set $cosplay.voted to true>><span id="kanaokitty">
<<speech "KittyKanao" "Kitty">>"Hey cutie, whats your name?"<</speech>><br>
<<speech "You" $player.name>>"Hi, I'm $player.name. What's your name?"<</speech>><br>
<<speech "KittyKanao" "Kitty">>"I'm Kitty!"<</speech>><br>
<img src="img/city/cosplay/kitty/kittykanao1.jpg"><br>
<<speech "You" $player.name>>"Your cosplay is amazing!"<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Thank you, It gets a litte hot though."<</speech>><br>
<img src="img/city/cosplay/kitty/kittykanao2.jpg"><br>
<<speech "You" $player.name>>"Oh, yeah that'll definitely cool you down."<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Yeah, It's just like being in a bikini I don't mind if you see."<</speech>><br>
<<speech "KittyKanao" "Kitty">>"I' don't mind if you see my panties either."<</speech>><br>
<img src="img/city/cosplay/kitty/kittykanao3.jpg"><br>
<<speech "You" $player.name>>"I don't mind seeing a cute girls underwear either."<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Since you're so nice, I'll let you see a little more."<</speech>><br>
<img src="img/city/cosplay/kitty/kittykanao4.jpg"><br>
<<speech "You" $player.name>>"...!"<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Well I have to go now, if you vote for me we can have some more fun later."<</speech>><br>
<<if $contest[0] is "kitty">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[1] _comp2>><</replace>>
<</link>>
<<elseif $contest[1] is "kitty">>
<br><<link "Continue">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[2] _comp3>><</replace>>
<</link>>
<<elseif $contest[2] is "kitty">>
<br><<link "Time to vote">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#openvote">><</replace>>
<</link>>
<</if>>
</span><<if lastVisited("CosCompMikasa") eq 1>>
<<elseif lastVisited("CosCompHinata") eq 1>>
<<elseif lastVisited("CosCompOpen") eq 1>>
<<if $contestset0 eq "kanao" || $contestset1 eq "kanao" || $contestset2 eq "kanao">>
<<contestwin "kitty" "kanao">>
<<speech "KittyKanao" "Kitty">>"Thank you for voting for me"<</speech>><br>
<<speech "You" $player.name>>"No problem, I couldn't resist your offer to continue.."<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Well, why don't we start.."<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Lay back, and take your pants off."<</speech>><br>
<video src="img/city/cosplay/kitty/kittykanao1a.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"Fuck you know how to suck dick!"<</speech>><br>
<<speech "You" $player.name>>"Bend over, I want to fuck you!"<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Fuck yes, I want your hard cock in me!"<</speech>><br>
You bend her over in doggy and slowly insert your hard cock into her tight pussy. She pushes her hand back against you to get accustomed to your size before you start thrusting. Once you're fully inserted you don't give her much time to get used to your size before you start hammering away at her tight hole.<br>
<video src="img/city/cosplay/kitty/kittykanao1b.webm" width="400px" autoplay loop muted></video><br>
<<speech "KittyKanao" "Kitty">>"Fuuuuucccckkk, you're gonna make me cum!!"<</speech>><br>
As you're thrusting behind her, you feel her tighten around your shaft, cumming on your cock.<br>
<<speech "KittyKanao" "Kitty">>"Lay down, I want to ride you!"<</speech>><br>
She takes no time in straddling you, impaling herself on your member. She rides you aggressively, bouncing on your cock her face writhing in pleasure.<br>
<video src="img/city/cosplay/kitty/kittykanao1c.webm" width="400px" autoplay loop muted></video><br>
You push her off you, laying her on her back. She grabs her legs, holding them up in the air as you pump into her sweet little pussy. You play with her nipples as you fuck her missionary looking into her cute face as its overcome with pleasure.<br>
<video src="img/city/cosplay/kitty/kittykanao1d.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"I'm gonna cum!"<</speech>><br>
<<speech "KittyKanao" "Kitty">>"Cum inside me!"<</speech>><br>
Hearing that pushed you over the edge, and you unleash a massive load inside her!<br>
<video src="img/city/cosplay/kitty/kittykanao1e.webm" width="400px" autoplay loop muted></video><br>
<<speech "You" $player.name>>"That was fun, I'll have to come to cosplay competitions more often!"<</speech>><br>
<</if>>
<</if>>
<<if !$house.bought>>
<br>[[Go home|Apartment]]
<<elseif $house.bought>>
<br>[[Go home|House]]
<</if>>
<<set $cosplay.voted to true>><span id="cosplayer1">
<<speech "NPC" "Announcer">>"Welcome to this weeks Cosplay Contest!"<</speech>><br>
<<speech "NPC" "Announcer">>"It will be an Open competition this week! Any cosplay can compete!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our first Competitor goes by _name1! She is cosplaying as <<Cosplay $contestset0>>"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[0] + "/" + $contest[0] + $contestset0 + "1.jpg"'><br>
<<speech "NPC" "Announcer">>"What a great cosplay!"<</speech>><br>
<<link "Next Cosplayer">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#cosplayer2">><</replace>>
<</link>>
</span>
<span id="cosplayer2">
<<speech "NPC" "Announcer">>"Wow, give it up for _name1!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our next Competitor goes by _name2! This time we have <<Cosplay $contestset1>>"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[1] + "/" + $contest[1] + $contestset1 + "1.jpg"'><br>
<<speech "NPC" "Announcer">>"Another amazing cosplay!"<</speech>><br>
<<link "Next Cosplayer">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part "Open1" "#cosplayer3">><</replace>>
<</link>>
</span>
<span id="cosplayer3">
<<speech "NPC" "Announcer">>"Give it up for _name2, she was wonderful!"<</speech>><br>
<<speech "NPC" "Announcer">>"Our last Competitor goes by _name3! She is dressed as <<Cosplay $contestset2>>"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[2] + "/" + $contest[2] + $contestset2 + "1.jpg"'><br>
<<speech "NPC" "Announcer">>"Every one of these cosplayers is absolutely stunning!"<</speech>><br>
<<speech "NPC" "Announcer">>"Alright, lets take a quick break before we vote on the winner!"<</speech>><br>
<<link "Take a Break">>
<<run window.scrollTo(0, 0)>>
<<replace "#contest">><<include-part $contest[0] _comp1>><</replace>>
<</link>>
</span>
<span id="openvote">
<<speech "NPC" "Announcer">>"Welcome back everyone! It's finally time to vote for your favorite Cosplayer!"<</speech>><br>
<<speech "NPC" "Announcer">>"First we have the gorgeous _name1!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[0] + "/" + $contest[0] + $contestset0 + "1.jpg"'><br>
<<speech "NPC" "Announcer">>"Next the beautiful _name2!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[1] + "/" + $contest[1] + $contestset1 + "1.jpg"'><br>
<<speech "NPC" "Announcer">>"Finally the stunning _name3!"<</speech>><br>
<img @src='"img/city/cosplay/" + $contest[2] + "/" + $contest[2] + $contestset2 + "1.jpg"'><br>
<<speech "NPC" "Announcer">>"Now who will you vote for?!"<</speech>><br><br>
<<link "Vote for _name1">>
<<set _winner to $contest[0] + "win">>
<<goto _winner>>
<</link>><br>
<<link "Vote for _name2">>
<<set _winner to $contest[1] + "win">>
<<goto _winner>>
<</link>><br>
<<link "Vote for _name3">>
<<set _winner to $contest[2] + "win">>
<<goto _winner>>
<</link>><br>
</span>
<div style="text-align:center">
<h1>All links lead to External Sites</h1><br>
Roommate -- Lulu Chu<br>
[[LinkTree|https://linktr.ee/luluchuofficial?utm_source=linktree_profile_share<sid=7196f4ae-119d-48d2-bf0f-47af358b8d92]]<br>
Friend -- Emily Willis<br>
[[OnlyFans|https://onlyfans.com/emilywillisxxx]]<br>
ShopKeeper -- Naomi Woods<br>
[[LinkTree|https://linktr.ee/lissapolooza]]<br>
<h2><u>Tinder</u></h2>
Tiffany Tatum<br>
[[Links|https://myslink.app/real_tiffany]]<br>
Vivian Taylor<br>
[[LinkTree|https://linktr.ee/vivianxxtaylor]]<br>
Rae Lil Black<br>
[[LinkTree|https://linktr.ee/Raelilblack?utm_source=hoobe&utm_medium=social]]<br>
<h2><u>OnlyFans</u></h2>
Raya Steele/Aeries Steele<br>
[[Raya OnlyFans(Solo)|https://onlyfans.com/therealrayasteele]]<br>
[[Aeries OnlyFans(B/G)|https://onlyfans.com/aeriessteele]]<br>
Jameliz<br>
[[OnlyFans|https://onlyfans.com/jamelizzzz]]<br>
AsianMochi<br>
[[OnlyFans|https://onlyfans.com/lucymochi]]<br>
<h2><u>Real Estate</u></h2>
Remi LaCroix<br>
[[AllMyLinks|https://allmylinks.com/remylacroix]]<br>
Alina Belle<br>
[[AllMyLinks|https://allmylinks.com/alinaxbelle]]<br>
Kate Dalia<br>
[[Links|https://hoo.be/katedalia]]<br>
Madison Wilde<br>
[[LinkTree|https://linktr.ee/MadisonWildexx]]<br>
Alexis Rodriguez<br>
[[Twitter|https://twitter.com/AlexisRodxxx]]<br>
<h2><u>Cosplay</u></h2>
<b><u>Flirt</u></b><br>
Donna Loli<br>
[[Patreon|https://www.patreon.com/donnaloli]]<br>
Giovanna Campomar<br>
[[AllMyLinks|https://allmylinks.com/gcampomar]]<br>
Haneame<br>
[[Patreon|https://www.patreon.com/haneame]]<br>
Kalinka Fox<br>
[[Patreon|https://www.patreon.com/kalinkafox]]<br>
<b><u>Contest</u></b><br>
Aery Tiefling<br>
[[OnlyFans|https://onlyfans.com/aerytiefling]]<br>
Alice Bong<br>
[[Website|https://www.alicebong.com/]]<br>
Sweetie Fox<br>
[[LinkTree|https://linktr.ee/swfx]]<br>
Virtual Geisha<br>
[[LinkTree|https://linktr.ee/virtualgeisha]]<br>
CyberlyCrush<br>
[[Links|https://beacons.ai/cyberlycrush]]<br>
Purple Bitch<br>
[[LinkTree|https://linktr.ee/purplebitch]]<br>
KittyXKum<br>
[[LinkTree|https://linktr.ee/kittyxkum]]<br>
<br><<link "Return" $return>><</link>>
</div>