<<silently>>
/* Player */
<<set $player = {
name: "default",
lastname: "default",
tits: 0,
vag: 0,
ass: 0,
anal: 0,
lips: 0,
hand: 0,
pos: 0,
slut: 0,
age: 24,
ava: 0,
title: "The redhead witch",
pussy_description: ""
} >>
<<set $stats = {
day: 0,
mast: 0,
kiss: 0,
cunitoyou: 0,
cunibyyou: 0,
exhib: 0,
strip: 0,
hj: 0,
bj: 0,
gh: 0,
vag: 0,
anal: 0,
group: 0,
prost: 0,
forced: 0,
interracial: 0,
lesbian: 0,
paranormal: 0,
swallow: 0,
facial: 0,
vagcp: 0,
analcp: 0,
gs: 0,
bdsm: 0
} >>
<<set $day = {
mast: 0,
piss: 0,
shower: 0,
nevadaporn: 0,
psy: 0,
pray: 0,
watch: 0,
indulgence: 0,
pospotion: 0,
psychicwork: 0,
spit: 0,
spitmaya: 0,
pissmaya: 0,
smith: 0,
catalina: 0,
hilda: 0,
lana: 0
} >>
<<set $game = {
pixelSize: 640 }
>>
<</silently>><<silently>>
///
<<set $gamestart = 0>>
<<set $money = 500>>
<<set $time = 4>>
<<set $mainquest = 0>>
<<set $flask = 0>>
<<set $iris = 0>>
<<set $irissearch = 0>>
<<set $hwater = 0>>
<<set $bsginfo = 0>>
<<set $bsg = 0>>
<<set $nevadaev1 = 1>>
<<set $nevadaev2 = 1>>
<<set $nevadaev3 = 1>>
<<set $nevadaev4 = 1>>
<<set $nevadaev5 = 1>>
<<set $nevadaporn = 0>>
<<set $cafeev = 0>>
<<set $psyev = 0>>
<<set $psychicwork = 0>>
<<set $theatershow = 0>>
<<set $theaterev = 0>>
<<set $mentorev = 0>>
<<set $lanaev = 0>>
<<set $hildaev = 0>>
<<set $luev = 0>>
<<set $lbarev = 0>>
<<set $barev = 0>>
<<set $barwork = 0>>
<<set $smithev = 0>>
<<set $catalinaev = 0>>
<<set $stripev = 0>>
<<set $salamanderev = 0>>
<<set $gloryhole = 0>>
<<set $careev = 0>>
<<set $octopusev = 0>>
<<set $erinev = 0>>
<<set $octopusin = 0>>
<<set $hildain = 0>>
<<set $oldroom = 0>>
<<set $factoryoutwatch = 0>>
<<set $factoryinwatch = 0>>
<<set $stripwatch = 0>>
<<set $corridorvisit = 0>>
<<set $dtvisit = 0>>
<<set $ghettovisit = 0>>
<<set $cafevisit = 0>>
<<set $antiquevisit = 0>>
<<set $psyvisit = 0>>
<<set $theatervisit = 0>>
<<set $barvisit = 0>>
<<set $lbarvisit = 0>>
<<set $clubvisit = 0>>
<<set $swingervisit = 0>>
<<set $swingerpass = 0>>
<<set $bdsmvisit = 0>>
<<set $bdsmpass = 0>>
<<set $libraryvisit = 0>>
<<set $mentorvisit = 0>>
<<set $churchvisit = 0>>
<<set $cemeteryvisit = 0>>
<<set $stripvisit = 0>>
<<set $brothelvisit = 0>>
<<set $factoryoutvisit = 0>>
<<set $factoryinvisit = 0>>
<<set $end01 = 0>>
<<set $end02 = 0>>
<<set $end03 = 0>>
<<set $end04 = 0>>
<<set $end05 = 0>>
<<set $end06 = 0>>
<<set $end07 = 0>>
<<set $end08 = 0>>
<<set $end09 = 0>>
<<set $end10 = 0>>
<<set $end11 = 0>>
<<set $end12 = 0>>
<<set $end13 = 0>>
<<set $end01blocker = 0>>
<<set $end02blocker = 0>>
<<set $end01block = 0>>
<<set $end02block = 0>>
<<set $lipsArrayData to [
["You have some kind of narrow strip on your face instead of normal lips.", "images/body/lips00.jpg"],
["You have small, expressionless lips.", "images/body/lips01.jpg"],
["Medium lips: not great, not terrible.", "images/body/lips02.jpg"],
["You have big lips; they immediately let men know that you like to suck.", "images/body/lips03.jpg"],
["You have incredible inhuman lips. Give the duck back her beak, bitch!", "images/body/lips04.jpg"]]>>
<<set $boobsArrayData to [
["You have micro-boobs, that's what microscopes were invented for.", "images/body/tits00.jpg"],
["You have small and sexy breasts.", "images/body/tits01.jpg"],
["You have awesome and hot tits.", "images/body/tits02.jpg"],
["You have huge melons.", "images/body/tits03.jpg"],
["You have huge udder; fuck, are you a girl or a cow?", "images/body/tits04.jpg"]]>>
<<set $assArrayData to [
["You have a mini butt, it could use a little fat.", "images/body/ass00.jpg"],
["You have a typical average butt.", "images/body/ass01.jpg"],
["Your big butt attracts a lot of attention.", "images/body/ass02.jpg"],
["You have a huge ass, the kind that usually get stuck in washing machines.", "images/body/ass03.jpg"],
["You have a huge grotesque ass, don't get stuck in the doorway.", "images/body/ass04.jpg"]]>>
<<set $pussyArrayData to [
["You have a virgin hole between your legs.", "images/body/vag00.jpg"],
["You have a narrow pussy between your legs.", "images/body/vag01.jpg"],
["You have a slightly torn vagina between your legs.", "images/body/vag02.jpg"],
["You have a fucked-up, leaking vulva.", "images/body/vag03.jpg"],
["You have a huge, disgusting, fucked-up cunt with fleshy labia.", "images/body/vag04.jpg"]]>>
<<set $analArrayData to [
["You have an innocent and narrow asshole.", "images/body/anal00.jpg"],
["You have a tight hole in your ass.", "images/body/anal01.jpg"],
["Your anal is slightly fucked.", "images/body/anal02.jpg"],
["Your anal is fucked.", "images/body/anal03.jpg"],
["You have a huge hole in the ass, able to fit a fist.", "images/body/anal04.jpg"]]>>
<</silently>><<nobr>><<if $restore_player == 1>><<set $player = $backup_player >> <<set $restore_player = 0>><</if>>
<</nobr>>
<<nobr>><<if $restore_day == 1>><<set $day = $backup_day >><<set $restore_day = 0>><</if>>
<</nobr>><table>
<tr>
<<set $textData = $lipsArrayData[$player.lips]>>
<<if $textData is undefined>>
<td> Нет данных</td><td> Нет данных</td>
<<else>>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<td><div>$textData[0]</div></td>
<</if>>
</tr>
<tr>
<<set $textData = $boobsArrayData[$player.tits]>>
<<if $textData is undefined>>
<td> Нет данных</td><td> Нет данных</td>
<<else>>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<td><div>$textData[0]</div></td>
<</if>>
</tr>
<tr>
<<set $textData = $pussyArrayData[$player.vag]>>
<<if $textData is undefined>>
<td> Нет данных</td>
<td> Нет данных</td>
<<else>>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<</if>>
<td><div>$textData[0]</div></td>
</tr>
<tr>
<<set $textData = $assArrayData[$player.ass]>>
<<if $textData is undefined>>
<td> Нет данных</td>
<td> Нет данных</td>
<<else>>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<td><div>$textData[0]</div></td>
<</if>>
</tr>
<tr>
<<set $textData = $analArrayData[$player.anal]>>
<<if $textData is undefined>>
<td> Нет данных</td>
<td> Нет данных</td>
<<else>>
<td><<print '<img src="'+$textData[1]+'" style="width: 200px;">'>></td>
<td><div>$textData[0]</div></td>
<</if>>
</tr>
</table>
<<back "Return.">><<if $gamestart gte 1>><b>$name</b>
"$player.title"
<<nobr>><<if $player.slut lte 29 and $player.ava lte 4>>
<img src="images/body/ava01.jpg" style="max-width: 240px; max-height: 380px;" />
<<elseif $player.slut gte 30 and $player.slut lte 59 and $player.ava lte 4>>
<img src="images/body/ava02.jpg" style="max-width: 240px; max-height: 380px;" />
<<elseif $player.slut gte 60 and $player.slut lte 84 and $player.ava lte 4>>
<img src="images/body/ava03.jpg" style="max-width: 240px; max-height: 380px;" />
<<elseif $player.slut gte 85 and $player.ava lte 4>>
<img src="images/body/ava04.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 5>>
<img src="images/body/ava05.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 6>>
<img src="images/body/ava06.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 7>>
<img src="images/body/ava07.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 8>>
<img src="images/body/ava08.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 9>>
<img src="images/body/ava09.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 10>>
<img src="images/body/ava10.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 11>>
<img src="images/body/ava11.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 12>>
<img src="images/body/ava12.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 13>>
<img src="images/body/ava13.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 14>>
<img src="images/body/ava14.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 15>>
<img src="images/body/ava15.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 16>>
<img src="images/body/ava16.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 17>>
<img src="images/body/ava17.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 18>>
<img src="images/body/ava18.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 19>>
<img src="images/body/ava19.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 20>>
<img src="images/body/ava20.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 21>>
<img src="images/body/ava21.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 22>>
<img src="images/body/ava22.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 23>>
<img src="images/body/ava23.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 24>>
<img src="images/body/ava24.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 25>>
<img src="images/body/ava25.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 26>>
<img src="images/body/ava26.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 27>>
<img src="images/body/ava27.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 28>>
<img src="images/body/ava28.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 29>>
<img src="images/body/ava29.jpg" style="max-width: 240px; max-height: 380px; " />
<<elseif $player.ava == 30>>
<img src="images/body/ava30.jpg" style="max-width: 240px; max-height: 380px; " />
<<endif>><</nobr>>
Age: $player.age
Possession: $player.pos
Slutness: $player.slut
Money: $money
Time: <<nobr>><<if $time == 1>>Morning
<<elseif $time == 2>>Noon
<<elseif $time == 3>>Evening
<<elseif $time == 4>>Midnight
<<elseif $time == 5>>Late night<<endif>><</nobr>>
<a class="leftlink" data-passage="Body">Body</a>
<a class="leftlink" data-passage="Notepad">Notepad</a><</if>>
<i>by Blood-Red_Circus and wwall
<a class="leftlink" data-passage="More Games">More Games</a></i><<include "CharacterInit">>
<<include "ItemInit">>
<<include "widgets">><<show-img whorebastards01>>
<b>"Whorebastards"</b> is a non-commercial parody porn game based on the movie "Ghostbusters" (and many other things).
The game contains foul language, humiliation, cruelty, sex, BDSM, body modifications, psychotropic drugs.
The authors condemns and does not promote violence, illegal substances and humiliation of other people (without their informed consent). The game is an exclusively entertaining project.
All events and characters are fictitious.
Don't worry, in the real world a ghost cannot take over your body! Probably...
By clicking the "Next" button, you confirm that you have read this note, agree to a dismissive and offensive attitude towards the character controlled by you, and take all further responsibility upon yourself.
[[Next.|start00]]<<show-img warning>>
Warning!
This game is intended for people of legal age.
To continue, please confirm that you are of legal age.
[[I confirm that I am of legal age.|choice]]
[[I'm not of legal age.|badend0]]<<widget "describe-ass" name>>
\<<silently>>
<<set $localText = $describe_ass[_args[0]][$player.body_ass]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-boobs" name>>
\<<silently>>
<<set $localText = $describe_boobs[_args[0]][$player.body_boobs]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-vagina" name>>
\<<silently>>
<<set $localText = $describe_vagina[_args[0]][$player.body_pussy]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-lips" name>>
\<<silently>>
<<set $localText = $describe_lips[_args[0]][$player.body_lips]>>
<</silently>>\
$localText
<</widget>>
<<widget "describe-anal" name>>
\<<silently>>
<<set $localText = $describe_anal[_args[0]][$player.body_anal]>>
<</silently>>\
$localText
<</widget>>
<<widget "save-player" >>
\<<silently>>
<<set $backup_player = $player>>
<</silently>>\
<</widget>>
<<widget "save-day" >>
\<<silently>>
<<set $backup_day = $day>>
<</silently>>\
<</widget>>
<<widget "restore-player" >>
\<<silently>>
<<set $restore_player = 1>>
<</silently>>\
<</widget>>
<<widget "restore-day" >>
\<<silently>>
<<set $restore_day = 1>>
<</silently>>\
<</widget>>
<<widget "show-img" name >>
<<if $debug >>
<<print "имя сцены= "+passage()>>
<<print "картинка = "+_args[0]>>
<</if>><<print '<img class="medium" src="images/'+_args[0]+'.jpg" @style="\'width: ' + $game.pixelSize + 'px;\'">'>>
<</widget>>
<<widget "show-fade-img" name >>
<<print '<img class="medium fade-image" src="images/'+_args[0]+'.jpg" @style="\'width: ' + $game.pixelSize + 'px;\'">'>>
<</widget>>
<<widget "show-gif" name >>
<<if $debug >>
<<print "имя сцены= "+passage()>>
<<print "картинка = "+_args[0]>>
<</if>><<print '<img class="medium" src="images/'+_args[0]+'.gif" @style="\'width: ' + $game.pixelSize + 'px;\'">'>>
<</widget>>
<<widget holes>>
\<<silently>>
<<if $player.vag == 0 and $stats.vag gte 1 and $stats.vag lte 9>><<set $player.vag = 1>><</if>>
<<if $player.vag == 1 and $stats.vag gte 10 and $stats.vag lte 24>><<set $player.vag = 2>><</if>>
<<if $player.vag == 2 and $stats.vag gte 25 and $stats.vag lte 49>><<set $player.vag = 3>><</if>>
<<if $player.vag == 3 and $stats.vag gte 50>><<set $player.vag = 4>><</if>>
<<if $player.anal == 0 and $stats.anal gte 1 and $stats.anal lte 9>><<set $player.anal = 1>><</if>>
<<if $player.anal == 1 and $stats.anal gte 10 and $stats.anal lte 24>><<set $player.anal = 2>><</if>>
<<if $player.anal == 2 and $stats.anal gte 25 and $stats.anal lte 49>><<set $player.anal = 3>><</if>>
<<if $player.anal == 3 and $stats.anal gte 50>><<set $player.anal = 4>><</if>>
<</silently>>\
<</widget>>
<<widget end01>>
\<<silently>>
<<if $player.pos gte 100 and $end01block == 0>><<goto "end01_01">><</if>>
<</silently>>\
<</widget>>
<<widget end02>>
\<<silently>>
<<if $player.slut gte 100 and $end02block == 0>><<goto "end02_01">><</if>>
<</silently>>\
<</widget>><<show-img badend0>>
Enjoy your youth!
And come back when everything is possible for you.<<show-img start00>>
Ok, let’s go…
Your name is: <<textbox "$name" "Anna">>
<<set $name = $name.trim().replace(/[^a-zA-Z]/g, "")>>
Your title [can be changed in the future] - people know you as:
<<radiobutton "$player.title" "The redhead witch" checked>> "The redhead witch".
<<radiobutton "$player.title" "The mystical lady">> "The mystical lady".
<<radiobutton "$player.title" "The ginger psychic">> "The ginger psychic".
Age [in the game it doesn't affect anything, just a number of years]:
<<radiobutton "$player.age" 24 checked>> You are 24 years old - this is an awesome age to start taking over the world!
<<radiobutton "$player.age" 26>> You are 26 years old - not great, not terrible.
<<radiobutton "$player.age" 28>> You are 28 years old - it's a good time to get 10 cats (or dogs).
Lips:
<<radiobutton "$player.lips" 1 checked>> You have small lips.
<<radiobutton "$player.lips" 0>> You have very narrow lips.
Chest:
<<radiobutton "$player.tits" 1 checked>> You have small tits.
<<radiobutton "$player.tits" 0>> You have very tiny breasts.
Ass:
<<radiobutton "$player.ass" 1 checked>> You have a small feminine butt.
<<radiobutton "$player.ass" 0>> You have a flat ass.
Sexual life:
[[Slutty.|start01]] You've had men (meaning sex), you like to masturbate and watch porn. You can say that you get your magical abilities from lust [slutness + 20, not a virgin at all].
[[Ordinary.|start02]] You've had a few boyfriends, nothing serious, but you prefer to pleasure yourself with your fingers and toys. You don't think too much about sex [slutness + 10, not a virgin].
[[Virgin.|start03]] You're a holy virgin! Well, maybe not a holy, but you still haven't had sex, your hymen is intact. You think that a real witch can only be a virgin [if you haven't figured it out yet, you're still a virgin].<<show-img start01>>
So, your name is $name, you are $player.age years old. You have psychic abilities. At least, you believe it and tell people so.
Some people believe it too, they call you "$player.title".
And you are also a very dirty girl...
Want to watch the intro?
[[Of course, I want to watch the intro!|start04]]
<<nobr>>[[Nah, I already played this game, skip the intro until the first event.|start18]]
<<set $gamestart = 1>>
<<set $player.vag = 2>>
<<set $player.slut = 20>>
<<save-day>><</nobr>> <<show-img start04>>
…Another working day. More precisely, a working night. But this is not the kind of work you would think about first. It is about magical work.
And you love your work – you love to touch the secrets of this world, you love mysticism, you love to study the strings of people's fate, you love to rid this world of evil.
It’s the latter that you have to do tonight. One man inherited an old mansion from his great-uncle, but something strange is happening in it. The man thought it was a ghost. Perhaps he is right…
[[Next.|start05]]<<show-img start02>>
So, your name is $name, you are $player.age years old. You have psychic abilities. At least, you believe it and tell people so.
Some people believe it too, they call you "$player.title".
And you're also a relatively decent girl...
Want to watch the intro?
[[Of course, I want to watch the intro!|start04]]
<<nobr>>[[Nah, I already played this game, skip the intro until the first event.|start18]]
<<set $gamestart = 1>>
<<set $player.vag = 1>>
<<set $player.slut = 10>>
<<save-day>><</nobr>> <<show-img start03>>
So, your name is $name, you are $player.age years old. You have psychic abilities. At least, you believe it and tell people so.
Some people believe it too, they call you "$player.title".
And you're also a virgin...
Want to watch the intro?
[[Of course, I want to watch the intro!|start04]]
<<nobr>>[[Nah, I already played this game, skip the intro until the first event.|start18]]
<<set $gamestart = 1>>
<<set $player.vag = 0>>
<<set $player.slut = 0>>
<<save-day>><</nobr>> <<show-img start05>>
This is far from your first experience with such a problem. You have already met many different ghosts: poltergayst, ghoul, phantasm and even with whorebastard…
So, you took a deep breath and opened the massive wooden door leading to the old mansion. As soon as you crossed the threshold, you felt a slight taste of mold in your mouth and a chill ran down your skin. It seems that some otherworldly force definitely lives here…
[[Next.|start06]]<<show-img start06>>
Maybe it's a polterGAYst? The most common type of ghost. As a rule, they are homophobic men who have denied their homosexuality all their lives. They deny it after death. And as soon as they hear some distant hint of homosexuality (even not in relation to them), they begin to smash and break everything.
For girls, this is a very harmless ghost. It is easy to defeat it with a magic trap. Or you need to convince it that it is actually a homosexual, but this is very difficult to do. Although you succeeded, because you are damn good at what you do...
[[Next.|start07]]<<show-img start07>>
It could also be phantasm. You even got goosebumps from the thought. Usually, such ghosts are… maniacs. Or just dreamers who lived in their fantasies.
For girls, such spirits are already more frightening. They cannot cause physical harm, but they can immerse you in a world of dreams. Often, these are sexual perverted fantasies. You can even feel something, being in the world they created, you can even get pleasure, up to multiple orgasms. Or you can die from pain shock. Or just go crazy... Therefore, such spirits should also be feared. They can only be destroyed with the help of complex rituals…
[[Next.|start08]]<<show-img start08>>
So, a lonely old man lived here, therefore, the options with poltergayst and phantasm are the most likely. But for a split second you heard a very weak girl's laughter.
Impossible! A heavy lump rose in your throat.
You quickly looked around, lit a lamp with a candle, checked all the protective amulets and slowly began to move through the house. The mission could be very difficult if you stumble upon whorebastard…
[[Next.|start09]]<<show-img start09>>
Whorebastards are ghost girls (although the term was originally applied specifically to homosexual ghost boys who tried to attract as much attention as possible during their life and after death). As a rule, they did not have fathers in life or their fathers did not care about them. Actually, that is where the second part of the name "bastards" comes from. The first part comes from the second. In order to attract attention or compensate for the lack of fatherly love, they led a depraved lifestyle. To put it simply, they were "whores".
During their lifetime, such girls often abused alcohol and drugs, danced striptease, engaged in prostitution, and even acted in porn. And if they did not psychologically let go of the trauma from their father (sometimes through long-term psychotherapy) and died young, they can remain as ghosts. And these are the most terrible ghosts for girls - because they can move into bodies to continue their depraved lifestyle with the goal of attracting the attention of the father and finding fatherly love even after death...
[[Next.|start10]]<<show-img start10>>
<i>"If there's something hot,
And your cock turned wood,
Who you gonna call?
Whorebastards!
They use their throat,
And does it good,
Who you gonna call?
Whorebastards!"</i>
Anyway, you aren't afraid of no whores…
And where would they come from here? There was a childless old man living here! But if he had an abandoned daughter… Fuck!
You shouldn't have gone alone. Okay, you can handle it. You've handled worse.
[[Next.|start11]]<<show-img start11>>
You entered the large hall with a fireplace. The air was damp and cool, the taste of mold intensified. You felt the sapphire inlaid in a silver bracelet on your left hand vibrate slightly. Yes, that place. The presence of spirit is strongest here.
With one practiced movement of your hand, you scattered salt around yourself, deftly took off your backpack and with incredible speed created a pentagram from candles. In fact, you had been practicing this for many hours. After all, if you can’t quickly protect yourself, then you won’t fight against the aggressive other world for long.
[[Next.|start12]]<<show-img start12>>
<span class="player">"Spirit! My name is $name, I am "$player.title"! I demand you to show yourself!"</span> with these words, you scattered very fine silver dust in the air. Yes, it is not cheap to carry out such rituals. And then you still have to clean up...
You did not see anything, but in response you heard a distinct girlish giggle. Exactly! This is whorebastard! For a second you wanted to run out of the house, but you overcame your fear.
<span class="player">"Spirit! I demand you to show yourself!"</span> you repeated in the same confident voice, although your mouth felt dry. As soon as you sprayed silver again, a barely distinguishable blue cloud appeared in front of you. Then it began to take on the outline of a girl...
[[Next.|start13]]<<show-img start13>>
<span class="nevada">"Why are you shouting, you silly? Ahah!"</span> the blue cloud finally acquired human features. The ghost of a young girl with a round face, fox eyes and an innocent smile was hovering in front of you.
<span class="player">"Spirit! I am here to put you to rest! You can voluntarily go to the afterlife, I can trap you in a stone trap or completely destroy you. Make your choice!"</span> you said the prepared phrase in a commanding tone. Yes, phrases also need to be trained in advance so as not to get lost in such situations.
<span class="nevada">"Ahaha! Actually, I can stay here to live. Or move to another house. Or into your body, for example. But I would prefer the first option,"</span> the girl continued to smile innocently, but her eyes were burning with a terrible blue fire. <span class="nevada">"You see, this house belongs to me. I inherited it."</span>
[[Next.|start14]]<<show-img start14>>
<span class="player">"You're dead. And the owner is dead. He left the house to his grandnephew,"</span> the confidence in your voice was waning as you ran out of prepared lines and the ghost girl pressed you with her determination.
<span class="nevada">"My so-called 'daddy' didn't acknowledge me in life. However, that doesn't stop me from taking my own after death,"</span> the interlocutor spread her ghostly hands. <span class="nevada">"Back off, witch. I don't want to hurt you."</span>
<span class="player">"I only want good for you too..."</span>
<span class="nevada">"Then we're at a dead end,"</span> the girl interrupted you, spreading her hands again. Suddenly, the fireplace lit up in the room. Well, here comes the paranormal shit...
[[Next.|start15]]<<show-img start15>>
You thrust your right hand forward sharply, on which was a silver bracer with a diamond on the outside for protection and an amethyst as a trap stone on the inside. Well, like a soul stone from the Elder Scrolls universe, but only in the real world. You had enchanted it in advance so that it would absorb the soul of a ghost that was at a very close distance. Which is exactly where whorebastard was now.
<span class="player">"Rest in peace!"</span> you shouted a battle cry.
<span class="nevada">"Don't shout, ahaha!"</span> the girl suddenly laughed, and a book flew into your hand from the closet. In order to absorb the ghost, you brought your hand outside the protective circle, which is why the book was able to hit it. Incredibly lucky to hit it. Well, lucky for the ghost, but unlucky for you...
[[Next.|start16]]<<show-img start16>>
The blow hit the latches, the bracelet flew off your hand. For a second everything froze, you and the ghost looked into each other's eyes. Then this moment, which lasted forever, ended with the girl's smile. She suddenly grabbed your hand and pulled it towards herself. Incredibly, she pulled you out of the protective circle! To interact with objects and people like that, the ghost must be incredibly strong (or rather, incredibly embittered in life).
You managed to pull yourself together, with a sharp movement snatched salt from the bag and scattered it around yourself.
<span class="nevada">"It's too late..."</span> the girl's voice sounded. Sounded right in your head...
[[Next.|start17]]<<show-img start17>>
<span class="player">"Wha-at?! Impossible!"</span> a thought flashed through your mind.
<span class="nevada">"It's possible, as you can see. And I can even hear your thoughts, ahaha!"</span> the ghostly girl rejoiced, and your hands began to shake.
<span class="player">"Get out of my head! Get out of my body!"</span> you screamed out loud.
<span class="nevada">"I think I warned you fairly, "$player.title". And I also beat you fairly and honestly..."</span>
<span class="player">"You didn't beat me! I control my body!"</span> with these words, you waved your hand to show the ghost your power.
<span class="nevada">"You have strong psychic abilities, but as soon as your consciousness switches off, I will have complete control,"</span> the invader of your body reasoned in a completely calm tone. <span class="nevada">"However, perhaps I can do something simple right now..."</span>
[[Next.|start18]]<table>
<div style="text-align: center;">
<img src="images/gamejs.jpg" style="max-width: 640px; max-height: 480px;">
Do you want to play a game?
<b>"JUGSaw"</b> is a completed non-commercial parody porn mini-game based on the cult film "Saw", part two (but the game does not contain blood, murders or bright flashing pictures)…
…You wake up in an unknown house, remembering nothing: not your name, not your body, not your past. Four other girls wake up next to you. It turns out that a crazy maniac bitch is trying to turn you all into brainless sluts. Will you keep your mind or give in to temptation? Will you join forces with other victims or stand up to them? Make your choice!
<a href="https://f95zone.to/threads/jugsaw-v1-00-blood-red-circus-wwall.247748/" target="_blank">Download for free at f95zone.to</a>
<img src="images/gamefsr.jpg" style="max-width: 640px; max-height: 480px;">
<b>"Fucksome road"</b> is a non-commercial post-apocalyptic porn game.
A typical story that the heroine has to get from point A to point B in a world full of dangers: raiders, slavers, mutants.
Any careless or thoughtless action can end her path.
<a href="https://f95zone.to/threads/fucksome-road-v0-19-blood-red-circus.174044/" target="_blank">Download for free at f95zone.to</a>
<img src="images/gamedr.jpg" style="max-width: 640px; max-height: 480px;">
<b>"Dickraiser"</b> – a non-commercial parody porn mini-game based on the universe of the movie "Hellraiser" by Clive Barker.
You will have to follow the path of Kirsty Cotton, face dangerous cenobites, paranormal phenomena, terrible perversions, transformations and get out of the Labyrinth of Hell. Can you handle it?
<a href="https://f95zone.to/threads/dickraiser-v1-20-blood-red-circus.174040/" target="_blank">Download for free at f95zone.to</a>
Have fun playing and all the best. :) </div>
</table>
<<back "Return.">><u><b> Main quest.</b></u>
<<nobr>><<if $mainquest == 0>>I need to exorcise the ghost from the mansion.<</if>>
<<if $mainquest == 1>>Whorebastard has taken possession of my body! I need to seek help from my mentor in the suburbs!<</if>>
<<if $mainquest == 2>>You need to find a cemetery iris (at the cemetery), get holy water (at the church) and a flask with a high lead content (antique shop). After that, you need to take everything to the mentor.<</if>>
<<if $mainquest == 3>>In the library you need to find information about the owners of the black soul gems, then return to the mentor.<</if>>
<<if $mainquest == 4>>You need to find your aunt's old friend named Smith inside the abandoned factory, ask him about the black soul gem, get this black soul gem, and then return to mentor Maria.<</if>> <</nobr>>
<<if $gamestart lte 1>>[Stats will be available after the intro]<</if>>
<<if $gamestart gte 2>><u><b>Stats</b> (since day of possession by Nevada Hott):</u>
*Days: $stats.day
*Masturbation: $stats.mast
*Kissing: $stats.kiss
*Cunnilingus (to you): $stats.cunitoyou
*Cunnilingus (by you): $stats.cunibyyou
*Exhibitionism: $stats.exhib
*Striptease: $stats.strip
*Handjob: $stats.hj
*Blowjob: $stats.bj
*Gloryhole: $stats.gh
*Vaginal sex: $stats.vag
*Anal sex: $stats.anal
*Group sex: $stats.group
*Prostitution: $stats.prost
*Forced: $stats.forced
*Interracial sex: $stats.interracial
*Lesbian sex: $stats.lesbian
*Paranormal sex: $stats.paranormal
*Cum swallow: $stats.swallow
*Facial: $stats.facial
*Vaginal creampie: $stats.vagcp
*Anal creampie: $stats.analcp
*Golden shower: $stats.gs
*BDSM: $stats.bdsm<</if>>
<<back "Return.">><<show-gif start18>>
Suddenly, your legs took a step against your will, then another. It was hard for them, but resisting was even harder. One more step, and your whole body collapsed on the old dusty sofa.
<span class="nevada">"Ahaha, it works!"</span> the bitch in your head was happy. You just gritted your teeth.
Then your hands treacherously took off your skirt.
<span class="nevada">"Oh, and you have black panties! Why am I not surprised?!"</span> whorebastard continued to enjoy her victory. And she also began to stroke your body, your erogenous zones, very skillfully and... very pleasantly.
<span class="player">"Stop! You can't do what I don't want!"</span> you said confidently, and your hands froze.
<span class="nevada">"Oh, but don't you want this?"</span> the ghost thought in a seductive voice. <span class="nevada">"Come on, I won't tell anyone..."</span>
[[Give in to desire.|start19]]
<<nobr>>[[Resist.|start22]]
<<set $player.pos = 10>><</nobr>><<show-gif start19>>
You let go of control for a second, and the captor immediately continued to stroke your breasts and genitals through your panties.
<span class="nevada">"God, you have no idea how long I've been dreaming about this!" </span> the girl blissfully said through your lips. <span class="nevada">"Being a ghost, you don't feel anything, it's just awful. It's like I went straight from Hell to Heaven..."</span>
<span class="player">"You don't have to be a ghost..."</span>
<span class="nevada">"Shut up, bore, let me enjoy!"</span> the girl shouted, took off the panties and began to stroke hot pussy.
Oooh, and this is... nice. She does it completely differently than you. And for a moment, it seemed to you that she was even better at it...
[[Next.|start20]]<<show-img start21>>
<span class="player">"No!"</span> you suddenly regained full control of your body. The ghost was trying to do something, you felt it, but it was no use.
<span class="nevada">"You're boring,"</span> she sighed heavily.
<span class="player">"I'm stronger than you,"</span> you smiled triumphantly. <span class="player">"Leave my body before I destroy you."</span>
<span class="nevada">"Don't be angry, or our body will get wrinkles..."</span>
<span class="player">"Our body? You're such a bitch."</span>
<span class="nevada">"I'm such a bitch..."</span>
<<nobr>>[[Next.|start23]]
<<set $player.pos -= 1>><</nobr>><<show-gif start20>>
She played with your labia, caressed them, pulled them back a little, then lightly touched the clitoris area, a current ran through your entire body.
<span class="nevada">"Wow, you're so sensitive, so awesome,"</span> the dead girl enjoyed.
She touched more confidently, then even more confidently. Each time, powerful and pleasant discharges ran through your body, as if you were being pleasured by a very skilled partner.
<span class="nevada">"Mmm, I feel how wet you are,"</span> she smiled to herself.
Then she began to dance with your finger on your clitoris, it was real art. You had never experienced anything like this before!
And the muscles of the vagina (and the whole body), which soon began to contract, will not let you lie. You had a powerful orgasm. You and the ghost...
[[Next.|start21]]<<show-img start21>>
<span class="nevada">"Ugh... Fuck, this is what I was dreaming about..."</span> she breathed heavily (in her mind).
You gained full control over your body and quickly got dressed.
<span class="player">"It was... a moment of weakness,"</span> you didn't know what to think.
<span class="nevada">"Relax, silly, ahaha!"</span> she laughed. <span class="nevada">"Although, you know, you could thank me."</span>
<span class="player">"For taking over my body?"</span>
<span class="nevada">"For giving you pleasure."</span>
<span class="player">"You gave it to yourself..."</span>
<<nobr>>[[Next.|start23]]
<<set $player.slut += 1>>
<<set $stats.mast += 1>><</nobr>><<show-img start22>>
<span class="nevada">"Well, take me home. I dream of taking a shower. No! Lie in the bath. With foam..."</span> the girl became completely insolent.
<span class="player">"You know that there are rituals for your expulsion from my body, right?"</span> you said with a smile.
<span class="nevada">"I know. And I also know that the easiest way to expel me is to become an even bigger slut than I am. Then I will lose control and your body will simply expel me. But I assure you that becoming more lustful than me is an almost impossible mission."</span>
<span class="player">"Then I will resort to good old magic,"</span> you smiled again.
<span class="nevada">"Come on. Maybe you will like it... Are we going home? Or do you want to spend the night here?"</span>
The bitch is right, there is no point in staying here. You do not have the necessary artifacts (and knowledge, to be honest) to expel a ghost from your body.
[[Go home.|start24]]<<show-img start23>>
You trudged home with your head down.
You suffered a crushing defeat from a ghost, something like this had never happened in your life. No one had possessed your body, no one could oppose you. You had pacified the spirit of a serial killer! And then some slut...
<span class="nevada">"Hey, I can hear your thoughts!"</span> the girl was offended.
<span class="player">"Sorry."</span>
<span class="nevada">"I'm kidding! I am a slut!"</span> the interlocutor laughed to herself. <span class="nevada">"By the way, my name is Nevada. Nevada Hott."</span>
A familiar name... Nevada Hott… She starred in pornography! That's right! And she died, I think, because of drugs.
<span class="nevada">"Yeah, that's me. Nice to meet you."</span>
It turns out that this is a really powerful whorebastard. This is bad…
<<nobr>>[[Next.|start25]]
<<set $time = 5>><</nobr>><<show-img start24>>
Coming home late at night, you collapsed on your bed, helpless and disappointed, and instantly fell asleep...
But you opened your eyes in a panic, fearfully studying the area around you. You're naked, but it looks like you undressed yourself before going to bed. And you're at home, that's good.
<span class="nevada">"Ah,"</span> Nevada yawned mentally. <span class="nevada">"Why did you jump up?"</span>
<span class="player">"You... Well..."</span>
<span class="nevada">"No, I didn't take control while you were sleeping. I wanted to sleep for once in a long time."</span>
<span class="player">"Thank you,"</span> you thanked her honestly while getting dressed..
<span class="nevada">"However, now I'll sleep while you're awake. Not all the time, 6-7 hours will be enough for me, but you understand."</span>
<span class="player">"You don't want to leave my body voluntarily while you have the chance?"</span>
<span class="nevada">"Not anymore,"</span> the girl sighed.
She wants a fight? She'll get it! You won't give up! You need to contact your mentor who lives in the suburbs. And you will definitely win!
<span class="nevada">"Or lose..."</span> Nevada read your thoughts...
<<nobr>>[[Next.|bedroom01]]
<<set $time = 1>>
<<set $gamestart = 2>>
<<set $mainquest = 1>><</nobr>><<nobr>><<if $stats.day lte 11>><<show-img bedroom01>><</if>>
<<if $stats.day gte 12>><<show-img bedroom02>><</if>><</nobr>>
<<nobr>><<if $stats.day lte 11>>A dark gothic room with black walls and black curtains covering the windows. The room smells of old repairs, a little damp and dusty. The faded carpet on the floor is a sad sight.<</if>>
<<if $stats.day gte 12>>A dark gothic room with black walls and black curtains covering the windows. The room smells of old repairs, a little damp and dusty. Nevada gave the room a little makeover: she replaced the old carpet on the floor, hung pictures of flowers, and placed a pink teddy bear on the chair.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto bedroom01>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
<<nobr>><<if $time lte 3>><span class="no">🛏 Sleep [too early to sleep].</span>
<<elseif $time gte 4 and $stats.day == 0>>[[🛏 Sleep.|nevadaspec01]]
<<elseif $time gte 4 and $stats.day == 5>>[[🛏 Sleep.|nevadaspec05]]
<<elseif $time gte 4 and $stats.day == 11>>[[🛏 Sleep.|nevadaspec08]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 1 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent01]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 2 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent04]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 3 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent07]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 4 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent10]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 1 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent13]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 2 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent16]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 3 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent19]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 4 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent22]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 5 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent25]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 6 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent28]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 1 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent31]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 2 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent34]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 3 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent37]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 4 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent40]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 5 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent43]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 6 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent46]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 7 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent49]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 1 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent52]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 2 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent55]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 3 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent58]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 4 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent61]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 5 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent64]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 6 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent67]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 7 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent70]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 1 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent73]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 2 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent76]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 3 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent79]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 4 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent82]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 5 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent85]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 6 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent88]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 7 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent91]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 8 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent94]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 9 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent97]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 10 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent100]]
<<endif>><</nobr>>
<<nobr>><<if $player.slut gte 20 and $day.mast == 0>>[[♀ Masturbate.|bigroommast01]]
<<elseif $player.slut lte 19>><span class="no">♀ Masturbate [you're too decent to masturbate in front of Nevada].</span>
<<elseif $day.mast gte 1>><span class="no">♀ Masturbate [you've already masturbated today].</span><<endif>><</nobr>>
[[🖳 Computer.|comp01]]
[[⌂ Go to the bathroom.|bathroom01]]
[[⌂ Go to the cabinet.|cabinet01]]
<<nobr>><<if $corridorvisit == 0>>[[⌂ Go to the corridor.|corridor01]]<</if>>
<<if $corridorvisit == 1>>[[⌂ Go to corridor.|corridor02]]<</if>><</nobr>>
<<silently>><<end01>><<end02>><</silently>><<nobr>><<if $player.slut lte 24>><<show-img comp\comp01>><</if>>
<<if $player.slut gte 24 and $player.slut lte 49>><<show-img comp\comp02>><</if>>
<<if $player.slut gte 50 and $player.slut lte 74>><<show-img comp\comp03>><</if>>
<<if $player.slut gte 75>><<show-img comp\comp04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 24>>An old but reliable laptop. The desktop has a standard picture of a green meadow.<</if>>
<<if $player.slut gte 24 and $player.slut lte 49>>An old but reliable laptop. The desktop has a photo of you.<</if>>
<<if $player.slut gte 50 and $player.slut lte 74>>An old but reliable laptop. The desktop has a naked photo of you.<</if>>
<<if $player.slut gte 75>>An old but reliable laptop. Your naked and rather perverted photo has been placed on your desktop.<</if>><</nobr>>
<<nobr>><<if $player.slut lte 24>><span class="nevada">"Seriously? A green meadow? What year are you living in, 2007?"</span> Nevada was indignant.<</if>>
<<if $player.slut gte 24 and $player.slut lte 49>><span class="nevada">"Your photo on your desktop? Not bad. It's certainly better than some gloomy cemetery..."</span> Nevada shared her opinion.<</if>>
<<if $player.slut gte 50 and $player.slut lte 74>><span class="nevada">"Oh yeah, having your naked photo on your desktop is the best. I also had a naked photo of myself on my laptop..."</span> Nevada mentally praised you.<</if>>
<<if $player.slut gte 75>><span class="nevada">"Wow! What a perverted photo on your desktop! Even I had a more innocent photo on my laptop..."</span> Nevada mentally admired.<</if>><</nobr>>
<<nobr>><<if $nevadaporn == 0 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn01]]
<<elseif $nevadaporn == 1 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn02]]
<<elseif $nevadaporn == 2 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn03]]
<<elseif $nevadaporn == 3 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn04]]
<<elseif $nevadaporn == 4 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn05]]
<<elseif $nevadaporn == 5 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn06]]
<<elseif $nevadaporn == 6 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn07]]
<<elseif $nevadaporn == 7 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn08]]
<<elseif $nevadaporn == 8 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn09]]
<<elseif $nevadaporn == 9 and $day.nevadaporn == 0>>[[Watch porn with Nevada.|nevadaporn10]]
<<elseif $day.nevadaporn gte 1>><span class="no">Watch porn with Nevada [you watched too much porn with Nevada today].</span><</if>><</nobr>>
[[Back.|bedroom01]]
<<show-img bathroom01>>
An old, but spacious and very atmospheric bathroom with everything you need: a bathtub, a shower cabin, a toilet, a sink, numerous gels and shampoos, a few cosmetics.
<<nobr>><<if $day.shower == 0>>[[🚿 Shower|shower01]] or [[🛁 Bath.|bath01]]
<<else>><span class="no">Shower or Bath [you've already washed yourself today, stop wasting water].</span><</if>><</nobr>>
<<nobr>><<if $day.piss == 0>>[[🛊Go to the toilet.|toilet01]]
<<else>><span class="no">🛊Go to the toilet [you don't want to go to the toilet, and you can't sit on the toilet all day].</span><</if>><</nobr>>
[[𓁿 Look in the mirror.|mirror01]]
[[⌂ Go to the bedroom.|bedroom01]]
<<nobr>><<if $corridorvisit == 0>>[[⌂ Go to the corridor.|corridor01]]<</if>>
<<if $corridorvisit == 1>>[[⌂ Go to the corridor.|corridor02]]<</if>><</nobr>><<show-img corridor01>>
<span class="nevada">"Wow! Atmospheric corridor. Doesn't quite reach the room, of course... But both need renovation,"</span> Nevada thought in your head.
<span class="player">"I'll decide where and how to do the renovation myself,"</span> you answered sharply.
<span class="nevada">"We'll decide, darling, we. This is our body now, our house, our renovation, get used to it,"</span> she responded with insolence to rudeness.
<span class="player">"You shouldn't get used to my body, my house and my renovation,"</span> you didn't mince words.
<<nobr>>[[Next.|corridor02]]
<<set $corridorvisit = 1>><</nobr>><<show-img corridor02>>
Loft-style hallway and brick corridor. Perhaps there is not as much mysticism here as in the rest of the house, but here you can feel the strength of the whole house and its reliability, despite its very respectable age.
[[⌂ Go to the bedroom.|bedroom01]]
[[⌂ Go to the bathroom.|bathroom01]]
[[⌂ Go to the cabinet.|cabinet01]]
<<nobr>><<if $dtvisit == 0>>[[→ Go outside.|downtown01]]<</if>>
<<if $dtvisit == 1>>[[→ Go outside.|downtown02]]<</if>><</nobr>><<show-gif bigroommast01>>
<<nobr>><<if $player.slut lte 49>>Slightly embarrassed, you still decide to satisfy your physical needs - masturbate to relieve tension.
<<elseif $player.slut gte 50>>Without the slightest embarrassment, you decide to satisfy your physical needs - masturbate to relieve tension.
<<endif>><</nobr>>
You take off your outerwear, lie down on the bed and begin to stroke your body, your legs, your breasts.
<span class="nevada">"Mmm, yes, I need that too,"</span> Nevada encouraged you.
Slowly, you moved on to stroking your pussy through your panties. Pleasant sensations spread throughout your entire body.
<<nobr>><<if $player.slut lte 49>><span class="nevada">"If you give me control, I can give us even more pleasure..."</span> the ghost girl thought, but you weren't listening to her anymore, you were focused only on the sensations.
<<elseif $player.slut gte 50>><span class="nevada">"How well you do it, like a real slutty slut,"</span> the ghost girl made a kind of compliment, but you weren't listening to her anymore, you were focused only on the sensations.<<endif>><</nobr>>
You took off your panties, began to stroke your pussy, exhausted with desire, ran your finger along your labia, moved around your clitoris.
<span class="nevada">"Yeah, so fucking awesome,"</span> your body's passenger encouraged you.
Pleasant waves spread from your clitoris and penetrated every cell of your body, they took over your brain and your consciousness. You enjoyed every moment. However, as did Nevada...
[[Next.|bigroommast02]]
<<show-img cabinet01>>
The cabinet is your holy of holies. Here is your crystal ball, inherited from your aunt, an extensive library of esoteric knowledge and luxurious soft chairs. Right here you can receive clients for tarot card readings, fortune telling and other strange, but well-paid activities.
<<nobr>><<if $psychicwork == 0 and $day.psychicwork lte 1>>[[🃱 Remote work as a psychic.|psychicwork01]]
<<elseif $psychicwork == 1 and $day.psychicwork lte 1>>[[🃦 Remote work as a psychic.|psychicwork02]]
<<elseif $psychicwork == 2 and $day.psychicwork lte 1>>[[🃧 Remote work as a psychic.|psychicwork03]]
<<elseif $psychicwork == 3 and $day.psychicwork lte 1>>[[🃨 Remote work as a psychic.|psychicwork04]]
<<elseif $psychicwork == 4 and $day.psychicwork lte 1>>[[🃩 Remote work as a psychic.|psychicwork05]]
<<elseif $psychicwork == 5 and $day.psychicwork lte 1>>[[🃰 Remote work as a psychic.|psychicwork06]]
<<elseif $day.psychicwork gte 2>><span class="no">Remote work as a psychic [you need more mana].</span> <<endif>><</nobr>>
[[👑 View artifacts.|artifacts01]]
[[🏆 View library [achievements and titles].|titles01]]
[[🔮 Look into crystal ball [cheats].|cheats01]]
[[⌂ Go to the bedroom.|bedroom01]]
<<nobr>><<if $corridorvisit == 0>>[[⌂ Go to the corridor.|corridor01]]<</if>>
<<if $corridorvisit == 1>>[[⌂ Go to the corridor.|corridor02]]<</if>><</nobr>><<nobr>><<if $time lte 2>><<show-img downtown01>><</if>>
<<if $time gte 3>><<show-img downtown02>><</if>><</nobr>>
<span class="nevada">"Wow! You have... we have such a fancy townhouse? Right in downtown? It's not like you make millions. Or do you just work as an escort on the side, huh?"</span> Nevada teased you.
<span class="player">"I inherited the house from my aunt. The one on the right with the small balcony,"</span> you admitted honestly. <span class="player">"She was a very famous fortune teller. Actually, I decided to follow in her footsteps. She died nine months ago, and I moved here."</span>
<span class="nevada">"Here? It looks like Britain. Or Maine..."</span>
<span class="player">"You're not that stupid, making a reference to Stephen King's books, hinting that all his paranormal events happen in Maine,"</span> you praised the invader for the first time.
<span class="nevada">"Books? Ahaha! Movies, silly!"</span>
<span class="player">"Then I take back my compliment..."</span>
<<nobr>>[[Next.|downtown02]]
<<set $dtvisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img downtown03>><</if>>
<<if $time gte 3>><<show-img downtown04>><</if>><</nobr>>
You are standing in front of your house, located in downtown – the historical center of the city. In the same area there are cafes, shops, including an antique shop, and a woman you know, a psychotherapist, lives next door to you. There is also a theater on the border with the business district.
<<nobr>><<if $antiquevisit == 0 and $time gte 2 and $time lte 3>> [[Go to the antique shop.|antique01]]<</if>>
<<if $antiquevisit == 1 and $time gte 2 and $time lte 3>>[[Go to the antique shop.|antique04]]<</if>>
<<if $time lte 1>><span class="no">Go to the antique shop [it's early, the store is open: noon-evening].</span><</if>>
<<if $time gte 4>><span class="no">Go to the antique shop [it's late, the store is open: noon-evening].</span><</if>><</nobr>>
<<nobr>><<if $cafevisit == 0 and $time lte 3>>[[Go to the cafe.|cafe01]]<</if>>
<<if $cafevisit == 1 and $time lte 3>>[[Go to the cafe.|cafe03]]<</if>>
<<if $time gte 4>><span class="no"> Go to the cafe [it's late, the cafe is open: morning-evening].</span><</if>><</nobr>>
<<nobr>><<if $psyvisit == 0 and $time lte 2 and $day.psy == 0>>[[Go to the psychotherapist.|psy01]]<</if>>
<<if $psyvisit == 1 and $time lte 2 and $day.psy == 0>>[[Go to the psychotherapist.|psy04]]<</if>>
<<if $time gte 3 and $day.psy == 0>><span class="no">Go to the psychotherapist [it's late, the psychologist works: morning-afternoon].</span><</if>>
<<if $day.psy == 1>><span class="no">Go to the psychotherapist [you've already been to psychotherapy today.].</span><</if>><</nobr>>
<<nobr>><<if $theatervisit == 0>>[[Go to the theater.|theater01]]<</if>>
<<if $theatervisit == 1>>[[Go to the theater.|theater04]]<</if>><</nobr>>
[[→ Go to the business district.|business01]]
[[→ Go to the suburb.|suburb01]]
[[→ Go to the park.|park01]]
<<nobr>><<if $ghettovisit == 0>>[[→ Go to the ghetto.|ghetto01]]<</if>>
<<if $ghettovisit == 1>>[[→ Go to the ghetto.|ghetto03]]<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto downtown02>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home.|corridor02]]<<show-gif shower01>>
A warm shower is the greatest invention of mankind; a warm shower is the best friend. It will always comfort, relax, and make you feel good.
<span class="nevada">"That's it! Exactly! A shower head can make you feel very good!"</span> Nevada's thoughts reached you. <span class="nevada">"Don't be shy, you can indulge yourself if you want to. I'm always for debauchery!"</span>
<<nobr>><<if $player.slut gte 20 and $day.mast == 0>>[[♀ Masturbate in the shower.|shower02]]
<<elseif $player.slut lte 19>><span class="no">♀ Masturbate [you're too decent to masturbate in front of Nevada].</span>
<<elseif $day.mast gte 1>><span class="no">♀ Masturbate [you've already masturbated today].</span><<endif>><</nobr>>
<<nobr>>[[Finish.|bathroom01]]
<<set $day.shower += 1>><</nobr>>
<<show-img titles\titles01>>
Title is what people call you. Sometimes behind your back, and sometimes in your face. You can choose different titles here. They are like achievements - to unlock a particular title you need to perform certain actions.
Your title is currently "$player.title".
[["The redhead witch".|title01]]
[["The mystical lady".|title02]]
[["The ginger psychic".|title03]]
<<nobr>><<if $player.slut gte 20>>[["The curious girl" [slutness => 20].|title04]]
<<else>><span class="no">"The curious girl" [slutness => 20].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 40>>[["The kinky red" [slutness => 40].|title05]]
<<else>><span class="no">"The kinky red" [slutness => 40].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 60>>[["The perverted beauty" [slutness => 60].|title06]]
<<else>><span class="no">"The perverted beauty" [slutness => 60].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 80>>[["The shameless slut" [slutness => 80].|title07]]
<<else>><span class="no">"The shameless slut" [slutness => 80].</span><</if>><</nobr>>
[["Defeated by the ghost" [possessed by Nevada].|title08]]
<<nobr>><<if $player.pos gte 30>>[["The vessel for the spirit" [possession => 30].|title09]]
<<else>><span class="no">"The vessel for the spirit" [possession => 30].</span><</if>><</nobr>>
<<nobr>><<if $player.pos gte 60>>[["The phantom’s bitch" [possession => 60].|title10]]
<<else>><span class="no">"The phantom’s bitch" [possession => 60].</span><</if>><</nobr>>
<<nobr>><<if $player.vag gte 3>>[["The big pussy" [vagina => 3].|title11]]
<<else>><span class="no">"The big pussy" [vagina => 3].</span><</if>><</nobr>>
<<nobr>><<if $player.vag gte 4>>[["The ruined cunt" [vagina => 4].|title12]]
<<else>><span class="no">"The ruined cunt" [vagina => 4].</span><</if>><</nobr>>
<<nobr>><<if $player.anal gte 3>>[["The anal princess" [anal => 3].|title13]]
<<else>><span class="no">"The anal princess" [anal => 3].</span><</if>><</nobr>>
<<nobr>><<if $player.anal gte 4>>[["The black hole" [anal => 4].|title14]]
<<else>><span class="no">"The black hole" [anal => 4].</span><</if>><</nobr>>
<<nobr>><<if $player.tits gte 4>>[["The massive JUGS" [tits => 4].|title15]]
<<else>><span class="no">"The massive JUGS" [tits => 4].</span><</if>><</nobr>>
<<nobr>><<if $player.ass gte 4>>[["The huge butt" [ass => 4].|title16]]
<<else>><span class="no">"The huge butt" [ass => 4].</span><</if>><</nobr>>
<<nobr>><<if $player.lips gte 4>>[["The duck lips" [lips => 4].|title17]]
<<else>><span class="no">"The duck lips" [lips => 4].</span><</if>><</nobr>>
<<nobr>><<if $stats.exhib gte 5>>[["The novice exhibitionist" [exhibitionism => 5].|title18]]
<<else>> <span class="no">"The novice exhibitionist" [exhibitionism => 5].</span><</if>><</nobr>>
<<nobr>><<if $stats.exhib gte 10>>[["The fan of stripping" [exhibitionism => 10].|title19]]
<<else>><span class="no">"The fan of stripping" [exhibitionism => 10].</span><</if>><</nobr>>
<<nobr>><<if $stats.exhib gte 25>>[["The famous nudist" [exhibitionism => 25].|title20]]
<<else>><span class="no">"The famous nudist" [exhibitionism => 25].</span><</if>><</nobr>>
<<nobr>><<if $stats.bj gte 25>>[["The orange sucker" [blowjobs => 25].|title21]]
<<else>><span class="no">"The orange sucker" [blowjobs => 25].</span><</if>><</nobr>>
<<nobr>><<if $stats.bj gte 50>>[["The suckmachine" [blowjobs => 50].|title22]]
<<else>><span class="no">"The suckmachine" [blowjobs => 50].</span><</if>><</nobr>>
<<nobr>><<if $stats.cunibyyou gte 25>>[["The pussylover" [cunnilingus by you => 25].|title23]]
<<else>><span class="no">"The pussylover" [cunnilingus by you => 25].</span><</if>><</nobr>>
<<nobr>><<if $stats.cunibyyou gte 50>>[["The cuntlicker" [cunnilingus by you => 50].|title24]]
<<else>><span class="no">"The cuntlicker" [cunnilingus by you => 50].</span><</if>><</nobr>>
<<nobr>><<if $stats.strip gte 5>>[["The aspiring stripper" [striptease => 5].|title25]]
<<else>> <span class="no">"The aspiring stripper" [striptease => 5].</span><</if>><</nobr>>
<<nobr>><<if $stats.strip gte 10>>[["The advanced stripper" [striptease => 10].|title26]]
<<else>> <span class="no">"The advanced stripper" [striptease => 10].</span><</if>><</nobr>>
<<nobr>><<if $stats.strip gte 25>>[["The strip star" [striptease => 25].|title27]]
<<else>> <span class="no">"The strip star" [striptease => 25].</span><</if>><</nobr>>
<<nobr>><<if $stats.gh gte 5>>[["The shy sucker" [glory hole => 5].|title28]]
<<else>> <span class="no">"The shy sucker" [glory hole => 5].</span><</if>><</nobr>>
<<nobr>><<if $stats.gh gte 10>>[["The anonymous cocksucker" [glory hole => 10].|title29]]
<<else>> <span class="no">"The anonymous cocksucker" [glory hole => 10].</span><</if>><</nobr>>
<<nobr>><<if $stats.gh gte 25>>[["The hole of the glory hole" [glory hole => 25].|title30]]
<<else>> <span class="no">"The hole of the glory hole" [glory hole => 25].</span><</if>><</nobr>>
[[Back.|cabinet01]]
<<show-img cheats01>>
Cheats.
<i>And remember: cheats in real life are bad. But in a solo game - ok, why not.
Also cheats can break the game.</i>
<<link "Set money = 0">><<set $money = 0>><<goto cheats01>><</link>> I <<link "money + 1000">><<set $money += 1000>><<goto cheats01>><</link>>
Set slutness: <<link "0">><<set $player.slut = 0>><<goto cheats01>><</link>> I <<link "10">><<set $player.slut = 10>><<goto cheats01>><</link>> I <<link "20">><<set $player.slut = 20>><<goto cheats01>><</link>> I <<link "30">><<set $player.slut = 30>><<goto cheats01>><</link>> I <<link "40">><<set $player.slut = 40>><<goto cheats01>><</link>> I <<link "50">><<set $player.slut = 50>><<goto cheats01>><</link>> I <<link "60">><<set $player.slut = 60>><<goto cheats01>><</link>> I <<link "70">><<set $player.slut = 70>><<goto cheats01>><</link>> I <<link "80">><<set $player.slut = 80>><<goto cheats01>><</link>> I <<link "90">><<set $player.slut = 90>><<goto cheats01>><</link>> I <<link "100">><<set $player.slut = 100>><<goto cheats01>><</link>>.
Set possession: <<link "10">><<set $player.pos = 10>><<goto cheats01>><</link>> I <<link "20">><<set $player.pos = 20>><<goto cheats01>><</link>> I <<link "30">><<set $player.pos = 30>><<goto cheats01>><</link>> I <<link "40">><<set $player.pos = 40>><<goto cheats01>><</link>> I <<link "50">><<set $player.pos = 50>><<goto cheats01>><</link>> I <<link "60">><<set $player.pos = 60>><<goto cheats01>><</link>> I <<link "70">><<set $player.pos = 70>><<goto cheats01>><</link>> I <<link "80">><<set $player.pos = 80>><<goto cheats01>><</link>> I <<link "90">><<set $player.pos = 90>><<goto cheats01>><</link>> I <<link "100">><<set $player.pos = 100>><<goto cheats01>><</link>>.
Set tits: <<link "tiny">><<set $player.tits = 0>><<goto cheats01>><</link>> I <<link "small">><<set $player.tits = 1>><<goto cheats01>><</link>> I <<link "average">><<set $player.tits = 2>><<goto cheats01>><</link>> I <<link "big">><<set $player.tits = 3>><<goto cheats01>><</link>> I <<link "huge">><<set $player.tits = 4>><<goto cheats01>><</link>>.
Set ass: <<link "tiny">><<set $player.ass = 0>><<goto cheats01>><</link>> I <<link "small">><<set $player.ass = 1>><<goto cheats01>><</link>> I <<link "average">><<set $player.ass = 2>><<goto cheats01>><</link>> I <<link "big">><<set $player.ass = 3>><<goto cheats01>><</link>> I <<link "huge">><<set $player.ass = 4>><<goto cheats01>><</link>>.
Set lips: <<link "tiny">><<set $player.lips = 0>><<goto cheats01>><</link>> I <<link "small">><<set $player.lips = 1>><<goto cheats01>><</link>> I <<link "average">><<set $player.lips = 2>><<goto cheats01>><</link>> I <<link "big">><<set $player.lips = 3>><<goto cheats01>><</link>> I <<link "huge">><<set $player.lips = 4>><<goto cheats01>><</link>>.
Set vagina: <<link "virgin">><<set $player.vag = 0>><<goto cheats01>><</link>> I <<link "tight">><<set $player.vag = 1>><<goto cheats01>><</link>> I <<link "average">><<set $player.vag = 2>><<goto cheats01>><</link>> I <<link "wide">><<set $player.vag = 3>><<goto cheats01>><</link>> I <<link "ruined">><<set $player.vag = 4>><<goto cheats01>><</link>> I <<link "Set zero penetration (vagina wears out slower)">><<set $stats.vag = 0>><<goto cheats01>><</link>>.
Set anal: <<link "virgin">><<set $player.anal = 0>><<goto cheats01>><</link>> I <<link "tight">><<set $player.anal = 1>><<goto cheats01>><</link>> I <<link "average">><<set $player.anal = 2>><<goto cheats01>><</link>> I <<link "wide">><<set $player.anal = 3>><<goto cheats01>><</link>> I <<link "ruined">><<set $player.anal = 4>><<goto cheats01>><</link>> I <<link "Set zero penetration (anal wears out slower)">><<set $stats.anal = 0>><<goto cheats01>><</link>>.
[[Back.|cabinet01]]<<show-img bath01>>
In the past, only kings could afford a hot bath. And now you, like a queen, are lounging in a hot bath and enjoying it. And even with foam!
<span class="nevada">"Hey, queen,"</span> Nevada read your thoughts. <span class="nevada">"How about some fun for your royal pussy? Personally, I loved doing it in the bath... "</span>
<<nobr>><<if $player.slut gte 20 and $day.mast == 0>>[[♀ Masturbate in the bath.|bath02]]
<<elseif $player.slut lte 19>><span class="no">♀ Masturbate [you're too decent to masturbate in front of Nevada].</span>
<<elseif $day.mast gte 1>><span class="no">♀ Masturbate [you've already masturbated today].</span><<endif>><</nobr>>
<<nobr>>[[Finish.|bathroom01]]
<<set $day.shower += 1>><</nobr>><<show-img titles\title01>>
<span class="player">"I've heard people call me "The redhead witch". And I'm proud of that nickname!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The redhead witch">><</nobr>><<show-img titles\title02>>
<span class="player">"I've heard people call me "The mystical lady". I like it, it's nice."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The mystical lady">><</nobr>><<show-img titles\title03>>
<span class="player">"I've heard people call me "The ginger psychic". Well, I am ginger, and I am psychic."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The ginger psychic">><</nobr>><<show-img titles\title04>>
<span class="player">"I've heard people call me "The curious girl". I don't understand what they mean. Curiosity is a good thing, it's the engine of progress!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The curious girl">><</nobr>><<show-img titles\title05>>
<span class="player">"I've heard people call me "The kinky red". I don't see anything wrong with that."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The kinky red">><</nobr>><<show-img titles\title06>>
<span class="player">"I've heard people call me "The perverted beauty". Wow, they actually think I'm beautiful!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The perverted beauty">><</nobr>><<show-img titles\title07>>
<span class="player">"I've heard people call me "The shameless slut". Why should I be ashamed? I'm shameless! And I'm a slut..."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The shameless slut">><</nobr>><<show-img titles\title08>>
<span class="player">"I've heard people call me "Defeated by the ghost". </span>
A stupid joke comes to your mind:
Old Pedro is drinking in a bar and talking.
"I built a bridge in our village. Was I called Pedro the Bridge Builder after that? No. I spent my whole life helping travelers and giving them shelter, but was I called Pedro the Hospitable? No. I worked in the forge all my life, all the neighboring villages bought my products, but was I called Pedro the Skilled Blacksmith? No. However, I only fucked a sheep once and..."
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "Defeated by the ghost">><</nobr>><<show-img titles\title09>>
<span class="player">"I've heard people call me "The vessel for the spirit". Not ordinary people, but esotericists, of course."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The vessel for the spirit">><</nobr>><<show-img titles\title10>>
<span class="player">"I've heard people call me "The phantom’s bitch". My reputation in the esoteric community is destroyed!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The phantom’s bitch">><</nobr>><<show-img titles\title11>>
<span class="player">"I've heard people call me "The big pussy". Yes, my pussy is not as tight as before."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The big pussy">><</nobr>><<show-img titles\title12>>
<span class="player">"I've heard people call me "The ruined cunt". I may not be a virgin, but I can take the biggest cocks: BBCs, horses, elephants..."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The ruined cunt">><</nobr>><<show-img titles\title13>>
<span class="player">"I've heard people call me "The anal princess". What girl in the 21st century doesn’t give it to the ass?!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The anal princess">><</nobr>><<show-img titles\title14>>
<span class="player">"I've heard people call me "The black hole". My huge anus is legen… dary!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The black hole">><</nobr>><<show-img titles\title15>>
<span class="player">"I've heard people call me "The massive JUGS". My big boobs attract everyone's attention. It's impossible not to stare at them!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The massive JUGS">><</nobr>><<show-img titles\title16>>
<span class="player">"I've heard people call me "The huge butt". Everyone turns around to look at my beautiful ass. Men, girls, even animals!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The huge butt">><</nobr>><<show-img titles\title17>>
<span class="player">"I've heard people call me "The duck lips". Yes, my lips look a bit like a duck's beak. But a duck can't suck a dick as well as I can!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The duck lips">><</nobr>><<show-img titles\title18>>
<span class="player">"I've heard people call me "The novice exhibitionist". Apparently, if you undress in public, someone is bound to notice..."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The novice exhibitionist">><</nobr>><<show-img titles\title19>>
<span class="player">"I've heard people call me "The fan of stripping". More and more people know that I undress in public..."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The fan of stripping">><</nobr>><<show-img titles\title20>>
<span class="player">"I've heard people call me "The famous nudist". I can be called a star of nudism!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The famous nudist">><</nobr>><<show-gif bigroommast02>>
You increased the speed and thought of nothing but pleasure.
<span class="nevada">"Faster-faster-faster!"</span> Nevada encouraged you, getting the same sensations as you.
Very soon your body began to shake in pleasant convulsions, and two consciousnesses entered Nirvana. It's strange, but when before your consciousness was one in the body, the sensations seemed to be 2 times weaker...
<span class="nevada">"Wow, thank you. I came great,"</span> the ghost thought.
<span class="player">"We came great,"</span> you corrected.
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $stats.mast += 1>>
<<set $day.mast += 1>><</nobr>><<show-gif shower02>>
You decided to support Nevada's idea and relax in the shower stall. Your hands began to stroke your hips, your waist, your chest.
<<nobr>><<if $player.slut lte 49>><span class="nevada">"Oh, yes, you do it so sweetly and innocently, but I like it, don't stop,"</span> the ghost's voice sounded in your head.
<<elseif $player.slut gte 50>><span class="nevada">"Oh, you do everything perfectly, you are simply a Goddess! If only we had different bodies, I would dream of fucking you,"</span> the ghost's voice sounded in your head.<<endif>><</nobr>>
As Nevada suggested, you played with the shower head a little, directing it near your genitals. These intense and pleasant sensations turned you on even more, so you couldn’t hold back and started to masturbate intensely with your fingers.
[[Next.|shower03]]<<show-gif shower03>>
Soon you were rubbing your aroused clitoris with all your might, madly wanting to have an orgasm.
<span class="nevada">"I'm going to cum now, I'm going to cum now!"</span> the ghost supported your feelings. Immediately after her words, the muscles of your vagina began to contract madly, bringing you delightful bliss. You and Nevada, of course.
<span class="nevada">"Phew, we'll have to do this again,"</span> the girl thought. And in the meantime, you thought that masturbating with her in the body is like masturbating in front of a witness. While pleasing this witness. Very strange, but, as it turned out, very pleasant...
<<nobr>>[[Finish.|bathroom01]]
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $stats.mast += 1>>
<<set $day.mast += 1>><</nobr>><<show-gif bath02>>
And the ghost is right. Why not please your royal pussy? First, you decided to play with it a little using the shower head.
<span class="nevada">"Yeah, I love it like that,"</span> the girl who captured your consciousness started up. <span class="nevada">"I'm sure showers were invented by girls, and specifically for such wonderful things."</span>
<<nobr>><<if $player.slut lte 49>>You were a little confused by her thoughts, but you were already turned on, so you continued to please yourself.
<<elseif $player.slut gte 50>>You were turned on by her dirty thoughts, your sexual activity with this girl became much higher, and your pussy was now almost always wet.<<endif>><</nobr>>
You continued to please yourself with the warm pressure of water passing over your labia, over your clitoris, over the entire outer side of your vagina.
<span class="player">"So good,"</span> you blurted out.
<span class="nevada">"I fully support you..."</span>
[[Next.|bath03]]<<show-gif bath03>>
Having reached the peak, you removed the shower head and decided to finish with your fingers.
<span class="nevada">"Come on! The royal orgasm is near! Come on!"</span> Nevada screamed in her mind, and you moved even faster.
<span class="player">"I'm cumming!"</span> escaped your lips at that very moment. Your whole body shook, your back arched to the limit, but you continued to rub your vagina to get another one or two blissful spasms.
<span class="nevada">"Oh, it was intense,"</span> thought the interlocutor. <span class="nevada">"Thank you."</span>
<span class="player">"You're welcome..."</span>
<<nobr>>[[Finish.|bathroom01]]
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $stats.mast += 1>>
<<set $day.mast += 1>><</nobr>><<show-gif pos\nevadaspec01>>
You had a very strange dream. So bright, so realistic. You were playing with your pussy right through your panties... But for some reason you couldn't move. Wait a minute, this isn't a dream!
<span class="nevada">"Good morning, sleepyhead!"</span> Nevada realized that you had regained consciousness. <span class="nevada">"But you can sleep some more. Or you can have fun with me. Decide for yourself, I don't mind your company."</span>
<span class="player">"Hey! Give me back control!"</span> you mentally screamed.
<span class="nevada">"Ahaha, silly! As soon as you fall asleep, control passes to me. Don't worry, I'll lose control soon, so enjoy,"</span> the ghost said mockingly, while rubbing your pussy harder and more actively.
<span class="player">"A, ah!"</span> you thought, feeling a very pleasant sensation.
[[Next.|nevadaspec02]]
<<show-img bathroom02>>
You sat down on your trusty toilet more comfortably and started to pee.
<span class="nevada">"What a relief,"</span> Nevada sighed. <span class="nevada">"Have you noticed that people strive more for avoiding bad feelings than for good feelings? If you don't eat, hunger will be an unpleasant sensation, and if you don't go to the toilet, you'll feel bad too."</span>
<span class="player">"What about sex?"</span> you asked.
<span class="nevada">"Sex helps you forget all the shit that's going on in your life."</span>
<span class="player">"Have you heard that clever idea in some movie?"</span>
<span class="nevada">"Yeah..."</span>
<<nobr>>[[Finish.|bathroom01]]
<<set $day.piss += 1>><</nobr>><<show-gif pos\nevadaspec02>>
Meanwhile, Nevada moved your panties aside and began to move her finger around your pussy, pinching your labia, lightly touching your clitoris.
You felt your cheeks turn red, your hole become moist, your nipples tense.
<span class="nevada">"I know you like this as much as I do,"</span> the girl purred.
<span class="player">"I don't like that you've taken over my body," </span> you thought.
<span class="nevada">"Give in to desire. The more you resist, the more control I'll have over my body..."</span>
[[Give in to pleasure.|nevadaspec03]]
[[Resist.|nevadaspec04]]<<show-gif pos\nevadaspec03>>
<span class="player">"Mmm, so nice,"</span> you couldn't hold back your lustful thoughts from the ghost girl.
<span class="nevada">"Yeah! I knew you were a slut deep down, ahaha!"</span> she replied, starting to actively stimulate your clitoris.
Under the pressure of her deft movements, your body couldn't stand it, it was on cloud nine along with your souls, which intertwined in a fit of passion, pleasure and an approaching orgasm.
This lasted for several minutes. For several wonderful minutes, your body shook so much that no other thoughts could penetrate your consciousness except thoughts of bliss.
<span class="nevada">"I'm sure you liked it,"</span> Nevada smiled.
<span class="player">"I liked it..."</span> you admitted honestly.
Then your consciousness fell asleep again...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaspec03>>
<span class="player">"Fuck you,"</span> you resisted the ghost girl and her movements with all your might.
<span class="nevada">"You shouldn't do that, I'm telling you: it's like quicksand - the more resistance, the more control I get,"</span> she replied, starting to actively stimulate your clitoris.
Under the pressure of her deft movements, your body couldn't stand it, it was on cloud nine together with your souls, which were intertwined in a fit of passion, pleasure and an approaching orgasm.
This lasted for several minutes. For several wonderful minutes, your body shook so much that no other thoughts could penetrate your consciousness, except for thoughts of bliss.
<span class="nevada">"I'm sure you liked it,"</span> Nevada smiled.
<span class="player">"Fuck you..."</span> despite the treacherous orgasm, your mind continued to resist.
But then your consciousness fell asleep again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent01>>
You came to your senses again from the pleasant sensations that engulfed your body.
Nevada undressed and stroked you: your neck, your tummy, your tense nipples, your thighs, your vaginal area. Then she pulled out some light BDSM clamps from somewhere and attached them to your nipples.
<span class="player">"Ouch! What are you doing?!"</span> you were indignant.
<span class="nevada">"Oh, hi, ahaha!"</span> the ghost girl greeted. <span class="nevada">"Does it hurt?"</span>
<span class="player">"Well... Not really,"</span> you understood that you felt exactly the same as her, so there was no point in lying.
<span class="nevada">"Then enjoy it, silly!"</span>
On the one hand, you really liked everything that was happening, but on the other, it was a little perverted...
[[Give in to pleasure.|nevadaevent02]]
[[Resist.|nevadaevent03]]
<<show-gif pos\nevadaevent03>>
...You mentally shuddered when you saw a man's penis before your eyes. Then you realized that your ghostly passenger was watching porn. On the monitor screen, a girl was jerking off a man's hard penis.
<span class="nevada">"Do you like dicks? I love dicks!"</span> she realized that you were awake. <span class="nevada">"I love all kinds of dicks: big, small, straight, crooked, circumcised, covered with foreskin, white-yellow-black! Dicks-dicks-dicks! I love their smell, their appearance, their shape, I love the feeling with which they enter my holes. DICKS! And I also love sperm! It's so delicious, it feels so nice on the skin, it shines so beautifully, it gives life! CUM AND DICKS!!!"</span>
It was... A very strange mental tirade.
[[Support Nevada.|nevadaevent05]]
[[Object to Nevada.|nevadaevent06]]<<show-gif pos\nevadaevent02>>
<span class="player">"Mmm..."</span> you thought, and Nevada understood everything without further ado.
She began to rub your pussy vigorously, pinching your nipples and playing with your breasts. The ghost affected several of your erogenous zones at once, and did it very skillfully. Experience and confidence were felt in her actions.
Very soon you felt the approach of orgasm.
<span class="nevada">"Come on, girl, let's cum together,"</span> she thought, and after these words your body began to shudder in orgasm. At the same time, Nevada did not stop caressing herself to prolong the pleasure.
<span class="nevada">"Did you come? Ahaha!"</span> the girl asked out loud and laughed loudly, because the answer was obvious.
<span class="player">"We came,"</span> you confirmed and then your consciousness switched off again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $player.pos += 2>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $nevadaev1 = 2>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent02>>
<span class="player">"This is my body and my nipples!"</span> you answered sharply, trying to somehow stop the girl.
She didn't answer, but began to vigorously rub your pussy, pinching your nipples and playing with your breasts. The ghost affected several of your erogenous zones at once, and did it very skillfully. Experience and confidence were felt in her actions.
Very soon you felt the approach of orgasm.
<span class="nevada">"Come on, girl, let's cum together,"</span> she thought, and after these words your body began to shudder in orgasm. At the same time, Nevada did not stop caressing herself to prolong the pleasure.
<span class="nevada">"Did you come? Ahaha!"</span> the girl asked out loud and laughed loudly, because the answer was obvious.
<span class="player">"We came,"</span> you confirmed and then your consciousness switched off again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $time = 1>>
<<set $nevadaev1 = 2>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent04>>
<span class="player">"I must admit, I've always liked cocks too..."</span> you mentally scratched your head.
<span class="nevada">"I always knew it! You and I are similar in some way! Although I also like women's pussies..."</span>
Meanwhile, on the monitor screen, a man was already pleasing a girl with his fingers. Nevada moved her fingers in the same rhythm, soon reaching the peak.
<span class="nevada">"YES-A-A! DICKS AND CUM!"</span> Nevada screamed (she didn't think, she screamed).
Your body arched and shook, unable to resist the overwhelming excitement and the ghost girl's quick movements.
It seemed like your consciousness switched off right at the moment of a powerful orgasm...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $player.pos += 2>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $nevadaev1 = 3>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent04>>
<span class="player">"What if I prefer girls' pussies?"</span> you tried to cool the girl's ardor.
<span class="nevada">"I love pussies too! I adore vaginas! Cunts and dicks! Dicks and cunts! One doesn't interfere with the other..."</span>
Meanwhile, on the monitor screen, a man was already pleasing a girl with his fingers. Nevada moved her fingers in the same rhythm with him, soon reaching the peak.
<span class="nevada">"YES-A-A! DICKS AND CUM!"</span> Nevada screamed (she didn't think, she screamed).
Your body arched and shook, unable to resist the overwhelming excitement and the ghost girl's quick movements.
It seemed like your consciousness switched off right at the moment of a powerful orgasm...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $nevadaev1 = 3>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaspec04>>
…You came to your senses and saw that your hand, controlled by Nevada, was holding a pill between its fingers.
<span class="player">"Hey-hey-hey! What is this? What are you doing?!"</span> flashed through your thoughts.
<span class="nevada">"Oh, hi. Don’t worry, it’s just birth control. You don’t want to get pregnant, do you?"</span> the ghost girl asked in a clear voice.
<span class="player">"A doctor should prescribe birth control! What about illnesses? Why not use condoms?"</span> you tried to come up with some reasonable arguments. <<if $player.vag == 0>><span class="player">"And I’m still a virgin!"</span><</if>>
<span class="nevada">"You’re so boring…"</span> the girl sighed heavily. <span class="nevada">"I’ll still take birth control, it makes me feel better. Whether you like it or not."</span>
[[Support her idea about birth control.|nevadaspec06]]
[[Speak out against birth control.|nevadaspec07]]<<show-img bedroom02>>
What a strange dream: you seem to be in your room, but it is a little different...
<span class="player">"What have you done again?!"</span> you said when you realized that you were not sleeping.
<span class="nevada">"I made some small improvements in OUR bedroom. It became a little more cozy,"</span> the invader of your body said in a gentle voice.
<span class="player">"Where is the old carpet?! It belonged to several generations in my family!"</span> you were indignant, seeing the terrible pink carpet on the floor.
<span class="nevada">"And now it belongs to the homeless in the dump, ahaha! You could have said thank you actually. I tried for both of us..."</span>
[[Support Nevada.|nevadaspec09]]
[[Confront Nevada.|nevadaspec10]]<<show-img pos\nevadaspec05>>
<span class="player">"Ah... Okay, that makes sense,"</span> you creaked in agreement with the captor.
<span class="nevada">"That's great!"</span> Nevada said and swallowed the pill.
You need to do something, if she continues to stay in your body, it will definitely not lead to anything good...
<span class="nevada">"Hey! I can hear everything!"</span> she was offended, and your consciousness fell asleep again after a few minutes.
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaspec05>>
<span class="player">"No! You're crossing the line! You know perfectly well that my willpower is enough to suppress your attempt to fuck someone!"</span> you said firmly and clearly.
<span class="nevada">"We'll see about that,"</span> Nevada said and swallowed the pill.
You need to do something, if she continues to stay in your body, it will definitely not lead to anything good...
<span class="nevada">"Hey! I can hear everything!"</span> she was offended, and your consciousness fell asleep again in a few minutes.
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos -= 1>>
<<set $stats.day += 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaspec06>>
<span class="player">"You know... You're right! It really is a little better,"</span> you looked at the situation from the other side.
<span class="nevada">"That's great! Someday we'll do repairs everywhere. It'll be like a fairy tale here!"</span> the ghost girl dreamed. <span class="nevada">"The main thing is not to spend all the money on drugs again..."</span>
<span class="player">"And not to die..."</span> you noted, falling asleep...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaspec06>>
<span class="player">"Go to hell! This is MY house! This is my renovation! Don't you dare touch anything here!"</span> you mentally screamed at the ghost.
<span class="nevada">"It's a shame, I tried actually,"</span> she made a bow with her lips. <span class="nevada">"I still think that someday it will be very cozy and nice here."</span>
<span class="player">"I was cozy and nice without you..."</span> you noted, falling asleep again...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos -= 1>>
<<set $stats.day += 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent05>>
You woke up from a buzzing sound. A very pleasant buzzing sound, to be honest. It was Nevada having fun with one of the adult toys - a black vibrator.
<span class="nevada">"How I love toys, what a thrill!"</span> thought the ghost girl. <span class="nevada">"People have invented thousands of different toys for girls: dildos of all shapes and sizes, vibrators, vacuum massagers and much more..."</span>
While the invader was indulging in her porn philosophy, you felt how wet your pussy had become. Even the vibrator was covered in your juices, although it did not penetrate an inch inside.
<span class="nevada">"Oh, yes, I know what you are thinking. Your body loves toys too, don't deny it."</span>
[[Don't deny.|nevadaevent08]]
[[Deny.|nevadaevent09]]<<show-gif pos\nevadaevent07>>
You woke up in a panic from the feeling of warm water at your groin. But then you quickly recovered from the shock when you saw that you were in the shower.
<span class="nevada">"Did you think you pissed yourself? Ahaha!"</span> Nevada laughed loudly.
<span class="player">"For a second... You already know what I thought!"</span> you mentally waved your hand at your interlocutor.
The ghost hung up the shower and began to play with your warm pussy with your finger. With your free hand she ran over your soapy breasts, stroked your tummy, played with your nipples.
<span class="nevada">"I love showers, all girls love them. That's why we wash longer than men..."</span>
[[Support Nevada.|nevadaevent11]]
[[Oppose Nevada.|nevadaevent12]]<<show-gif pos\nevadaevent06>>
<span class="player">"How can I deny what we both know?"</span> you breathed heavily from the vibrator against your genitals.
<span class="nevada">"Good girl. Good girl!"</span> with these words your body began to thrash on the adult toy.
The orgasm was slightly different from those that happen when working with fingers (or when masturbating on a pillow, for example). However, you liked the sensations, the body never lies. If the body is in pain, it screams about it, but now it screams from bliss.
<span class="nevada">"We'll have to buy a lot of toys,"</span> the girl reasoned after the orgasm.
<span class="player">"We'll see..."</span> you thought and immediately fell asleep...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $player.pos += 2>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $nevadaev1 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent06>>
<span class="player">"I deny it, bitch! It's called rape!"</span> you protested, breathing heavily (mentally).
<span class="nevada">"How can you rape yourself, silly? Bad girl. Bad girl!"</span> with these words, your body began to thrash around on the adult toy.
The orgasm was slightly different from the ones you get when working with your fingers (or masturbating on a pillow, for example). However, you liked the sensations, the body never lies. If the body is in pain, it screams about it, but now it screams with bliss.
<span class="nevada">"We'll have to buy a lot of toys,"</span> the girl reasoned after the orgasm.
<span class="player">"Yeah, dream on,"</span> you thought and immediately fell asleep...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $nevadaev1 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent08>>
<span class="player">"So nice..."</span> flashed through your mind.
<span class="nevada">"Yes, I quickly found a common language with your body. My own body was much harder to bring to orgasm. But yours cums very quickly,"</span> the girl actively moved your finger along the clitoris, from it pleasant electric shocks passed to every cell of your body.
As Nevada said, your body could not resist for any length of time, and after half a minute an orgasm pierced it. Your knees buckled, your legs shook, and your vagina contracted.
<span class="nevada">"That's what I'm talking about: you have a body like a real whore,"</span> the captor smiled, and your consciousness switched off.
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $player.pos += 2>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $nevadaev1 = 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent08>>
<span class="player">"Not everyone is a slut like you!"</span> flashed through your mind.
<span class="nevada">"You know, I quickly found a common language with your body. My own body was much harder to bring to orgasm. But yours cums very quickly,"</span> the girl actively moved your finger along the clitoris, from it pleasant electric shocks passed to every cell of your body.
As Nevada said, your body could not resist for any length of time, and after half a minute an orgasm pierced it. Your knees buckled, your legs shook, and your vagina contracted.
<span class="nevada">"That's what I'm talking about: you have a body like a real whore,"</span> the captor smiled, and your consciousness switched off.
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.mast += 1>>
<<set $stats.day += 1>>
<<set $nevadaev1 = 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent09>>
You woke up with a pleasant breeze on your skin and the fresh smell of nature. Did you open the window before going to bed? Wait, are you outside?!
<span class="nevada">"Don't worry, I went out to get some fresh air,"</span> Nevada reassured you. It looks like you're in a park. But it's pretty dark here at night and possibly dangerous.
<span class="player">"You dressed very strangely for this..."</span> you skeptically assessed the black leather coat that, judging by the feel, touched your naked body.
<span class="nevada">"I dressed like that for this!"</span> with these thoughts, the captor opened the coat, under which was your naked beautiful body, not covered even by underwear."
[[Encourage exhibitionism.|nevadaevent14]]
<<nobr>>[[Resist exhibitionism.|nevadaevent15]]
<<set $player.ava = 7>><</nobr>><<show-img pos\nevadaevent10>>
<span class="player">"Well, I admit honestly, I've always been turned on by thoughts of exhibitionism..."</span> you thought shyly.
<span class="nevada">"It's time to make your fantasies come true, my friend!"</span> Nevada walked a little further with her coat open and found herself right under a glowing lamppost.
<span class="player">"Are you crazy?! What if someone sees?"</span> you were scared.
<span class="nevada">"That's the whole point: the risk of being seen! Imagine what an unwitting viewer would think then?"</span>
<span class="player">"Most likely, that I'm a complete pervert,"</span> you mentally shrugged.
<span class="nevada">"Exactly! And that's what makes our cunt so wet, I can feel the lubricant running down our thighs..."</span> However, the girl didn't linger too long. A minute later, she buttoned her coat again and headed towards the house. And you fell asleep peacefully...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 2>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent10>>
<span class="player">"Come on, cover yourself up right now! You dirty pervert!"</span> you mentally screamed at the ghost.
<span class="nevada">"I have a better idea!"</span> Nevada walked a little further with her coat open and found herself right under a glowing lamppost.
<span class="player">"Are you completely fucking nuts?! People might see!"</span> you were scared.
<span class="nevada">"That's the whole point: the risk of being seen! Imagine what an unwitting viewer would think then?"</span>
<span class="player">"That I'm a complete pervert!"</span> you mentally shrugged.
<span class="nevada">"Exactly! And that makes our cunt so wet, I can feel the lube running down our thighs..."</span> However, the girl didn't linger too long. A minute later, she buttoned up her coat again and walked towards home. And you fell asleep peacefully...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 2>>
<<set $time = 1>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent11>>
…Loud music, your body moves to its rhythm. Of course, thanks to Nevada for this, it doesn’t let your mind sleep normally. And the body needs to rest normally.
<span class="nevada">"I’ll dance a little with the girls and then go to bed, honestly!"</span> the ghost girl read your thoughts.
<span class="player">"Where are we anyway? What’s going on?"</span> you asked yourself sleepily, feeling how your body actively presses against a beautiful girl during a fast dance.
<span class="nevada">"I have come here to drink beer and kiss some sexy doll... and I'm all out of beer…"</span>
[[Agree to kiss a girl.|nevadaevent17]]
[[Resist kissing a girl.|nevadaevent18]]<<show-gif pos\nevadaevent12>>
<span class="player">"You know... That's a great idea! We need to rest sometimes too,"</span> you supported the captor's impulse. Besides, her uninhibited nature excited you a little.
<span class="nevada">"Way to go! Female power!"</span> Nevada shouted mentally, took the tipsy girl by the hand, turned her to face you, confidently ran your palm over her cheek and touched her lips with your lips.
The girl was slightly taken aback, but soon reciprocated - ran her hand over your cheek and kissed you with tongue. It was more tender than passionate and depraved, but... you liked it. As did the ghost.
<span class="nevada">"This is exactly how you should have fun, bitches!"</span> Nevada rejoiced mentally, smiling at the girl and moving away from her.
She danced a little more, and then, as promised, went home to get some sleep...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.kiss += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 3>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent12>>
<span class="player">"No! I don't want to kiss a girl!"</span> you snapped.
<span class="nevada">"Are you from the Middle Ages or something, silly?! All modern girls are bisexual now! Female power!"</span> Nevada shouted mentally, took the tipsy girl by the hand, turned her to face you, confidently ran your palm over her cheek and touched her lips with your lips.
The girl was slightly taken aback, but soon reciprocated - ran her hand over your cheek and kissed you with tongue. It was more tender than passionate and depraved, and you didn't know what to think. However, the ghost was delighted.
<span class="nevada">"This is exactly how you should have fun, bitches!"</span> Nevada rejoiced mentally, smiling at the girl and moving away from her.
She danced a little more, and then, as promised, went home to get some sleep...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.kiss += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 3>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent13>>
The familiar cool breeze ran over your skin, bringing with it the scent of freshness. Your naked body touches the leather coat. You can't confuse these sensations with anything else - Nevada went out for a walk.
<span class="nevada">"Right on!"</span> the ghost confirmed your guess.
<span class="player">"Where are we? It's so dark here..."</span> you were slightly confused.
<span class="nevada">"In the cemetery!"</span> the girl opened her coat.
<span class="player">"In the cemetery?!"</span> you choked.
<span class="nevada">"Don’t worry about it! No zombie dog is going to fuck you. There are no zombie dogs, silly..."</span>
[[Encourage exhibitionism in the cemetery.|nevadaevent20]]
<<nobr>>[[Resist exhibitionism in the cemetery.|nevadaevent21]]
<<set $player.ava = 7>><</nobr>><<show-img pos\nevadaevent14>>
<span class="player">"I admit, there is a certain... romance in cemeteries,"</span> your inner voice answered gothically.
<span class="nevada">"You are such a pervert! Haha!"</span> Nevada laughed loudly (and not in her mind!).
The ghostly girl, having exposed your body, walked around the crypt, darted between the graves, goosebumps ran across your skin. She began to touch your chest, stroke your neck, touch your genitals. Your body succumbed to everything that was happening, your cheeks turned red, your nipples stood up, and your vagina became moist. You would really like to play with yourself right now.
<span class="nevada">"We came for a walk, slut!"</span> the ghost teased you. Yes, she is right: if you are seen, it will not be very good.
After walking around the cemetery a little more, she wrapped her coat around herself and went home. You fell asleep on the way...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent14>>
<span class="player">"Are you fucking nuts?! This is a cemetery!"</span> you were indignant.
<span class="nevada">"We'll please the dead with our beautiful body, ahaha!"</span> Nevada laughed loudly (and not mentally!) .
The ghostly girl, having exposed your body, walked around the crypt, darted between the graves, goosebumps ran across your skin. She began to touch your chest, stroke your neck, touch your genitals. Your body succumbed to everything that was happening, your cheeks turned red, your nipples stood up, and your vagina became moist. You resisted these impulses, but... if the invader began to masturbate, you would hardly be able to stop her.
<span class="nevada">"We came for a walk, slut!"</span> the ghost teased you. At least she was right about something: if you were seen, it would not be very good.
After walking around the cemetery a little more, she wrapped her coat around herself and headed home. You fell asleep on the way...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent15>>
…You woke up from the noise, bustle and the taste of beer on your tongue. Apparently, Nevada decided to have a drink at the bar.
<span class="nevada">"Your guesses are correct as always! Tell me, are you by any chance a psychic? Ahaha!"</span> the girl mocked, pouring alcohol into your body.
<span class="player">"Do you want to kill my body?"</span> you asked seriously.
<span class="nevada">"I will not get drunk, don't be afraid. And I also want your body to relax for once and forget about all the problems,"</span> she shrugged and showed the bartender a sign to pour her more beer.
[[Support the idea of drinking alcohol.|nevadaevent23]]
[[Resist the idea of drinking alcohol.|nevadaevent24]]<<show-gif pos\nevadaevent16>>
<span class="player">"I agree. Just let's do it in moderation. And without any wildness,"</span> you supported the idea of the invader.
<span class="nevada">"I can control myself,"</span> the girl confidently declared.
...Ten minutes later, you were staggering and kissing some guy. He pressed you against the wall of the bar, groped your waist, your ass, and his tongue was working in your mouth. Not to say that it was disgusting. You were drunk, you didn't understand anything well.
<span class="nevada">"Okay, cowboy! Let's limit ourselves to kissing and touching. I promised my mommy that I would be a good girl,"</span> Nevada told the man. He just smiled and nodded.
<span class="nevada">"See, I told you that I can control myself,"</span> she said to you. The man continued to grope your body for a while, then you simply parted ways without even exchanging phone numbers...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.kiss += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 5>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent16>>
<span class="player">"No-no-no! I'm against getting drunk! I forbid you!"</span> you tried to somehow correct the situation.
<span class="nevada">"Calm down, I can control myself,"</span> the girl confidently stated.
...Ten minutes later, you were staggering and kissing some guy. He pressed you against the wall of the bar, groped your waist, your ass, and his tongue was working in your mouth. Not to say that it was disgusting. You were drunk, you didn't understand anything well.
<span class="nevada">"Okay, cowboy! Let's limit ourselves to kissing and touching. I promised my mommy that I would be a good girl,"</span> Nevada told the man. He just smiled and nodded.
<span class="nevada">"See, I told you that I can control myself,"</span> she said to you. The man continued to grope your body for a while, then you simply parted ways without even exchanging phone numbers...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.kiss += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 5>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent17>>
…It’s incredibly strange to wake up when your body is dancing, when your legs are moving, your butt is jumping, and your lungs are greedily gulping air. If I immediately gained control of my body, I could fall or hurt myself, it’s like with sleepwalkers.
<span class="nevada">"I’m also sleeping off while you’re awake,"</span> Nevada mentally noted.
<span class="player">"Listen, actually the body needs to rest too, otherwise both my muscles and my brain will break down,"</span> you made a reasonable remark.
<span class="nevada">"I know! That’s exactly why I don’t exploit our shared home 100%. Now I’ll dance a little and go put our precious body to bed."</span>
[[Support Nevada dancing.|nevadaevent26]]
[[Resist Nevada dancing.|nevadaevent27]]<<show-gif pos\nevadaevent18>>
<span class="player">"Okay, I'm not against having fun, just be careful,"</span> you mentally let your captor go dancing.
<span class="nevada">"Of course, mommy! And I won't get drunk! By the way, my real mommy died because of alcohol..."</span> the ghost thought when some drunk man joined her in the dance.
He literally rubbed his groin against your body. But the girl did nothing, as if she liked it all. In fact, that's how it was. She even moved your ass on the man's groin.
However, when the dance ended, the man walked away (apparently to continue drinking alcohol). The girl danced a little more and went home, as she promised.
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 6>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent18>>
<span class="player">"No, that's enough, seriously. This body just can't take it!"</span> you reasoned rationally.
<span class="nevada">"Come on, mommy! Just a little! And I won't get drunk! By the way, my real mommy died because of alcohol..."</span> the ghost thought when some drunk man joined her in the dance.
He literally rubbed his groin against your body. But the girl did nothing, as if she liked it all. In fact, that's how it was. She even moved your ass on the man's groin.
However, when the dance ended, the man walked away (apparently to continue drinking alcohol). The girl danced a little more and went home, as she promised.
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 6>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent09>>
<span class="player">"Mff... out walking again?"</span> you thought sleepily, feeling the fresh air.
<span class="nevada">"I'm getting naked again, ahaha!"</span> the ghost laughed stupidly. You looked around: and once again the deserted park at night. Gloomy and dangerous, there could be some pervert sitting behind every bush. Or a predator: you once saw a fox here! You even gave him a nickname - Mister Fox. Although you didn’t see him here anymore. But strange types from the ghetto can come here for their dark deeds.
<span class="nevada">"I can walk down the street like that, if the park doesn't suit you!"</span> with these words the girl opened the coat on your body.
[[Encourage exhibitionism.|nevadaevent29]]
<<nobr>>[[Resist exhibitionism.|nevadaevent30]]
<<set $player.ava = 7>><</nobr>><<show-img pos\nevadaevent19>>
<span class="player">"Did I say that I don't like something?"</span> you asked quite playfully.
<span class="nevada">"Oh, I get it, you slutty pussy!"</span> with these words Nevada threw your coat on the ground, leaving you in only your boots. You were shocked by this action.
<span class="player">"Be careful, someone will definitely notice us!"</span> you were still worried, despite your excitement. But the ghost didn't listen to you at all. She, completely naked, stood right under the glowing lamppost.
<span class="nevada">"La-la-la-la! La-la-la-la!"</span> she sang and spun on the pole, as if it were a stripper pole.
Unexpectedly, you saw the bushes rustle.
<span class="nevada">"Ouch-oh,"</span> Nevada climbed off her improvised pole and went to the coat thrown on the ground. <span class="nevada">"It seems like someone noticed us."</span>
<span class="player">"You're just saying that?!"</span>
<span class="nevada">"Well, if we're not being raped right now, we're unlikely to be raped in a minute,"</span> the girl reasoned. <span class="nevada">"Of course, it could just be the wind. Or a raccoon. Mister Raccoon..."</span>
<<nobr>><<set $player.ava = 8>>
<<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent19>>
<span class="player">"I'm not happy with your whore behavior!"</span> you mentally scolded.
<span class="nevada">"Oh, really? Take that, you evil pussy!"</span> with these words Nevada threw your coat on the ground, leaving you in only your boots. You were shocked by this action.
<span class="player">"Be careful, someone will definitely notice us!"</span> you were very worried and angry. But the ghost didn't listen to you at all. She, completely naked, stood right under the glowing lamppost.
<span class="nevada">"La-la-la-la! La-la-la-la!"</span> she sang and spun on the pole, as if it were a stripper pole.
Unexpectedly, you saw the bushes rustle.
<span class="nevada">"Ouch-oh,"</span> Nevada climbed off her improvised pole and went to the coat thrown on the ground. <span class="nevada">"It seems like someone noticed us."</span>
<span class="player">"You're just saying that?!"</span>
<span class="nevada">"Well, if we're not being raped right now, we're unlikely to be raped in a minute,"</span> the girl reasoned. <span class="nevada">"Of course, it could just be the wind. Or a raccoon. Mister Raccoon..."</span>
<<nobr>><<set $player.ava = 8>>
<<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev2 = 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent20>>
…You woke up from the rapid movements. Is Nevada dancing again? Although no, you only move your hand, and there is something warm in it.
<span class="player">"Nevada!"</span> you mentally screamed sleepily.
<span class="nevada">"What?"</span> the girl innocently answered, jerking off a strong male penis. Your hand moved very quickly on it, the dick sparkled either from natural lubrication, or from artificial. The man at that moment was somewhere in Heaven, judging by his face. It all looked... very impressive, you have to admit. This whole picture was like from a porno. In which, in fact, a skilled girl was filming.
<span class="nevada">"Don't worry, $name, we only agreed on hand work. The man treated me to a drink..."</span>
[[Support Nevada.|nevadaevent32]]
[[Resist Nevada.|nevadaevent33]]<<show-gif pos\nevadaevent21>>
<span class="player">"At this rate he'll cum very quickly, so there's hardly anything scary..."</span> your thoughts were interrupted by a fountain splashing onto your hand. More precisely, it was a volcanic eruption: first one powerful stream shot up and landed on your hand, then the rest of the "lava" flowed out and settled on your fingers. Warm and sticky...
<span class="male">"That was awesome, baby,"</span> said a man you didn't know, looking straight into your eyes.
<span class="nevada">"He didn't last a minute, ahaha!"</span> Nevada thought. Then he quickly put on his pants and left, and the girl went to wash the cum off your hand. It's strange that she didn't lick it off, that's not like her...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.hj += 1>>
<<set $nevadaev3 = 2>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent21>>
<span class="player">"No, no, no! Take your hand off his dick immediately, or I'll..."</span> your thoughts were interrupted by a fountain splashing onto your hand. More precisely, it was a volcanic eruption: first one powerful stream shot up and landed on your hand, then the rest of the "lava" flowed out and settled on your fingers. Warm and sticky...
<span class="male">"That was awesome, baby,"</span> said a man you didn't know, looking straight into your eyes.
<span class="nevada">"He didn't last a minute, ahaha!"</span> Nevada thought. Then he quickly put on his pants and left, and the girl went to wash the cum off your hand. It's strange that she didn't lick it off, that's not like her...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.hj += 1>>
<<set $nevadaev3 = 2>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent22>>
You woke up and giggled to yourself because of the tickling. It turns out that some girl was licking your hard nipple! At the same time, she was stroking your tummy, gently running her long nails over it, which brought quite a pleasant sensation.
<span class="nevada">"Look at the girl I found for the night!"</span> Nevada thought when she realized that you had regained consciousness. <span class="nevada">"I have some kind of super-radar: I can determine with 99% accuracy which girl would not refuse to have fun with me right now."</span>
<span class="player">"Like you go to a lesbian bar and approach any lonely girl?"</span> you teased the ghost quite cleverly.
<span class="nevada">"You are such a bitch, you could just have fun..."</span>
[[Enjoy.|nevadaevent35]]
[[Resist.|nevadaevent36]]<<show-gif pos\nevadaevent23>>
<span class="player">"I'm enjoying it!"</span> you giggled to yourself. <span class="player">"Thank you!"</span>
<span class="nevada">"That's my girl! Oh! Aaah,"</span> Nevada moaned as the girl began to caress your pussy. She did it very skillfully: first she ran her tongue all over your vagina from the bottom up, then she focused on your clitoris, moving her tongue around it, and then straight over it from the bottom up.
<span class="nevada">"Lesbian girls definitely know how to do cunnilingus,"</span> the ghost mentally noted, and then, unexpectedly for yourself (and for you), you began to cum with a loud moan.
Of course, you were enjoying it just as much. Unfortunately, it ended very quickly...
Nevada offered to return the "debt" to the girl, but she politely refused. The lesbian said that she preferred to lick other girls herself. Well, you have less to worry about, you can go back to sleep again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.cunitoyou += 1>>
<<set $stats.lesbian += 1>>
<<set $nevadaev3 = 3>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent23>>
<span class="player">"You've wasted your life so senselessly! Don't you dare ruin mine!"</span> you screamed mentally.
<span class="nevada">"I make your life only better! Oh! Aaah,"</span> Nevada moaned as the girl began to caress your pussy. She did it very skillfully: first she ran her tongue all over your vagina from the bottom up, then she focused on your clitoris, moving her tongue around it, and then straight over it from the bottom up.
<span class="nevada">"Lesbian girls definitely know how to do cunnilingus,"</span> the ghost mentally noted, and then, unexpectedly for yourself (and for you), you began to cum with a loud moan.
Of course, you got exactly the same pleasure, even though you didn’t want it and tried to resist somehow...
Nevada offered to return the "debt" to the girl, but she politely refused. The lesbian said that she preferred to lick other girls herself. Well, you have less to worry about, you can go back to sleep again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.cunitoyou += 1>>
<<set $stats.lesbian += 1>>
<<set $nevadaev3 = 3>>
<<set $time = 1>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent24>>
<span class="player">"Hey! What the fuck!"</span> You thought abruptly as soon as you woke up. And there was a reason: a strong male dick was visible in front of your face, and your tongue, under Nevada's control, deftly ran over it.
<span class="nevada">"It's called a blowjob, ahaha!"</span> the girl in your head laughed mockingly, taking the tip of the dick into your mouth.
<span class="player">"I know what it's called! Do you think it's nice to wake up with a dick in your mouth?!"</span> you were indignant.
<span class="nevada">"I didn't want to wake you up, you were sleeping so sweetly... But since you woke up, you can learn a thing or two from me."</span>
[[Concentrate on sensations.|nevadaevent38]]
[[Resist with all your might.|nevadaevent39]]<<show-gif pos\nevadaevent25>>
You didn't scold or encourage Nevada, you just focused on the sensations.
The girl very skillfully controlled your body, quickly jerked the man's cock with her right hand, licked the head with your tongue, took the cock in your mouth, in your cheek and even in your throat. It didn't bring any unpleasant physical or moral sensations. On the contrary, you felt that you were very turned on. If you had control, perhaps you would have started masturbating your lustful pussy...
<span class="male2">"Yes, red-haired whore, I'm going to cum now!"</span> the man moaned, the ghost took his cock out of your mouth and began to actively jerk him off. A few seconds later, warm white liquid splashed straight onto your tongue. Nevada swallowed it all in one gulp (without asking your permission, of course).
<span class="nevada">"Delicious, thank you!"</span> she playfully thanked the man.
<span class="male2">"Wow, you're a hot slut,"</span> the man summed up the ghost's work. Well, she really did a good job. Only now the taste of cum is in your mouth too...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $nevadaev3 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent25>>
<span class="player">"Enough! Stop doing this immediately!"</span> you thought menacingly, but Nevada didn't even deign to answer you...
The girl very skillfully controlled your body, quickly jerked the man's cock with her right hand, licked the head with your tongue, took the cock in your mouth, in your cheek and even in your throat. It didn't bring any unpleasant physical or moral sensations. On the contrary, you felt that you were very turned on. Even though it was disgusting to you, your pussy was so hot...
<span class="male2">"Yes, red-haired whore, I'm going to cum now!"</span> the man moaned, the ghost took his cock out of your mouth and began to actively jerk him off. A few seconds later, warm white liquid splashed straight onto your tongue. Nevada swallowed it all in one gulp (without asking your permission, of course).
<span class="nevada">"Delicious, thank you!"</span> she playfully thanked the man.
<span class="male2">"Wow, you're a hot slut,"</span> the man summed up the ghost's work. Well, she really did a good job. Only now the taste of cum is in your mouth too...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $nevadaev3 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent26>>
You woke up again with someone else's body part in your mouth. However, this time it was the hot tongue of a beautiful, skinny brunette. But Nevada wasn't going to stop there: she passionately kissed the stranger's neck, went down to her chest and began to play with her nipple with your tongue.
<span class="female">"Mmm, I feel so good,"</span> the girl moaned.
<span class="nevada">"Isn't she a beauty?"</span> the ghost mentally addressed you. <span class="nevada">"Picked her up at a bar."</span>
<span class="player">"You can't get enough, can you?"</span> you sighed heavily (also mentally).
<span class="nevada">"Actually, today I plan to satisfy this beauty. You know, it's really nice to satisfy girls."</span>
[[Support the idea of satisfying the girl.|nevadaevent41]]
[[Reject the idea of satisfying the girl.|nevadaevent42]]<<show-gif pos\nevadaevent27>>
<span class="player">"Well, how can I object to making this cutie happy?"</span> you giggled playfully.
<span class="nevada">"You're my soulmate,"</span> Nevada rejoiced, kissing the girl's skinny belly, going lower and lower.
<span class="female">"You're doing so well,"</span> the stranger encouraged the ghost.
Nevada gently touched your lips to the girl's hot genitals. Whorebastard kissed her labia, then began to lick the clitoris area, and then literally burst into the girl's pussy with your face.
The ghost girl was doing something crazy with your tongue, but judging by the girl's reaction, she REALLY liked it.
<span class="female">"I'm going to cum now, I'm going to cum now!"</span> the girl grabbed your red hair with her fingers and shook on your face. After that you passed out again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.cunibyyou += 1>>
<<set $stats.lesbian += 1>>
<<set $nevadaev3 = 5>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent27>>
<span class="player">"You could have just masturbated,"</span> you were skeptical about the invader's adventures.
<span class="nevada">"Well, I'm not you,"</span> Nevada stated, kissing the girl's thin belly, going lower and lower.
<span class="female">"You're doing so well,"</span> the stranger encouraged the ghost.
Nevada gently touched your lips to the girl's hot genitals. Whorebastard kissed her labia, then began to lick the clitoris area, and then literally burst into the girl's pussy with your face.
The ghost girl was doing something crazy with your tongue, but judging by the girl's reaction, she REALLY liked it.
<span class="female">"I'm going to cum now, I'm going to cum now!"</span> the girl grabbed your red hair with her fingers and shook on your face. After that you passed out again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.cunibyyou += 1>>
<<set $stats.lesbian += 1>>
<<set $nevadaev3 = 5>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent28>>
<span class="player">"MFFFHHHRRRRR!!!"</span> your thought upon awakening, as you woke up with a choke.
<span class="nevada">"Don't worry, we're just getting fucked in the mouth, ahaha!"</span> Nevada reassured you in her style.
<span class="player">"Don't worry? Are you completely out of your mind?!"</span> you continued to be indignant at such an awakening.
<span class="male">"Oh, yes, that's it, slut,"</span> the man fucking your mouth said.
<span class="nevada">"Did you hear that?! Our partner likes it! And, you know, it's your own fault. Your throat is too untrained. So relax, I'll train it..."</span>
[[Relax.|nevadaevent44]]
[[Resist.|nevadaevent45]]<<show-gif pos\nevadaevent29>>
<span class="player">"I'm calm, just not the most pleasant awakening,"</span> you smiled to yourself.
<span class="nevada">"Sorry, $name, didn't mean to make you feel uncomfortable,"</span> the girl apologized very sincerely.
<span class="male">"Gorgeous mouth, cocksucker,"</span> the man said, pushing your head onto his strong (albeit small) cock. The ghost girl relaxed your throat very well, so everything around was not splattered with your drool.
<span class="male">"Come on, bitch, I'm about to cum!"</span> the "gentleman" warned, Nevada pulled his cock out of your mouth and began to jerk you off very quickly. Within seconds, warm and salty cum splashed onto your tongue.
<span class="nevada">"Thank you for the sperm!"</span> the ghost said after she milked the man dry and then swallowed it all.
<span class="male">"Oof, you're the queen of cocksuckers. I'll tell my friends about you,"</span> he grinned.
<span class="nevada">"Give me 5 stars, ahaha!"</span> she giggled loudly.
And at that moment you felt some kind of wild shame. However, there was also a strong arousal...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $nevadaev3 = 6>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent29>>
<span class="player">"How can I relax here! When I woke up, I thought I was suffocating!"</span> you mentally protested.
<span class="nevada">"Sorry, $name, didn't mean to make you feel uncomfortable,"</span> the girl apologized very sincerely.
<span class="male">"Gorgeous mouth, cocksucker,"</span> the man said, pushing your head onto his strong (albeit small) cock. The ghost girl relaxed your throat very well, so everything around was not splattered with your drool.
<span class="male">"Come on, bitch, I'm about to cum!"</span> the "gentleman" warned, Nevada pulled his cock out of your mouth and began to jerk you off very quickly. Within seconds, warm and salty cum splashed onto your tongue.
<span class="nevada">"Thank you for the sperm!"</span> the ghost said after she milked the man dry and then swallowed it all.
<span class="male">"Oof, you're the queen of cocksuckers. I'll tell my friends about you,"</span> he grinned.
<span class="nevada">"Give me 5 stars, ahaha!"</span> she giggled loudly.
And at that moment you felt some kind of wild shame. However, there was also a strong arousal...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $nevadaev3 = 6>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent30>>
<span class="player">"I thought you were already tired of walking in the park,"</span> you woke up from another dose of cool air on your skin.
<span class="nevada">"I have a fashion show today,"</span> Nevada ran her hands over your body, where she drew an arrow in the groin area and wrote "SLUT" on your tummy.
<span class="player">"I really hope you didn't use a permanent marker,"</span> you noted skeptically.
<span class="nevada">"These are face paint pencils, wash off with water,"</span> the ghost girl reassured you, walking under a lamppost with her coat unbuttoned. <span class="nevada">"I consider so-called bodywriting to be a real modern erotic art."</span>
[[Encourage bodywriting.|nevadaevent47]]
<<nobr>>[[Resist bodywriting.|nevadaevent48]]
<<set $player.ava = 9>><</nobr>><<show-gif pos\nevadaevent32>>
It wasn't the first time you woke up with "something" big, warm and hard in your mouth. However, this time this "something" was even bigger than usual.
<span class="nevada">"Do you like black cocks?"</span> the ghost girl asked you rhetorically. <span class="nevada">"Personally, I love black cocks! Don't get me wrong, I'm not some fucking racist or anything. I love all cocks. But there's something special about black cocks..."</span>
<span class="player">"Like size?"</span> you smirked.
<span class="nevada">"I've seen hundreds of black cocks in real life, so I can say with full responsibility that not all of them are huge. Some are medium, and some are even small."</span>
<span class="bbc">"Yo, don't get distracted, bitch!"</span> said the man you were sucking. Apparently, Nevada's thoughts are a little harmful to the process. Although, when she used her head to think...
<span class="nevada">"I hear everything!"</span> the captor mentally shouted at you. <span class="nevada">"In any case, enjoy or don't interfere..."</span>
[[Enjoy.|nevadaevent50]]
[[Oppose.|nevadaevent51]]<<show-img pos\nevadaevent31>>
<span class="player">"There's something... aesthetic about it. Even though it's incredibly depraved,"</span> you tried to honestly evaluate your attitude to bodywriting.
<span class="nevada">"That's what's great! A girl covered in all sorts of dirty words and cocks immediately becomes so perverted, accessible and desirable!"</span> Nevada reasoned excitedly, throwing off your coat completely.
You felt cold and hot at the same time: cold from the park and heat from your body. Your pussy became incredibly wet, you felt drops of lubricant on your thighs.
<span class="nevada">"And imagine if someone notices us now and fucks us. Right in the pussy or straight into the ass. Or at least in the mouth!"</span> the ghost girl sighed dreamily, then walked around naked for a little while longer, but soon she got bored with it. She put on your clothes and walked towards the house.
<<nobr>><<set $player.ava = 10>>
<<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev3 = 7>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent31>>
<span class="player">"It's ugly, vulgar and stupid,"</span> you tried to honestly assess your attitude to bodywriting.
<span class="nevada">"You don't understand anything, silly! A girl covered in all sorts of dirty words and cocks immediately becomes so perverted, accessible and desirable!"</span> Nevada reasoned excitedly, throwing off your coat completely.
You felt cold and hot at the same time: cold from the park and heat from your body. Your pussy became incredibly wet, you felt drops of lubricant on your thighs.
<span class="nevada">"And imagine if someone notices us now and fucks us. Right in the pussy or straight into the ass. Or at least in the mouth!"</span> the ghost girl sighed dreamily, then walked around naked for a little while longer, but soon she got bored with it. She put on your clothes and walked towards the house.
<<nobr>><<set $player.ava = 10>>
<<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev3 = 7>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent33>>
<span class="player">"I'll probably enjoy the satisfaction of this big strong cock,"</span> you thought playfully.
<span class="nevada">"You forgot to mention that it's also black, ahaha!"</span> the girl laughed. <span class="nevada">"Big! Black! Cock!"</span>
<span class="bbc">"Come on, red bitch, come on!"</span> with these words the man took your head and began to impale it on his big cock. Fortunately, Nevada had all the necessary skills for this, so you did not experience much discomfort. On the contrary, you felt how a small puddle formed under you because of your lubricant.
<span class="bbc">"Swallow, whore!"</span> the big and strong black guy began to cum right into your throat. He did not let go of your head until the flow of his sperm dried up.
<span class="nevada">"Thanks for fucking my mouth,"</span> Nevada smiled at the man after she showed that she had swallowed all the cum.
<span class="bbc">"See you later, red,"</span> the man winked, putting on his pants. And you, completely exhausted, fell asleep again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $stats.interracial += 1>>
<<set $nevadaev3 = 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent33>>
<span class="player">"Stop it! I'm not going to suck every cock I meet!"</span> you thought firmly and clearly.
<span class="nevada">"So I suck them! And you forgot to mention that it's also black, ahaha!"</span> the girl laughed. <span class="nevada">"Big! Black! Cock!"</span>
<span class="bbc">"Come on, red bitch, come on!"</span> with these words the man took your head and began to impale it on his big cock. Fortunately, Nevada had all the necessary skills for this, so you did not experience much discomfort. On the contrary, you felt how a small puddle formed under you because of your lubricant.
<span class="bbc">"Swallow, whore!"</span> the big and strong black guy began to cum right into your throat. He did not let go of your head until the flow of his sperm dried up.
<span class="nevada">"Thanks for fucking my mouth,"</span> Nevada smiled at the man after she showed that she had swallowed all the cum.
<span class="bbc">"See you later, red,"</span> the man winked, putting on his pants. And you, completely exhausted, fell asleep again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $stats.interracial += 1>>
<<set $nevadaev3 = 1>>
<<set $time = 1>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent34>>
You woke up because something was pressing against your vagina. Of course, you immediately realized what was happening and who was to blame.
<<nobr>><<if $player.vag == 0>><span class="player">"STOP!"</span> you screamed in your mind. <span class="player">"I'M A VIRGIN!!!"</span><</if>>
<<if $player.vag gte 1>><span class="player">"Stop!"</span> you said in your mind. <span class="player">"You have to negotiate with me about this too!"</span><</if>><</nobr>>
<<nobr>><<if $player.vag == 0>><span class="nevada">"How old are you? 30? You'll thank me later, I'm finally starting your sex life!"</span> Nevada said almost proudly.<</if>>
<<if $player.vag gte 1>><span class="nevada">"The pussy was invented to be fucked in!"</span> laughed Nevada.<</if>><</nobr>>
<<nobr>><<if $player.vag == 0>>You feel the cock slowly entering your innocent pussy. That's it. Now you're not a virgin.<</if>>
<<if $player.vag gte 1>>You feel the cock slowly entering your wet pussy.<</if>><</nobr>>
<span class="nevada">"Oh yeah, fuck me, fuck me!"</span> the ghost girl encouraged the man.
<<nobr>><<if $player.vag == 0>><span class="male">"Fuck, you didn't warn me you were a virgin!"</span> the partner was indignant.<</if>>
<<if $player.vag gte 1>><span class="male">"Fuck, you're a wild female,"</span> the partner chuckled.<</if>><</nobr>>
<<nobr>><<if $player.vag == 0>><span class="nevada">"Not a virgin anymore. Thanks to you, purr,"</span> Nevada purred theatrically.<</if>>
<<if $player.vag gte 1>><span class="nevada">"I haven't even started being wild yet,"</span> Nevada winked.<</if>><</nobr>>
<<nobr>><<if $player.slut gte 30>>[[Enjoy.|nevadaevent53]]
<<elseif $player.slut lte 29>><span class="no">Enjoy [requires slutness above 30].</span><<endif>><</nobr>>
[[Resist.|nevadaevent54]]<<show-gif pos\nevadaevent36>>
...You found yourself in a bar, emptying a bottle of beer and making eyes at some hard worker.
<span class="nevada">"Isn't he a cutie?"</span> Nevada thought when she noticed you regaining consciousness.
<span class="player">"Well, the man does have an attractive appearance,"</span> you honestly assessed the guy across from you.
<span class="nevada">"Oooh, I want to fuck with him! To have him fuck me right in our cunt and have his cum drained right there... You don't mind, do you, friend?"</span>
<<nobr>><<if $player.slut gte 30>>[[Support Nevada’s choice.|nevadaevent56]]
<<elseif $player.slut lte 29>><span class="no">Support Nevada’s choice [requires slutness above 30].</span><<endif>><</nobr>>
[[Against Nevada's choice.|nevadaevent57]]<<show-img pos\nevadaevent38>>
<span class="player">"I'll guess with my eyes closed now..."</span> you felt the fresh breeze as you woke up, your leather coat on your skin.
<span class="nevada">"You can't close your eyes, I control it too, hee!"</span> Nevada giggled.
<span class="player">"Hey, what? Where are we?!"</span> you realized that something was wrong, because you could see many buildings.
<span class="nevada">"We're in the business district!"</span> the invader happily said.
<span class="player">"But people here can see us!"</span> you felt how fast your heart was beating.
<span class="nevada">"Most likely, someone from the windows has already seen us, they just didn't dare to come up,"</span> the ghost girl opened your coat.
<<nobr>><<if $player.slut gte 30>>[[Support exhibitionism.|nevadaevent59]]
<<elseif $player.slut lte 29>><span class="no">Support exhibitionism [requires slutness above 30].</span><<endif>><</nobr>>
<<nobr>>[[Against exhibitionism.|nevadaevent60]]
<<set $player.ava = 7>><</nobr>><<show-gif pos\nevadaevent40>>
<span class="player">"Ouch! Fuck!"</span> you woke up from the strong thrusts of a cock in your pussy. At the same time, there was a mirror in front of you, your head was shaking, everything was swimming before your eyes.
<span class="nevada">"Don't be afraid, little sister! We're fucking!"</span> Nevada happily told you.
<span class="player">"Why does everything float so much?"</span> you couldn't understand.
<span class="nevada">"Because we drank a lot of beer!"</span> the ghost clarified the situation again.
<span class="male2">"Yes, girl, you're so delicious,"</span> the man fucking you from behind said. He was also pretty drunk. It seemed that this whole thing was happening in the toilet of the bar.
<span class="nevada">"Fuck me, stallion!"</span> the captor said loudly.
<<nobr>><<if $player.slut gte 30>>[[Support drunk sex in the toilet.|nevadaevent62]]
<<elseif $player.slut lte 29>><span class="no">Support drunk sex in the toilet. [requires slutness above 30].</span><<endif>><</nobr>>
[[Resist drunk sex in the toilet.|nevadaevent63]]
<<show-gif pos\nevadaevent42>>
…And once again, upon waking up, you found yourself impaling yourself on someone's dick with your mouth. But this time the overall picture was different, because next to you the same dick was being serviced by some girl.
<span class="nevada">"A cute couple, aren't they?"</span> Nevada thought. <span class="nevada">"I met them at the bar, they were passing through here."</span>
<span class="player">"Passing through our bed, as I understand?"</span> you quipped.
<span class="nevada">"Huh? Ahaha! You're so funny!"</span> the ghost appreciated your phrase, continuing to actively polish the man's dick. The girl next to her was licking her boyfriend's balls. <span class="nevada">"I used to lick her pussy like that before, by the way... Anyway, more people - more fun! Have fun!"</span>
<<nobr>><<if $player.slut gte 30>>[[Enjoy threesome sex.|nevadaevent65]]
<<elseif $player.slut lte 29>><span class="no"> Enjoy threesome sex [requires slutness above 30].</span><<endif>><</nobr>>
[[Resist threesome sex.|nevadaevent66]]<<show-gif pos\nevadaevent44>>
…You woke up from a very pleasant sensation in your groin area. It turns out that a pretty brunette was working her tongue right on your pussy. But that was not all! Another brunette (also pretty) was lying next to you, and you were caressing her genitals with your fingers.
<span class="nevada">"Lesbian orgy! Lesbian orgy!"</span> Nevada rejoiced in her mind, starting to lick the second girl’s pussy. It was… quite fragrant, but in a good way. As if some perfume had been sprayed on it.
<span class="player">"Why can’t I wake up normally in my bed?"</span> you thought sleepily.
<span class="nevada">"Because that’s my temperament. And because all pussies should be licked, and all cocks should be milked!"</span>
<<nobr>><<if $player.slut gte 30>>[[Enjoy lesbian threesome.|nevadaevent68]]
<<elseif $player.slut lte 29>><span class="no"> Enjoy lesbian threesome [requires slutness above 30].</span><<endif>><</nobr>>
[[Resist lesbian threesome.|nevadaevent69]]<<show-gif pos\nevadaevent46>>
…You woke up and saw a strong black guy in front of you, who was impaling you on his cock with all his might. Judging by the sensations, it was a very big cock!
<span class="nevada">"Yes, yes, he has a huge dick, the size of your hand, ahaha!"</span> Nevada laughed mentally. <span class="nevada">"I almost choked while sucking it. It's strange that you only woke up now."</span>
It was as if a ship was moving inside you. And not some small vessel, but a five-deck yacht of a real oligarch.
<span class="nevada">"Yes, yes, you have such a huge dick!"</span> the ghost girl said.
<span class="bbc3">"All of you - white 'hoes - love big black cocks,"</span> the man answered.
<<nobr>><<if $player.slut gte 30>>[[Enjoy interracial sex.|nevadaevent71]]
<<elseif $player.slut lte 29>><span class="no"> Enjoy interracial sex [requires slutness above 30].</span><<endif>><</nobr>>
[[Resist interracial sex.|nevadaevent72]]<<show-gif pos\nevadaevent48>>
…You woke up from a warm stream on your body. Probably Nevada in the shower, you thought.
<span class="nevada">"Yes, but in a golden shower!"</span> the ghost girl confirmed.
<span class="player">"Wha-a-at?!"</span> you didn’t understand at first, but that’s how it was: you were kneeling naked, and some strange man was pissing on you. His warm urine was running down your chest, down your tummy, onto your legs and between your legs, and you couldn’t even move.
<span class="nevada">"What was I supposed to do?! This wonderful man treated me to a drink, then said he wanted to piss, I jokingly said: piss on me, and here we are…"</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy the golden shower.|nevadaevent74]]
<<elseif $player.slut lte 59>><span class="no">Enjoy the golden shower [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist the golden shower.|nevadaevent75]]<<show-gif pos\nevadaevent50>>
...Waking up with a dick in your mouth is quite common for you. But with one dick in your mouth, two in your hands, and another one standing nearby...
<span class="nevada">"The boys and I agreed on a blowjob, don't worry,"</span> Nevada mentally reassured you.
<span class="player">"What? How can you just agree with four guys on a blowjob? And can you really call that just a blowjob?!"</span> you were stunned by what was happening.
<span class="nevada">"First of all, there are different ways: on the Internet, in a bar, in a club, at a party, and so on. Secondly, okay, it would be more correct to call it a blowbang."</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy the blowbang.|nevadaevent77]]
<<elseif $player.slut lte 59>><span class="no"> Enjoy the blowbang [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist the blowbang.|nevadaevent78]]<<show-gif pos\nevadaevent52>>
...You felt yourself on all fours, and your anus was being lubricated with something cold.
<span class="player">"Ow!"</span> you thought because someone's finger suddenly penetrated your ass.
<span class="nevada">"Don't worry! Don't worry. Everything is fine, I just agreed on anal sex..."</span> Nevada thought, as if calming you down.
<<nobr>><<if $player.anal == 0>><span class="player">"Wha-a-at?! I've never had it in my ass before!"</span> you became hysterical.<</if>>
<<if $player.anal gte 1>><span class="player">"It would be nice to discuss such things with me!"</span> you were not entirely happy.<</if>><</nobr>>
<span class="nevada">"Don't worry, everything will go well with good lubrication. And without finishing inside. And we'll even get paid for it!"</span> thought the ghost-girl, while the man was already fucking you with two fingers.
<span class="player">"We'll get paid?!"</span> you were surprised, and at that very moment a strong member of a man penetrated your anus.
<<nobr>><<if $player.anal == 0>><span class="player">"Ouch!"</span> you mentally screamed. That's it, now you've lost your anal virginity. If such a concept even exists.<</if>>
<<if $player.anal gte 1>><span class="player">"Ouch!"</span> you mentally screamed in surprise.<</if>><</nobr>>
<span class="nevada">"We'll get paid, we'll get paid!"</span> Nevada confirmed. <span class="nevada">"I made a deal with this guy online, he promised a hundred bucks for anal!" </span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy anal sex.|nevadaevent80]]
<<elseif $player.slut lte 59>><span class="no">Enjoy anal sex [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist anal sex.|nevadaevent81]]
<<show-gif pos\nevadaevent54>>
...You suddenly came to your senses with the feeling that you were peeing. And then you discovered that you were surrounded by 6 girls who were licking each other's pussies, caressing each other and, in fact, peeing on each other.
<span class="player">"I thought this only happened in porn..."</span> you were stunned by what was happening.
<span class="nevada">"You just need to know where to look!"</span> Nevada thought pompously.
<span class="player">"In a lesbian bar?"</span> you named a very obvious option.
<span class="nevada">"In a lesbian bar!"</span> the perverted ghost girl confirmed. <span class="nevada">"There is also the Internet, swinger and BDSM clubs, bachelorette parties, and a lot of other things. Oh, you can also act in porn like this..."</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy the lesbian piss orgy.|nevadaevent83]]
<<elseif $player.slut lte 59>><span class="no">Enjoy the lesbian piss orgy [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist the lesbian piss orgy.|nevadaevent84]]<<show-gif pos\nevadaevent56>>
…Why can't the phantom invader ride a horse? Why does she have to ride dicks?
<span class="nevada">"Don't give me such ideas, otherwise I'll really fuck a horse, ahaha!"</span> Nevada laughed to herself.
<span class="player">"What?! That's not what I meant!"</span> you answered sharply, looking around at the situation: five naked men with strong dicks, you're sitting on one of them. However, everything here is quite clear, no need to be a fortune teller.
<span class="nevada">"Relax, silly! I don't have time for a horse right now. As you can see, we have a creampie gangbang here! Don't think badly right away! We are in a swinger club, all the men here provide fresh certificates of absence of venereal diseases, we are on birth control. Relax and enjoy!"</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy creampie gangbang.|nevadaevent86]]
<<elseif $player.slut lte 59>><span class="no">Enjoy creampie gangbang [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist creampie gangbang.|nevadaevent87]]<<show-img pos\nevadaevent58>>
<span class="player">…"What's the point of these walks if you're already fucking everyone? Does nudism excite you more than gangbang?"</span> you thought when you woke up.
<span class="nevada">"Just take a better look,"</span> Nevada ran your hands over your body. You saw that it was covered in obscene inscriptions on an interracial theme: "white 'ho", "red cunt", "BBC", a drawing of a black dick and even the QoS emblem. By the way, Nevada has good handwriting, she could take up calligraphy.
<span class="nevada">"Calligraphy? I've never heard of such a perversion,"</span> she once again showed her level of intelligence.
Then the ghost looked around.
<span class="player">"Are we in the ghetto?!"</span> you were scared.
<span class="nevada">"Don't be afraid. The most that can happen to us is fucking, ahaha!"</span> the girl laughed.
<<nobr>><<if $player.slut gte 60>>[[Enjoy exhibitionism in the ghetto.|nevadaevent89]]
<<elseif $player.slut lte 59>><span class="no">Enjoy exhibitionism in the ghetto [requires slutness above 60].</span><<endif>><</nobr>>
<<nobr>>[[Resist exhibitionism in the ghetto.|nevadaevent90]]
<<set $player.ava = 11>><</nobr>><<show-gif pos\nevadaevent60>>
…You woke up with a dick in your mouth. A big dick in your mouth, you have to admit it. And with two more big dicks in your palms. And one standing nearby, waiting for his turn. And they were all black.
<span class="nevada">"I promised to have an interracial gangbang,"</span> Nevada mentally shrugged, continuing to actively polish the cocks.
<span class="bbc">"Bro, where did you get that cocksucker?"</span> asked the young muscular dark man fucking your mouth.
<span class="bbc2">"She was hanging around the factory, bro,"</span> answered the other. <span class="bbc2">"I thought the junkie was looking for a fix, so I came up to find out what was going on. And she offered to hang out together."</span>
<span class="bbc">"So, cunt, are you a junkie or what? Are you giving up your holes for a fix?"</span> the first one didn't understand.
<span class="nevada">"Boys, I'm sober from drugs,"</span> Nevada answered, taking the dick out of her mouth. It's good that at least she's not into drugs now. You only have to die once to understand that drugs don't lead to anything good. <span class="nevada">"I have another addiction - cocks and sperm."</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy interracial gangbang.|nevadaevent92]]
<<elseif $player.slut lte 59>><span class=«no»>Enjoy interracial gangbang [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist interracial gangbang.|nevadaevent93]]<<show-gif pos\nevadaevent35>>
<span class="player">"Mmm, how nice,"</span> you enjoyed the cock moving in your pussy.
<span class="nevada">"My girl!"</span> the ghost girl was happy that you supported her decision to fuck the first person she met.
The man (apparently, he was slightly drunk) moved his strong and hot cock inside you faster and faster. Nevada moved towards him, contracted the muscles of your vagina, in general, she did everything to please her partner.
<span class="nevada">"Yes-yes-yes! I'm cumming!"</span> she screamed, you and she began to shake on the penis in a blissful spasm.
As soon as the sensations weakened, the man growled and pulled his cock out of your pussy. The girl immediately took it in her hand and began to jerk off furiously. Powerful streams of warm sperm hit your smooth tummy.
<span class="male">"Awesome,"</span> the man assessed.
<span class="nevada">"I came like a bitch myself,"</span> Nevada winked at him.
After that, you fell asleep right away...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $nevadaev4 = 2>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent35>>
<span class="player">"No! NO! YOU BITCH, I WILL DESTROY YOU!"</span> you threatened, unable to do anything while the man was fucking your body.
<span class="nevada">"Destroy the lack of sex in your life, ahaha,"</span> the ghost girl laughed, fucking the first person she met.
The man (apparently, he was slightly drunk) moved his strong and hot cock inside you faster and faster. Nevada moved towards him, contracted the muscles of your vagina, in general, she did everything to please her partner.
<span class="nevada">"Yes-yes-yes! I'm cumming!"</span> she screamed, you and she began to shake on the penis in a blissful spasm.
As soon as the sensations weakened, the man growled and pulled his cock out of your pussy. The girl immediately took it in her hand and began to jerk off furiously. Powerful streams of warm sperm hit your smooth tummy.
<span class="male">"Awesome,"</span> the man assessed.
<span class="nevada">"I came like a bitch myself,"</span> Nevada winked at him.
After that, you fell asleep right away...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $nevadaev4 = 2>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent37>>
<span class="player">"I don't mind,"</span> you approved the ghost's plans.
<span class="nevada">"Nice!"</span> the girl rejoiced.
...A few minutes later, this same guy Nevada was making eyes at was fucking you at the bar. You were leaning against the car, and he was confidently pushing you onto his strong cock.
<span class="nevada">"Yes, fuck me like a cheap whore!"</span> she said.
<span class="male3">"You are a cheap whore,"</span> the guy grinned, slapping his palm on your ass. <span class="male3">"Although no, you are a free whore."</span>
Either the sensations, or his words, or the general atmosphere made your body and you yourself very excited. So much so that you very quickly began to cum on this handsome man's cock.
<span class="nevada">"Yes, yes, yes, I'm a free whore,"</span> Nevada confirmed the guy's words at the moment of orgasm. <span class="nevada">"Dump your cum into me, please!"</span>
<span class="male3">"You asked for it, whore!"</span> the guy also began to cum, and right inside you, and your consciousness passed out...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $stats.vagcp += 1>>
<<set $nevadaev4 = 3>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent37>>
<span class="player">"I'm totally against it!"</span> you mentally exclaimed.
<span class="nevada">"And I don't give a fuck,"</span> the girl chuckled.
…A few minutes later, this same guy Nevada was making eyes at was fucking you at the bar. You were leaning against the car, and he was confidently pushing you onto his strong cock.
<span class="nevada">"Yes, fuck me like a cheap whore!"</span> she said.
<span class="male3">"You are a cheap whore,"</span> the guy grinned, slapping his palm on your ass. <span class="male3">"Although no, you are a free whore."</span>
Either the sensations, or his words, or the general atmosphere made your body and you yourself very excited. So much so that you very quickly began to cum on this handsome man's cock.
<span class="nevada">"Yes, yes, yes, I'm a free whore,"</span> Nevada confirmed the guy's words at the moment of orgasm. <span class="nevada">"Dump your cum into me, please!"</span>
<span class="male3">"You asked for it, whore!"</span> the guy also began to cum, and right inside you, and your consciousness passed out...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $stats.vagcp += 1>>
<<set $nevadaev4 = 3>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>>
<<show-img pos\nevadaevent39>>
<span class="player">"O-o-oh, to be honest, it's so... exciting..."</span> you mentally supported the perverted girl.
<span class="nevada">"That's exactly why I do this! I love to cross the boundaries of what is permitted!"</span> she walked straight down the road with your coat open. Your tummy, your breasts and your pussy were on display for all to see. Perhaps someone from the dark window was watching you right now.
<span class="nevada">"Fuck, I want to jerk off my cunt so much..."</span> Nevada thought, but you yourself felt this desire. <span class="nevada">"Don't be afraid, not here. We'll get home together... Or we'll find someone in the bar. Or we'll abstain altogether today, so that tomorrow will be even more interesting!"</span>
After walking around the business district for a few minutes, the girl finally tied the belt on her coat and went home, and you soon fell asleep...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev4 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent39>>
<span class="player">"No! I'm not like you! You're the one who's a complete fucking pervert!"</span> mentally you swore at the girl.
<span class="nevada">"That's exactly why I do this! I love to cross the boundaries of what is permitted!"</span> she walked straight down the road with your coat open. Your tummy, your breasts and your pussy were on display for all to see. Perhaps someone from the dark window was watching you right now.
<span class="nevada">"Fuck, I want to jerk off my cunt so much..."</span> Nevada thought, but you yourself felt this desire. <span class="nevada">"Don't be afraid, not here. We'll get home together... Or we'll find someone in the bar. Or we'll abstain altogether today, so that tomorrow will be even more interesting!"</span>
After walking around the business district for a few minutes, the girl finally tied the belt on her coat and went home, and you soon fell asleep...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<set $player.pos += 3>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev4 = 4>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent41>>
<span class="player">"Yes, stallion, fuck us!"</span> you mentally repeated Nevada's phrase.
<span class="nevada">"I adore you!"</span> the girl said out loud, either to you or to her fucker. He, by the way, put you near the wall and impaled you on his dick. Your head continued to swing, but you felt everything perfectly. And soon you felt much more, when the muscles of your vagina began to contract madly.
<span class="nevada">"Fuck, I'm cumming, cumming!"</span> the girl said.
<span class="male2">"Ugh, fuck, your pussy squeezed my dick so hard that I think I came inside you too..."</span> the guy said timidly.
<span class="nevada">"Ahaha! Relax! You can cum inside me!"</span> the girl, controlling your body, reassured him.
<span class="player">"You can cum inside us,"</span> you mentally confirmed, and then passed out...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $stats.vagcp += 1>>
<<set $nevadaev4 = 5>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent41>>
<span class="player">"Fuck yourself in the ass, you fucking stallion!"</span> you mentally snorted.
<span class="nevada">"I adore you!"</span> the girl said out loud, either to you or to her fucker. He, by the way, put you near the wall and impaled you on his dick. Your head continued to swing, but you felt everything perfectly. And soon you felt much more, when the muscles of your vagina began to contract madly.
<span class="nevada">"Fuck, I'm cumming, cumming!"</span> the girl said.
<span class="male2">"Ugh, fuck, your pussy squeezed my dick so hard that I think I came inside you too..."</span> the guy said timidly.
<span class="nevada">"Ahaha! Relax! You can cum inside me!"</span> the girl, controlling your body, reassured him.
<span class="player">"But you can’t cum inside me,"</span> you mentally refuted, and then passed out…
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $stats.vagcp += 1>>
<<set $nevadaev4 = 5>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent43>>
<span class="player">"Sometimes we can have fun, you're right about that,"</span> you winked mentally at the ghost.
<span class="nevada">"I'm always right about having fun!"</span> Nevada was happy with your words.
Meanwhile, you and the other girl got on all fours on the bed. The man first entered the girl, fucked her a little, then it was your turn.
<span class="female3">"Mmm, you're so hot,"</span> the stranger girl kissed you on the lips, while her boyfriend inserted his cock into your wet pussy. You even stopped breathing from the pleasant sensations in your body.
After a short time, the guy very skillfully brought you to orgasm, while his girlfriend caressed your body, your chest, kissed you. Your body thrashed on his cock.
However, soon the stranger pulled his cock out of your pussy and began to fuck his girlfriend again.
From all this (and from the alcohol you drank), you passed out again. But Nevada continued...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $stats.group += 1>>
<<set $stats.kiss += 1>>
<<set $stats.cunibyyou += 1>>
<<set $nevadaev4 = 6>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent43>>
<span class="player">"For you, fun is only sex and alcohol,"</span> you mentally snorted.
<span class="nevada">"Yeah, and I'm always right about fun!"</span> the cheerful ghost replied.
Meanwhile, you and the other girl got on all fours on the bed. The man first entered the girl, fucked her a little, then it was your turn.
<span class="female3">"Mmm, you're so hot,"</span> the stranger girl kissed you on the lips, while her boyfriend inserted his cock into your wet pussy. You even stopped breathing from the pleasant sensations in your body.
After a short time, the guy very skillfully brought you to orgasm, while his girlfriend caressed your body, your chest, kissed you. Your body thrashed on his cock.
However, soon the stranger pulled his cock out of your pussy and began to fuck his girlfriend again.
From all this (and from the alcohol you drank), you passed out again. But Nevada continued...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.vag += 1>>
<<set $stats.group += 1>>
<<set $stats.kiss += 1>>
<<set $stats.cunibyyou += 1>>
<<set $nevadaev4 = 6>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent45>>
<span class="player">"I support you in this matter, but it's just weird to wake up in such situations,"</span> you answered honestly.
<span class="nevada">"But every time it's like a surprise, ahaha!"</span> the girl laughed loudly (but mentally).
Meanwhile, one brunette laid the other on the bed and sat on her face, and Nevada began to rub your pussy against her delicious pussy.
<span class="nevada">"Girls, you're so cool!"</span> Nevada complimented.
<span class="female2">"Join us anytime!"</span> said the girl with a free mouth.
<span class="nevada">"I’ll have to take advantage of your generous offer…"</span> the ghost girl reasoned. <span class="nevada">"Are you only into girls? We could have a party with boys, too."</span>
<span class="female2">"I sometimes fuck boys, but my girlfriend is strictly into girls,"</span> the other girl answered. Whether it was her words, or the general atmosphere, or the friction of pussy on pussy, but you felt an orgasm approaching.
The girl next to you also started to cum, and then the girl below her. A triple synchronous orgasm is something special. It made you fall asleep again...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.group += 1>>
<<set $stats.kiss += 2>>
<<set $stats.cunibyyou += 1>>
<<set $stats.cunitoyou += 1>>
<<set $nevadaev4 = 7>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent45>>
<span class="player">"I don’t support you on this issue, everything can be done in a civilized manner, by reaching an agreement,"</span> you answered honestly.
<span class="nevada">"But every time it's like a surprise, ahaha!"</span> the girl laughed loudly (but mentally).
Meanwhile, one brunette laid the other on the bed and sat on her face, and Nevada began to rub your pussy against her delicious pussy.
<span class="nevada">"Girls, you're so cool!"</span> Nevada complimented.
<span class="female2">"Join us anytime!"</span> said the girl with a free mouth.
<span class="nevada">"I’ll have to take advantage of your generous offer…"</span> the ghost girl reasoned. <span class="nevada">"Are you only into girls? We could have a party with boys, too."</span>
<span class="female2">"I sometimes fuck boys, but my girlfriend is strictly into girls,"</span> the other girl answered. Whether it was her words, or the general atmosphere, or the friction of pussy on pussy, but you felt an orgasm approaching.
The girl next to you also started to cum, and then the girl below her. A triple synchronous orgasm is something special. It made you fall asleep again...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.group += 1>>
<<set $stats.kiss += 2>>
<<set $stats.cunibyyou += 1>>
<<set $stats.cunitoyou += 1>>
<<set $nevadaev4 = 7>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent47>>
<span class="player">"Oh, yeah, such a powerful cock,"</span> your head was blown away by what was happening.
<span class="nevada">"That's what I'm talking about!"</span> Nevada thought.
The man was impaling you more and more actively, completely filling all the free space inside you. This is probably how pregnant women feel in the late stages...
<span class="nevada">"Cum in me! Cum in me!"</span> Nevada screamed when a powerful orgasm overtook you and your whole body was convulsing.
<span class="bbc3">"Do you want to become a single mother? Yes, white 'ho?!"</span> the man with the horse cock said, slapping you.
<span class="nevada">"Yes! Yes, I want to become a single mother!"</span> the ghost girl played along. Of course, you and she are taking birth control.
<span class="bbc3">"Louder, bitch!"</span> the man gave you another slap, but you didn't notice the pain at all because of the more pleasant sensations.
<span class="nevada">"I want to get pregnant by you and become a single mother! Please, impregnate me with your huge black cock!"</span> Nevada got into character completely, and the man immediately began to cum right inside you.
You felt the warm sperm pouring inside, and you yourself began to cum. Not as intensely as the first time, but still very, very pleasant. And then you passed out...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.vag += 2>>
<<set $stats.interracial += 1>>
<<set $stats.vagcp += 1>>
<<set $nevadaev4 = 1>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent47>>
<span class="player">"It's not about the size of the dick, it's about the fact that you fuck everyone!"</span> you were angry at what was happening.
<span class="nevada">"Not everyone! Every second guy or girl at most..."</span> Nevada thought.
The man was impaling you more and more actively, completely filling all the free space inside you. This is probably how pregnant women feel in the late stages...
<span class="nevada">"Cum in me! Cum in me!"</span> Nevada screamed when a powerful orgasm overtook you and your whole body was convulsing.
<span class="bbc3">"Do you want to become a single mother? Yes, white 'ho?!"</span> the man with the horse cock said, slapping you.
<span class="nevada">"Yes! Yes, I want to become a single mother!"</span> the ghost girl played along. Of course, you and she are taking birth control.
<span class="bbc3">"Louder, bitch!"</span> the man gave you another slap, but you didn't notice the pain at all because of the more pleasant sensations.
<span class="nevada">"I want to get pregnant by you and become a single mother! Please, impregnate me with your huge black cock!"</span> Nevada got into character completely, and the man immediately began to cum right inside you.
You felt the warm sperm pouring inside, and you yourself began to cum. Not as intensely as the first time, but still very, very pleasant. And then you passed out...
<<nobr>>[[Finish.|bedroom01]]
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $player.pos += 3>>
<<set $stats.day += 1>>
<<set $stats.bj += 1>>
<<set $stats.vag += 2>>
<<set $stats.interracial += 1>>
<<set $stats.vagcp += 1>>
<<set $nevadaev4 = 1>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent49>>
<span class="player">"What a pleasant and exciting sensation,"</span> you supported Nevada.
<span class="nevada">"That’s what I’m talking about!"</span> she appreciated your words.
The man continued to piss on you. It seemed he had drunk a lot of beer.
<span class="nevada">"Piss in my mouth, go ahead,"</span> the captor suddenly said.
<span class="male2">"You're a total pervert, ha!"</span> the man grinned and directed the stream straight at your face. Warm urine immediately hit your nose, got into your eyes, but then the main part really did go into your mouth. The pervert who controlled your body began to swallow it all. She was doing very well. Apparently, she had often been used as a urinal before.
<span class="nevada">"Yummy!"</span> Nevada playfully said when the stream of urine dried up.
<span class="male2">"You're a fucking awesome girl. I would fuck you, but I've had too much to drink..."</span> the man justified himself.
<span class="nevada">"It's okay, you've already done a lot for me,"</span> the urinal girl winked at him, and you passed out again...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.gs += 1>>
<<set $nevadaev5 = 2>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent49>>
<span class="player">"Stop it! Don't you dare! What a bitch you are!"</span> you scolded Nevada.
<span class="nevada">"I'm a urinal bitch, ahaha!"</span> she seemed to joke.
The man continued to piss on you. It seemed he had drunk a lot of beer.
<span class="nevada">"Piss in my mouth, go ahead,"</span> the captor suddenly said.
<span class="male2">"You're a total pervert, ha!"</span> the man grinned and directed the stream straight at your face. Warm urine immediately hit your nose, got into your eyes, but then the main part really did go into your mouth. The pervert who controlled your body began to swallow it all. She was doing very well. Apparently, she had often been used as a urinal before.
<span class="nevada">"Yummy!"</span> Nevada playfully said when the stream of urine dried up.
<span class="male2">"You're a fucking awesome girl. I would fuck you, but I've had too much to drink..."</span> the man justified himself.
<span class="nevada">"It's okay, you've already done a lot for me,"</span> the "urinal bitch" winked at him, and you passed out again...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.gs += 1>>
<<set $nevadaev5 = 2>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent51>>
<span class="player">"Mmm, so many delicious cocks. You're awesome,"</span> you praised Nevada.
<span class="nevada">"I'm glad you liked it, I'm absolutely delighted myself, sis!"</span> she rejoiced at your approval, continuing to jump with her mouth and hands from one cock to another, from one to another.
<span class="male">"Fuck, is she really doing this for free? You guys are screwing me!"</span> one man said.
<span class="male2">"Imagine, I'm fucking amazed too. And she suggested it herself! Here it is - the TikTok and Pornhub generation,"</span> the second one whistled.
<span class="male3">"Move over, guys, I want to cum already,"</span> the third one began to cum right on your face, covering it with warm sperm, some of which got into your mouth. Nevada happily swallowed these droplets and, it seems, was the happiest girl in the world at that moment.
<span class="male2">"Open your mouth wider!"</span> the second guy started cumming right into your mouth. And if the ghost girl had been the happiest before, now a new height of euphoria had been reached. She wildly liked that men cummed from her and on her. She reveled in this attention.
The third also cummed in your mouth, and the fourth on your face. Nevada began to collect the sperm with your finger, send it into your mouth and swallow it greedily.
<span class="nevada">"Thank you, boys, purr!"</span> she playfully purred, like a cat. The men praised her skills for a long time, but you had already fallen asleep...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.swallow += 2>>
<<set $stats.facial += 2>>
<<set $stats.group += 1>>
<<set $stats.bj += 4>>
<<set $nevadaev5 = 3>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent51>>
<span class="player">"Four men?! What if they rape me, take me out into the woods and kill me?!"</span> you scolded Nevada for her carelessness.
<span class="nevada">"Why would anyone rape me if I willingly agreed to fuck?"</span> she rejoiced at your approval, continuing to jump with her mouth and hands from one cock to another, from one to another.
<span class="male">"Fuck, is she really doing this for free? You guys are screwing me!"</span> one man said.
<span class="male2">"Imagine, I'm fucking amazed too. And she suggested it herself! Here it is - the TikTok and Pornhub generation,"</span> the second one whistled.
<span class="male3">"Move over, guys, I want to cum already,"</span> the third one began to cum right on your face, covering it with warm sperm, some of which got into your mouth. Nevada happily swallowed these droplets and, it seems, was the happiest girl in the world at that moment.
<span class="male2">"Open your mouth wider!"</span> the second guy started cumming right into your mouth. And if the ghost girl had been the happiest before, now a new height of euphoria had been reached. She wildly liked that men cummed from her and on her. She reveled in this attention.
The third also cummed in your mouth, and the fourth on your face. Nevada began to collect the sperm with your finger, send it into your mouth and swallow it greedily.
<span class="nevada">"Thank you, boys, purr!"</span> she playfully purred, like a cat. The men praised her skills for a long time, but you had already fallen asleep...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.swallow += 2>>
<<set $stats.facial += 2>>
<<set $stats.group += 1>>
<<set $stats.bj += 4>>
<<set $nevadaev5 = 3>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent53>>
<span class="player">"I don't know why exactly, but... I like that you sold my ass,"</span> you assessed the situation and your wet pussy.
<span class="nevada">"I had no doubt that sooner or later you would like to be an anal prostitute,"</span> Nevada mentally rejoiced.
<<nobr>><<if $player.anal lte 1>><span class="male3">"What a tight ass you have. I love fucking women's asses,"</span> the man said, impaling you on his dick.<</if>>
<<if $player.anal gte 2>><span class="male3">"What a developed ass you have. I love fucking women's asses,"</span> the man said, impaling you on his dick.<</if>><</nobr>>
<span class="nevada">"I myself love to fuck in all holes,"</span> the invader playfully said.
<span class="male3">"Oh, you anal pervert,"</span> the man slapped your ass with his palm.
<span class="nevada">"Anal, oral, vaginal... Actually, I'm a psychic, and I do prostitution for fun,"</span> Nevada got into character a little too much. If you controlled your body, your cheeks would be red with shame right now. However, they are already red, but from other things.
<span class="male3">"Redhead... anal... slut..."</span> the man panted, took out his dick and began to drain warm sperm onto your ass.
<span class="nevada">"If you want to fuck me in the ass again, write to me. Regular customers get a discount of up to 90%!"</span> the ghost girl played a cheap prostitute.
<span class="male3">"I'll definitely have to write to you,"</span> the man appreciated Nevada's efforts. She got dressed, got out of the back seat of the car and it turned out that he had parked right next to your townhouse. She could have invited me home then. However, there is no need to give her ideas...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.anal += 1>>
<<set $stats.prost += 1>>
<<set $money += 100>>
<<set $nevadaev5 = 4>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent53>>
<span class="player">"How dare you sell MY body?! Who do you think you are?!"</span> you mentally screamed.
<span class="nevada">"It's okay, sooner or later you'll like being an anal prostitute,"</span> Nevada mentally repeated.
<<nobr>><<if $player.anal lte 1>><span class="male3">"What a tight ass you have. I love fucking women's asses,"</span> the man said, impaling you on his dick.<</if>>
<<if $player.anal gte 2>><span class="male3">"What a developed ass you have. I love fucking women's asses,"</span> the man said, impaling you on his dick.<</if>><</nobr>>
<span class="nevada">"I myself love to fuck in all holes,"</span> the invader playfully said.
<span class="male3">"Oh, you anal pervert,"</span> the man slapped your ass with his palm.
<span class="nevada">"Anal, oral, vaginal... Actually, I'm a psychic, and I do prostitution for fun,"</span> Nevada got into character a little too much. If you controlled your body, your cheeks would be red with shame right now. However, they are already red, but from other things.
<span class="male3">"Redhead... anal... slut..."</span> the man panted, took out his dick and began to drain warm sperm onto your ass.
<span class="nevada">"If you want to fuck me in the ass again, write to me. Regular customers get a discount of up to 90%!"</span> the ghost girl played a cheap prostitute.
<span class="male3">"I'll definitely have to write to you,"</span> the man appreciated Nevada's efforts. She got dressed, got out of the back seat of the car and it turned out that he had parked right next to your townhouse. She could have invited me home then. However, there is no need to give her ideas...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.anal += 1>>
<<set $stats.prost += 1>>
<<set $money += 100>>
<<set $nevadaev5 = 4>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent62>>
<span class="player">"Ouch! Fuck! That hurts!"</span> you thought when you woke up. But you wouldn't have been able to move even if Nevada hadn't controlled your body. Your arms were pulled up and tied, your legs were immobilized, and there was a gag in your mouth.
<span class="nevada">"Calm down, sis, we haven't been kidnapped or tortured! We're into BDSM here!"</span> the ghost tried to calm you down. Well, she tried to calm you down as best she could.
A man in a business suit was running a riding crop over your body. He did it quite skillfully, and your skin was crawling. However, from time to time he would hit your chest, legs, and groin with that same riding crop.
<span class="player">"There will be bruises! Ah!"</span> you were slightly indignant, although you didn't feel any pain as such.
<span class="nevada">"Master is a professional in his field. So relax and enjoy."</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy BDSM.|nevadaevent95]]
<<elseif $player.slut lte 59>><span class="no">Enjoy BDSM [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist BDSM.|nevadaevent96]]<<show-gif pos\nevadaevent64>>
...You woke up once again from confident movements of the head, lips, tongue and hand on the male genitalia.
<span class="player">"You could suck all day long,"</span> you thought about Nevada.
<span class="nevada">"Oh, I wish I could suck cocks all day long! But we still need to eat, sleep, do household chores, maintain hygiene, make ourselves beautiful..."</span>
<span class="player">"Yeah, and also work and read books,"</span> you added.
<span class="nevada">"By the way, about work! We're in a gloryhole now! So we'll earn a little money... And this isn't even prostitution! This isn't selling your body, this is... Well... Like you just suck through the wall, and no one even sees you. Something like that."</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy gloryhole.|nevadaevent98]]
<<elseif $player.slut lte 59>><span class="no">Enjoy gloryhole [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist gloryhole.|nevadaevent99]]<<show-gif pos\nevadaevent66>>
<span class="player">…"Ouch! It tickles!"</span> you woke up with the feeling that someone was licking your pussy very ineptly. You found yourself sitting on the face of a not very attractive man. Nevada tied his cock and balls with a rope, and at that time he was trying to lick your holes.
<span class="nevada">"It's called femdom, sis! Femdom for money. Femdom findom. Or something like that..."</span> Nevada tried to explain to you what was happening, starting to jerk off the man's cock.
<span class="player">"I get it. It's called prostitution..."</span>
<span class="nevada">"No! You have too old-fashioned views on this world! Being a paid mistress is an honorable job! Not every girl is capable of this! Real talent is needed here! Especially for 200 bucks..."</span>
<<nobr>><<if $player.slut gte 60>>[[Enjoy femdom.|nevadaevent101]]
<<elseif $player.slut lte 59>><span class="no">Enjoy femdom [requires slutness above 60].</span><<endif>><</nobr>>
[[Resist femdom.|nevadaevent102]]<<show-gif pos\nevadaevent55>>
<span class="player">"It's... unusual. But I like it,"</span> you honestly admitted to Nevada and to yourself.
<span class="nevada">"Oh, you lesbian piss-slut, ahaha!"</span> the captor mentally assessed your words.
<span class="female2">"It's time for you to give me your mouth, $name!"</span> said the girl you had been peeing on before. Now she grabbed you by the hair and leaned you against her hot pussy.
The other girls were also having fun with each other: fucking with toys and strap-ons, licking and stroking, drinking champagne and urine...
Suddenly, when Nevada was licking her partner, piss began to flow out of her pussy. Even the ghost was confused by this turn of events, so urine got on her face and clothes.
<span class="female2">"Swallow, swallow!"</span> the girl screamed, holding you by the hair. You (or rather the ghost) began to swallow convulsively, everyone around laughed.
<span class="female3">"I'm the next one to piss in the redhead's mouth!"</span> laughed the blonde. In fact, that's what she did, to the approving claps of everyone else. You're sure they wouldn't have refused either, they just ran out of fluid in their bodies...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.cunitoyou += 1>>
<<set $stats.cunibyyou += 1>>
<<set $stats.lesbian += 1>>
<<set $stats.gs += 2>>
<<set $stats.group += 1>>
<<set $nevadaev5 = 5>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent55>>
<span class="player">"This is... disgusting! You are a disgusting slut!"</span> you honestly expressed your thoughts to Nevada.
<span class="nevada">"Then I am a disgusting lesbian piss-slut, ahaha!"</span> the captor laughed.
<span class="female2">"It's time for you to give me your mouth, $name!"</span> said the girl you had been peeing on before. Now she grabbed you by the hair and leaned you against her hot pussy.
The other girls were also having fun with each other: fucking with toys and strap-ons, licking and stroking, drinking champagne and urine...
Suddenly, when Nevada was licking her partner, piss began to flow out of her pussy. Even the ghost was confused by this turn of events, so urine got on her face and clothes.
<span class="female2">"Swallow, swallow!"</span> the girl screamed, holding you by the hair. You (or rather the ghost) began to swallow convulsively, everyone around laughed.
<span class="female3">"I'm the next one to piss in the redhead's mouth!"</span> laughed the blonde. In fact, that's what she did, to the approving claps of everyone else. You're sure they wouldn't have refused either, they just ran out of fluid in their bodies...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.cunitoyou += 1>>
<<set $stats.cunibyyou += 1>>
<<set $stats.lesbian += 1>>
<<set $stats.gs += 2>>
<<set $stats.group += 1>>
<<set $nevadaev5 = 5>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent57>>
<span class="player">"Oh, so many handsome men, and all of them are ours!"</span> you rejoiced at Nevada's actions.
<span class="nevada">"Their cocks and their sperm are ours too, ahaha!"</span> the girl rejoiced along with you.
Meanwhile, you were taken off the cock, laid on your back and actively fucked in the pussy. Your head was spinning a little because of the alcohol, but you were getting indescribable pleasure!
<span class="nevada">"I'm cumming, boys!"</span> the first time you came before the first man did.
<span class="male3">"Take it, cumdump!"</span> the man said, filling you with his sperm. His place was immediately taken by the second. By the way, this is strange, is it okay for them to fuck you with someone else's sperm? However, there are no squeamish people in such perversions...
<span class="male2">"Take my sperm, bitch!"</span> the second one began to drain sperm into you, and you began to cum along with him.
<span class="nevada">"Cum in me, fill me with your sperm!"</span> screamed the excited Nevada.
<span class="male">"Now you'll be our hole, red-haired cunt!"</span> the third one came inside you, slapping your tits with his palm.
<span class="nevada">"Of course, I'll service your whole gang!"</span> said the girl.
<span class="player">"What fucking gang?! You told me about the swinger's club!"</span> you were surprised.
<span class="nevada">"Well, these are guys from the ghetto, they do have their own gang, but we met at the swinger's club, honestly!"</span> the girl justified herself, and because of the alcohol, orgasms and everything that was happening, you turned off your consciousness...
<i>Because of such a rough party, you woke up later than usual.</i>
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.vag += 5>>
<<set $stats.vagcp += 5>>
<<set $stats.group += 1>>
<<set $nevadaev5 = 6>>
<<set $time = 2>>
<<holes>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent57>>
<span class="player">"Are you completely out of your mind? You'll burn in Hell!"</span> you cursed at Nevada.
<span class="nevada">"In Hell I'll be jumping on dicks too, ahaha!"</span> the girl laughed.
Meanwhile, you were taken off the cock, laid on your back and actively fucked in the pussy. Your head was spinning a little because of the alcohol, but you were getting indescribable pleasure!
<span class="nevada">"I'm cumming, boys!"</span> the first time you came before the first man did.
<span class="male3">"Take it, cumdump!"</span> the man said, filling you with his sperm. His place was immediately taken by the second. By the way, this is strange, is it okay for them to fuck you with someone else's sperm? However, there are no squeamish people in such perversions...
<span class="male2">"Take my sperm, bitch!"</span> the second one began to drain sperm into you, and you began to cum along with him.
<span class="nevada">"Cum in me, fill me with your sperm!"</span> screamed the excited Nevada.
<span class="male">"Now you'll be our hole, red-haired cunt!"</span> the third one came inside you, slapping your tits with his palm.
<span class="nevada">"Of course, I'll service your whole gang!"</span> said the girl.
<span class="player">"What fucking gang?! You told me about the swinger's club!"</span> you were surprised.
<span class="nevada">"Well, these are guys from the ghetto, they do have their own gang, but we met at the swinger's club, honestly!"</span> the girl justified herself, and because of the alcohol, orgasms and everything that was happening, you turned off your consciousness...
<i>Because of such a rough party, you woke up later than usual.</i>
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.vag += 5>>
<<set $stats.vagcp += 5>>
<<set $stats.group += 1>>
<<set $nevadaev5 = 6>>
<<set $time = 2>>
<<holes>>
<<restore-day>>
<</nobr>><<show-img pos\nevadaevent59>>
<span class="player">"Maybe we should get caught?"</span> you thought playfully.
<span class="nevada">"You're a complete slut, sis!"</span> a girl complimented you, walking through the ghetto with your coat open. A silhouette flashed by in one of the windows. Apparently, someone was watching you closely, looking at your naked body covered in bad words. Perhaps this someone was jerking off his dick right now.
<span class="nevada">"We’ll have to organize a gangbang in the ghetto tomorrow,"</span> thought the invader of your body. <span class="nevada">"After such adventures, my body... my real body had holes so big you could stick your fist in them."</span>
You noticed a silhouette far ahead. It seemed like two men had passed. I wonder if they noticed you?
<span class="nevada">"Exactly, I decided, I’ll organize an interracial gangbang tomorrow!"</span> the girl clapped her hands joyfully, buttoned her coat and walked towards the house. And you felt how wet your lustful pussy was...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev5 = 7>>
<<set $time = 1>>
<<restore-day>>
<</nobr>>
<<show-img pos\nevadaevent59>>
<span class="player">"I see why you didn't die of old age..."</span> you mentally shook your head from side to side.
<span class="nevada">"But I had a lot of fun living, sis!"</span> the girl answered, walking around the ghetto with your coat open. A silhouette flashed by in one of the windows. Apparently, someone was watching you closely, looking at your naked body covered in bad words. Perhaps this someone was jerking off his dick right now.
<span class="nevada">"We’ll have to organize a gangbang in the ghetto tomorrow,"</span> thought the invader of your body. <span class="nevada">"After such adventures, my body... my real body had holes so big you could stick your fist in them."</span>
You noticed a silhouette far ahead. It seemed like two men had passed. I wonder if they noticed you?
<span class="nevada">"Exactly, I decided, I’ll organize an interracial gangbang tomorrow!"</span> the girl clapped her hands joyfully, buttoned her coat and walked towards the house. And you felt how wet your lustful pussy was...
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto bedroom01>><</link>>
<<set $player.pos += 2>>
<<set $stats.exhib += 1>>
<<set $stats.day += 1>>
<<set $nevadaev5 = 7>>
<<set $time = 1>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent61>>
<span class="player">"So many big and strong cocks, so many muscular men. You know how to please our body, girlfriend,"</span> you mentally encouraged Nevada.
<span class="nevada">"You should also visit the ghetto more often. After all, one's pleasure is the other's pleasure,"</span> the ghost girl thought.
In the meantime, the men decided to fuck your other holes. One fucked your hot pussy with his huge cock, the second fucked you in the mouth, the third in the hand, and the fourth sipped beer and waited for his turn.
<span class="bbc">"Fuck this white bitch, bro!"</span> the guy with the beer shouted. <span class="bbc">"Fuck her so hard that she won't be able to walk afterwards!"</span>
<span class="nevada">"Mffff!"</span> the girl tried to answer something, but the cock in her mouth prevented her. And from their treatment (and from the wonderful cock in you), your joint body began to cum and shudder from divine sensations.
<span class="bbc">"Look how she's shaking on the dick, bitch!"</span> the black guy grinned. <span class="bbc">"She's really addicted to dicks!"</span>
<span class="bbc2">"Probably to big black dicks,"</span> another guy supported.
<span class="bbc3">"We should keep this snowflake for ourselves, it will be our hole,"</span> said the third.
<span class="nevada">"MPFFFF!"</span> your body shook from orgasm again, although the previous one was very, very recently. How cool they fuck you!
<span class="bbc">"The bitch clearly won't mind. She's shaking like crazy again!"</span> the guy with the beer noticed again. <span class="bbc">"I'll fuck her ass later."</span>
<span class="bbc2">"Ok, bro, then I'll cum in her cunt,"</span> said the one who fucked you in the pussy.
<span class="bbc3">"You know me, I prefer to cum on bitches' faces,"</span> said the one you were sucking.
And you started cumming and shaking again. The guys burst out laughing. All these orgasms made your consciousness go blank, leaving Nevada to take the rap...
<i>Because of such a rough interracial gangbang, you woke up later than usual.</i>
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.hj += 1>>
<<set $stats.bj += 1>>
<<set $stats.vag += 1>>
<<set $stats.anal += 1>>
<<set $stats.interracial += 1>>
<<set $stats.swallow += 1>>
<<set $stats.facial += 1>>
<<set $stats.vagcp += 1>>
<<set $stats.analcp += 1>>
<<set $stats.group += 1>>
<<set $nevadaev5 = 8>>
<<set $time = 2>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent61>>
<span class="player">"The ghetto is the place for you. But don't you dare drag my body here! Especially for sex with a bunch of black bandits!"</span> you mentally cursed Nevada.
<span class="nevada">"You know, you should also visit the ghetto more often. After all, one's pleasure is the other's pleasure,"</span> the ghost girl thought.
In the meantime, the men decided to fuck your other holes. One fucked your hot pussy with his huge cock, the second fucked you in the mouth, the third in the hand, and the fourth sipped beer and waited for his turn.
<span class="bbc">"Fuck this white bitch, bro!"</span> the guy with the beer shouted. <span class="bbc">"Fuck her so hard that she won't be able to walk afterwards!"</span>
<span class="nevada">"Mffff!"</span> the girl tried to answer something, but the cock in her mouth prevented her. And from their treatment (and from the wonderful cock in you), your joint body began to cum and shudder from divine sensations.
<span class="bbc">"Look how she's shaking on the dick, bitch!"</span> the black guy grinned. <span class="bbc">"She's really addicted to dicks!"</span>
<span class="bbc2">"Probably to big black dicks,"</span> another guy supported.
<span class="bbc3">"We should keep this snowflake for ourselves, it will be our hole,"</span> said the third.
<span class="nevada">"MPFFFF!"</span> your body shook from orgasm again, although the previous one was very, very recently. How cool they fuck you!
<span class="bbc">"The bitch clearly won't mind. She's shaking like crazy again!"</span> the guy with the beer noticed again. <span class="bbc">"I'll fuck her ass later."</span>
<span class="bbc2">"Ok, bro, then I'll cum in her cunt,"</span> said the one who fucked you in the pussy.
<span class="bbc3">"You know me, I prefer to cum on bitches' faces,"</span> said the one you were sucking.
And you started cumming and shaking again. The guys burst out laughing. All these orgasms made your consciousness go blank, leaving Nevada to take the rap...
<i>Because of such a rough interracial gangbang, you woke up later than usual.</i>
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.hj += 1>>
<<set $stats.bj += 1>>
<<set $stats.vag += 1>>
<<set $stats.anal += 1>>
<<set $stats.interracial += 1>>
<<set $stats.swallow += 1>>
<<set $stats.facial += 1>>
<<set $stats.vagcp += 1>>
<<set $stats.analcp += 1>>
<<set $stats.group += 1>>
<<set $nevadaev5 = 8>>
<<set $time = 2>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent63>>
<span class="player">"I won't be able to break free even if I want to, so I'll follow your advice,"</span> you smiled to yourself.
<span class="nevada"><i>"Got me lookin so crazy right now, Your love's got me lookin so crazy right now…"</i></span> the ghost girl was mentally humming a song from a famous BDSM movie.
Meanwhile, the man began to actively work the whip on your wet pussy. He struck very lightly, but did it with some inhuman speed.
<span class="nevada">"Oh, fuck, how good He is!"</span> the invader of your body admired.
<span class="player">"Is his name Mr. Gray, by any chance?"</span> you joked.
<span class="nevada">"His... A... A-a-a!"</span> suddenly from such work with the whip, blissful waves ran through your united body, the muscles of the vagina began to contract. You get an orgasm from the fact that your pussy is being beaten with a whip!
Your legs weakened, your knees were shaking, and if you weren't tied up, you would have collapsed on the floor right now.
<span class="nevada">"Fuck, for this I'm really ready to become his slave..."</span> Nevada assessed the sensations, and your consciousness switched off again...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.bdsm += 1>>
<<set $nevadaev5 = 9>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent63>>
<span class="player">"I can't get away even if I wanted to. But if I could, I'd give you a good kick in the ass!"</span> you cursed mentally.
<span class="nevada"><i>"Got me lookin so crazy right now, Your love's got me lookin so crazy right now…"</i></span> the ghost girl was mentally humming a song from a famous BDSM movie.
Meanwhile, the man began to actively work the whip on your wet pussy. He struck very lightly, but did it with some inhuman speed.
<span class="nevada">"Oh, fuck, how good He is!"</span> the invader of your body admired.
<span class="player">"Is his name Mr. Gray, by any chance?"</span> you joked.
<span class="nevada">"His... A... A-a-a!" </span> suddenly from such work with the whip, blissful waves ran through your united body, the muscles of the vagina began to contract. You get an orgasm from the fact that your pussy is being beaten with a whip!
Your legs weakened, your knees were shaking, and if you weren't tied up, you would have collapsed on the floor right now.
<span class="nevada">"Fuck, for this I'm really ready to become his slave..."</span> Nevada assessed the sensations, and your consciousness switched off again...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.bdsm += 1>>
<<set $nevadaev5 = 9>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>>
<<show-gif pos\nevadaevent65>>
<span class="player">"I would suck cocks all day long myself..."</span> you decided to support the girl in this matter.
<span class="nevada">"You and I are such cocksuckers! Ahaha!"</span> the ghost giggled and continued sucking even more actively. Soon the guy behind the wall couldn't stand it and came right in your mouth. Nevada swallowed the cum with ease.
<span class="nevada">"Thanks for the treat! Next!"</span> Nevada said playfully, wanting to continue her feast of cum.
Soon the next cock appeared, the girl jumped on it like a predator on its prey. She was a real professional in terms of blowjobs. However, as in terms of many other sexual games. She was clearly not a porn star for nothing.
The second cock didn't last even two minutes, the girl immediately swallowed the cum from it. You felt your body aroused by everything that was happening, your nipples swelled and your pussy yearned for penetration.
<span class="nevada">"Thank you for your cum! Next!"</span> Nevada knocked on the wall. It seemed that she was unstoppable. The third penis was already ready for battle, the girl pounced on it again with the grace of a panther. It seemed that this one gave up in less than a minute.
<span class="nevada">"Delicious! Next!"</span> she knocked on the wall again.
<span class="male">"Eee, girl, this is the sex shop worker speaking. There is no one else here, you satisfied everyone."</span>
<span class="nevada">"Then let me suck you off too!"</span> the invader immediately came up with an idea.
<span class="male">"You just sucked me off, ha!"</span> the man laughed.
<span class="nevada">"Well, then it's time for us to go,"</span> Nevada shrugged, took 150 dollars from a special tray and stood up...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.gh += 3>>
<<set $stats.bj += 3>>
<<set $stats.swallow += 3>>
<<set $money += 150>>
<<set $nevadaev5 = 10>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent65>>
<span class="player">"You're just a complete pathetic cocksucker..."</span> you sighed heavily in your mind.
<span class="nevada">"No! You and I are complete pathetic cocksuckers! Ahaha!"</span> the ghost giggled and continued sucking even more actively. Soon the guy behind the wall couldn't stand it and came right in your mouth. Nevada swallowed the cum with ease.
<span class="nevada">"Thanks for the treat! Next!"</span> Nevada said playfully, wanting to continue her feast of cum.
Soon the next cock appeared, the girl jumped on it like a predator on its prey. She was a real professional in terms of blowjobs. However, as in terms of many other sexual games. She was clearly not a porn star for nothing.
The second cock didn't last even two minutes, the girl immediately swallowed the cum from it. You felt your body aroused by everything that was happening, your nipples swelled and your pussy yearned for penetration.
<span class="nevada">"Thank you for your cum! Next!"</span> Nevada knocked on the wall. It seemed that she was unstoppable. The third penis was already ready for battle, the girl pounced on it again with the grace of a panther. It seemed that this one gave up in less than a minute.
<span class="nevada">"Delicious! Next!"</span> she knocked on the wall again.
<span class="male">"Eee, girl, this is the sex shop worker speaking. There is no one else here, you satisfied everyone."</span>
<span class="nevada">"Then let me suck you off too!"</span> the invader immediately came up with an idea.
<span class="male">"You just sucked me off, ha!"</span> the man laughed.
<span class="nevada">"Well, then it's time for us to go,"</span> Nevada shrugged, took 150 dollars from a special tray and stood up...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.gh += 3>>
<<set $stats.bj += 3>>
<<set $stats.swallow += 3>>
<<set $money += 30>>
<<set $nevadaev5 = 10>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent67>>
<span class="player">"I see you have a talent for everything in terms of sex,"</span> you encouraged the invader of your own body.
<span class="nevada">"Yes, I am a sex guru, ahaha!"</span> she laughed, giving light slaps to the bandaged balls. The man under you moaned, tried to lick the pussy, even penetrated it with his tongue, but he was doing very poorly.
<span class="nevada">"You are a bad pussy licker! You can't satisfy a girl, worm!"</span> the ghost girl slapped the man's strong cock.
<span class="male2">"Sorry, Mistress!"</span> the "slave" tried to somehow correct himself, but because of the excitement, it became even worse.
<span class="nevada">"You are just a nonentity. The most pathetic loser of all that I have seen,"</span> Nevada said imperiously. <span class="nevada">"And I've seen a lot of losers, the whole school drooled over me. But not one of them, DO YOU HEAR, NOT ONE, did cunnilingus this badly."</span>
<span class="male2">"I'm trying, forgive me, Mistress!"</span> for some reason he stuck his tongue up your ass.
<span class="nevada">"You can't even find my clit, scum!"</span> she slapped the man's balls and stopped jerking off his cock. <span class="nevada">"You don't deserve an orgasm, you loser!"</span>
<span class="male2">"Forgive me, Mistress, forgive me!"</span> the man begged. You thought that he kind of paid, wouldn't that be a breach of the deal...
<span class="nevada">"No, $name, he paid specifically for the humiliation,"</span> Nevada answered you mentally, and then looked at him. <span class="nevada">"When I get dressed and leave, I give you permission to kneel in the toilet and finish jerking off your cock, you scumbag."</span>
<span class="male2">"Thank you, Mistress, thank you! You are so generous!"</span> he continued to humiliate himself, the girl collected her things, and you fell asleep again with a clear conscience...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.slut += 1>>
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.cunitoyou += 1>>
<<set $stats.hj += 1>>
<<set $stats.bdsm += 1>>
<<set $stats.prost += 1>>
<<set $money += 200>>
<<set $nevadaev5 = 1>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-gif pos\nevadaevent67>>
<span class="player">"It’s a pity that all your talents are limited only to sex,"</span> you mentally insulted the invader of your own body.
<span class="nevada">"Yes, I am a sex guru, ahaha!"</span> she laughed, giving light slaps to the bandaged balls. The man under you moaned, tried to lick the pussy, even penetrated it with his tongue, but he was doing very poorly.
<span class="nevada">"You are a bad pussy licker! You can't satisfy a girl, worm!"</span> the ghost girl slapped the man's strong cock.
<span class="male2">"Sorry, Mistress!"</span> the "slave" tried to somehow correct himself, but because of the excitement, it became even worse.
<span class="nevada">"You are just a nonentity. The most pathetic loser of all that I have seen,"</span> Nevada said imperiously. <span class="nevada">"And I've seen a lot of losers, the whole school drooled over me. But not one of them, DO YOU HEAR, NOT ONE, did cunnilingus this badly."</span>
<span class="male2">"I'm trying, forgive me, Mistress!"</span> for some reason he stuck his tongue up your ass.
<span class="nevada">"You can't even find my clit, scum!"</span> she slapped the man's balls and stopped jerking off his cock. <span class="nevada">"You don't deserve an orgasm, you loser!"</span>
<span class="male2">"Forgive me, Mistress, forgive me!"</span> the man begged. You thought that he kind of paid, wouldn't that be a breach of the deal...
<span class="nevada">"No, $name, he paid specifically for the humiliation,"</span> Nevada answered you mentally, and then looked at him. <span class="nevada">"When I get dressed and leave, I give you permission to kneel in the toilet and finish jerking off your cock, you scumbag."</span>
<span class="male2">"Thank you, Mistress, thank you! You are so generous!"</span> he continued to humiliate himself, the girl collected her things, and you fell asleep again with a clear conscience...
<<nobr>>[[Finish.|bedroom01]]
<<set $player.pos += 2>>
<<set $stats.day += 1>>
<<set $stats.cunitoyou += 1>>
<<set $stats.hj += 1>>
<<set $stats.bdsm += 1>>
<<set $stats.prost += 1>>
<<set $money += 200>>
<<set $nevadaev5 = 1>>
<<set $time = 1>>
<<holes>>
<<restore-day>>
<</nobr>><<show-img ends\end01_01>>
Suddenly you realize that Nevada has taken over the body. And it didn't happen at night while you were sleeping. The ghost realized it too.
<span class="nevada">"Well, well, well..."</span> the girl who had taken over your body walked triumphantly around the room. <span class="nevada">"I think I've finally won."</span>
<span class="player">"No, wait, we existed normally together..."</span> you tried to persuade her somehow.
<span class="nevada">"Your body itself chose my soul, I can't do anything about it,"</span> she shrugged and giggled. <span class="nevada">"Finally, I'll do what I've been planning for a long time. Red is cool and unusual, but I like being a blonde."</span>
...That same evening, Nevada dyed your hair to her usual color...
<<nobr>>[[Next.|end01_02]]
<<set $player.ava = 13>><</nobr>>
<<show-img ends\end01_02>>
…A little later, Nevada decided to get tattoos, you were categorically against it, but you no longer decided anything and could not stop her.
<span class="nevada">"Understand, your body wants this. It left you for me because I can make it happy,"</span> the girl explained her actions. <span class="nevada">"If you behave like me, then I will sometimes give you control so that all three of us can have fun: you, me and our body. My body. Now it is officially my body. You will have to admit it."</span>
Of course, you were not going to admit this, but it did not change the situation.
<span class="nevada">"By the way, your house is now mine too. Didn’t I promise to make it more comfortable? I will do this in the next couple of days!"</span>
The ghost did not lie: she changed the bed, hung new curtains, replaced all sorts of little things. However, now the room has become much dirtier than before. Plus, she hung your old photo on the wall and wrote an offensive inscription right on it...
<<nobr>>[[Next.|end01_03]]
<<set $player.ava = 14>><</nobr>><<show-img ends\end01_03>>
Because of your resistance to the situation, Nevada did not allow you to control the body. Moreover, she learned to "throw" your soul out of the body for a while. This is how she punished you. And, you have to admit, being a ghost is a real Hell! You do not feel anything, you cannot enjoy food, water, sleep, touch, warmth, you cannot even masturbate! It is clear why the girl liked it so much in your body.
<span class="player">"Forgive me, please! I was wrong!"</span> you threw yourself at Nevada's feet after she returned with your former body.
<span class="nevada">"I hope you learned your lesson. You can return to the body again if you behave well. By the way, whose body is this?"</span> she mocked.
<span class="player">"Now this is your body,"</span> you said reluctantly.
<span class="nevada">"And whose house is this now?"</span> she continued to revel in power.
<span class="player">"The house is yours too,"</span> you acknowledged the reality…
<<nobr>>[[Next.|end01_04]]
<<set $player.ava = 15>><</nobr>>
<<show-img ends\end01_04>>
<span class="male">…"You suck great, you should do it professionally,"</span> another man, whom Nevada had just recently met at a bar, praised her. <span class="male">"You could make money from this. Don't get me wrong! I'm not talking about prostitution, I'm talking about adult films. Your skill, your eyes, everything together is just WOW!"</span>
<span class="nevada">"That's what I plan to do a little later,"</span> the girl paused for a moment from giving a blowjob. <span class="nevada">"In the meantime, I've arranged a vacation for myself. I'll just drink and fuck everyone!"</span>
<span class="male">"Maybe you want something more interesting? I have some,"</span> the man was clearly hinting at drugs.
<span class="nevada">"No-no-no, I don't use drugs anymore,"</span> the captor answered firmly. It's good that she gave up drugs once and for all. Maybe it will prolong your life, both of you…
[[Next.|end01_05]]
<<show-img ends\end01_05>>
...The girl really did drink and fuck, fuck and drink. Although she didn't get completely drunk to the point of unconsciousness. She also sort of took care of her body.
<span class="nevada">"Yes, bitch, I love our body, I won't let anyone hurt it, only endless pleasure without the risk of sudden death,"</span> Nevada answered you mentally.
<span class="male2">"Are you staying in our city for a long time?"</span> asked the man whose dick you were sitting on.
<span class="nevada">"What? Do you want to fuck me some more? Ahaha!"</span> the girl rode the guy like a stallion.
<span class="male2">"I do. Maybe with friends. We can pay..."</span>
<span class="nevada">"Not everything in the world is measured in money, darling,"</span> Nevada rested her palms on the stranger's chest. <span class="nevada">"Besides, a new girl I know has already invited me to a party this evening..."</span>
[[Next.|end01_06]]
<<show-img ends\end01_06>>
Nevada didn't lie - she was invited to the party. In general, you were amazed at how easily she got along with people, and not only for sex. It was always difficult for you to meet someone, it was stressful for you.
<span class="nevada">"That's why your body chose me, you're too boring!"</span> the invader laughed mentally, kissing an unfamiliar girl. <span class="nevada">"Admit that you're a boring cunt, otherwise I'll throw you out of my body again for a while!"</span>
<span class="player">"I'm a boring cunt,"</span> she left you no other choice.
<span class="female3">"Girls, who's going to lick me?"</span> asked one drunk lesbian.
<span class="nevada">"Let me lick you,"</span> Nevada immediately volunteered.
<span class="female2">"Oh, she licks well,"</span> another girl intervened in the dialogue, appreciating the talents of the invader. Apparently everyone appreciates her and her talents...
[[Next.|end01_07]]
<<show-img ends\end01_07>>
<span class="male3">"Hello, beautiful, what's your name?"</span> the man with the camera asked, filming your naked body.
<span class="nevada">"My name is... Arizona Heatt, double t on the end,"</span> Nevada Hott once introduced herself. Arizona? She took the neighboring state, you get it. And slightly changed Hott, leaving a mistake.
<span class="male3">"So you're from Arizona?"</span>
<span class="nevada">"I didn't say that,"</span> the girl smiled coquettishly. <span class="nevada">"My name is Arizona. Arizona Heatt."</span>
<span class="male3">"With two t's on the end."</span>
<span class="nevada">"If you turn the little t upside down, it kind of resembles a penis, ahaha!"</span> the girl giggled stupidly, clearly flirting with the man. She even started stroking him with her foot.
<span class="male3">"Okay, I see that you're an experienced girl, you're ready to do whatever is required of you,"</span> the man suddenly turned off the camera. <span class="male3">"I need someone like that now, so I can act in porn and have fun at our parties. That is, sleep with everyone I tell you to and when I tell you to. If you agree, you'll be a porn star, you have great potential. And if not, I don't want to deceive you..."</span>
<span class="nevada">"I know how it all works, that's why I came here,"</span> the girl confirmed.
<span class="male3">"Then let's continue,"</span> the man turned on the camera. <span class="male3">"So how old are you?"...</span>
[[Next.|end01_08]]<<show-img ends\end01_08>>
…A week later, the newly-minted Arizona, having successfully passed the casting, was filming a porno with five strong men. Everyone at the porn studio really liked her work. The producer called her "a porno angel sent to him from porno heaven."
<span class="nevada">"Are you happy that your body will become famous?" </span> she asked you mentally.
<span class="player">"I am,"</span> you admitted quite honestly, since now you understood that this was exactly what the body always wanted.
<span class="nevada">"Where is the gratitude? Do you want to be a ghost again?!"</span> the new owner of the body threatened.
<span class="player">"Thank you very much for making me a porno star,"</span> you responded weakly.
<span class="nevada">"Good bitch, ahaha!"</span> Arizona mentally rejoiced at how obedient you had become. <span class="nevada">"Give you control at the producer's party? You will have to please one rich fat man…"</span>
<span class="player">"I will do everything!"</span> you dreamed of controlling your body again. <span class="player">"I swear, he will be absolutely delighted!"</span>
<span class="nevada">"Of course, because if he is not delighted, then you will forever remain a passive observer…"</span>
[[Next.|end01_09]]<<show-img ends\end01_09>>
…In just a year, Arizona gained worldwide fame. Millions of people watched porn with her participation. And not only professional porn, because she filmed a lot of amateur content and posted it on famous porn sites. Some for free, and some for a modest fee.
There was so much of this modest fee from all over the world that the girl lived practically comfortably: she ate in expensive restaurants, rented good real estate, bought luxury clothes.
<span class="male3">"Arizona, guess who I organized a shoot for you with?"</span> asked the rhetorical question of the producer, fucking you in the ass at that very moment. <span class="male3">"With Tommy Bigs!"</span>
<span class="nevada">"Wow, he's the most famous actor!"</span> the captor rejoiced.
<span class="male3">"Shooting in three days: vaginal, blowjob, facefuck, anal, rough ..."</span>
<span class="nevada">"I won't let you down! Thank you very much!"</span> Arizona thanked the producer.
<span class="player">"Congratulations! You deserve it!"</span> you mentally congratulated the ghost.
<span class="nevada">"Thank you, bitch. I fucked Tommy Bigs in my native body, it brought me my first award. I'm sure my soul will achieve no less success in my new body..."</span>
[[Next.|end01_10]]<<show-img ends\end01_10>>
…And Arizona was not mistaken. Those shoots with Tommy Bigs brought her recognition and her first award. She again achieved the highest success, being a porn actress. So, the first time was not an accident, luck or just a pretty face. The girl has a real talent.
Now she often gives you control over HER body, although you have to do all the housework, cook food, serve fat ugly men, but you are still happy. After all, at least you have common orgasms. And taste sensations from expensive restaurants.
Although once Arizona, drunk, threatened to move your soul into a cat (which is impossible to do), you know for sure that she cares about you, she gives pleasure to your body and teaches your soul. Thanks to her, the whole world knows you!
<b>END №1: Completely possessed.</b>
<<nobr>><<link "Return to the crystal ball (with reduced possession)?">><<set $player.ava = 0>><<set $player.pos = 80>><<goto cabinet01>><</link>>
<<set $end01 = 1>><</nobr>><<show-img ends\end02_01>>
Suddenly, you felt your body rejecting Nevada's soul. Her ghost literally flew out of you. It felt like you'd pissed all over your body.
<span class="nevada">"No! No-o-o!"</span> the ghost girl screamed.
<span class="player">"I think I won after all,"</span> you said, stroking your body.
<span class="nevada">"I think you've become an even bigger slut than me. I didn't think it was possible. That's why I told you about this possibility at the very beginning of our life together..."</span> Nevada sighed heavily with her phantom lungs.
<span class="player">"What are you going to do now?"</span> you asked, wanting to know if she was going to stay in your house (if so, she'd have to be banished).
<span class="nevada">"Your body has completely rejected me, so I don't know... It's a shame. I truly loved him, and you too. Your body cums so easily and so hard…"</span>
[[Next.|end02_02]]<<show-gif ends\end02_02>>
Okay, let Nevada be sad for a bit, you don't have time for that now. Now you need to celebrate your victory over this slutty phantom!
And where is the best place to celebrate? Of course, at the bar! There are so many men, women, drinks, fun, music. Nevada loved all of that... Stop! You can handle it without her now! You don't need her for fun. And your body proved it by throwing her into the dustbin of history.
<span class="male2">"Hey, hottie,"</span> a drunken bearded man in a plaid shirt sat down next to you.
<span class="player">"Hey, cowboy,"</span> you winked playfully at him. <span class="player">"Want to go somewhere from here?"</span>
<span class="male2">"Actually, I wanted to offer you a drink, but you immediately got down to business..."</span> the "alpha" male was a little confused.
<span class="player">"What's the point of all these mating dances?"</span> you reasoned. <span class="player">"I'm all for fun and saving time..."</span>
[[Next.|end02_03]]<<show-gif ends\end02_03>>
Five minutes later you were sucking this man off in a mini-hotel in the business district. You were too lazy to walk a little further to your house, and what if Nevada was hanging around there too.
<span class="male2">"Oh, fuck, you're a real cocksucker. Really, like crazy! Where did you learn this?!"</span> the man admired your talents.
<span class="player">"I had a good mentor,"</span> you took your dick out of your mouth to tell the truth. Okay, she may be a bitch, but she still taught you a lot.
<span class="male2">"I didn't think girls taught each other how to suck,"</span> the man chuckled.
<span class="player">"You still don't know a lot,"</span> you started jerking off his dick so fast that he gave in in 10 seconds, cumming in your mouth. You swallowed every drop.
<span class="player">"Thank you,"</span> you thanked the man the way the ghost girl did.
<span class="male2">"Thank you, you're... Incredible!"</span> he was at a loss for words.
<span class="player">"I'll warn you right away that I'm not looking for a relationship,"</span> you straightened your wrinkled clothes, left the room and went back to the bar...
[[Next.|end02_04]]<<show-gif ends\end02_04>>
That same evening you found yourself in the company of five men. You drank together, had fun and, of course, fucked. What kind of holiday can there be without gangbang?!
<span class="male">"Hey, redhead - you're just something magical!"</span> praised you the man who had already fucked you, cum in your mouth and stood aside with a beer.
<span class="player">"You're not the first one who's told me this today, ahaha!"</span> you laughed with a ringing Nevada laugh.
<span class="male">"Listen, I'm serious! I worked as a cameraman on a porn shoot, I have friends there. Do you want to try it?"</span> it seems the man wasn't joking.
<span class="player">"Now I want to taste the sperm of all of you boys! Ahaha! And then I can try professional porn..."</span> you decided not to refuse the chance that had fallen on you. You can't miss such an opportunity!
<span class="male">"Okay, I'll give you my contacts. And I'll give your contacts to my friends. In short, you simply have to act in porn…"</span>
[[Next.|end02_05]]<<show-img ends\end02_05>>
A week later, you were actually at a porn casting in a big city. Where young girls come with dreams, but most of them become prostitutes, strippers and drug addicts.
<span class="male3">…"You have great holes, redhead! Don't change your position. Now tell me, what's your name?"</span> you were standing on all fours and spreading your ass at the very beginning of the casting. Well, since that's the custom here...
<span class="player">"My name is Arizona Heat,"</span> you smiled at the camera. Why Arizona Heat? Nevada once mentioned that if she became a porn actress again, she would take this name. So, it turns out, in her honor. Or to annoy her... Although, she would probably make a "fashionable" mistake in the name - she would add 2 t again or something like that.
<span class="male3">"I'm from Arizona,"</span> the man nodded approvingly. <span class="male3">"This name suits you. You are as red as our deserts. And you are very hot."</span>
<span class="player">"Thank you. So unexpected and pleasant..."</span> you playfully shook your ass.
<span class="male3">"Tell me, Arizona, have you seen our products? We are a small studio, we specialize in hardcore porn: lesbian, anal, facefuck, rough, BDSM, humiliation, piss, public, interracial, gangbang, fisting..."</span>
<span class="player">"I am ready for this and much more,"</span> you said confidently.
<span class="male3">"And will you be able to service the film crew?"</span> the "Boss" asked with a grin, pointing his finger at his dick.
<span class="player">"I will service whoever you say..."</span>
<<nobr>>[[Next.|end02_06]]
<<set $player.ava = 16>><</nobr>><<show-img ends\end02_06>>
The very next day after the casting (and after you were personally tested by the director, cameraman and the Studio Boss) you were filming your first video. As you were warned, it was pretty rough. Two guys took turns fucking you in the mouth, spitting on you, insulting and humiliating you in every possible way. You were also forced to humiliate yourself.
<span class="player">"You're right, I'm a cheap red-haired cunt,"</span> you said.
<span class="male2">"Do you think your parents would be proud of you?"</span> one chuckled.
<span class="player">"I think they would be proud of me,"</span> you nodded with cum on your face.
You were also slapped and fucked in the mouth with such force that anyone else would have covered everything around with her drool. But not you, because thanks to Nevada you know perfectly well how to fuck in the throat. However, the makeup still ran, it simply couldn't withstand such a test. But you did. You can be proud of yourself, porn star...
[[Next.|end02_07]]<<show-img ends\end02_07>>
Unfortunately, such difficult shoots did not bring you worldwide fame or at least bags of money. As the Studio Boss warned, they were filming a very specific video that not everyone would appreciate. But you continued to work hard! On set, you participated in hardcore BDSM sessions, were an excellent urinal, pleased dozens of men (and sometimes women). And off set, you became the crew's bitch. They were good guys, gave you shelter and food, it was fun to talk to them and cool to fuck.
<span class="male3">"Arizona, your videos are not selling well,"</span> the Boss said to you seriously. <span class="male3">"You need to get some erotic tattoos."</span>
At first, you categorically did not want to get tattoos, but the man threatened to fire you from work, so you agreed. You got a hentai tattoo on your tummy, a BDSM tattoo on your leg, and a star right on your asshole with the word PORN written on it. Little by little, you were becoming a trash slut…
<<nobr>>[[Next.|end02_08]]
<<set $player.ava = 17>><</nobr>><<show-gif ends\end02_08>>
After a year of working as a porn actress, there was very little work left, despite the tattoos and your willingness to do anything. So you had to earn extra money by selling your body. In fact, you planned to sell additional content on some website, but you couldn't do it under the contract with the studio. And prostitution - ok.
Many men are ready to pay good money to have their favorite porn actress. It's a pity that you didn't have a large and wealthy fan base. But the world is not without kind people! Sometimes the studio employees provided you with clients. Although they had to give them a small percentage. And work it off in kind...
But often your clients filmed the process of fucking you and posted it on the Internet. And this, by the way, increases your popularity and recognition!
[[Next.|end02_09]]<<show-img ends\end02_09>>
...Nevada quickly moved back to her dead "daddy's" mansion, now she's scaring her cousin. She must have been disappointed not only in life, but also in death. Losing to you was a big blow to her.
You even tried to persuade her to stay at your house, but it wasn't enough for her. For a second, you even thought about letting her into your body sometimes, but her body rejected her, so this option was also impossible.
After her "departure", you saw each other only once. She appreciated your work and your tattoos, but said that you need a little more pornographic artistry. More actively "cum" with your face during orgasms, and your gaze should be more loving and lustful.
You wonder if she will ever be able to let go of the trauma that her father inflicted on her? Because without this, Nevada will remain a ghost...
[[Next.|end02_10]]<<show-img ends\end02_10>>
Unfortunately, you couldn't reach the heights of Nevada as a porn actress (she probably really had a gift). You couldn't reach any heights in this business at all. You starred in explicit trash porn, even appeared once in Perverted Family. And once in a zoo you filmed with a dog, but it was a special order for a rich European. That's what you were told. And soon the video appeared on all the pornographic sites of this kind. However, you just shrugged and smiled.
At the same time, you still got wild pleasure from life, from your new job and from everything that was happening. All sorts of cuckolds are always proposing to you, so you can even start a family if you want. And there is more money now than before. In general, you were much happier than those times when you did not know the ghost girl who temporarily occupied your body. You even miss her a little...
<b>END №2: Completely slut.</b>
<<nobr>><<link "Return to the crystal ball (with reduced slutness)?">><<set $player.ava = 0>><<set $player.slut = 80>><<goto cabinet01>><</link>>
<<set $end02 = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img antique01>><</if>>
<<if $time gte 3>><<show-img antique02>><</if>><</nobr>>
<span class="nevada">"Wow, wow, wow!"</span> Nevada got really excited when you crossed the threshold of the antique shop.
<span class="player">"Are you also fascinated by all these artifacts? Do you also feel the energy emanating from them?"</span> you were surprised by the ghost's reaction.
<span class="nevada">"Huh? No, I mean something else..."</span> she mentally waved her hand at your artifacts.
<span class="player">"What then? Do you like antiques? Clocks? Vases?"</span> you tried to guess.
<span class="nevada">"Are you fucking kidding me?!"</span> the girl cursed in earnest. <span class="nevada">"Look at the saleswoman! You didn't say that such a sexy girl works here! How I would lick her holes..."</span>
<span class="player">"This is the first time I've seen her. Apparently, she hasn't been working here long,"</span> you finally looked at the object of Nevada's admiration.
[[Next.|antique02]]<<nobr>><<if $time lte 2>><<show-img antique05>><</if>>
<<if $time gte 3>><<show-img antique06>><</if>><</nobr>>
<span class="hilda">"I'm looking for my sister,"</span> the girl sighed heavily. <span class="hilda">"We're twins, not identical twins, but we look very similar. However, our personalities are completely different..."</span>
<span class="player">"I don't remember anyone like you,"</span> you said honestly. <span class="player">"What's her name?"</span>
<span class="hilda">"Her name is Helga."</span>
<span class="player">"Hilda and Helga? Very beautiful names,"</span> you smiled.
<span class="hilda">"We were born in Scandinavia. And our mother's name is Hella. Her name was..."</span> she lowered her eyes.
<span class="player">"How did your sister disappear? And why do you think Helga is here?"</span>
<span class="hilda">"It seems she was kidnapped and something did to her..."</span> the gothic girl was not entirely sure of her words. <span class="hilda">"Her tracks led me to an abandoned factory in this city. I was robbed there, now I am completely penniless, so I got a job here."</span>
<span class="player">"I'm sorry. If I learn anything, I'll definitely let you know."</span>
<span class="hilda">"Thank you. I could use some help. But you came to the store. So look around and call me if you're interested in anything..."</span>
<<nobr>>[[Next.|antique04]]
<<set $antiquevisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img cafe01>><</if>>
<<if $time gte 3>><<show-img cafe02>><</if>><</nobr>>
<span class="nevada">"It's kind of gloomy here,"</span> Nevada thought.
<span class="player">"In the cafe?"</span> you asked.
<span class="nevada">"In the whole town."</span>
<span class="player">"It just rains a lot here,"</span> you shrugged. <span class="player">"And it's cloudy."</span>
<span class="nevada">"You could paint it all some bright colors! I've lived in a lot of places in my short life, but mostly in warm places in our huge and great country. And you know what? They used bright colors even though the clouds didn't block the sun 99% of the time!"</span>
<span class="player">"Are you planning on becoming mayor of our town? Preparing a campaign speech?"</span> you smiled at the ghostly girl.
<span class="nevada">"I'd rather fuck the mayor and ask him to make the town a little less gloomy..."</span>
[[Next.|cafe02]]
<<nobr>><<if $time lte 2>><<show-img cafe01>><</if>>
<<if $time gte 3>><<show-img cafe02>><</if>><</nobr>>
A small but popular cafe in downtown. It serves the best breakfasts in town! At least that's what the sign says.
Your friend Cook Cooper also works here, and he offers you a part-time job as a waitress.
<<nobr>><<if $cafeev == 0>>[[Part-time work as a waitress.|cafework01]]
<<elseif $cafeev == 1>>[[Part-time work as a waitress.|cafework04]]
<<elseif $cafeev == 2>>[[Part-time work as a waitress.|cafework07]]
<<elseif $cafeev == 3>>[[Part-time work as a waitress.|cafework10]]
<<elseif $cafeev == 4>>[[Part-time work as a waitress.|cafework14]]
<<elseif $cafeev == 5>>[[Part-time work as a waitress.|cafework17]]
<<elseif $cafeev == 6>>[[Part-time work as a waitress.|cafework20]]
<<elseif $cafeev == 7>>[[Part-time work as a waitress.|cafework23]]
<<elseif $cafeev == 8>>[[Part-time work as a waitress.|cafework26]]
<<elseif $cafeev == 9>>[[Part-time work as a waitress.|cafework29]]
<<elseif $cafeev == 10>>[[Part-time work as a waitress.|cafework32]]
<<elseif $cafeev == 11>>[[Part-time work as a waitress.|cafework35]]<<endif>><</nobr>>
[[Exit.|downtown02]]
<<show-img psy01>>
<span class="player">"I have a friend who lives next door to me,"</span> you told Nevada.
<span class="nevada">"Are you hanging out with someone? I thought you were a total introvert. And I was also surprised that you didn't have 40 cats at home..." </span> the ghost mocked.
<span class="player">"I'm thinking about getting a cat. Maybe even two..."</span> you scratched the back of your head. <span class="player">"Anyway, I'm talking about the neighbor. We're not really friends; sometimes we just say hello and exchange a few words. Her name is Gillian. Or rather, Dr. From. She's actually a Doctor of Psychology, so I don't know if it's appropriate to call her Dr. From..."</span>
<span class="nevada">"Wait, I get it! You want to set me up with this doctor! But not in an erotic way, unfortunately,"</span> Nevada said disappointedly.
<span class="player">"I'll go say hello to her, you'll see her. Maybe you'll just want to talk to her. I'll pay for everything."</span>
<span class="nevada">"Eh... I have no choice."</span>
You knocked on the door, your neighbor opened it for you, you went inside.
[[Next.|psy02]]
<<nobr>><<if $time lte 2>><<show-img theater01>><</if>>
<<if $time gte 3>><<show-img theater02>><</if>><</nobr>>
<span class="nevada">"Is this... the theater in your town? Even the sign is crooked. Reminds me of some ghetto porno theaters,"</span> Nevada shared her observations.
<span class="player">"The building is old, the budget is small, but everything inside is quite decent. I was there once for work,"</span> you shrugged.
<span class="nevada">"Who needs these theaters in small towns anyway?"</span> the ghost girl continued her thought flow.
<span class="player">"You know... you could definitely use a theater..."</span>
<span class="nevada">"What?!"</span>
<span class="player">"Well, your acting skills are just terrible,"</span> you honestly expressed your opinion. <span class="player">"Don't get me wrong! Your acting is great in sex. But before sex... I don't believe it, as Stanislavsky said."</span>
<span class="nevada">"Okay, show me a master class,"</span> your interlocutor said in a cold and offended voice.
<span class="player">"Let's go,"</span> you walked into the theater.
[[Next.|theater02]]
<<show-img theater04>>
<span class="latrisha">"Hi. My name is Latrisha. Are you here for acting class?"</span> the local queen asked you.
<span class="player">"Hi. I'm $name and I just came to have a look, to be honest,"</span> you said shyly.
<span class="latrisha">"Don't be shy, admission is free. Acting class is usually at noon, it costs $50. And also great company, new acquaintances and tea with cookies. I would be glad to see you here,"</span> she said confidently, smiling.
<span class="player">"Thank you, I'll think about it,"</span> you nodded.
<span class="nevada">"I would go,"</span> Nevada suddenly responded.
<span class="player">"What? You thought this was a stupid idea,"</span> you were incredulous at her change in attitude.
<span class="nevada">"I like this Latrisha and her confidence. Maybe I could learn something from her. And at the same time, I could lick her pussy..." </span>
<span class="player">"Nevada!"</span>
<span class="nevada">"But we'll see how it goes..."</span>
<<nobr>>[[Next.|theater04]]
<<set $theatervisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img business01>><</if>>
<<if $time gte 3>><<show-img business02>><</if>><</nobr>>
The business and entertainment center of the city. Concentration of business offices, bars for every taste, even a night club is here. On the border with downtown there is a theater. Also nearby is a park, and behind it - a cemetery.
<<nobr>><<if $barvisit == 0 and $time gte 2>> [[Go to the bar.|bar01]]<</if>>
<<if $barvisit == 1 and $time gte 2>>[[Go to the bar.|bar03]]<</if>>
<<if $time lte 1>><span class="no">Go to the bar [it's too early, the bar is open: noon-night].</span><</if>><</nobr>>
<<nobr>><<if $lbarvisit == 0 and $time gte 3>> [[Go to the lesbian bar.|lbar01]]<</if>>
<<if $lbarvisit == 1 and $time gte 3>>[[Go to the lesbian bar.|lbar03]]<</if>>
<<if $time lte 2>><span class="no">Go to the lesbian bar [it's too early, the bar is open: evening-night].</span><</if>><</nobr>>
<<nobr>><<if $theatervisit == 0>>[[Go to the theater.|theater01]]<</if>>
<<if $theatervisit == 1>>[[Go to the theater.|theater04]]<</if>><</nobr>>
[[→ Go to the downtown.|downtown02]]
[[→ Go to the park.|park01]]
<<nobr>><<if $cemeteryvisit == 0>> [[→ Go to the cemetery.|cemetery01]]<</if>>
<<if $cemeteryvisit == 1>>[[→ Go to the cemetery.|cemetery03]]<</if>><</nobr>>
<<nobr>><<if $ghettovisit == 0>>[[→ Go to the ghetto.|ghetto01]]<</if>>
<<if $ghettovisit == 1>>[[→ Go to the ghetto.|ghetto03]]<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto business01>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]<<nobr>><<if $time lte 2>><<show-img suburb01>><</if>>
<<if $time gte 3>><<show-img suburb02>><</if>><</nobr>>
Wealthy and prosperous suburb. Your mentor lives here, and you can easily get to the library, church and park from here. There are also rumors that swingers gather in one of the houses, and in another mansion there is a whole BDSM club.
<<nobr>><<if $mentorvisit == 0>> [[Go to the mentor.|mentor01]]<</if>>
<<if $mentorvisit == 1>>[[Go to the mentor.|mentor08]]<</if>><</nobr>>
<<nobr>><<if $libraryvisit == 0>> [[Go to the library.|library01]]<</if>>
<<if $libraryvisit == 1>>[[Go to the library.|library07]]<</if>><</nobr>>
<<nobr>><<if $churchvisit == 0>> [[Go to the church.|church01]]<</if>>
<<if $churchvisit == 1>>[[Go to the church.|church04]]<</if>><</nobr>>
<<nobr>><<if $cemeteryvisit == 0>> [[→ Go to the cemetery.|cemetery01]]<</if>>
<<if $cemeteryvisit == 1>>[[→ Go to the cemetery.|cemetery03]]<</if>><</nobr>>
[[→ Go to the downtown.|downtown02]]
[[→ Go to the park.|park01]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto suburb01>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]
<<nobr>><<if $time lte 2>><<show-img park01>><</if>>
<<if $time gte 3>><<show-img park02>><</if>><</nobr>>
Large and old park. In some places it looks more like a forest than a park. But in some places the lights work, there are paths and trails. In general, an ideal place for a walk. And for shady dealings...
<<nobr>><<if $churchvisit == 0>> [[Go to the church.|church01]]<</if>>
<<if $churchvisit == 1>>[[Go to the church.|church04]]<</if>><</nobr>>
<<nobr>><<if $cemeteryvisit == 0>> [[→ Go to the cemetery.|cemetery01]]<</if>>
<<if $cemeteryvisit == 1>>[[→ Go to the cemetery.|cemetery03]]<</if>><</nobr>>
[[→ Go to the downtown.|downtown02]]
[[→ Go to the business district.|business01]]
[[→ Go to the suburb.|suburb01]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto park01>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]<<nobr>><<if $time lte 2>><<show-img ghetto01>><</if>>
<<if $time gte 3>><<show-img ghetto02>><</if>><</nobr>>
<span class="nevada">"Oh, what a beautiful view..."</span> Nevada sighed mentally.
<span class="player">"Actually, it's a ghetto. The town would be much better off without it,"</span> you responded skeptically.
<span class="nevada">"Actually, I grew up in a ghetto, something like that. More precisely, I lived in a trailer park, but the ghetto was nearby,"</span> the ghost said in a cold voice. <span class="nevada">"Even the smell is similar..."</span>
<span class="player">"Sorry, I didn't mean to offend you,"</span> you apologized sincerely.
<span class="nevada">"It's okay! If it weren't for our ghetto, I wouldn't have become famous all over the world! Although, I probably wouldn't have died young... But I didn't think that your seemingly prosperous town had such neighborhoods."</span>
<span class="player">"The whole town used to exist thanks to the factory,"</span> you said. <span class="player">"The factory closed, and many people lost their jobs. But the town was able to quickly reorient itself. However, because of the ghetto, real estate prices here are still low..."</span>
[[Next.|ghetto02]]<<show-img bar01>>
<span class="nevada">"Oh, it's too glamorous here,"</span> Nevada complained.
However, the bar didn't look like some expensive or fashionable establishment: old floor, not the newest furniture, gloomy lighting, quiet music.
<span class="player">"Here? Glamorous? Are you kidding me?"</span> you smirked back.
<span class="nevada">"You just haven't seen the places where I used to party,"</span> the ghost almost bragged. <span class="nevada">"I loved all sorts of cheap biker bars. Dirt, swearing, fights, sweaty men..."</span>
<span class="player">"And tell me that you never went to decent places."</span>
<span class="nevada">"I did, and I went to the most expensive clubs, but my so-called friends dragged me there..."</span> the interlocutor said, upset.
<span class="player">"Why 'so-called'?"</span>
<span class="nevada">"Because they didn't do anything good for me..."</span>
[[Next.|bar02]]<<show-img bar01>>
An old and relatively cheap bar with two large halls. However, the visitors and staff here are decent (not from the ghetto). The atmosphere is not the most pleasant, but many regulars have a different opinion.
You can get drunk in the bar. Or work as a barmaid.
<<nobr>><<if $barwork == 0>>[[Work as a barmaid.|barwork01]]
<<elseif $barwork == 1>>[[Work as a barmaid.|barwork02]]
<<elseif $barwork == 2>>[[Work as a barmaid.|barwork03]]
<<elseif $barwork == 3>>[[Work as a barmaid.|barwork04]]
<<elseif $barwork == 4>>[[Work as a barmaid.|barwork05]]
<<elseif $barwork == 5>>[[Work as a barmaid.|barwork06]]
<<elseif $barwork == 6>>[[Work as a barmaid.|barwork09]]
<<elseif $barwork == 7>>[[Work as a barmaid.|barwork10]]
<<elseif $barwork == 8>>[[Work as a barmaid.|barwork11]]
<<elseif $barwork == 9>>[[Work as a barmaid.|barwork12]]
<<elseif $barwork == 10>>[[Work as a barmaid.|barwork13]]
<<elseif $barwork == 11>>[[Work as a barmaid.|barwork14]]
<<endif>><</nobr>>
<<nobr>><<if $money lte 9>><span class="no">Drink alcohol [need $10].</span>
<<elseif $barev == 0 and $money gte 10>>[[Drink alcohol [cost $10].|barev01]]
<<elseif $barev == 1 and $money gte 10>>[[Drink alcohol [cost $10].|barev02]]
<<elseif $barev == 2 and $money gte 10>>[[Drink alcohol [cost $10].|barev03]]
<<elseif $barev == 3 and $money gte 10>>[[Drink alcohol [cost $10].|barev04]]
<<elseif $barev == 4 and $money gte 10>>[[Drink alcohol [cost $10].|barev05]]
<<elseif $barev == 5 and $money gte 10>>[[Drink alcohol [cost $10].|barev06]]
<<endif>><</nobr>>
[[Exit.|business01]]<<nobr>><<if $time lte 2>><<show-img cemetery01>><</if>>
<<if $time gte 3>><<show-img cemetery02>><</if>><</nobr>>
<span class="nevada">"Oooh! How gloomy here,"</span> Nevada's voice rang out in your head. <span class="nevada">"Isn't one ghost enough in your life? Do you want more?"</span>
<span class="player">"Ghosts rarely walk through cemeteries. For some reason, you don't like anything related to death,"</span> you said the pure truth.
<span class="nevada">"Okay, you're right about that,"</span> the ghost girl reluctantly agreed. <span class="nevada">"But there's plenty of otherworldly evil in cemeteries besides ghosts."</span>
<span class="player">"And not the nicest people like to come here too..."</span>
[[Next.|cemetery02]]
<<show-img mentor01>>
You approached a house located at a distance from the clustered houses of the suburbs. This house was larger, darker, and more solid. Its thick walls were made of dark stone (not shit and sticks), and it somehow resembled a small medieval castle.
<span class="nevada">"Why are you psychics all so dark and gothic?"</span> Nevada wondered.
<span class="player">"We just know more than others,"</span> you took a deep breath and knocked on the door.
<span class="nevada">"Or are you just too pompous..."</span> the ghost girl tried to tease you.
A minute later, the door opened. A tall, middle-aged blonde stood on the threshold with a very serious (and even angry) expression on her face.
<span class="player">"Hello, mentor Maria,"</span> you greeted, looking down.
<span class="maria">"Hello, $name. Well, come in,"</span> she let you in.
[[Next.|mentor02]]<<show-img mentor03>>
<span class="maria">"In any case, I am very disappointed in you,"</span> the powerful blonde shook her head. <span class="maria">"The enemy's strength is no excuse for defeat. You were my best student..."</span>
<span class="player">"I can atone for my guilt!"</span> you begged to give you a second chance.
<span class="maria">"You know the rules of our Circle. First, you need to apologize for your failure."</span>
<span class="player">"I know..."</span> you sighed heavily.
<span class="maria">"So choose: shame, money or blood,"</span> the woman devoured you with her eyes.
<span class="nevada">"Wow! Everything is really tough here. I didn't understand anything, but I'm already scared,"</span> Nevada mentally mocked.
<span class="player">"Mentor, how much..."</span>
<span class="maria">"Forty dollars is one of our magic numbers, a drop of blood or kiss my shoes."</span>
<span class="nevada">"This is quite a BDSM circle you have here! Cool, ahaha!"</span> the ghost girl laughed.
<<nobr>><<if $money gte 40>>[[Pay with money (40$).|mentor04]]<</if>>
<<if $money lte 39>><span class="no">Pay with money [need more money – 40$].</span><</if>><</nobr>>
[[Pay with blood.|mentor05]]
<<nobr>>[[Pay with humiliation.|mentor06]]
<<set $mentorvisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img library01>><</if>>
<<if $time gte 3>><<show-img library02>><</if>><</nobr>>
<span class="nevada">"Is that the library your town has? Wow,"</span> Nevada admired the beautiful building.
<span class="player">"It has a strange story, something like that, my aunt told me a long time ago..."</span> you tried to remember, but couldn't do it quickly. <span class="player">"We'll just ask the librarian."</span>
<span class="nevada">"What, what does it say?! ONE HALL?! Ahaha!"</span> the ghost laughed loudly. <span class="nevada">"They might as well call themselves ONAHOLE." </span>
<span class="player">"It's an abbreviation for some society or club. Like the hall of this club,"</span> you were still trying to remember at least something.
<span class="nevada">"I don't give a shit,"</span> the girl sighed mentally.
But you were heading to the library anyway. Why not ask about the history of the building at the same time?
You deftly ran up the old steps, opened the huge wooden door, the smell of old paper hit your nose...
[[Next.|library02]]<<show-img library05>>
<span class="lana">"The second floor is residential now, I live there, look after my grandfather, take care of the library and try to write books myself,"</span> the girl finished the story, but you remembered the final part.
<span class="nevada">"Wait, so this fat girl is a very rich chick?!"</span> the ghost girl was surprised.
<span class="player">"I remember your story and I'm waiting for the continuation,"</span> you said sincerely, since Lana really wrote very interestingly and emotionally.
<span class="lana">"You're my biggest fan,"</span> the girl laughed.
<span class="nevada">"So is she rich or not?!"</span> Nevada did not calm down.
<span class="player">"No, she's not rich, the family has a little money left, they even rent out rooms on the second floor,"</span> you mentally explained.
[[Next.|library04]]<<show-img church01>>
<span class="nevada">"A-A-A! I'M BURNING! IT'S IN SO MUCH PAIN!"</span> Nevada screamed mentally.
<span class="player">"Are you kidding?"</span> you asked skeptically.
<span class="nevada">"I'm kidding,"</span> she confirmed. <span class="nevada">"Your church is strange..."</span>
<span class="player">"I've never been here. Until today,"</span> you said. <span class="player">"I don't think this is even a Catholic church. It was built by some small order."</span>
<span class="nevada">"A cult?"</span>
<span class="player">"No, definitely not. An order like the Franciscans, Dominicans, Missionary Sisters of Charity. I just don't know if this order recognizes the Holy See."</span>
<span class="nevada">"And you know a lot about the subject,"</span> the ghost girl noted.
<span class="player">"It's necessary for work. Especially when you have to exorcise demons..."</span>
[[Next.|church02]]<<show-img church01>>
Church of the Order of the Holy God. Here you can pray for your sinful soul, you can buy an indulgence, and there is also a wonderful nun serving here - Sister Catalina. <<if $mainquest == 2 and $hwater == 0>>[[You also need holy water.|church07]]<</if>>
[[Approach Sister Catalina.|catalinaev01]]
<<nobr>><<if $day.pray == 0>>[[Pray [reduces slutness, you can pray only 1 per day].|church05]]
<<else>><span class="no">Pray [reduces slutness, you can pray only 1 per day].</span><</if>><</nobr>>
<<nobr>><<if $day.indulgence == 0 and $money gte 200>>[[Buy an indulgence [costs $200, reduces slutness, you can buy only 1 per day].|church06]]
<<else>> <span class="no">Buy an indulgence [costs $200, reduces slutness, you can buy only 1 per day].</span><</if>><</nobr>>
<<nobr>><<if $cemeteryvisit == 0>> [[→ Go to the cemetery.|cemetery01]]<</if>>
<<if $cemeteryvisit == 1>>[[→ Go to the cemetery.|cemetery03]]<</if>><</nobr>>
[[→ Go to the park.|park01]]
[[→ Go to the suburb.|suburb01]]<<nobr>><<if $time lte 2>><<show-img ghetto01>><</if>>
<<if $time gte 3>><<show-img ghetto02>><</if>><</nobr>>
Once prosperous area that has turned into a real ghetto due to the closure of the factory. Many abandoned houses, gangs, drug addicts, cheap prostitutes. It is better not to wander here unless absolutely necessary.
<<nobr>><<if $factoryoutvisit == 0>>[[Go to the abandoned factory.|factoryout01]]<</if>>
<<if $factoryoutvisit == 1>>[[Go to the abandoned factory.|factoryout04]]<</if>><</nobr>>
<<nobr>><<if $stripvisit == 0 and $time gte 3 and $player.slut gte 30>> [[Go to the strip bar.|strip01]]<</if>>
<<if $stripvisit == 1 and $time gte 3 and $player.slut gte 30>>[[Go to the strip bar.|strip04]]<</if>>
<<if $time lte 2 and $player.slut gte 30>><span class="no">Go to the strip bar [it's too early, the strip bar is open: evening-night].</span><</if>>
<<if $player.slut lte 29>><span class="no">Go to the strip bar [30 slutness required].</span><</if>><</nobr>>
[[→ Go to the downtown.|downtown02]]
[[→ Go to the business district.|business01]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto ghetto03>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]
<<show-img strip01>>
You entered a strip bar located in the ghetto. Contrary to your imagination, everything here is very respectable, relatively decent and even beautiful. A large hall, many people, pleasant music and beautiful girls spinning on poles.
<span class="nevada">"What a wonderful place!"</span> the ghost girl admired. <span class="nevada">"Let's stay and live here!"</span>
<span class="player">"I'm not even sure why exactly I crossed the threshold of this building,"</span> you were still looking at everything happening in the strip bar in confusion.
There are quite a lot of girls working here: some are waitresses, some are staff, some are dancers. But they all look very happy. However, many of the visitors here look like very dangerous men...
[[Next.|strip02]]
<<show-img strip03>>
<span class="player">"It's okay,"</span> you waved your hand and politely introduced yourself to Mister Salamander, as he had introduced himself to you earlier. <span class="player">"My name is $name, by the way. And you have a very interesting establishment."</span>
<span class="salamander">"I'm proud of this place myself!"</span> the man perked up. He had very bright emotions and was actively gesturing. <span class="salamander">"So, relax here, relax, look at the girls. And if suddenly you like it here so much that you want to work, then I promise to provide a good job for good money."</span>
<span class="nevada">"I already agree!"</span>
<span class="salamander">"We have waitresses, strippers, glory hole girls, escort girls. We strictly observe all taboos: if you don't want to fuck with clients, we won't force you."</span>
<span class="player">"Oh, I'll think about it, but I'm not promising anything,"</span> you laughed.
<span class="salamander">"Then I won't bother you anymore, rojo mamacita."</span>
The man took your hand, kissed it, bowed and went about his business...
<<nobr>>[[Next.|strip04]]
<<set $stripvisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img cemetery01>><</if>>
<<if $time gte 3>><<show-img cemetery02>><</if>><</nobr>>
A large and old cemetery. Graves and crypts from the 19th century are common here. However, you feel an evil force dwelling in this place.
From here you can get to the church, the business district, the suburbs or the park. <<if $mainquest == 2 and $iris == 0 and $irissearch == 0>>[[You also need to look for iris here.|cemetery04]]<</if>><<if $mainquest == 2 and $iris == 0 and $irissearch == 1>>[[You also need to look for iris here.|cemetery05]]<</if>> <<if $mainquest == 2 and $iris == 0 and $irissearch == 2>>[[You also need to look for iris here.|cemetery06]]<</if>>
<<nobr>><<if $churchvisit == 0>> [[Go to the church.|church01]]<</if>>
<<if $churchvisit == 1>>[[Go to the church.|church04]]<</if>><</nobr>>
[[→ Go to the business district.|business01]]
[[→ Go to the suburb.|suburb01]]
[[→ Go to the park.|park01]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto cemetery03>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]<<nobr>><<if $time lte 2>><<show-img cemetery03>><</if>>
<<if $time gte 3>><<show-img cemetery04>><</if>><</nobr>>
<span class="care">"What are you doing here, young lady?"</span> a voice from behind scared you. You turned around to see an old man in a dirty coat and a silly hat. The cemetery caretaker, apparently.
<span class="player">"I’m here for work,"</span> you smiled. <span class="player">"My name is $name. And you, as I understand it, are the caretaker of the cemetery?"</span>
<span class="care">"That's right, child, I am the caretaker. And what kind of work do you do, may I ask?"</span>
<span class="player">"My work involves the supernatural,"</span> you admitted honestly.
<span class="care">"Seriously?"</span> the old man scratched his unkempt gray beard. <span class="care">"You know, I could use your help. Come to my gatehouse if you decide to. I'll tell you everything there."</span>
<span class="player">"Okay, agreed," </span> you nodded to the caretaker, he turned away and went on to walk around the cemetery...
<<nobr>>[[Next.|cemetery03]]
<<set $cemeteryvisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img ghetto03>><</if>>
<<if $time gte 3>><<show-img ghetto04>><</if>><</nobr>>
<span class="bbc">"Hey, babe, want some weed?"</span> a male voice startled you. An African-American man in a hoodie stepped out of the shadows.
<span class="player">"No, thanks,"</span> you smiled, so as not to offend your interlocutor and not to provoke him into aggression.
<span class="bbc">"Let's smoke together, I'll treat you!"</span>
<span class="player">"No!"</span> <span class="nevada">"No!"</span> you and Nevada said in sync. More precisely, you said it, and she thought about it.
<span class="bbc">"Okay, okay, babe. If anything, I'm hanging around on the corner, don't be shy..."</span> the dealer sighed disappointedly.
<span class="player">"I didn't think you'd be against drugs. Even against light ones,"</span> you assessed the ghost's thoughts.
<span class="nevada">"The worst thing about drugs is the physical addiction,"</span> the girl explained to you. <span class="nevada">"But your body doesn't have a physical addiction. Psychological addiction is easy to overcome. Especially if you've been flying around in ghost form for years and not feeling anything."</span>
<span class="player">"I was afraid you'd immediately turn to drugs. You know, I really respect your words,"</span> you praised Nevada.
<span class="nevada">"Never trust the words of a drug addict..."</span> she mentally smiled. Is this a joke or not? Now you're tense again...
<<nobr>>[[Next.|ghetto03]]
<<set $ghettovisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img antique01>><</if>>
<<if $time gte 3>><<show-img antique02>><</if>><</nobr>>
An antique shop with lots of powerful old artifacts (if you know how to use them properly). There's also just a bunch of old junk. But the main treasure in this shop is a gothic girl named Hilda.
[[Approach Hilda.|hildaev01]]
[[View artifacts.|antique05]]
[[Exit.|downtown02]]
<<nobr>><<if $time lte 2>><<show-img antique03>><</if>>
<<if $time gte 3>><<show-img antique04>><</if>><</nobr>>
<span class="hilda">"Hello, can I help you with something?"</span> asked the gothic (and sexy, as Nevada noticed) saleswoman. Until that moment, you thought that you were the most gothic girl in this town.
<span class="player">"Hello. My name is $name, I'm a psychic,"</span> you introduced yourself. <span class="player">"Are you new here?"</span>
<span class="nevada">"Invite her to fuck!"</span> the ghost mentally interfered with you.
<span class="hilda">"My name is Hilda, nice to meet you. I've been working here for the first week. Stuck in your town... But I don't want to complain. So, can I help you with something?"</span>
<span class="nevada">"Get under her skirt and lick her pussy!"</span> the invisible interlocutor couldn't calm down.
<span class="player">"Maybe I can help you. I know the city pretty well. Tell me what happened to you,"</span> you usually don't have a burning desire to communicate and meet people, but Hilda immediately seemed like a kindred spirit to you.
[[Next.|antique03]]<<show-img psy01>>
Your neighbor's house - Gillian From, Dr. From. A well-known psychotherapist with an ideal reputation. One psychotherapy session with her costs $200.
<<nobr>><<if $money lte 200>><span class="no">Psychotherapy [need $200].</span>
<<elseif $psyev == 0 and $money gte 200>>[[Psychotherapy [cost $200]|psy05]]
<<elseif $psyev == 1 and $money gte 200>>[[Psychotherapy [cost $200]|psy07]]
<<elseif $psyev == 2 and $money gte 200>>[[Psychotherapy [cost $200]|psy09]]
<<elseif $psyev == 3 and $money gte 200>>[[Psychotherapy [cost $200]|psy11]]
<<elseif $psyev == 4 and $money gte 200>>[[Psychotherapy [cost $200]|psy13]]
<<elseif $psyev == 5 and $money gte 200>>[[Psychotherapy [cost $200]|psy15]]
<<elseif $psyev == 6 and $money gte 200>>[[Psychotherapy [cost $200]|psy17]]
<<elseif $psyev == 7 and $money gte 200>>[[Psychotherapy [cost $200]|psy19]]
<<elseif $psyev == 8 and $money gte 200>>[[Psychotherapy [cost $200]|psy21]]
<<elseif $psyev == 9 and $money gte 200>>[[Psychotherapy [cost $200]|psy23]]
<<endif>><</nobr>>
[[Exit.|downtown02]]
<<show-img psy02>>
<span class="player">"Hello, Dr. From, I have a small matter for you,"</span> you smiled at your neighbor.
<span class="from">"Of course, $name. How can I help you?"</span> your interlocutor asked.
<span class="player">"I have... Some problems. I would like to discuss them with you. Well, as a client,"</span> you tried to explain somehow, but it is unlikely that a person of science will believe that the ghost of a whore lives in your body.
<span class="from">"Psychologists, psychotherapists, psychiatrists also have their own specializations. Some work with children, some with families, some work great with divorce, some with depression, some with the disabled, and so on. And psychiatrists generally work with people who have psychiatric illnesses. Therefore, I must clarify what kind of questions you have for me,"</span> Gillian explained very competently and friendly.
<span class="nevada">"Tell her that you have a split personality,"</span> Nevada prompted. But that's a bad hint, because then she'll refer you to a psychiatrist.
[[Next.|psy03]]<<show-img psy03>>
<span class="player">"I had a bad childhood, my father didn't acknowledge me as his daughter, my mother drank. I was molested at a young age, now I have wild sexual fantasies,"</span> you tried to tell the ghost, as if it were yourself.
<span class="from">"Childhood traumas are lifelong wounds. They cannot be completely healed, but you can stop the bleeding from them. And I can help you with this, $name. One session with me is not cheap - $ 200, but I am a well-known specialist throughout the state. And, of course, to minimally understand your problem, you will need 10 sessions."</span>
<span class="nevada">"Fucking hell! I should have gone to psychotherapy, and not become a porn star." </span>
<span class="player">"Dr. From, can I think about it?"</span>
<span class="from">"Of course, I will accept and understand any decision you make,"</span> the therapist smiled.
<span class="player">"And what do you think of her? Would you talk to her?"</span> you mentally asked Nevada as you left your neighbor's house.
<span class="nevada">"You know... I like her. She inspires confidence and is very personable. But, bitch, $200..."</span>
<span class="player">"Money is my problem."</span>
<span class="nevada">"Then I agree. It's a freebie..."</span>
<<nobr>>[[Next.|downtown02]]
<<set $psyvisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img cafe03>><</if>>
<<if $time gte 3>><<show-img cafe04>><</if>><</nobr>>
<span class="cooper">"Oh, hi, $name!"</span> the fat, smiling cook greeted you.
<span class="player">"Hi, Cook Cooper,"</span> you nodded back. <span class="player">"How are you doing?"</span>
<span class="nevada">"Wow! You're fucking him, right?"</span> Nevada mentally asked her typical question.
<span class="cooper">"As usual,"</span> the fat man scratched his neck. <span class="cooper">"And how are you?"</span>
<span class="player">"Worse than usual,"</span> you honestly admitted to your acquaintance.
<span class="cooper">"Then a cup of coffee and dessert are on me. I insist!"</span>
<span class="player">"Thank you, Cooper, you're very kind,"</span> you blushed slightly.
<span class="cooper">"And if money is a problem, you can work here part-time. But I won't meddle in other people's business, I just suggested it,"</span> the man ran to the kitchen for coffee and dessert.
<span class="nevada">"And he's cute. But I realized that you are NOT fucking him,"</span> the ghost sighed heavily. <span class="nevada">"It's generally cool to fuck fat guys. And it's cool to suck them..."</span>
<<nobr>>[[Next.|cafe03]]
<<set $cafevisit = 1>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img theater01>><</if>>
<<if $time gte 3>><<show-img theater02>><</if>><</nobr>>
The only theater in your town. A very old building where local actors perform. You can also attend acting classes here.
<<nobr>><<if $time == 3 and $theatershow == 0>>[[Go to a theater show.|theatershow01]]
<<elseif $time == 3 and $theatershow == 1>>[[Go to a theater show.|theatershow03]]
<<elseif $time == 3 and $theatershow == 2>>[[Go to a theater show.|theatershow05]]
<<else>><span class="no">Go to a theater show [theater shows only in the evening].</span><<endif>><</nobr>>
<<nobr>><<if $money lte 50 and $time == 2>><span class="no">Go to acting classes [need $50].</span>
<<elseif $time lte 1 or $time gte 3>><span class="no">Go to acting classes [acting classes only at noon].</span>
<<elseif $theaterev == 0 and $money gte 50 and $time == 2>>[[Go to acting classes [cost $50]|theaterev01]]
<<elseif $theaterev == 1 and $money gte 50 and $time == 2>>[[Go to acting classes [cost $50]|theaterev03]]
<<elseif $theaterev == 2 and $money gte 50 and $time == 2>>[[Go to acting classes [cost $50]|theaterev06]]
<<endif>><</nobr>>
[[→ Go to the downtown.|downtown02]]
[[→ Go to the business district.|business01]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto theater04>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]<<show-img theater05>>
There was just a rehearsal going on inside. A beautiful and graceful African-American woman (with a huge butt) was performing on stage.
<span class="latrisha">"Bring me gifts! Gifts for your queen! Because without me, there would be no you! Bring me gifts! Worship me! Bow down before me! Bring me gifts!"</span> she said loudly, clearly, and powerfully. It was immediately clear that she believed in every word she said.
Applause began, and you clapped too.
<span class="nevada">"Not bad, not bad. But too theatrical,"</span> Nevada noted.
<span class="player">"At least learn to do it like that,"</span> you replied.
<span class="latrisha">"This is how you need to play this role. Fix it in your brain, drink some tea. A short break of 5 minutes!"</span> the black girl said and headed in your direction.
[[Next.|theater03]]<<show-img mentor02>>
<span class="maria">"I can see in your eyes that you screwed up,"</span> she said immediately when you entered her ritual room.
<span class="player">"I..."</span>
<span class="maria">"And I can also see in your eyes that someone's spirit is sitting inside you,"</span> the woman immediately understood everything that was happening. <span class="maria">"What a fool you are. What would your aunt say if she found out about your shame..."</span>
<span class="player">"Mentor Maria, it's not that simple!"</span> you tried to justify yourself, although her words caused a huge feeling of shame in you. <span class="player">"I encountered a very strong whorebastard! In life, her name was Nevada Hott..."</span>
<span class="maria">"A famous porn actress,"</span> the mentor nodded. <span class="maria">"Don't be surprised, everyone knows her. And everyone watches porn."</span>
<span class="nevada">"Oh, you're just overwhelmed me with compliments,"</span> the ghost girl mentally rejoiced.
[[Next.|mentor03]]<<show-img mentor04>>
<span class="player">"I'll pay you with money,"</span> you took out $40 and handed it to your mentor.
<span class="maria">"And?"</span> she demanded.
<span class="player">"And an apology. I'm sorry, I made a mistake, I let you down. It won't happen again,"</span> you bowed your head.
<span class="maria">"You're still an idiot,"</span> the woman took the money. <span class="maria">"But now the formalities are over. So we can get to the main thing."</span>
<span class="nevada">"Hey! Is that all? You should have chosen the kiss of the shoes,"</span> the ghost girl commented upsetly.
<<nobr>>[[Next.|mentor07]]
<<set $money -= 40>><</nobr>><<show-img mentor05>>
<span class="player">"I'll pay with blood,"</span> you took out the ritual needles and pricked your finger, then collected a drop of blood and handed the game to the mentor.
<span class="nevada">"By the way, your body doesn't like you because of this. It likes me more, ahaha!"</span> Nevada giggled.
<span class="maria">"And?"</span> she demanded.
<span class="player">"And with apologies. Forgive me, I made a mistake, I let you down. It won't happen again,"</span> you bowed your head.
<span class="maria">"You're still an idiot,"</span> the woman took the needles. <span class="maria">"But now the formalities are over. So we can get to the main thing."</span>
<span class="nevada">"Hey! Is that all? You should have chosen the kiss of the shoes,"</span> the ghost girl commented upsetly.
<<nobr>>[[Next.|mentor07]]
<<set $player.pos += 1>><</nobr>><<show-img mentor06>>
<span class="player">"I will pay with humiliation,"</span> you knelt down, the teacher stretched out her leg.
<span class="nevada">"Wow! I always knew that you witches were real sluts, ahaha!"</span> Nevada laughed loudly.
You got on all fours and kissed the teacher's shoe.
<span class="maria">"And?"</span> she demanded.
<span class="player">"And I apologize. Forgive me, I made a mistake, I let you down. It will not happen again,"</span> you bowed your head.
<span class="maria">"You are still a stupid slut,"</span> the woman shook her head. <span class="maria">"But now the formalities are over. So we can get to the main thing."</span>
You stood up and shook yourself.
<span class="nevada">"And that's it? I demand more!"</span> the ghost girl commented upsetly.
<<nobr>>[[Next.|mentor07]]
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.bdsm += 1>><</nobr>><<show-img mentor02>>
<span class="maria">"Of course, I'll help you banish the whorebastard..."</span>
<span class="nevada">"Hey!"</span>
<span class="maria">"...But first we need to make it so that she can't hear us,"</span> the mentor said logically.
<span class="player">"How can we do that?"</span>
<span class="maria">"There is a potion to muffle all sounds and your thoughts for a ghost for a short time. But I'm missing some ingredients. You'll need to find a flower called a graveyard iris, bring holy water, and you'll also need a special flask with a high lead content. Look for one in an antique shop,"</span> the mentor gave clear instructions.
<span class="nevada">"Did you remember to ask me?!"</span> the ghost tried to butt into the conversation.
<span class="maria">"Hurry up, fool, if you don’t want to finally give your body to the ghost."</span>
<<nobr>>[[Next.|mentor08]]
<<set $mainquest = 2>><</nobr>><<show-img mentor01>>
The ritual room in the mansion of your mentor Maria - a powerful and serious middle-aged blonde, well versed in magic, ghosts and how to humiliate people.
<<nobr>><<if $mainquest == 2 and $flask == 1 and $iris == 1 and $hwater == 1>>[[Give the flask, iris and holy water to the mentor.|mentor09]]
<<elseif $mainquest == 3 and $bsginfo == 5>>[[Tell about the owner of the black soul gem.|mentor20]]
<<elseif $mainquest == 4 and $bsg == 1>>[[Show the black soul gem to the mentor.|mentor22]]
<<else>><span class="no">You did not fulfill the mentor's requirement [details can be found in the notebook].</span><</if>><</nobr>>
<<nobr>><<if $mainquest gte 3>>[[View potions.|mentor13]]
<<else>><span class="no">View potions [the mentor does not sell potions, as long as the ghost hears you; progress through the quest].</span><</if>><</nobr>>
[[Exit.|suburb01]]
<<show-img church02>>
Since you came here, you decided to fill in the gaps in your missing knowledge.
<span class="player">"Hello, Sister. Can I call you that, right?"</span> you approached the local minister of the church.
<span class="catalina">"Of course, you can call me Sister Catalina,"</span> the beautiful Latin American nun smiled.
<span class="player">"Nice to meet you, Sister Catalina. My name is $name,"</span> you introduced yourself. <span class="player">"I wanted to know what order built and runs this church?"</span>
<span class="catalina">"The Order of the Holy God,"</span> the nun nodded.
<span class="nevada">"The Order of the Holy... God?"</span> Nevada thought.
<span class="player">"Don't think it's rude... Does the Holy See recognize your order?"</span>
<span class="catalina">"That's a good question. We were initially recognized, but then they withdrew their recognition. However, we steadfastly follow the Holy Scriptures and the will of God's viceroy on earth, even if he does not recognize us."</span>
<span class="nevada">"HERETICS!"</span> Nevada screamed (mentally). <span class="nevada">"BURN THE WITCH TO THE FIRE!"</span>
[[Next.|church03]]<<show-img church03>>
<span class="catalina">"Are you Catholic?"</span> the nun asked you.
<span class="player">"Let's just say... I have a lot to believe in,"</span> you smiled.
<span class="catalina">"A worthy answer,"</span> the nun seemed to really like you, in a human sense. <span class="catalina">"If you need comfort or forgiveness, you can find it here. Feel free to come to confession, pray here, buy an indulgence..."</span>
<span class="nevada">"AN INDULGENCE?!"</span> the ghost was surprised. However, you were no less surprised.
<span class="catalina">"...If you need anything, feel free to come to me or any other minister of the church, $name."</span>
<span class="player">"Thank you, Sister Catalina,"</span> you bowed slightly.
<span class="nevada">"I want an indulgence! Buy it, buy it, buy it! I will sin and get fucked in the ass without the possibility of going to Hell!"</span> Nevada mocked the local order (and, perhaps, the entire Catholic Church).
<span class="player">"I would buy you a butt plug. But my ass would suffer from it..."</span>
<<nobr>>[[Next.|church04]]
<<set $churchvisit = 1>><</nobr>><<show-img lbar02>>
<span class="lu">"Hi-hi, beautiful!"</span> the barmaid greeted you as you approached the counter. <span class="lu">"Welcome! My name is Lu, I know everyone here, I remember everyone."</span>
<span class="player">"Uh, hi, Lu. My name is $name,"</span> you were a little confused.
<span class="lu">"Are you passing through?"</span> the other woman mixed a cocktail.
<span class="player">"No, I live here. Well, for a little less than a year,"</span> you answered honestly.
<span class="lu">"Cool! Our town needs more red-haired beauties!"</span> she poured a cocktail and placed it in front of you. <span class="lu">"On the house."</span>
<span class="player">"Thank you, that's very nice,"</span> you nodded. And yes, it was very nice.
<span class="nevada">"She's a great girl. I'm sure she fucks the bar's customers,"</span> the ghost assessed the barmaid.
<span class="lu">"Have fun!"</span> the Asian woman winked. <span class="lu">"Call me if you need anything."</span>
Then another client called her over, so Lu's attention shifted...
<<nobr>>[[Next.|lbar03]]
<<set $lbarvisit = 1>><</nobr>><<show-img lbar01>>
Lesbian bar "LESS BOSS". Here you can meet, get drunk, fuck someone in the scissor position (if you're lucky).
Also, a very nice and sociable Asian woman Lu works here.
<<nobr>><<if $money lte 14>><span class="no">Buy a cocktail and drink at the bar [need $15].</span>
<<elseif $luev == 0 and $money gte 15>>[[Buy a cocktail and drink at the bar [cost $15]|luev01]]
<<elseif $luev == 1 and $money gte 15>>[[Buy a cocktail and drink at the bar [cost $15]|luev02]]
<<elseif $luev == 2 and $money gte 15>>[[Buy a cocktail and drink at the bar [cost $15]|luev03]]
<<elseif $luev == 3 and $money gte 15>>[[Buy a cocktail and drink at the bar [cost $15]|luev04]]
<<elseif $luev == 4 and $money gte 15>>[[Buy a cocktail and drink at the bar [cost $15]|luev05]]
<<elseif $luev == 5 and $money gte 15>>[[Buy a cocktail and drink at the bar [cost $15]|luev06]]
<<endif>><</nobr>>
<<nobr>><<if $money lte 14>><span class="no">Buy a cocktail and drink at a table [need $15].</span>
<<elseif $lbarev == 0 and $money gte 15>>[[Buy a cocktail and drink at a table [cost $15]|lbar04]]
<<elseif $lbarev == 1 and $money gte 15>>[[Buy a cocktail and drink at a table [cost $15]|lbar05]]
<<elseif $lbarev == 2 and $money gte 15>>[[Buy a cocktail and drink at a table [cost $15]|lbar06]]
<<elseif $lbarev == 3 and $money gte 15>>[[Buy a cocktail and drink at a table [cost $15]|lbar07]]
<<elseif $lbarev == 4 and $money gte 15>>[[Buy a cocktail and drink at a table [cost $15]|lbar08]]
<<elseif $lbarev == 5 and $money gte 15>>[[Buy a cocktail and drink at a table [cost $15]|lbar09]]
<<endif>><</nobr>>
[[Exit.|business01]]<<show-img lbar01>>
<span class="nevada">"So your town has a lesbian bar with a cool name "LESS BOSS"? Perhaps your place is not as boring and puritanical as I initially thought,"</span> Nevada assessed the establishment. And there was something to appreciate: a spacious hall with many visitors, pleasant dance music, beautiful lighting and decor.
<span class="player">"This is my first time here,"</span> you said honestly.
<span class="nevada">"Don't be shy! It's not the Middle Ages! People won't chop off your head if you kiss a girl. Even in public,"</span> the ghost did not mock, but really tried to relax you a little.
<span class="player">"It depends on which country exactly..."</span>
<span class="nevada">"I agree with you, there's no arguing... But you and I are in a civilized country! Fun! Dance! Kiss the girls!"</span>
[[Next.|lbar02]]<<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
When you were taking the prepared dishes from Cook Cooper, he constantly, as if by accident, touched you, then openly drooled on you.
<span class="nevada">"It seems, my friend, that he likes you,"</span> Nevada made a logical conclusion.
<span class="player">"Yeah, but we work,"</span> you thought in response.
<span class="nevada">"Sex is no obstacle to work. I tell you, as a porn actress, ahaha!"</span> the ghost laughed in her style.
Perhaps you shouldn't encourage Cooper's actions. On the other hand, touching never hurts anyone. Moreover, the man is always very kind to you...
[[Smile at him.|cafework02]]
<<nobr>>[[Remove his hand.|cafework03]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
Cook Cooper is becoming more and more brazen. He has already started not only to accidentally touch your hand, he can also hug you slightly, and run his hand along your shoulder.
<span class="nevada">"Oh, my friend, he definitely wants you,"</span> Nevada shared her observations.
<span class="player">"I know. But I don't know exactly what to do..."</span>
<span class="nevada">"Just fuck him already! See how hard he tries?!"</span> It seems like a ghost would fuck anyone.
But you are not her. Perhaps it makes sense to stop these harassments from Cooper...
[[Do not resist.|cafework05]]
<<nobr>>[[Stop him.|cafework06]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>>
<<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
You are getting better and better at being a waitress: you don't mix up orders, the customers already know you, everyone is smiling.
<span class="cooper">"You're doing great, $name!"</span> Cook Cooper praised you. <span class="cooper">"Let me kiss you on the cheek!"</span>
<span class="nevada">"Come on! Offer your cheek for a kiss! Give your ass for a dick!"</span> Nevada sang a song she made up on the spot.
On the one hand, there is nothing wrong with a kiss, especially a kiss on the cheek. However, this can give Cooper false hope. And after that, he will start acting even more boldly...
[[Give your cheek for a kiss.|cafework08]]
<<nobr>>[[Refuse.|cafework09]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<show-img work\cafework05>>
When he touched you again, you just smiled.
<span class="nevada">"You're flirting with him like a bitch!"</span> Nevada noted. <span class="nevada">"You want to suck a fat guy's dick, huh?"</span>
<span class="player">"Stop it,"</span> you mentally snorted, continuing to work.
<span class="nevada">"If you don't want to suck it yourself, let me suck it. I'll suck anyone's dick. Except, perhaps, a homeless person. Although, depending on how much money I get for it..."</span> it seems that the ghost girl was just trying to get on your nerves and piss you off.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 5>><<set $player.slut += 1>><</if>>
<<set $cafeev = 1>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
When he touched you again, you stopped him and said, <span class="player">"Better not." </span>
<span class="nevada">"Why so?"</span> Nevada was disappointed. <span class="nevada">"Don't you want to suck a fat man's dick?"</span>
<span class="player">"Stop it,"</span> you mentally snorted, continuing to work.
<span class="nevada">"If you don't want to suck it yourself, let me suck it. I'll suck anyone's dick. Except, perhaps, a homeless person. Although, depending on how much money I get for it..."</span> it seems that the ghost girl was just trying to get on your nerves and piss you off.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<show-gif work\cafework08>>
You pretended not to notice Cooper's touches. And sometimes you even smiled because of it. So the fat man became bolder and bolder until he finally grabbed your ass.
<span class="player">"Ow!"</span> you almost dropped the tray in surprise.
<span class="cooper">"I didn't mean to scare you, $name,"</span> Cooper smiled.
<span class="player">"It's okay, it's okay,"</span> you smiled back.
<span class="nevada">"Suck him! Suck him! Suck him!"</span> the ghost girl mentally urged you.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 10>><<set $player.slut += 1>><</if>>
<<set $cafeev = 2>>
<</nobr>>
<<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Cooper, you better not,"</span> you politely asked the man when he touched you again.
<span class="cooper">"Oh, $name, I'm sorry. I didn't mean to offend you,"</span> Cook shrugged.
<span class="nevada">"You're such a fool! Give yourself to him! I care about your relationship more than I do my own!"</span> Nevada goaded you.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>>
<<show-img work\cafework09>>
<span class="player">"Only on the cheek,"</span> you approached Cooper.
But he didn't seem to hear you, and landed a kiss on both his cheek and his earlobe.
<span class="player">"Ouch!"</span> you pulled away in surprise.
<span class="cooper">"Sorry, I missed,"</span> the fat man spread his hands.
<span class="nevada">"You have the same level of passion as in a Latin American romantic series,"</span> Nevada thought.
<span class="player">"Is that good or bad?"</span> you asked.
<span class="nevada">"That's very bad, but for some reason I got a little wet..."</span> yes, the ghost was right - your panties got a little wetter than before...
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 10>><<set $player.slut += 1>><</if>>
<<set $stats.kiss += 1>>
<<set $cafeev = 3>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Cooper, I'm not that good at being a waitress,"</span> you smiled at the cook.
<span class="cooper">"I get it, no offense,"</span> the man didn't seem upset, which was good.
<span class="nevada">"Listen, why do you come here to work?"</span> the ghost girl sighed.
<span class="player">"To make money,"</span> you replied.
<span class="nevada">"Is that money?!"</span> Nevada was indignant. <span class="nevada">"I thought you wanted to start a family with that cute fat guy. Or at least fuck him..."</span>
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
<span class="cooper">"Hey $name, do you want to take a break for 5 minutes while there are few customers? Let’s have a light snack, I prepared dessert for you there,"</span> Cook Cooper suggested to you while working. And he's a very caring guy, you have to admit.
<span class="nevada">"That's so sweet! You two are so cute! I wonder if he came in that dessert?"</span> the ghost girl mocked.
<span class="player">"Nevada!"</span> you mentally yelled at her.
<span class="nevada">"I'm kidding, I'm kidding! But be careful with these guys. They're capable of even worse things..."</span>
On the one hand, it's not very nice to refuse. On the other hand, you shouldn't just give people hope...
[[Have a meal with Cooper.|cafework11]]
<<nobr>>[[Refuse.|cafework13]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>>
<<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
<span class="cooper">"$name, can you help?"</span> Cooper asked you. <span class="cooper">"Something was spilled in the aisle by the toilet, can you clean it up?"</span>
<span class="player">"I have a lot of clients..."</span> you said honestly, pointing your hand at the crowded hall.
<span class="cooper">"Or deal with the clients, I'll clean it up myself,"</span> the man shrugged.
<span class="nevada">"Wow, he's so kind. He's even ready to wipe the floor for you! Don't let your prince on a white horse slip away, sis!"</span> Nevada teased you mentally.
Of course, the floor needs to be wiped. But the clients...
[[Wash the floor.|cafework18]]
<<nobr>>[[Finish with orders.|cafework19]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
<span class="cooper">"Hey, $name, we've had a great shift together,"</span> Cook Cooper smiled.
<span class="player">"I can't argue with that,"</span> you nodded back.
<span class="cooper">"I think someone deserves a kiss on the cheek,"</span> he turned his face, clearly hinting at what he wanted from you.
<span class="nevada">"A kiss on the cheek? How long are you going to keep going around and around?"</span> Nevada, bored in your body, fumed.
Maybe it would be better to avoid further flirting? Although who ever felt bad from a kiss on the cheek?
[[Kiss him on the cheek.|cafework15]]
<<nobr>>[[Politely refuse.|cafework16]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<show-img work\cafework10>>
<span class="player">"Sure, let's grab a bite,"</span> you walked into the cafe's kitchen together. It should be noted that it is VERY clean and tidy. Cook is very careful and responsible about his workplace.
<span class="cooper">"Here, this is for you,"</span> the man handed over a tray with a plate with a cake and a cup of coffee on it.
<span class="player">"It looks delicious,"</span> you assessed the dessert by its appearance. And then you tried it.
<span class="nevada">"Divine!"</span> Nevada admired.
<span class="player">"Divine!"</span> you repeated after her when you chewed and swallowed a piece of tartlet.
<span class="cooper">"I'm very glad you liked it,"</span> Cooper's smile seemed to stretch even wider than usual.
And you continued to devour the delicious cake, washing it down with coffee...
[[Next.|cafework12]]<<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Sorry, Cooper, I'm not hungry right now,"</span> you made a guilty face.
<span class="cooper">"Oh, never mind, I'll have your dessert then,"</span> the guy shrugged. He didn't seem upset at all.
<span class="nevada">"Only fools turn down free treats,"</span> but Nevada was offended. <span class="nevada">"You do realize that because of you I won't get dessert either?"</span>
<span class="player">"I'll buy you a chocolate bar at the store..."</span>
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<show-img work\cafework11>>
<span class="player">"So how did you become a cook?"</span> you asked the man after you finished your meal. He, by the way, was snacking on a sandwich.
<span class="cooper">"I loved cooking since I was a kid,"</span> he shrugged. <span class="cooper">"At first I helped my mom, then I cooked little things for my siblings, and then I cooked dinners for the whole family."</span>
<span class="player">"Siblings? You obviously have a big family."</span>
<span class="cooper">"Three sisters, two brothers. I'm the second oldest, only one sister is older. But now everyone has moved away, as you understand,"</span> he said with slight sadness.
<span class="player">"And you're from the suburbs?"</span> you continued to ask.
<span class="cooper">"Hah,"</span> he chuckled slightly sadly, shaking his head. <span class="cooper">"I grew up in the ghetto. The factory had already closed by the time I was born, but it wasn't as bad there as it is now. However, personally, I now rent a room in the attic in the business district."</span>
<span class="player">"Oh..."</span> you didn't know how to react.
<span class="cooper">"It's okay, I never complain, I just talk about myself,"</span> a smile appeared on his face again. <span class="cooper">"Okay, I need to get back to work. Although I would like to chat with you some more."</span>
<span class="player">"Thanks for the treat and for the conversation,"</span> you smiled back and returned to the hall to finish your shift.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<set $cafeev = 4>>
<</nobr>>
<<show-gif work\cafework12>>
You reached out to kiss the guy on the cheek, but then thunder sounded outside, Cooper turned to the window and your lips met. It seemed like you were both confused for a few seconds and just froze. Then Cook leaned forward and kissed you "in an adult way". At first, you didn't resist, but then you pulled away.
You were both silent, then just turned away from each other.
<span class="nevada">"Oooh, you are so cute. Hollywood could make a stupid teen comedy about you. If only you were teenagers, not adults!"</span> Nevada made a caustic remark, but you simply decided to ignore her.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 10>><<set $player.slut += 1>><</if>>
<<set $cafeev = 5>>
<<set $stats.kiss += 1>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Cooper, we're at work. And we're professionals,"</span> you smiled kindly at the man.
<span class="cooper">"Yeah, you're right. Sorry,"</span> the guy was slightly upset, but tried not to show it.
<span class="nevada">"When I get control of your body, I'll give this cute fat guy a blowjob right away,"</span> the ghost thought.
<span class="player">"No! Don't you dare mess with my friends!"</span> you snapped.
<span class="nevada">"Okay, okay. I'll give some other fat guy a blowjob..."</span>
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
<span class="nevada">"I hate working,"</span> Nevada cursed silently.
<span class="player">"So I'm the one working here,"</span> you replied.
<span class="nevada">"Seriously? I can feel everything. We share the same body! You're a cunt with ears,"</span> the ghost called her.
<span class="player">"And you're a cunt without ears,"</span> you thought the first thing that came to mind.
<span class="cooper">"Hey, $name! Want to grab a bite to eat?"</span> Cook Cooper asked you.
A bite would be nice. You also need to rest. Although you can continue working to spite Nevada...
<span class="nevada">"Bitch! I can hear your thoughts!"</span>
[[Have another bite with Cooper.|cafework21]]
<<nobr>>[[Politely refuse.|cafework22]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
Another shift, another customer, another plate, another cup of coffee. It must be admitted that the waitress's job quickly turns into a routine.
<span class="cooper">"$name, would you like a snack? I have a delicious dessert for you,"</span> Cooper suggested.
<span class="nevada">"Usually when guys say something like that, they mean cock and cum. But I'm sure this kind fat man is talking about dessert,"</span> the ghost girl noted. <span class="nevada">"So please agree! I beg you!"</span>
What to do? If you agree, then after the story with showing and licking breasts, it will be even hotter. Are you ready for this?
[[Have another bite with Cooper again.|cafework24]]
<<nobr>>[[Politely refuse.|cafework25]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<show-gif work\cafework13>>
You decided to wipe the floor, on which something very sticky was spilled. Ugh!
At that very moment, Cook Cooper was walking through the aisle with a box, helping to unload the groceries and... it seems you got stuck, because he is a big man. He managed to put the box on the floor, but in the confusion he touched you all over. You could even say he groped you.
<span class="cooper">"Oh, sorry, I'll squeeze through now,"</span> he justified himself. But you are sure that he deliberately touched your breasts, nipples, ass. He even pressed his dick against it.
All this did not last long, soon you were able to pass each other.
<span class="nevada">"You know that you like this, right?"</span> Nevada asked playfully.
<span class="player">"What makes you think that?"</span> you asked.
<span class="nevada">"First, I can feel how wet you have become. Second, you didn't say or do anything,"</span> the ghost reasoned quite logically.
<span class="player">"Okay, maybe,"</span> you shrugged and continued working.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 10>><<set $player.slut += 1>><</if>>
<<set $cafeev = 6>>
<</nobr>>
<<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"There are a lot of customers right now, sorry,"</span> you apologized.
<span class="cooper">"Yeah, I see. Okay, I'll make it myself,"</span> the man nodded and ran off to work. How does he manage to do everything? You need more people to work in the cafe!
<span class="nevada">"And he also cooks the food,"</span> Nevada noted.
<span class="player">"I'm ashamed myself that I don't have time to help him,"</span> you thought, taking the dirty dishes from the table.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<show-gif work\cafework14>>
You didn't refuse a snack with a man. This time he made you another cake, also very tasty. You even licked your fingers.
<span class="player">"Very tasty! You're a real master!"</span> you praised Cook.
<span class="nevada">"Show him your tits already!"</span> Nevada shouted mentally. And at that very moment you... unbuttoned the waitress uniform and showed him your tits. It seemed that the ghost did not take control of the body. Did you do it yourself?
<span class="cooper">"Oh, how I dreamed about this!"</span> before you had time to come to your senses, Cooper rushed to kiss your chest. You immediately felt ticklish and slightly ashamed, but very pleasant. Soon you buttoned up the uniform, winked at the guy, and you got back to work.
<span class="player">"You took control?! Admit it!"</span> you mentally shouted at the invader.
<span class="nevada">"My time is night. Or if you hand over control yourself. That's why... You dumped your boobs out yourself. And I'm in shock myself. But it was nice,"</span> she said.
<span class="player">"It was nice,"</span> it turns out you did it yourself. It was so spontaneous and... hot.
<span class="nevada">"Hott! With two t's on the end!"</span> Nevada shouted her porn actress pseudonym.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 15>><<set $player.slut += 1>><</if>>
<<set $cafeev = 7>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Sorry, Cooper, but I'm not hungry at all,"</span> you made sad lips.
<span class="cooper">"I understand, you watch your figure. Not like me,"</span> the man patted his impressive belly.
<span class="nevada">"That bitch just doesn't want me to enjoy the treat, ugh!"</span> Nevada snorted at you.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
<span class="nevada">"My hump, my hump, my hump, my hump,"</span> Nevada sang.
<span class="player">"MY hump,"</span> you corrected her.
<span class="cooper">"Let's grab a bite?"</span> Cooper suggested.
<span class="nevada">"My lovely little lumps… Take it, silly. I wish you well."</span>
Yes, Cook Cooper makes amazing desserts! On the other hand, are you ready to develop a relationship with him?
[[Have one more bite with Cooper again.|cafework27]]
<<nobr>>[[Politely refuse.|cafework28]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
<span class="nevada">"Listen, let's go work in porn, okay?"</span> Nevada begged you. <span class="nevada">"Or at least as a prostitute. Less work, and a lot more money. And it's more enjoyable..."</span>
<span class="player">"No way, it's good for you to do some honest work,"</span> you mentally replied.
<span class="nevada">"Honest work? Since when has porn become a bad thing? Porn gives people pleasure..."</span> she said dreamily, clearly missing her former occupation.
<span class="cooper">"$name, want to have some coffee?"</span> Cooper interrupted your mental argument.
Coffee wouldn't hurt. But you know perfectly well that coffee won't be the end of it...
[[Go have a coffee.|cafework30]]
<<nobr>>[[Politely refuse.|cafework31]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
Something seems wrong. Something is missing...
<span class="nevada">"You're missing sex, bitch!"</span> Nevada exclaimed.
<span class="player">"Cook Cooper tries not to leave the kitchen. He's missing,"</span> you realized the reason for your concern.
<span class="nevada">"Maybe you should go see him? Give him a quick blowjob,"</span> you wonder if the ghost is even thinking about anything else? However, it wouldn't hurt to go see Cooper, you're supposedly friends. Or who are you to each other?
[[Go into the kitchen.|cafework33]]
<<nobr>>[[Continue working.|cafework34]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>>
<<nobr>><<if $time lte 2 and $player.slut lte 49>><<show-img work\cafework01>><</if>>
<<if $time gte 3 and $player.slut lte 49>><<show-img work\cafework02>><</if>>
<<if $time lte 2 and $player.slut gte 50>><<show-img work\cafework03>><</if>>
<<if $time gte 3 and $player.slut gte 50>><<show-img work\cafework04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 49>>You put on your regular waitress uniform and got to work. <</if>>
<<if $player.slut gte 50>>You put on your sexy waitress uniform and got to work. <</if>><</nobr>>
At first it was hard work, there were a lot of clients, but by the end of the shift there was almost no one left.
<span class="nevada">"Are you thinking the same thing as me? Time to fuck!" </span> Nevada mentally egged you on.
<span class="player">"For you, any time is time to fuck. But I can drop in on Cook Cooper..."</span> you thought.
<span class="nevada">"I told you - time to fuck!"</span>
It definitely won't come to fucking, but it will hardly end with a kiss on the cheek.
[[Visit Cooper.|cafework36]]
<<nobr>>[[Relax.|cafework37]]
<<set $time += 1>>
<<if $player.slut lte 49>><<set $player.ava = 18>>
<<elseif $player.slut gte 50>><<set $player.ava = 19>><<endif>><</nobr>><<show-gif work\cafework15>>
Of course, you were ready for this and the new dessert. A large eclair with a very tasty cream. Nevada could have joked about sperm, but she was enjoying the taste sensations too much.
<span class="cooper">"Do you mind?"</span> Cook Cooper suddenly came up and grabbed your ass while you were eating the cake. You just shrugged and took a sip of coffee.
The man got the hint and continued massaging your butt. He did it with great enthusiasm, but not roughly, so as not to accidentally hurt you.
However, after a minute you finished eating, and you both returned to work.
<span class="nevada">"Perverts,"</span> the ghost girl mentally clicked her tongue. <span class="nevada">"Food fetishists."</span>
<span class="player">"Foot?"</span> you asked again.
<span class="nevada">"Food!"</span> she repeated clearly. <span class="nevada">"You like all sorts of games with food."</span>
<span class="player">"Didn't you beg me to eat this dessert?"</span>
<span class="nevada">"I'm a pan-pervert. I love all fetishes. Or almost all…"</span>
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 15>><<set $player.slut += 1>><</if>>
<<set $cafeev = 8>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Sorry, Cooper, I'm not hungry. I don't eat much,"</span> you smiled at him, as if asking for forgiveness.
<span class="cooper">"Yeah, I understand everything. Although I don't understand why people live in this world without a lot of tasty food,"</span> the fat man giggled and went for a smoke break.
<span class="nevada">"Come on, give me control! I want to eat! EAT!"</span> Nevada begged.
<span class="player">"Don't lie, we have one body, and it's not hungry,"</span> you answered skeptically.
<span class="nevada">"It's one thing to satisfy hunger. And another to get pleasure..." </span>
<span class="player">"Yeah, I have no doubt that if I give you control, you'll immediately fuck someone,"</span> you sighed.
<span class="nevada">"I'll eat, and then I'll fuck..."</span>
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<show-img titles\title21>>
<span class="player">"I've heard people call me "The orange sucker". Well... I'm orange, I suck cocks. It all makes sense."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The orange sucker">><</nobr>><<show-img titles\title22>>
<span class="player">"I've heard people call me "The suckmachine". I'm a robot from the future sent to suck men's cocks. Just kidding, I just like sucking cocks and I'm good at sucking cocks."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The suckmachine">><</nobr>>[title23.]
<<show-img titles\title23>>
<span class="player">"I've heard people call me "The pussylover". And who doesn't love pussies?"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The pussylover">><</nobr>>[title24.]
<<show-img titles\title24>>
<span class="player">"I've heard people call me "The cuntlicker". Pussies are so cool! They are beautiful, aesthetic, warm, delicious. I can't stop myself from licking them!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The cuntlicker">><</nobr>><<show-gif work\cafework16>>
<span class="player">"It would be a sin to refuse your desserts,"</span> you and Cooper walked into the kitchen. A very beautiful and large muffin, sprinkled with all sorts of goodies, was already waiting for you there.
<span class="player">"M, very tasty,"</span> you said, without swallowing it all.
<span class="cooper">"You taste much better,"</span> your interlocutor smiled.
The man, like last time, began to massage your ass. Suddenly for yourself, you began to stroke his pants. Right where his dick is usually located. You felt Cook's penis tense up, unzipped his fly and freed it.
<span class="nevada">"Average size, not bad,"</span> Nevada assessed. <span class="nevada">"Fat people usually have smaller ones."</span>
You ran your nails over it, then your fingers and... Bam! The sound of a broken plate was heard from the hall.
<span class="player">"I'll check,"</span> you straightened your clothes and ran to the customers.
<span class="nevada">"At the most interesting place,"</span> the ghost girl sighed heavily.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 15>><<set $player.slut += 1>><</if>>
<<set $cafeev = 9>>
<<set $stats.hj += 1>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Sorry, next time,"</span> you made a sad face.
<span class="cooper">"Okay, thanks to you I'll eat more treats,"</span> the fat man winked.
<span class="nevada">"...You don't want no drama. No, no drama, no, no, no, no drama,"</span> Nevada continued humming.
<span class="player">"Now you're going to pester me with that song all day?"</span> you sighed.
<span class="nevada">"You should have agreed to a tasty cake... "</span>
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<show-gif work\cafework17>>
<span class="player">"I wouldn't refuse coffee,"</span> you winked at the fat man. A cup of strong hot drink was already waiting for you in the kitchen. And the greedy (but gentle) hands of a man were waiting for you, who immediately began to stroke and paw you.
<span class="nevada">"Slut, you're ready to spread your legs for coffee, ahaha!"</span> the ghost laughed. <span class="nevada">"But I don't judge, I praise."</span>
<span class="player">"It will be more comfortable this way,"</span> you pulled down your panties and lifted your skirt. The fat man's eyes lit up. He stroked your pussy, a current ran through your body.
<span class="cooper">"You are so beautiful,"</span> the man said.
<span class="nevada">"Oh, bliss, I'm still going to fall in love with him,"</span> Nevada thought. Apparently to piss you off.
The sexual tension that had been building up between you finally burst out with your orgasm. You came very quickly, shaking on the man's hand. When the pleasant sensations passed, your knees buckled, but you adjusted your uniform and went to work. Before leaving the kitchen, you blew Cooper a kiss…
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 15>><<set $player.slut += 1>><</if>>
<<set $cafeev = 10>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"Better later, sorry,"</span> you declined.
<span class="cooper">"Yes, I understand, caffeine is addictive, it's better not to drink too much of it,"</span> the fat man smiled in response.
<span class="nevada">"I would tell you what exactly causes addiction, but who will listen to me..."</span> Nevada, who knows a lot about addictions, muttered mentally.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>>
<<show-gif work\cafework18>>
<span class="player">"Can I come in?"</span> you opened the door after knocking. <span class="player">"Are you avoiding me?"</span>
<span class="cooper">"$name, I'm sorry, I just don't know what to do,"</span> he shrugged.
<span class="nevada">"Let's show him what to do!"</span> the ghost girl exclaimed.
<span class="player">"I'll show you what to do,"</span> you smiled at the man, approached him, and put your hand on his pants. His cock immediately tensed.
<span class="cooper">"Oh, I..."</span>
<span class="player">"Relax, you gave me pleasure, now I owe you,"</span> you smiled, taking his cock out of his pants.
<span class="nevada">"It’s so delicious, I’d love to eat it, purrr!"</span> Nevada purred, and you began to jerk off his cock with your hand, pulling the foreskin back and forth. Firstly, for now everything is limited to hand caresses. Secondly, there is little time, everything needs to be done quickly. So you moved your hand quickly-quickly. It seems you did everything right, otherwise the ghost would have definitely corrected you. And the guy was delighted, because very soon sperm splashed out of his penis onto your hand.
<span class="cooper">"That was... Wow!"</span> he admired.
You left the kitchen again, blowing the fat guy a kiss...
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 20>><<set $player.slut += 1>><</if>>
<<set $cafeev = 11>>
<<set $stats.hj += 1>>
<</nobr>>
<<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"I'll check on him later,"</span> you mentally declared.
<span class="nevada">"What if he hanged himself there? You're a heartless bitch!"</span> the ghost girl scolded mockingly.
<span class="player">"He takes orders, brings out food, and just quickly leaves,"</span> you noted skeptically.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<show-gif work\cafework19>>
<span class="player">"Cooper, I've come to see you,"</span> you walked into the kitchen. <span class="player">"No customers yet."</span>
The man pounced on you and kissed you on the lips. You didn't resist and responded to the kiss.
<span class="nevada">"Fuck! Fuck! Fuck!"</span> Nevada repeated like a parrot.
You hugged, as if twirling in a dance.
<span class="cooper">"It seems it's my turn to please you,"</span> the fat man sat you on the table, took off your panties, lifted your skirt and kissed you right on the pussy. You shuddered in surprise, but it was a pleasant surprise.
The man caressed you with his tongue, lightly sucked on your labia, played with your hole (but only at the entrance, without any penetration). Then he focused on your clitoris. It was obvious that he had both a theoretical base and practical experience.
He deftly caressed your genitals, so very quickly blissful waves ran through your entire body. You shuddered with pleasure thanks to the man.
<span class="nevada">"Oof, thank him, bitch,"</span> Nevada was recovering from her orgasm.
<span class="player">"Thank you, Cooper,"</span> you really thanked.
Then you heard voices from the hall, quickly brought yourself into shape and returned to your duties.
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<i>[More events in the next versions.]</i>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<<if $player.slut lte 20>><<set $player.slut += 1>><</if>>
<<set $cafeev = 11>>
<<set $stats.cunitoyou += 1>>
<<set $stats.kiss += 1>>
<</nobr>><<nobr>><<if $time lte 2>><<show-img work\cafework06>><</if>>
<<if $time gte 3>><<show-img work\cafework07>><</if>><</nobr>>
<span class="player">"I'd better rest a bit, I'm tired with the clients,"</span> you stretched.
<span class="nevada">"Sex is the best rest! I'm telling you as a doctor!"</span>
<span class="player">"What kind of doctor?"</span> you laughed.
<span class="nevada">"Doctor of Sexual Sciences! From now on, call me Dr. Hott."</span>
<span class="player">"Yes, yes, with two t's on the end..."</span>
<<nobr>><<if $player.slut lte 49>>For your waitress shift, you earned $20 + $15 in tips (total: $35). <</if>>
<<if $player.slut gte 50>>For your waitress shift, you earned $20 + $25 in tips (total: $45). Men love waitresses in sexy uniforms.<</if>><</nobr>>
<<nobr>><<if $time lte 3>><<link "Finish.">><<set $player.ava = 0>><<goto cafe03>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<set $player.ava = 0>><<goto downtown02>><</link>><</if>>
<<if $player.slut lte 49>><<set $money += 35>>
<<elseif $player.slut gte 50>><<set $money += 45>><<endif>>
<</nobr>><<show-img psy02>>
<span class="player">"Dr. From, I would like to come to you for a session,"</span> you smiled at your neighbor, handing over $200.
<span class="from">"Okay, then sit on the couch, however you like. You can even lie down. When you're ready, let me know,"</span> she took the money. <span class="from">"During our work, I will take notes on paper. These notes will be kept in a safe, not even the police can access them, so our dialogue will be completely confidential."</span>
<span class="nevada">"Well, go ahead, hand over control and fall asleep,"</span> Nevada thought.
<span class="player">"Uh..."</span> you were confused. Then you relaxed and wanted to hand over control of the body to the ghost. It didn't work right away, after about half a minute. However, then you felt lighter, Nevada gained access to the body. She closed her eyes and you, wanting it yourself, fell asleep almost instantly...
<<nobr>>[[Next.|psy06]]
<<set $money -= 200>><</nobr>><<show-img psy03>>
<span class="player">"Hello, Dr. From. I'm back for a session,"</span> you smiled at the therapist, handing over another $200.
<span class="from">"Sure, $name, come in and sit down,"</span> the blonde nodded. <span class="from">"How are you feeling?"</span>
<span class="nevada">"Yeah, fine,"</span> Nevada mentally prompted.
<span class="player">"Yeah, fine,"</span> you repeated, sitting down on the couch.
<span class="nevada">"Well, give me control,"</span> the ghost urged you.
You were able to hand over control of your body even faster than last time. And you were able to fall asleep even faster...
<<nobr>>[[Next.|psy08]]
<<set $money -= 200>><</nobr>><<show-img psy02>>
<span class="player">"Doctor From, I'm back. Hello,"</span> you smiled at your neighbor.
<span class="from">"Good to see you, $name,"</span> the woman took $200 from you.
<span class="nevada">"You have nowhere to spend money,"</span> Nevada sighed.
<span class="player">"If you want, we won't come here anymore,"</span> you thought.
<span class="nevada">"Hey, I didn't say that! I like talking to Doc,"</span> the ghost succumbed to your provocation.
You settled down on the couch and, as usual, handed over control to the invader of your body...
<<nobr>>[[Next.|psy10]]
<<set $money -= 200>><</nobr>><<show-img psy03>>
<span class="from">"$name, hello. How are you feeling?"</span> the therapist greeted you warmly.
<span class="nevada">"I'm fine, thank you,"</span> Nevada prompted. But you quickly handed over control to her so they wouldn't communicate through you.
<span class="player">"Aw, you have control!"</span> you prompted the ghost.
<span class="nevada">"Hello, Doc. Sorry, I was stuck for a while. I'm fine, thank you,"</span> the captor quickly caught herself.
<span class="nevada">"Bitch, you're making me pay for this too,"</span> Nevada thought, taking out your money.
<span class="player">"Well, since we temporarily share a body, then we share money too,"</span> you reasoned.
<span class="from">"I think we need to discuss in more detail where we left off last time,"</span> the therapist said.
<span class="nevada">"Shut down!"</span> Nevada yelled at you.
<span class="player">"Okay, okay,"</span> you went into the world of dreams…
<<nobr>>[[Next.|psy12]]
<<set $money -= 200>><</nobr>><<show-img psy02>>
<span class="player">"Well, go ahead, I trust you,"</span> you handed over control to Nevada as you approached the therapist's door.
<span class="nevada">"Too bad it's only about therapy,"</span> the ghost noted.
<span class="player">"You've earned my trust in that. We still need to work on the other things."</span>
<span class="nevada">"Ahh! Don't say the word 'work'! Ahaha!"</span> Nevada laughed as she rang the doorbell.
<span class="from">"Hello, $name. It's good to see you,"</span> Dr. From opened the door.
<span class="player">"Okay, I’ll leave you..."</span> you passed out.
<<nobr>>[[Next.|psy14]]
<<set $money -= 200>><</nobr>><<show-img psy03>>
<span class="nevada">"Aren't you forgetting anything?"</span> Nevada asked as you approached the door and were about to ring the bell.
<span class="player">"Here you go, here you go,"</span> you handed over control of your body to the ghost. <span class="player">"I've only ever handed over control to you on the couch at the therapist's. I'll have to hand it over soon when I wake up, I guess..." </span>
<span class="nevada">"What a hard life you have,"</span> the girl shook your head. <span class="nevada">"But I mean, you didn't ask me if I wanted to go to Doc's right now."</span>
<span class="player">"Don't you want to?"</span> you asked skeptically.
<span class="nevada">"I do, but you could have asked,"</span> she rang the doorbell.
<span class="player">"Okay, you're right, sorry,"</span> you reluctantly agreed.
<span class="from">"Good day, $name. Nice to see you,"</span> Dr. From smiled from the doorway.
<span class="player">"I'm leaving, I'm leaving,"</span> you turned off your consciousness...
<<nobr>>[[Next.|psy16]]
<<set $money -= 200>><</nobr>><<show-img psy02>>
<span class="player">"Look how much I trust you,"</span> you handed over control to the ghost before you even walked up the steps to Doctor From's door.
<span class="nevada">"You shouldn't!"</span> Nevada turned around dramatically and walked in the other direction. After taking a few steps, she realized that you hadn't risen to the bait, so she turned and walked to the therapist's door. <span class="nevada">"Okay, I'm kidding. I'll have some fun tonight. But now it's time to work, I need to improve myself."</span>
<span class="player">"You know... And you're growing up before my eyes,"</span> you honestly assessed the captor's progress.
<span class="nevada">"In general, I'm not sure that working with Doc will lead to positive changes, but it's stupid not to try anything at all and not try to somehow improve my life. Even after death."</span>
<span class="player">"Golden words. And I'll sleep for now..."</span> you fell asleep, so as not to interfere with the secret of psychotherapy...
<<nobr>>[[Next.|psy18]]
<<set $money -= 200>><</nobr>><<show-img psy03>>
<span class="player">"Do you want to continue psychotherapy?"</span> you asked Nevada before going to the Doctor.
<span class="nevada">"Yes, of course. My thoughts have become a little... clearer,"</span> she tried to explain what was happening to her. <span class="nevada">"Or rather, my idea of myself. There were some things I didn't understand well, some were eating me up from the inside. Now everything is a little better."</span>
<span class="player">"This is good progress,"</span> you handed over control to the ghost, who immediately climbed the steps and rang the doorbell.
<span class="nevada">"You do understand that this won't stop me from loving sex, right?"</span> she asked you.
<span class="player">"Maybe you'll at least be more selective in choosing your partners,"</span> you mentally shrugged.
<span class="from">"Hello, $name. How are you feeling today?"</span> the blonde opened the door.
<span class="nevada">"Great, Doc! But I didn't want to talk about the most pleasant things..."</span> the ghost went inside.
<span class="from">"This is where we should talk about the not so pleasant things,"</span> Dr. From nodded. <span class="from">"Although sometimes it is okay to share joys too."</span> Suddenly you realized that you were still conscious. You tactfully began to turn off your mind...
<<nobr>>[[Next.|psy20]]
<<set $money -= 200>><</nobr>><<show-img psy02>>
<span class="player">"Want to go..."</span>
<span class="nevada">"Yeah, I want to go fuck! Ahaha!"</span> Nevada interrupted you. <span class="nevada">"Just kidding, I know you meant 'go to Doc'. I guess I'm a psychic too."</span>
<span class="player">"Anyone can develop these abilities,"</span> you shrugged and handed over control to the ghost.
<span class="nevada">"Anyone can do porn, but not everyone can do good porn,"</span> the girl went up to the psychiatrist and rang the doorbell. <span class="nevada">"Hello, Doc From."</span>
<span class="from">"Hello, $name. If I remember correctly, today you wanted to talk about your fantasies,"</span> the therapist said. Fantasies are an interesting topic, of course. But you don't want to eavesdrop (and you can't, because Nevada will hear your thoughts), so you turn off your consciousness...
<<nobr>>[[Next.|psy22]]
<<set $money -= 200>><</nobr>><<show-img psy03>>
<span class="player">"Let's go see Dr. From?"</span> you asked Nevada.
<span class="nevada">"Of course, Doc knows her stuff,"</span> the ghost immediately agreed, taking control of the body from you, skipping up the steps of the townhouse and ringing the doorbell.
<span class="nevada">"Hello, Doc From! I'm coming to you again!"</span> the girl handed over the money, stepping through the door.
<span class="from">"Hello, $name. I see you're in a good mood..."</span> the blonde smiled.
Meanwhile, you mentally curled up into a ball and went to watch dreams...
<<nobr>>[[Next.|psy24]]
<<set $money -= 200>><</nobr>><<show-img psy05>>
<span class="player">"Ouch!"</span> you felt pain. It was Nevada who pinched your arm. Hard and painful.
<span class="nevada">"Get up, we're done,"</span> she said, then handed over control to you. Everything is fair, as you agreed.
<span class="player">"How are you feeling? What did you talk about? Well, in general terms,"</span> you want to understand if it makes sense to continue attending psychotherapy.
<span class="nevada">"I feel... quite easy and good. We discussed a common problem and my childhood,"</span> the invader of your body told you. <span class="nevada">"That I don't remember my father, because he abandoned my mother when she got pregnant. That as a child I envied those who had a dad. In general, all sorts of psychological bullshit."</span>
<span class="player">"Dr. From is just trying to understand where the roots of the problem lie..."</span>
<span class="nevada">"Oh, yes, I know how psychotherapists work, I've watched the movies,"</span> she mentally waved her hand.
<span class="player">"Do you think it makes sense to continue psychotherapy?"</span> you gently asked Nevada's position.
<span class="nevada">"I would go one more time. I don't know if it will help in any way, but I'm willing to try..."</span>
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 1>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img psy06>>
<span class="player">"Ouch! Stop pinching me!"</span> you woke up in pain again.
<span class="nevada">"How else should I wake you up?"</span> Nevada shrugged, handing over control to you.
<span class="player">"Good question... Ammonia?"</span> you thought. <span class="player">"How did it go this time?"</span>
<span class="nevada">"Surprisingly well,"</span> the ghost began to tell her story. <span class="nevada">"We talked a lot about my early childhood. Even about the boy I liked when I was 5. I haven't seen him since then, but I can even picture his appearance: straight short brown hair, a snub nose, and a half-toothless smile. And stupid T-shirts. His parents bought him stupid T-shirts."</span>
<span class="player">"Wow, how much you remember,"</span> you assessed. <span class="player">"You have a good memory."</span>
<span class="nevada">"If only it made sense. And I remember the time when I was drinking and doing drugs much worse. Those were glorious times..."</span>
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 2>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>>
<<show-img psy07>>
<span class="player">"Pffff!"</span> you woke up in panic from suffocation.
<span class="nevada">"Don't worry, I just held our breath,"</span> the ghost said. <span class="nevada">"It's better to pinch, right?"</span>
<span class="player">"Yes, it's better to pinch,"</span> you confirmed, recovering from the shock. <span class="player">"How was today's session?"</span>
<span class="nevada">"We were talking about elementary school. By the way, I was a good student as a child. I was third in the class."</span>
<span class="player">"Wow,"</span> you were surprised.
<span class="nevada">"I guess I got lucky with the teacher,"</span> the ghost shrugged, handing over control of the body. <span class="nevada">"My mother never cared about me. But the teacher was interested, helped, explained. Sometimes she would even share food." </span>
<span class="player">"Food?"</span> you were surprised.
<span class="nevada">"Well, my mother kind of forgot to feed me. If I find something edible, then I'm lucky. If not, then it's my problem, not hers. It was more important for her to bring men to our trailer... Okay, let's not talk about that."</span>
<span class="player">"I understand,"</span> you sincerely sympathized with the girl.
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 3>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>>
<<show-img psy08>>
<span class="player">"Ouch! Why are you pinching my nipple?!"</span> you woke up again, not from the most pleasant sensations.
<span class="nevada">"Testing new methods,"</span> Nevada handed over control to you.
<span class="player">"How did it go?"</span>
<span class="nevada">"You have to stick your nose into other people's business, right?"</span> the ghost answered aggressively.
<span class="player">"I’m just wondering,"</span> you shrugged.
<span class="nevada">"We were talking about how my "beloved" mommy brought men to our trailer. How I saw her sucking men since childhood, how they fucked her in all positions. Not in a group, but different men. In general, not the most pleasant picture for a child."</span>
<span class="player">"Well, yes, children should not see such things, and live in such an environment. Sorry."</span>
<span class="nevada">"It's okay, you had a great childhood."</span>
<span class="player">"What made you think that?"</span> you sighed.
<span class="nevada">"Okay, sorry. I meant that you haven’t seen dozens of times how strange men fuck your drunk mommy…"</span>
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 4>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img psy09>>
<span class="player">"Hm? Stop it,"</span> you felt the tickling.
<span class="nevada">"Go back to pinching?"</span> the girl in your body asked with a squint.
<span class="player">"Although, you know, let's stop at tickling,"</span> you nevertheless agreed that this method turned out to be the most painless.
<span class="nevada">"I tickled you for about three minutes, or rather myself. And it's hard to tickle myself. Anyway, next time I'll still think of something else,"</span> the ghost girl shared her experimental data.
<span class="player">"How did it go?"</span> you asked.
<span class="nevada">"Even harder this time,"</span> Nevada answered honestly, handing over control to your consciousness. <span class="nevada">"We were talking about my mother's death. She got drunk and... an accident, I was twelve then."</span>
<span class="player">"I'm sorry that everything turned out this way..."</span>
<span class="nevada">"Well, that's not all. I moved in with relatives who also didn't care about me. When I was a teenager, my peers started bullying me at school,"</span> the girl confessed.
<span class="player">"To be honest, I thought you were like a cheerleader, the queen of the school and all that,"</span> you were surprised.
<span class="nevada">"I’m white trash, a trailer huzzy whose father abandoned her and whose alcoholic whore mother died. I was somewhere at the bottom of the social hierarchy."</span>
<span class="player">"I understand."</span>
<span class="nevada">"You were probably a nerd, so you really understand the horrors of adolescence…"</span>
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 5>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>>
<<show-img psy10>>
<span class="player">"Oh, fuck!"</span> you woke up from a very sharp, strong and disgusting smell. <span class="player">"What the fuck?!"</span>
<span class="nevada">"Ugh, fucking hell,"</span> your whole body shook. <span class="nevada">"You once suggested ammonia, I got it from the pharmacy. But fuck ammonia, I'll try perfume next time."</span>
<span class="player">"A pleasant smell won't wake me up,"</span> you said, feeling yourself gaining control over your body. <span class="player">"Did everything go okay?"</span>
<span class="nevada">"Well, what can I say... We were discussing my first sexual encounter. More precisely, how I was raped in the mouth,"</span> the ghost answered.
<span class="player">"A nightmare. You were then..."</span>
<span class="nevada">"Yes, very young,"</span> she confirmed. <span class="nevada">"I've never told anyone about this. And today both Doc and you at once... I already told you that my relatives took me under their wing, my mother's great-uncle. There was a more decent family there, they lived in a house, not in a trailer, but they still didn’t care about me. My great-uncle had a friend, they always hung out together in the garage, that friend had a son. He was probably about 30 years old already... </span>
<span class="player">"What a bastard..."</span> you thought involuntarily.
<span class="nevada">"Yes, he harassed me, then he just took me by force when no one was around. And it was more than once... But only in the mouth. Apparently, that would have made it harder for me to prove rape."</span>
<span class="player">"I can make a voodoo doll of him,"</span> you suggested.
<span class="nevada">"We'll see..."</span> Nevada smiled to herself.
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 6>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img psy11>>
<span class="player">"Ouch! Are we back to pinching again?"</span> you woke up from a slight pain.
<span class="nevada">"Yes, I decided to stop at BDSM, ahaha!"</span> the ghost giggled loudly and handed over control to you.
<span class="player">"You're in a good mood,"</span> you noted.
<span class="nevada">"Well, we were talking about good things - about sex!"</span> Nevada boasted. <span class="nevada">"We talked about how I started doing it early. But only after I was raped in the mouth. And at first I only gave it to the guys in the ass. I don't remember the first few times very well, I got really drunk. I hung out with older guys, they treated me to alcohol and cigarettes, and I treated them to my mouth and ass."</span>
<span class="player">"They were just using you."</span>
<span class="nevada">"And I was using them, don't forget about alcohol and cigarettes. Booze helped me forget at least a little about all the bullshit that was going on around me. And sex... Wasn't something forbidden or intimate for me. That's probably my mother's merit. That's why it was nothing for me to suck someone's dick. No problem."</span>
<span class="player">"Well, yes, you've been watching your mother behave like that since childhood, and she was your role model..."</span> you thought.
<span class="nevada">"Doc also said something like that..."</span>
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 7>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img psy12>>
<span class="player">"Yeah, what?"</span> you suddenly woke up from Nevada pinching your arm.
<span class="nevada">"You're getting used to this way of waking up,"</span> she noted, handing over control to you. But since you woke up a second ago, you were confused and almost fell.
<span class="player">"Ugh, next time you should wait at least 10 seconds before handing over control,"</span> you noted.
<span class="nevada">"I agree, because if you break your nose, we'll break our nose,"</span> she agreed. <span class="nevada">"Now you're going to ask how it went? I'll answer that we talked about my addiction. Although, as you understand, the doctor thinks that YOU were on drugs and fucked in the ass for booze."</span>
<span class="player">"As if you haven't fucked in the ass for drugs?"</span>
<span class="nevada">"And fucked in the ass for drugs!"</span> the girl happily (but feigned) confirmed. <span class="nevada"> "It is not because of a good life that people become drug addicts and alcoholics."</span>
<span class="player">"I agree. A person's addiction is the fault of the people around him all his life."</span>
<span class="nevada">"Well, personally, I don't absolve myself of responsibility either, but in general you're right. If my mother hadn't been an alcoholic whore, I wouldn't have been raped, and my father hadn't abandoned me, then I hardly would have wanted to forget myself in euphoria with the help of drugs. At first there were light ones, and then heavier and heavier. And so on until death."</span>
<span class="player">"It didn't take that long,"</span> you sighed, sincerely empathizing with Nevada.
<span class="nevada">"In total, a little over 10 years. But hard drugs killed me in literally two years, not the best two years of my life. I barely understood anything, lost all my savings, could hardly work normally... By the way, I'm in the 27 club!"</span> She said the last phrase with some boasting, albeit sadly. There is nothing funny about the death of young people...
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 8>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img psy13>>
<span class="player">"Ouch! You pinched my nipple again!"</span> you woke up in pain.
<span class="nevada">"Hand pinching isn't as effective anymore,"</span> the ghost said.
<span class="player">"If it's not a secret, what kind of fantasies were you discussing?"</span> you asked.
<span class="nevada">"Actually, we were discussing reality,"</span> Nevada began to tell, sitting down on the steps. <span class="nevada">"I just can't say that my porn shoots and worldwide fame are reality. I'm in your body. So I had to wriggle out that these are such fantasies. Very detailed ones."</span>
<span class="player">"I understand, thank you,"</span> you thanked the girl for finding a way not to give herself away and not to make you look crazy. Although Doctor From still thinks that you are a former drug addict and a complete slut...
<span class="nevada">"In general, Doc kind of gently hinted that it was because of the absence of a father in my life. Many girls who are abandoned or left without the attention of their father, unconsciously seem to attract the attention of their father or any other figure replacing him. So they go into striptease, prostitution, porn. Or something like that."</span>
<span class="player">"And what do you think about this?"</span>
<span class="nevada">"I think it sounds plausible…"</span>
<<nobr>>[[Finish.|downtown02]]
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $psyev = 9>>
<<set $player.pos -= 4>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>>
<<show-img psy04>>
<span class="player">"Ouch,"</span> you woke up from a very slight pain in your earlobe.
<span class="nevada">"Now I'll always pinch your earlobe,"</span> Nevada said contentedly.
<span class="player">"How did it go?"</span> you asked.
<span class="nevada">"Good. Thanks to Doc, I was able to understand a lot about my life, my past, and my motives."</span>
<span class="player">"That's great!"</span> you rejoiced.
<span class="nevada">"$name, you and I have been communicating and interacting well lately. I propose that you make an agreement: we will share your body fairly. Of course, you will be in charge, I will be less promiscuous and a depraved slut than before, you will be a little more of a slut than before..."</span>
<span class="player">"Nevada..."</span>
<span class="nevada">"Think: we will both enjoy life. I will not make the same mistakes, and your life will be much more enjoyable and interesting. Sometimes I'll leave your body so you can be alone and clean the house or something. Think about it..."</span>
Actually, the offer isn't that bad. However, only a real slut can agree to it (but not a super slut, since Nevada wants to change her life for the better and not repeat the mistake of the past)...
[[Finish.|downtown02]]
<<nobr>><<if $player.slut gte 50 and $player.slut lte 80>>[[⚠️ Make a deal with Nevada [requires slutness between 50 and 80].|end03_01]]
<<else>><span class="no">⚠️ Make a deal with Nevada [requires slutness between 50 and 80].</span><</if>>
<<set $time += 1>>
<<set $day.psy += 1>>
<<set $player.pos -= 5>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img ends\end03_01>>
…As a result, you and Nevada made a contract to live together in your body. You admitted that your life became more interesting with her, and she admitted that your body has a sacred status for her, the ghost obliges you not to harm your body under any circumstances and recognizes your primacy in many matters.
The first thing you agreed on was to get a tattoo. One and small. As a sign that your body now belongs to both of you. So you got a butterfly on your leg. Of course, orange, like you.
The second thing you did was slightly change the bedroom, make it brighter, hang your portraits with Nevada on the wall. And during the renovation you didn’t even quarrel...
<<nobr>>[[Next.|end03_02]]
<<set $player.ava = 20>><</nobr>><<show-img ends\end03_02>>
You also changed your style of clothing. You admitted that black is good, but too gloomy. And red is the color of passion, love and lust. Especially since your hair is red and all that...
So you started living for your own pleasure. You drank a little in bars (but never got drunk), had fun, met new people. Of course, there were no drugs. Nevada had already had a sad experience with them, and now you have someone to learn from. Why do you need drugs if life can be wonderful without them?
<<nobr>>[[Next.|end03_03]]
<<set $player.ava = 21>><</nobr>><<show-gif ends\end03_03>>
Of course, you often satisfied your physical desires. Since you first met Nevada, you became much more depraved. And your tastes in sex coincided - you both liked a lot of things: oral sex, lesbian, anal, BDSM, group, rough, submission and dominance and many, many wonderful types of sex.
You unashamedly watched the porn you wanted, masturbated with your fingers and a dozen types of toys. As if you were one soul, and not two different ones.
You never judged each other's desires. In many ways, they often coincided, so you happily experimented and brought your most perverted fantasies to life...
[[Next.|end03_04]]
<<show-img ends\end03_04>>
But sometimes you did separate from the ghost girl. For example, she didn't like being in the body when there was cleaning to do. So she would fly out of it, float around the house, and sometimes troll you.
<span class="nevada">"Look, $name! I'm a ghost! I became a ghost!"</span> she would hover upside down in front of your face. You found her antics funny.
However, the most important thing about separation was the opportunity to think alone. Of course, you weren't shy around each other, but sometimes you want no one to read your thoughts. And sometimes you want to share your thoughts. In any case, you were never alone...
[[Next.|end03_05]]<<show-img ends\end03_05>>
And you didn't spend 100% of your time in your body either. The girl taught you to leave it. Although, it's worth noting that being out of your body for a long time is real torture. You don't feel anything, you can't get pleasure from the slightest things, like a sip of water, you can't sleep, you can't even masturbate!
But you could sit out the time while Nevada did sports and kept your body in perfect shape. It should be noted that she did it very well (and for some reason she liked such physical activity).
But you rarely separated, only cleaning, sports and some sexual games...
[[Next.|end03_06]]<<show-img ends\end03_06>>
You continued working as a psychic, because you have to get money somewhere. Now you spent much less time on it, and Nevada was happy to help you, because she had a direct connection with the other world. With her, your abilities became much stronger.
However, now you stopped exorcising ghosts. It would not be entirely ethical in relation to the ghost girl. And your body would hardly be able to handle a third soul in case of a repeat of the failure with the possession...
You also renovated one of the rooms and rented it out for good money. To a very, very nice guy...
[[Next.|end03_07]]<<show-gif ends\end03_07>>
You took turns taking control quite fairly. No one pulled the blanket over themselves, each of you knew each other's strengths. For example, Nevada could seduce almost any person: a man, a woman, rich, poor, lonely, married, etc. If you both liked someone (and only in this case did you fuck this person according to the agreement), then it was the ghost who seduced him.
She was also better in sex, but you had control somewhere in 70% of cases. Why? She taught you all her wisdom, and she turned out to be an excellent teacher. After two years, you were no worse than her in bed: you could suck the sperm out of a penis in a minute, completely conquered the gag reflex, impaled yourself on a penis as if a demon had possessed you (and here's not a demon - whorebastard).
After you agreed that your skills reached her level, you began to give her control during sex also by 70 percent, in order to repay her with kindness for kindness.
[[Next.|end03_08]]<<show-img ends\end03_08>>
Nevada decided not to go back to porn, she didn’t want to repeat the mistakes of the past and chase the attention of her father or men replacing him. Escort was also a so-so option. However, sometimes you met with rich men for "gifts". It’s not even prostitution. Sometimes you even worked part-time as a camwhore, but this is not porn, so everything is fine again.
You had no shortage of sex, and it was always at the highest level. Sometimes you even tried to diversify it: for example, one in the form of a ghost watches the other being fucked. More often you were an observer, because Nevada can be a real bitch.
<span class="nevada">"Hey! I hear everything!"</span>
<span class="player"> "Bitch - in terms of dominance. You like to humiliate and all that,"</span> you explained the thought.
But at the same time, you had a completely equal relationship. Formally, you were the main one, the last word was yours, but soon this hierarchy simply ceased to be necessary for you.
[[Next.|end03_09]]<<show-img ends\end03_09>>
You loved traveling. You traveled all over Latin America, and then went to Africa. Oh, how many interesting things you saw there! True, you had to get a lot of vaccinations...
<span class="nevada">"We got a dozen vaccinations, didn't get typhoid fever and didn't become autistic!"</span> the ghost girl proudly added.
Perhaps, if it weren't for the heat and the miserable standard of living, you could have stayed there. Nevada is no stranger to heat, but her new body doesn't like the hot Sun at all. But how many men did you meet there! And women, too. It was a truly crazy sex tour. Actually, not entirely crazy, because you used condoms.
<span class="nevada">"That's so we don't become autistic!"</span>
<span class="player">"Actually, that's so we don't get HIV,"</span> you corrected the girl.
<span class="nevada">"Fuck, I'm kidding. Why so serious?"</span>
[[Next.|end03_10]]<<show-img ends\end03_10>>
Probably, if Nevada had her own body, you would become a couple. Yes, a real couple, you would even have a wedding. You had an idea to get the ghost another body so that you could be together, you discussed it, but in the end you both abandoned this idea.
Firstly, in five years together you have become very accustomed to each other. Not hearing thoughts and not sharing thoughts will be real torture for both of you.
Secondly, you have already established your life and interaction.
Thirdly, the soul of the owner of the new body will probably have to be destroyed. Nevada would have easily agreed to this before, but not now. Today she has changed a lot, she has become a different person. Thanks to you.
By the way, after the sex tour of Europe, you will seriously think about having a child...
<b>END №3: Two girls, one body.</b>
<<nobr>><<link "Return to the crystal ball?">><<set $player.ava = 0>><<goto cabinet01>><</link>>
<<set $end03 = 1>><</nobr>><<show-img church04>>
You prayed for your soul for several hours. Of course, it was accompanied by teasing from Nevada, but you did not respond to them, so she got bored of bothering you, and she thought about her own - about dicks. But even this did not distract you from your service to God.
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|church04]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $day.pray = 1>>
<<set $player.slut -= 1>>
<<if $player.slut lte 0>> <<set $player.slut = 0>><</if>>
<</nobr>><<show-img church05>>
You gave $200 to a Church Sister and received an indulgence in return, along with a beautiful scroll confirming your donation. Now you can sin a little and still be pure in the eyes of God (and your conscience). Nevada is very jubilant and tries to mock you about it, but you made a donation to the church! You did a good deed.
<<nobr>>[[Finish.|church04]]
<<set $day.indulgence = 1>>
<<set $player.slut -= 2>>
<<set $money -= 200>>
<<if $player.slut lte 0>> <<set $player.slut = 0>><</if>>
<</nobr>><<nobr>><<if $stats.day lte 11>><<show-fade-img bedroom01>><</if>>
<<if $stats.day gte 12>><<show-fade-img bedroom02>><</if>><</nobr>>
It's too late, your eyes are closing, and your legs are weak from exhaustion. So, having finished all your chores, you go home to get a good night's sleep. Or not so good because of Nevada...
<<nobr>><<if $time lte 3>><span class="no">🛏 Sleep [too early to sleep].</span>
<<elseif $time gte 4 and $stats.day == 0>>[[🛏 Sleep.|nevadaspec01]]
<<elseif $time gte 4 and $stats.day == 5>>[[🛏 Sleep.|nevadaspec05]]
<<elseif $time gte 4 and $stats.day == 11>>[[🛏 Sleep.|nevadaspec08]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 1 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent01]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 2 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent04]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 3 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent07]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev1 == 4 and $player.pos gte 0 and $player.pos lte 19>>[[🛏 Sleep.|nevadaevent10]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 1 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent13]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 2 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent16]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 3 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent19]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 4 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent22]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 5 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent25]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev2 == 6 and $player.pos gte 20 and $player.pos lte 39>>[[🛏 Sleep.|nevadaevent28]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 1 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent31]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 2 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent34]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 3 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent37]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 4 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent40]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 5 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent43]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 6 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent46]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev3 == 7 and $player.pos gte 40 and $player.pos lte 59>>[[🛏 Sleep.|nevadaevent49]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 1 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent52]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 2 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent55]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 3 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent58]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 4 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent61]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 5 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent64]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 6 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent67]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev4 == 7 and $player.pos gte 60 and $player.pos lte 79>>[[🛏 Sleep.|nevadaevent70]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 1 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent73]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 2 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent76]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 3 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent79]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 4 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent82]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 5 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent85]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 6 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent88]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 7 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent91]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 8 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent94]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 9 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent97]]
<<elseif $time gte 4 and $stats.day !== 0 and $stats.day !== 5 and $stats.day !== 11 and $nevadaev5 == 10 and $player.pos gte 80>>[[🛏 Sleep.|nevadaevent100]]
<<endif>><</nobr>><<nobr>><<if $player.slut lte 29>><<show-img mirror01>><</if>>
<<if $player.slut gte 30 and $player.slut lte 59>><<show-img mirror02>><</if>>
<<if $player.slut gte 60 and $player.slut lte 84>><<show-img mirror03>><</if>>
<<if $player.slut gte 85>><<show-img mirror04>><</if>><</nobr>>
<<nobr>><<if $player.slut lte 29>>You have beautiful red hair and a modest gothic style of clothing.<</if>>
<<if $player.slut gte 30 and $player.slut lte 59>>You have beautiful red hair and a gothic style of clothing.<</if>>
<<if $player.slut gte 60 and $player.slut lte 84>>You have beautiful red hair and a slutty gothic style of clothing.<</if>>
<<if $player.slut gte 85>>You have beautiful red hair and a slutty gothic style of clothing. It seems that even traces of dried cum (or female juices) are visible on your face, chest and clothes.<</if>><</nobr>>
<<nobr>><<if $player.slut lte 29>><span class="nevada">"Why do you wear so little makeup? You are certainly beautiful, but there is no limit to perfection,"</span> Nevada assessed you. <span class="nevada">"By the way, you could use a wipe of the mirror..."</span><</if>>
<<if $player.slut gte 30 and $player.slut lte 59>><span class="nevada">"Why do you wear so little makeup? It's okay if you've changed your style of dress a little, but there is no limit to perfection,"</span> Nevada assessed you. <span class="nevada">"By the way, you could use a wipe of the mirror..."</span><</if>>
<<if $player.slut gte 60 and $player.slut lte 84>><span class="nevada">"Why do you wear so little makeup? Although your style of dress is cool now, even though it's black, there is no limit to perfection,"</span> Nevada assessed you. <span class="nevada">"By the way, you could use a wipe of the mirror..."</span><</if>>
<<if $player.slut gte 85>><span class="nevada">"Why do you wear so little makeup? Well, besides the sperm residue on your face. Although your style of clothing is cool now, even though it's black, there's no limit to perfection,"</span> Nevada assessed you. <span class="nevada">"By the way, you could use a wipe of the mirror..."</span><</if>><</nobr>>
<<nobr>><<if $player.lips == 0>>Lips: you have some kind of narrow strip on your face instead of normal lips.<</if>>
<<if $player.lips == 1>>Lips: you have small, expressionless lips.<</if>>
<<if $player.lips == 2>>Lips: average - not great, not terrible.<</if>>
<<if $player.lips == 3>> Lips: you have big lips; they immediately let men know that you like to suck.<</if>>
<<if $player.lips == 4>>Lips: you have incredible inhuman lips. Give the duck her beak back, bitch!<</if>><</nobr>>
<<nobr>><<if $player.tits == 0>>Chest: you have micro-boobs, that's what microscopes were invented for.<</if>>
<<if $player.tits == 1>>Chest: you have small and sexy breasts.<</if>>
<<if $player.tits == 2>>Chest: you have awesome and hot tits.<</if>>
<<if $player.tits == 3>>Chest: you have huge melons.<</if>>
<<if $player.tits == 4>>Chest: you have huge udder; fuck, are you a girl or a cow?
<</if>><</nobr>>
<<nobr>><<if $player.ass == 0>>Ass: You have a mini butt, it could use some fat.<</if>>
<<if $player.ass == 1>>Ass: You have a normal average butt.<</if>>
<<if $player.ass == 2>>Ass: Your big butt attracts a lot of attention.<</if>>
<<if $player.ass == 3>>Ass: You have a huge butt, the kind that usually get stuck in washing machines.<</if>>
<<if $player.ass == 4>>Ass: You have a huge grotesque butt, don't get stuck in a doorway.<</if>><</nobr>>
<<nobr>><<if $player.vag == 0>>Vagina: you have a virgin hole between your legs.<</if>>
<<if $player.vag == 1>>Vagina: you have a tight pussy between your legs.<</if>>
<<if $player.vag == 2>>Vagina: you have a slightly fucked vulva between your legs.<</if>>
<<if $player.vag == 3>>Vagina: you have a fucked up leaking vagina.<</if>>
<<if $player.vag == 4>>Vagina: you have a huge disgusting fucked up cunt with fleshy labia.<</if>><</nobr>>
<<nobr>><<if $player.anal == 0>>Anal: you have an innocent and narrow asshole.<</if>>
<<if $player.anal == 1>>Anal: you have a tight hole in your ass..<</if>>
<<if $player.anal == 2>>Anal: your anal is slightly fucked.<</if>>
<<if $player.anal == 3>>Anal: your anal is fucked.<</if>>
<<if $player.anal == 4>>Anal: you have a huge hole in the ass, able to fit a fist.<</if>><</nobr>>
[[Back.|bathroom01]]<<nobr>><<if $time lte 2>><<show-img factoryout01>><</if>>
<<if $time gte 3>><<show-img factoryout02>><</if>><</nobr>>
A scribbled and painted building of an abandoned factory. Some of the graffiti is quite beautiful, but most of it is typical illegible writing. It's even strange that the factory is still standing, after all, it was closed almost 30 years ago.
<span class="nevada">"Someone built a factory out of brick for some reason. And brick buildings can stand for hundreds of years,"</span> Nevada read your thoughts. <span class="nevada">"What? I have a lot of experience in abandoned buildings! I've been hanging out in them since I was 13!"</span>
<span class="player">"Thanks,"</span> you nodded to the ghost for the useful information.
[[Next.|factoryout02]]
<<nobr>><<if $time lte 2>><<show-img factoryout01>><</if>>
<<if $time gte 3>><<show-img factoryout02>><</if>><</nobr>>
In front of you is a huge building of an abandoned factory, its walls covered with graffiti and drawings. Once the factory was a city-forming enterprise and a gold mine for the whole town, but now it is very dangerous here. On the corner stands a cheap drug addict prostitute Maya.
[[Approach the prostitute Maya.|maya01]]
<<nobr>><<if $factoryoutwatch == 0>> [[👁 Look around.|factoryoutwatch01]]<</if>>
<<if $factoryoutwatch == 1>> [[👁 Look around.|factoryoutwatch02]]<</if>>
<<if $factoryoutwatch == 2>> [[👁 Look around.|factoryoutwatch03]]<</if>>
<<if $factoryoutwatch == 3>> [[👁 Look around.|factoryoutwatch04]]<</if>>
<<if $factoryoutwatch == 4>> [[👁 Look around.|factoryoutwatch05]]<</if>>
<<if $factoryoutwatch == 5>> [[👁 Look around.|factoryoutwatch06]]<</if>><</nobr>>
<<nobr>><<if $day.piss == 0>>[[🛊Go to the toilet.|factoryouttoilet01]]
<<else>><span class="no">🛊Go to the toilet [you don't need to pee now].</span><</if>><</nobr>>
<<nobr>><<if $factoryinvisit == 0>>[[→ Go inside the factory.|factoryin01]]<</if>>
<<if $factoryinvisit == 1>>[[→ Go inside the factory.|factoryin05]]<</if>><</nobr>>
[[→ Go to the ghetto.|ghetto03]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto factoryout04>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]
<<nobr>><<if $time lte 2>><<show-img factoryout03>><</if>>
<<if $time gte 3>><<show-img factoryout04>><</if>><</nobr>>
<span class="maya">"Hey! Red, what are you doing here?!"</span> your thoughts were interrupted by a nasty girl's voice from the right. You turned around, and a plump girl in a transparent mesh top, red stripper shoes, tattoos (including a dollar sign on her arm), and even a black eye was walking towards you. There was no doubt that this was the local drug addict prostitute.
<span class="nevada">"If you give me control, I'll easily put her in her place,"</span> Nevada offered, but you decided that you could easily handle it yourself.
<span class="player">"I’m here for work,"</span> you answered bluntly.
<span class="maya">"Listen, this is my spot, I work here! If you want to work here, then talk to Doc-Dog. "</span>
<span class="player">"I'm here on other work,"</span> you clarified.
[[Next.|factoryout03]]<<nobr>><<if $time lte 2>><<show-img factoryout05>><</if>>
<<if $time gte 3>><<show-img factoryout06>><</if>><</nobr>>
<span class="maya">"Oh, well then, okay,"</span> the aggressive cheap hooker calmed down, moving slightly to the side. <span class="maya">"My name is Maya. If you want to have some fun, I can help."</span>
With these words, she imitated cunnilingus with her fingers and tongue.
<span class="player">"I'll keep that in mind,"</span> you smiled for decency's sake. <span class="player">"And I'm $name."</span>
<span class="maya">"Listen, $name, another piece of advice: Doc-Dog has the best dope here, he hangs out inside the factory. And I also don't recommend hanging out with our guys."</span>
<span class="player">"Hang out? And with which of yours exactly? Latin Americans?"</span> you decided to clarify rather timidly.
<span class="maya">"Are you crazy, bitch, I'm an Arab!"</span> the hooker waved her hand. <span class="maya">"I meant with guys from the ghetto. Otherwise, white sluts will come here looking for strong black cocks... The ghetto is not rubber!"</span>
<span class="player">"I'll keep that in mind,"</span> you nodded, smiling.
<span class="nevada">"I could have ended up like that,"</span> Nevada thought.
<span class="player">"Well, she doesn't look unhappy,"</span> you scratched your head.
<span class="nevada">"She'll definitely become a whorebastard after she dies..."</span>
<<nobr>>[[Next.|factoryout04]]
<<set $factoryoutvisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img factoryin01>><</if>>
<<if $time gte 3>><<show-img factoryin02>><</if>><</nobr>>
Inside one of the workshops there is a huge empty room. You can easily imagine how there used to be machines here, how workers from all over the town worked hard.
Now this heart of the city has stopped. Life here still beats, but it is completely different: homeless people, drug addicts, prostitutes, bandits. It is obvious that some people actually live here, as there are mattresses on the floor, things in bags, places for cooking. Offhand, there are about 20 people here now, but everyone is crammed into their own corners and minding their own business.
<span class="nevada">"Purely post-apocalyptic,"</span> Nevada assessed the picture. You completely agree with her.
[[Next.|factoryin02]]<<nobr>><<if $time lte 2>><<show-img factoryin01>><</if>>
<<if $time gte 3>><<show-img factoryin02>><</if>><</nobr>>
A large room in one of the workshops of an abandoned factory. Homeless people, prostitutes, drug addicts, and bandits live here. Here you can also spot a drug dealer and pimp nicknamed Doc-Dog, his partner nicknamed Cousin. And in a dark corner sits your aunt's friend and a hunter of the undead named Smith.
<<nobr>><<if $mainquest gte 4 and $day.smith == 0>>[[Approach Smith.|smith01]]
<<elseif $mainquest lte 3>><span class="no">Approach Smith [for now you have no reason to approach him, maybe later].</span>
<<elseif $day.smith gte 1>><span class="no">Approach Smith [Smith is not at his usual place now; come back tomorrow].</span><</if>><</nobr>>
<<nobr>><<if $factoryinwatch == 0>> [[👁 Look around.|factoryinwatch01]]<</if>>
<<if $factoryinwatch == 1>> [[👁 Look around.|factoryinwatch02]]<</if>>
<<if $factoryinwatch == 2>> [[👁 Look around.|factoryinwatch03]]<</if>>
<<if $factoryinwatch == 3>> [[👁 Look around.|factoryinwatch04]]<</if>>
<<if $factoryinwatch == 4>> [[👁 Look around.|factoryinwatch05]]<</if>>
<<if $factoryinwatch == 5>> [[👁 Look around.|factoryinwatch06]]<</if>><</nobr>>
[[→ Leave the factory.|factoryout04]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto factoryin05>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]
<<nobr>><<if $time lte 2>><<show-img factoryin03>><</if>>
<<if $time gte 3>><<show-img factoryin04>><</if>><</nobr>>
<span class="docdog">"Yo-yo-yo! White chick!"</span> the skinny black guy noticed you. He and his huge friend were heading your way. <span class="docdog">"You here to get some medicine? Or are you looking for some fun? Doc-Dog has both."</span>
<span class="nevada">"My advice: agree to a gangbang. At least you'll have fun,"</span> Nevada mocked.
<span class="player">"Nice to meet you, my name is $name…"</span>
<span class="docdog">"Nice to meet you? What a high society chick,"</span> the skinny black guy laughed. <span class="docdog">"My friend is Cousin. Kind of a nickname, since he's Afro-Latino. He doesn't really like to talk, he likes to punch people and fuck. So what brings your skinny white ass to our Sanctuary?"</span>
<span class="player">"I'm here for work,"</span> you stated bluntly.
<span class="docdog">"We work here, what the fuck kind of job do you have? Do you want to become a prostitute? I don't offend my girls... Or are you one of the pharaohs?!"</span>
[[Next.|factoryin03]]
<<nobr>><<if $time lte 2>><<show-img factoryin05>><</if>>
<<if $time gte 3>><<show-img factoryin06>><</if>><</nobr>>
<span class="smith">"If one red hair falls from her head, I'll introduce your heads to my baseball bat with nails,"</span> a strong black man in a leather coat suddenly appeared from the shadows.
<span class="nevada">"He's pure Nig-"</span>
<span class="player">"Negan! From the Walking Dead! You're right!"</span> you interrupted Nevada.
<span class="nevada">"Um... Yeah, I meant Negan."</span>
<span class="docdog">"Yo, calm down, bro!"</span> Doc-Dog immediately raised his hands up, making it clear that he didn't want to mess with this dangerous man. <span class="docdog">"We didn't know the chick was coming to you."</span>
<span class="smith">"Now you know," </span> the man spat on the floor. Even Cousin's eyes showed fear for this man.
<span class="docdog">"Okay, chick, if you want to get high, then come see daddy Doc-Dog later! We won't hurt you, I swear before Smith," </span> with these words Doc-Dog and Cousin left.
[[Next.|factoryin04]]<<nobr>><<if $time lte 2>><<show-img factoryin07>><</if>>
<<if $time gte 3>><<show-img factoryin08>><</if>><</nobr>>
<span class="player">"Thank you, but... do we really know each other?"</span> you smiled at the one who scared the obvious bandits.
<span class="smith">"Red hair, gothic style of clothing, gloves for working with the other world. I knew your aunt, my name is Smith,"</span> the interlocutor smiled with the whitest teeth.
<span class="player">"My name is $name. You are right, I continue my aunt's work,"</span> you introduced yourself.
<span class="smith">"Your aunt was very special to me. Sometimes we worked together with her. I am a hunter of the undead."</span>
<span class="player">"Zombies?"</span>
<span class="smith">"Walking dead,"</span> the man nodded.
<span class="player">"And ghosts?"</span> you clarified.
<span class="smith">"No. Walking dead."</span>
<span class="player">"Well, if I meet a zombie... a walking dead, I will immediately inform you,"</span> you slightly bowed your head in respect.
<span class="smith">"I usually hang out here. Come in if you want..."</span>
<<nobr>>[[Next.|factoryin05]]
<<set $factoryinvisit = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryoutwatch01>><</if>>
<<if $time gte 3>><<show-img watch\factoryoutwatch02>><</if>><</nobr>>
Turning the corner of the factory, you saw a white man fucking a cheap prostitute, Maya. They weren't even hiding very well, and Maya was moaning quite actively.
<span class="maya">"Yes, fuck me, stud, fuck me!"</span> she exclaimed.
<span class="nevada">"And she's not bad at acting,"</span> Nevada assessed the prostitute's acting talents.
<span class="male">"You're so wet, slut,"</span> said the man actively fucking the girl.
Maya, it seems, noticed you too. Or rather, she definitely noticed you, since she was looking right at you. You decided not to interfere with her work and went on...
<<nobr>>[[Finish.|factoryout04]]
<<set $factoryoutwatch = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryoutwatch03>><</if>>
<<if $time gte 3>><<show-img watch\factoryoutwatch04>><</if>><</nobr>>
Walking around the factory, you noticed two black guys fighting: one big and plump, the other smaller but pumped up.
<span class="nevada">"These are the MEN!"</span> Nevada admired. <span class="nevada">"Let's suck them both off. Let the sperm flow instead of blood!"</span>
However, it seems like this is a friendly showdown or even a training session, since they periodically disperse, make funny comments and smile. But you decided not to disturb them, and so you hurried away...
<<nobr>>[[Finish.|factoryout04]]
<<set $factoryoutwatch = 2>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryoutwatch05>><</if>>
<<if $time gte 3>><<show-img watch\factoryoutwatch06>><</if>><</nobr>>
Behind the factory, in a forest that had grown over time, you again found the prostitute Maya at work. This time she was pleasing a white man with her tits and mouth, while kneeling on a dirty mattress.
<span class="male2">"Come on, whore, work your tits,"</span> the man said.
<span class="maya">"I'm trying, daddy, but your dick is so big it doesn't fit completely between my tits..."</span> she played her part.
<span class="nevada">"Shall we join in?"</span> Nevada suggested, half jokingly, half seriously.
But you decided to quietly turn around and leave...
<<nobr>>[[Finish.|factoryout04]]
<<set $factoryoutwatch = 3>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryoutwatch07>><</if>>
<<if $time gte 3>><<show-img watch\factoryoutwatch08>><</if>><</nobr>>
While walking around the factory, you found a black girl peeing right in the middle of the road. She seemed drunk, a whole river was already flowing under her. The girl was laughing and holding onto the asphalt with her hand so as not to fall.
<span class="nevada">"Look, someone is enjoying life. And someone is you,"</span> Nevada trolled you.
<span class="player">"I love my life,"</span> you answered.
<span class="nevada">"And is there a reason why you should love such a life...?"</span>
<<nobr>>[[Finish.|factoryout04]]
<<set $factoryoutwatch = 4>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryoutwatch09>><</if>>
<<if $time gte 3>><<show-img watch\factoryoutwatch10>><</if>><</nobr>>
Turning the corner of the factory, you saw the silhouette of a kitten sitting in a broken window. It had very beautiful and kind eyes.
<span class="nevada">"He's so cute! Let's take him for ourselves!"</span> Nevada admired.
<span class="player">"Are you serious or are you kidding?"</span> you asked skeptically.
<span class="nevada">"I'm kidding, of course. It's better to take a man with a strong dick with us. Or two..."</span>
<<nobr>>[[Finish.|factoryout04]]
<<set $factoryoutwatch = 5>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryoutwatch11>><</if>>
<<if $time gte 3>><<show-img watch\factoryoutwatch12>><</if>><</nobr>>
You noticed movement in the forest near the factory. Coming closer, you saw a completely naked man! He was quite a strong build, with a skull tattoo on his shoulder, he was wearing only blue sneakers, and his dick was erect, ready for battle.
<span class="nevada">"If I had control, I would get on my knees and suck him off. And then I would offer him my ass,"</span> Nevada explained her plans.
<span class="bbc">"Yo! Chica!"</span> he waved his hand at you. You're in trouble!
<span class="player">"Can I help you somehow?"</span> you asked, and you yourself were getting ready to run.
<span class="bbc">"Yeah, haven't you seen a handsome blond guy around here? Such a tall one, about ten feet tall, with a huge dick and wings on his back?"</span>
<span class="player">"Noooo,"</span> you were surprised by the question.
<span class="bbc">"Okay, I'll keep looking. Where did you go, my friend?"</span> the man said under his breath.
<span class="nevada">"It's a shame he's a drug addict and also gay,"</span> the ghost girl sighed.
<span class="player">"It's not your day today..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|factoryout04]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $factoryoutwatch = 0>><</nobr>><<nobr>><<if $time lte 2>><<show-img factoryouttoilet01>><</if>>
<<if $time gte 3>><<show-img factoryouttoilet02>><</if>><</nobr>>
You quickly found a secluded, deserted place and sat down to pee.
<span class="nevada">"Oh, that's so nice,"</span> Nevada rejoiced. <span class="nevada">"The worst thing about being a ghost is that you can't get any pleasure from the little things. Including the process of going to the toilet."</span>
<span class="player">"I'm sure you'd rather pee on someone,"</span> you thought.
<span class="nevada">"No, I'd rather pee in a mug, then pour it all over myself, some of it in my mouth. Too pity you can't understand that..."</span>
<<nobr>><<if $player.slut lte 79>><span class="player">"Not a pity..." </span><</if>>
<<if $player.slut gte 80>><span class="player">"I understand you very well..." </span><</if>><</nobr>>
<<nobr>>[[Finish.|factoryout04]]
<<set $day.piss += 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryinwatch01>><</if>>
<<if $time gte 3>><<show-img watch\factoryinwatch02>><</if>><</nobr>>
Walking through the huge factory, you noticed Doc-Dog and Cousin fucking some chick. They weren't hiding much, so it wasn't hard to notice. They were openly fucking in the aisle.
<span class="nevada">"Shall we join in?"</span> followed the expected comment from Nevada. <span class="nevada">"Expected?! Actually, yes. You're right about that. It would have been much more unexpected if I'd said: ugh, let's get out of here, ahaha!"</span>
The girl, judging by her appearance, was a prostitute. Perhaps one of Doc-Dog's prostitutes.
They fucked her, admittedly, quite powerfully and harmoniously, from both sides at once. Okay, no need to interfere with the "lovers", time to continue on your way...
<<nobr>>[[Finish.|factoryin05]]
<<set $factoryinwatch = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryinwatch03>><</if>>
<<if $time gte 3>><<show-img watch\factoryinwatch04>><</if>><</nobr>>
In one of the dark corners, a black man was sitting near a fire lit in a metal barrel. And it seemed like he was frying something on the fire.
<span class="nevada">"It's a rat,"</span> the ghost girl confirmed your guess. <span class="nevada">"I wonder if they sell rat burgers?"</span>
<span class="player">"Ugh,"</span> you imagined.
<span class="nevada">"I'd like to try it. You have to try everything in this life,"</span> Nevada sighed dreamily.
<span class="player">"You've already tried everything once..."</span>
<<nobr>>[[Finish.|factoryin05]]
<<set $factoryinwatch = 2>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryinwatch05>><</if>>
<<if $time gte 3>><<show-img watch\factoryinwatch06>><</if>><</nobr>>
Turning the corner, you almost ran into a girl in a black leather jacket and... with fresh cum on her face.
<span class="female3">"Oh, hi, are you here to have fun too?"</span> she asked you in a friendly manner.
<span class="player">"Have fun?"</span> you were confused.
<span class="female3">"Well, you look like a girl from downtown. I think I've seen you there, because I live there myself. And sometimes I come here to drink with the boys, have fun, fuck, shoot content for my fans..."</span>
<span class="nevada">"Fans? So she's an amateur porn actress!"</span> Nevada was delighted to see her almost-colleague.
<span class="player">"I'm here more for work,"</span> you smiled at the girl.
<span class="female3">"Take a couple of photos, if you don't mind,"</span> she handed you her phone. You shrugged and took a few pictures for her.
<span class="female3">"Thanks. See you later!"</span> she said confidently and walked further through the factory with cum on her face.
<<nobr>>[[Finish.|factoryin05]]
<<set $factoryinwatch = 3>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img watch\factoryinwatch07>><</if>>
<<if $time gte 3>><<show-img watch\factoryinwatch08>><</if>><</nobr>>
In one of the cluttered rooms, in addition to the trash, you found an old, dirty rubber doll. There were dried traces of sperm on it, but surprisingly it was still in working order.
<span class="nevada">"Redhead,"</span> Nevada noted. <span class="nevada">"The locals love redheads, we'll be popular here."</span>
<span class="player">"Just don't fuck the homeless,"</span> you sighed.
<span class="nevada">"Agreed! Then I'll fuck with the local bandits..."</span>
<<nobr>>[[Finish.|factoryin05]]
<<set $factoryinwatch = 4>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryinwatch09>><</if>>
<<if $time gte 3>><<show-img watch\factoryinwatch10>><</if>><</nobr>>
On one of the walls you found a beautiful graffiti: a naked girl kneeling, her black hair swaying in the wind.
<span class="nevada">"The artist copied it from a beach photo,"</span> the ghost girl guessed. <span class="nevada">"Perhaps the girl wasn't naked in the original photo..."</span>
<span class="player">"Someone really loved her..."</span> you noted.
<span class="nevada">"I love such romantic stories. Or do you think that because I'm a slut, I don't have a heart?"</span>
<span class="player">"Everyone has a heart,"</span> you shrugged. <span class="player">"And sluts deserve love too."</span>
<span class="nevada">"And dicks!"</span>
<span class="player">"You know how to crap everything..."</span>
<<nobr>>[[Finish.|factoryin05]]
<<set $factoryinwatch = 5>><</nobr>><<nobr>><<if $time lte 2>><<show-img watch\factoryinwatch11>><</if>>
<<if $time gte 3>><<show-img watch\factoryinwatch12>><</if>><</nobr>>
In one of the factory rooms, you found a girl being fucked by a black muscular guy on a dirty couch. She noticed you too. It was the girl who was walking around with cum on her face.
<span class="female3">"Oh! Wait-wait-wait!"</span> she said to you, handing over her phone. <span class="female3">"A couple of photos and some shorts, please!"</span>
<span class="player">"Okay, but I'm not very good at taking photos,"</span> you took the phone from her and got to work.
<span class="bbc3">"Must it be now?"</span> the guy asked, sighing.
<span class="female3">"Shut up! Are you filming? Oh, yes, fuck me, my black knight! Ravage my white ass! I love your huge cock! A-a-a! Yes-s! I'm cumming! Fuck me, my man, fuck me! A-a-a... Did you film it? Great, thank you,"</span> the girl staged a whole performance, you filmed everything and handed her the phone.
<span class="nevada">"How I want her,"</span> Nevada licked her lips in her mind. <span class="nevada">"And I want him. I want to fuck!"</span>
By the way, your body also wanted to fuck, judging by your wet panties...
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|factoryin05]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $factoryinwatch = 0>><</nobr>><<show-img work\psychicwork01>>
On one of the social networks, a young girl asked you to look into a crystal ball to see if she has a future with her boyfriend.
<span class="nevada">"There is a future if she starts liking anal sex,"</span> Nevada concluded.
<span class="player">"Are you using your connection to the other world or are you just kidding?"</span> you asked skeptically.
<span class="nevada">"I'm using logic. Many guys like anal, many girls don't like anal sex,"</span> the ghost girl concluded. <span class="nevada">"Although he may be a submissive, or she may already like anal sex. So we need more input."</span>
In any case, the crystal ball said that they have a future if they work on their relationship, the guy stops getting too drunk, and the girl stops partying with her friends at night in clubs.
You were paid $50 for this prediction.
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cabinet01]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $psychicwork = 1>>
<<set $day.psychicwork += 1>>
<<set $money += 50>><</nobr>><<show-img work\psychicwork02>>
A married woman asked you to look at the fate of her love triangle on the tarot cards. Who should she choose: her husband or her lover?
<span class="nevada">"The world would be a better place if everyone were pansexual,"</span> Nevada sighed.
It's strange, the cards kept saying that her husband had a lover himself. You asked a few clarifying questions, the client confirmed that her husband had started to disappear at work and go on business trips more often. The cards also hinted that her lover was fucking others...
<span class="nevada">"They deserve each other,"</span> the ghost girl was indignant.
You honestly told her what you saw on the tarot cards. However, they also claim that a future with both a husband and a lover is possible, even without changing anything.
The client was upset, but still sincerely thanked you and paid $50.
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cabinet01]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $psychicwork = 2>>
<<set $day.psychicwork += 1>>
<<set $money += 50>><</nobr>><<show-img work\psychicwork03>>
There were no clients. You were playing with a crystal ball, having nothing better to do.
<span class="nevada">"You should have played with a crystal dick,"</span> said a bored Nevada. <span class="nevada">"Or a real dick."</span>
<span class="player">"Sometimes we can relax,"</span> you shrugged.
<span class="nevada">"But you don't relax! You were looking for work on social networks, you didn't find it, you were nervous. Where is the relaxation here?"</span>
<span class="player">"You wanted to say: where are the dicks?"</span> you smiled.
<span class="nevada">"How slutty you are, always thinking about dicks..."</span> the ghost girl trolled you.
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cabinet01]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $psychicwork = 3>>
<<set $day.psychicwork += 1>><</nobr>><<show-img work\psychicwork04>>
A businessman wrote to you and asked you to look at the cards to see when it would be best for him to fly out for negotiations on his private jet.
<span class="nevada">"You do understand that it's better not to make mistakes when consulting rich people and people in power?"</span> Nevada asked, slightly worried. <span class="nevada">"Although what will he do to us if the plane crashes, ahaha!"</span>
<span class="player">"Planes are generally the safest form of transport,"</span> you reasoned, laying out the cards on the table.
<span class="nevada">"The safest form of transport is a children's tricycle,"</span> the girl said an unusually smart and interesting thought.
You told the man what you saw on the tarot cards. He immediately transferred you $150!
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cabinet01]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $psychicwork = 4>>
<<set $day.psychicwork += 1>>
<<set $money += 150>><</nobr>><<show-img work\psychicwork05>>
A 45-year-old woman asked to look into a crystal ball to see if anything would work out with her new elderly acquaintance.
<span class="nevada">"So many questions about relationships,"</span> Nevada thought.
<span class="player">"Well, relationships are the most important question in life for many people,"</span> you answered.
<span class="nevada">"Even for 45-year-old MILFs,"</span> the ghost girl nodded mentally. <span class="nevada">"But in general, she shouldn't start a relationship with him, he'll die soon."</span>
<span class="player">"Are you serious or as always?"</span>
<span class="nevada">"Seriously,"</span> she confirmed. <span class="nevada">"I feel such things because of my connection with the other world."</span>
You told the client that her acquaintance might have serious health problems. To which she... was happy! It seems she wants to seduce this old man, marry him and get an inheritance.
The black widow paid you $50.
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cabinet01]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $psychicwork = 5>>
<<set $day.psychicwork += 1>>
<<set $money += 50>><</nobr>><<show-img work\psychicwork06>>
A young (but rich, apparently) guy asked you to look into the issues related to his potential business partner. You gave him a detailed consultation, on the cards you saw that this person should not be trusted in financial matters, but in life he can be trusted.
<span class="male2">"Yeah, he didn't pay me back a small debt once,"</span> the client confirmed and immediately transferred you $100. <span class="male2">"You really have talent. And you are also beautiful, judging by your social networks. Let's do it this way: I'll give you another $50 if you show me your breasts without a face. Or $100, if with a face."</span>
<span class="nevada">"Easy money, agree!"</span> Nevada was happy with the opportunity.
On the one hand, the money is really easy. But on the other...
<<nobr>><<set $time += 1>>
<<if $player.slut gte 15>>[[Take a topless selfie without your face [requires 15 slutness].|psychicev01]]<</if>>
<<if $player.slut lte 14>><span class="no">Take a topless selfie without your face [requires 15 slutness].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 30>>[[Take a topless selfie with your face [requires 30 slutness].|psychicev02]]<</if>>
<<if $player.slut lte 29>><span class="no">Take a topless selfie with your face [requires 30 slutness].</span><</if>><</nobr>>
<<nobr>><<if $time lte 4>>[[Refuse.|cabinet01]]<</if>>
<<if $time gte 5>>[[Refuse.|sleep01]]<</if>>
<<set $psychicwork = 0>>
<<set $day.psychicwork += 1>>
<<set $money += 100>><</nobr>>
<<nobr>><<if $player.tits lte 2>><<show-img work\psychicworkev01>><</if>>
<<if $player.tits gte 3>><<show-img work\psychicworkev02>><</if>><</nobr>>
You decided not to miss the opportunity to earn easy money. Moreover, no one will see your face. No cons at all!
<span class="nevada">"I support it, sister! Freedom for boobs!"</span> Nevada rejoiced.
After taking several photos, you chose the best one and sent it to the guy.
<<nobr>><<if $player.tits == 0>><span class="male2">"Ha-ha, so tiny!"</span> the guy commented, transferring you the promised $50. <</if>>
<<if $player.tits == 1>><span class="male2">"Not bad breasts, small and neat,"</span> the guy commented, transferring you the promised $50. <</if>>
<<if $player.tits == 2>><span class="male2">"Great boobs!"</span> the guy commented, transferring you the promised $50. <</if>>
<<if $player.tits == 3>><span class="male2">"You have big melons!"</span> the guy commented, transferring you the promised $50. <</if>>
<<if $player.tits == 4>><span class="male2">"Wow! What JUGS!"</span> the guy commented, transferring you the promised $50. <</if>><</nobr>>
<span class="nevada">"Oh, I haven't felt such pleasant sensations in a long time,"</span> the ghost girl was in some strange ecstasy.
<span class="male2">"Listen, let's do the same, but with a pussy?"</span> the guy suddenly suggested. <span class="male2">"$50 without a face and $100 with a face. You know I won't lie to you. Make me happy, beauty."</span>
<span class="nevada">"What a good boy..."</span> Nevada appreciated the offer.
<<nobr>><<if $player.slut gte 20>>[[Take a photo of your pussy without your face [requires 20 slutness].|psychicev03]]<</if>>
<<if $player.slut lte 19>><span class="no">Take a photo of your pussy without your face [requires 20 slutness].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 40>>[[Take a photo of your pussy with your face [requires 40 slutness].|psychicev04]]<</if>>
<<if $player.slut lte 39>><span class="no">Take a photo of your pussy with your face [requires 40 slutness].</span><</if>><</nobr>>
<<nobr>><<if $time lte 4>>[[Enough.|cabinet01]]<</if>>
<<if $time gte 5>>[[Enough.|sleep01]]<</if>>
<<if $player.slut lte 30>><<set $player.slut += 1>><</if>>
<<set $money += 50>><</nobr>><<nobr>><<if $player.tits lte 2>><<show-img work\psychicworkev03>><</if>>
<<if $player.tits gte 3>><<show-img work\psychicworkev04>><</if>><</nobr>>
You decided not to miss the opportunity to earn easy money. And you weren't afraid to take a selfie with your face. What modern girl doesn't have such selfies?
<span class="nevada">"I support it, sister! Freedom for boobs!"</span> Nevada rejoiced.
After taking several photos, you chose the best one and sent it to the guy.
<<nobr>><<if $player.tits == 0>><span class="male2">"Ha-ha, so tiny!"</span> the guy commented, transferring you the promised $100. <</if>>
<<if $player.tits == 1>><span class="male2">"Not bad breasts, small and neat,"</span> the guy commented, transferring you the promised $100. <</if>>
<<if $player.tits == 2>><span class="male2">"Great boobs!"</span> the guy commented, transferring you the promised $100. <</if>>
<<if $player.tits == 3>><span class="male2">"You have big melons!"</span> the guy commented, transferring you the promised $100. <</if>>
<<if $player.tits == 4>><span class="male2">"Wow! What JUGS!"</span> the guy commented, transferring you the promised $100. <</if>><</nobr>>
<span class="nevada">"Oh, I haven't felt such pleasant sensations in a long time,"</span> the ghost girl was in some strange ecstasy.
<span class="male2">"Listen, let's do the same, but with a pussy?"</span> the guy suddenly suggested. <span class="male2">"$50 without a face and $100 with a face. You know I won't lie to you. Make me happy, beauty."</span>
<span class="nevada">"What a good boy..."</span> Nevada appreciated the offer.
<<nobr>><<if $player.slut gte 20>>[[Take a photo of your pussy without your face [requires 20 slutness].|psychicev03]]<</if>>
<<if $player.slut lte 19>><span class="no">Take a photo of your pussy without your face [requires 20 slutness].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 40>>[[Take a photo of your pussy with your face [requires 40 slutness].|psychicev04]]<</if>>
<<if $player.slut lte 39>><span class="no">Take a photo of your pussy with your face [requires 40 slutness].</span><</if>><</nobr>>
<<nobr>><<if $time lte 4>>[[Enough.|cabinet01]]<</if>>
<<if $time gte 5>>[[Enough.|sleep01]]<</if>>
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $money += 100>><</nobr>><<show-img work\psychicworkev05>>
You took another photo of yourself, but this time a different part of your body. There's nothing wrong with intimate photos without a face!
<span class="nevada">"Yes-yes-yes!"</span> Nevada continued her celebration.
Having chosen the best photo, you sent it to the guy. $50 was immediately credited to your account.
<span class="male2">"Baby, you’re pure gold,"</span> the guy admired. <span class="male2">"You made my day."</span>
<span class="player">"Glad to help,"</span> you answered coquettishly.
<span class="nevada">"Glad to help too, ahaha!"</span> the ghost laughed. <span class="nevada">"Now I suggest you have a good masturbation…"</span>
<<nobr>><<if $time lte 4>>[[Finish.|cabinet01]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<if $player.slut lte 35>><<set $player.slut += 1>><</if>>
<<set $money += 50>><</nobr>><<show-img work\psychicworkev06>>
You took another photo of yourself, but this time a different part of your body. There is your face in the photo, but it is hard to see, so it's okay.
<span class="nevada">"Yes-yes-yes!"</span> Nevada continued her celebration.
Having chosen the best photo, you sent it to the guy. $100 was immediately credited to your account.
<span class="male2">"Baby, you’re pure gold,"</span> the guy admired. <span class="male2">"You made my day."</span>
<span class="player">"Glad to help,"</span> you answered coquettishly.
<span class="nevada">"Glad to help too, ahaha!"</span> the ghost laughed. <span class="nevada">"Now I suggest you have a good masturbation…"</span>
<<nobr>><<if $time lte 4>>[[Finish.|cabinet01]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $money += 100>><</nobr>><<nobr>><<if $time lte 2>><<show-img antique05>><</if>>
<<if $time gte 3>><<show-img antique06>><</if>><</nobr>>
You started looking at the relics that might be useful to you.
<span class="hilda">"Let me know if there's anything that interests you, and I'll consult you on the artifact itself and the price,"</span> said the saleswoman Hilda.
Thanks to your psychic abilities, you sense the magical vibrations emanating from real relics, so you immediately brush aside ordinary objects. <<if $mainquest == 2 and $flask == 0>>[[You notice a high lead flask that the mentor requires.|antique06]]<</if>>
<<nobr>><<if $end01blocker == 0>>[[Edgar's golden feather.|antique08]]
<<else>><span style="color: green;">You've already bought Edgar's Golden Feather.</span><</if>><</nobr>>
<<nobr>><<if $end02blocker == 0>>[[Templar Silver Brooch.|antique10]]
<<else>><span style="color: green;">You've already bought the Templar Silver Brooch.</span><</if>><</nobr>>
[[Back.|antique04]]
<<nobr>><<if $time lte 2>><<show-img antique07>><</if>>
<<if $time gte 3>><<show-img antique08>><</if>><</nobr>>
A very beautiful flask, just the kind the mentor needs to make a potion.
<span class="player">"Hilda, tell me how much this flask costs?"</span> you asked the saleswoman.
<span class="hilda">"The flask is made of high-quality glass with a high lead content from the late 19th century, has a rich notarized history, which is included with the sale. It costs $999,"</span> the girl said cheerfully.
<span class="nevada">"How much, how much?"</span> Nevada choked mentally.
<span class="player">"You see how much money you cost me,"</span> you answered her. <span class="player">"How about you just leave my body, and I'll give you $1,000?"</span>
<span class="nevada">"Your body is worth much more..."</span>
<<nobr>><<if $money gte 999>>[[Buy the flask with a high lead content [cost $999].|antique07]]
<<else>><span class="no">Buy the flask with a high lead content [need $999].</span> <</if>><</nobr>>
[[Back.|antique04]]<<nobr>><<if $time lte 2>><<show-img antique03>><</if>>
<<if $time gte 3>><<show-img antique04>><</if>><</nobr>>
You paid for the flask, Hilda very carefully wrapped it first in bubble wrap, then in paper, and then wrapped it all in tape. Along with it, she handed over a certified history of the flask: made there, belonged to Count such-and-such, then to the wife of magnate such-and-such. This is not important to you, you only need the magical properties of this flask.
<span class="nevada">"I've never even bought such expensive shoes for myself, and I earned 10 times more than you,"</span> Nevada continued to condemn you, but it is understandable, because with the help of the flask you are one step closer to her expulsion...
<<nobr>>[[Finish.|antique04]]
<<set $flask = 1>>
<<set $money -= 999>><</nobr>><<show-img artifacts01>>
A cabinet for storing magical artifacts. Enchanted glass and dead forest wood prevent evil forces from getting in (or out).
Your aunt bequeathed her most important artifacts to her colleagues and friends, so you'll have to restore her collection. Or create a new one.
<<nobr>><<if $flask == 1>>[[Flask with a high lead content.|artifacts02]]
<<else>><span class="no">Free space for an artifact.</span> <</if>><</nobr>>
<<nobr>><<if $end01blocker == 1>>[[Edgar's golden feather.|artifacts03]]
<<else>><span class="no">Free space for an artifact.</span> <</if>><</nobr>>
<<nobr>><<if $end02blocker == 1>>[[Templar silver brooch.|artifacts04]]
<<else>><span class="no">Free space for an artifact.</span> <</if>><</nobr>>
<<nobr>><<if $bsg == 1>>[[Necklace with black soul gem.|artifacts05]]
<<else>><span class="no">Free space for an artifact.</span> <</if>><</nobr>>
[[Back.|cabinet01]]<<show-img artifacts02>>
A 19th century glass flask made of high-quality glass with a high lead content. Necessary for making important potions (such as the potion of stunning ghosts).
Beautiful, expensive, but it is not recommended to drink water from it (let's not forget about the high lead content).
[[Back.|artifacts01]]<<show-img artifacts03>>
The golden feather made in the Vatican. Rumor has it that it belonged to Edgar Allan Poe (but these rumors are not confirmed). However, it is known for certain that it was blessed by the Pope (Pius VII, who also crowned Napoleon).
According to legend, this feather allows one to maintain sanity even in critical situations.
<i>Note: if the feather is turned ON, the possession ending becomes impossible.
<<nobr>><<if $end01block == 0>>Currently: turned off.
<<else>>Currently: turned on.<</if>><</nobr>></i>
<<link "Turn ON">><<set $end01block = 1>><<goto artifacts03>><</link>> I <<link "Turn OFF">><<set $end01block = 0>><<goto artifacts03>><</link>>
[[Back.|artifacts01]]<<show-img artifacts04>>
Templar Silver Brooch (this is just a name, the brooch did not belong to the Templar Order). The brooch with rubies was made in the 18th century, it belonged to a depraved French duchess, who had many lovers from all social strata. After the Great French Revolution, the brooch ended up in Spain, from there to Mexico, and then to the United States of America. The artifact corrupted everything in its path (so they say).
But, in fact, the brooch allows you to control your actions even with high lust.
<i>Note: if the brooch is turned ON, the slutness ending becomes impossible.
<<nobr>><<if $end02block == 0>>Currently: turned off.
<<else>>Currently: turned on.<</if>><</nobr>></i>
<<link "Turn ON">><<set $end02block = 1>><<goto artifacts04>><</link>> I <<link "Turn OFF">><<set $end02block = 0>><<goto artifacts04>><</link>>
[[Back.|artifacts01]]<<nobr>><<if $time lte 2>><<show-img antique09>><</if>>
<<if $time gte 3>><<show-img antique10>><</if>><</nobr>>
<span class="hilda">"Ah, Edgar's Golden Feather!"</span> Hilda admired the object you were looking at. <span class="hilda">"They say that this artifact once belonged to Edgar Allan Poe himself! But that's not certain... However, it is absolutely certain that it was made in the Vatican, and Pope Pius VII personally blessed this artifact. It costs only $2999!"</span>
<span class="nevada">"Only? She knows the meaning of that word?" </span> Nevada was indignant.
But you felt powerful magic in this relic. Probably, the feather is able to make it so that Nevada cannot gain complete and sole control over your body!
<i>Note: the feather must be activated. To do this, you need to buy it → go home → go to the cabinet → artifacts → Edgar's Golden Feather → Turn ON.</i>
<<nobr>><<if $money gte 2999>>[[Buy Edgar's Golden Feather [cost $2999].|antique09]]
<<else>><span class="no">Buy Edgar's Golden Feather [need $2999].</span> <</if>><</nobr>>
[[Back.|antique04]]<<nobr>><<if $time lte 2>><<show-img antique11>><</if>>
<<if $time gte 3>><<show-img antique12>><</if>><</nobr>>
<span class="hilda">"Templar Silver Brooch,"</span> Hilda answered your silent question. <span class="hilda">"According to verified information, it was made in 18th century France. Of course, the brooch is not related to the Templar Order, but it belonged to a duchess who had lovers from all castes. After the revolution, the brooch ended up in Spain, from there to Mexico, then to the United States. According to rumors, it corrupted all its owners."</span>
However, you feel a different magical power emanating from the artifact. The brooch allows you to maintain your sanity even with a high level of lust.
<span class="hilda">"For such a rare thing, it costs very little - only $1999."</span>
<span class="nevada">"$name, let’s go buy a shiny handbag from the store across the street!"</span> Nevada pleaded.
<i>Note: the brooch must be activated. To do this, you need to buy it → go home → go to the cabinet → artifacts → Edgar's Golden Feather → Turn ON.</i>
<<nobr>><<if $money gte 1999>>[[Buy the Templar Silver Brooch [cost $1999].|antique11]]
<<else>><span class="no">Buy the Templar Silver Brooch [need $1999].</span> <</if>><</nobr>>
[[Back.|antique04]]<<nobr>><<if $time lte 2>><<show-img antique03>><</if>>
<<if $time gte 3>><<show-img antique04>><</if>><</nobr>>
You paid $2999 for Edgar's Golden Feather. Hilda started thanking you for your purchase and wrapping everything up nicely, and Nevada, apparently, was in complete shock. She didn't even try to tease or troll you. She didn't have any thoughts at all. Apparently, even for her, spending such a huge amount on a dubious artifact is a very strange idea.
However, now you have a guarantee that the ghost will never be able to completely take over your body. You just need to activate this artifact with a simple ritual in your cabinet...
<<nobr>>[[Finish.|antique04]]
<<set $end01blocker = 1>>
<<set $money -= 2999>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img antique03>><</if>>
<<if $time gte 3>><<show-img antique04>><</if>><</nobr>>
You paid for the Templar Silver Brooch. Hilda thanked you for your purchase and began to wrap it.
<span class="nevada">"I understand, I understand everything,"</span> Nevada said in a serious voice (mentally). <span class="nevada">"You want me to leave your body because of your stupid purchases. Nice try. But you won't break me that easily..." </span>
However, now you won't be broken either, thanks to the relic you bought. It's enough to perform a simple ritual in your office, and you will be able to maintain your sanity in the most lustful times...
<<nobr>>[[Finish.|antique04]]
<<set $end02blocker = 1>>
<<set $money -= 1999>><</nobr>>
<<show-img theatershow01>>
You approached the box office. The poster on the front was of Cleopatra, starring Latrisha.
<span class="nevada">"I don't like watching theater shows,"</span> Nevada whined. <span class="nevada">"I like being in stuff like that."</span>
<span class="player">"You like being the center of attention,"</span> you pointed out.
<span class="nevada">"Yes, but here I will sit in a dark hall!"</span>
The theater show costs $50, which is a lot for a small town. But you don't mind attending the event.
<<nobr>><<if $money gte 50>>[[Buy the ticket [cost $50].|theatershow02]]
<<else>><span class="no">Buy the ticket [need $50].</span> <</if>><</nobr>>
[[Back.|theater04]]<<show-img theatershow03>>
This time, there was a poster of Snow White hanging at the box office. Well, like Snow White...
<span class="nevada">"Why aren't the dwarves black?"</span> Nevada wondered. <span class="nevada">"That's some kind of racism."</span>
<span class="player">"I'd watch Snow White in the style of Don't Be a Menace to South Central."</span>
<span class="nevada">"...While Drinking Your Juice in the Hood,"</span> the ghost finished the huge title.
The ticket costs $50.
<<nobr>><<if $money gte 50>>[[Buy the ticket [cost $50].|theatershow04]]
<<else>><span class="no">Buy the ticket [need $50].</span> <</if>><</nobr>>
[[Back.|theater04]]<<show-img theatershow05>>
The poster showed a large and beautiful steamship from the early 20th century.
<span class="nevada">"Titanic!"</span> Nevada exclaimed.
<span class="player">"No, judging by the description of the play, it's not the Titanic,"</span> you disappointed the ghost.
<span class="nevada">"Then I'll go back to sleep."</span>
The ticket costs $50. As always.
<<nobr>><<if $money gte 50>>[[Buy the ticket [cost $50].|theatershow06]]
<<else>><span class="no">Buy the ticket [need $50].</span> <</if>><</nobr>>
[[Back.|theater04]]<<show-img theater03>>
<span class="player">"Do you want to take acting classes now?"</span> you asked Nevada.
<span class="nevada">"Well, go ahead, since we're already here,"</span> the ghost replied, as if without much interest. <span class="nevada">"Give me the money, I mean. And control over the body. And you can either sleep or peek. The main thing is not to distract me with stupid thoughts."</span>
You paid for the classes and, sitting in a circle of 10 people, wished to hand over control to the ghost, which happened in about 30 seconds. Nevada introduced herself to everyone, introducing herself by your name. You decided not to distract her, so you decided to get some sleep...
[[Next.|theaterev02]]
<<show-img theaterev02>>
<span class="nevada">"...Forgive me, oh my magnificent Queen! I know that I am unworthy of forgiveness! However, if you have mercy on me, I promise to atone for my guilt! I will do everything! Everything! Everything! Everything!"</span> you woke up again on Nevada's emotional play of the same passage as last time.
<span class="latrisha">"That's exactly what I wanted! It was just good before, and now it's perfect! Did everyone see?"</span> Latrisha ran her finger over the other participants of the acting classes, they nodded. <span class="latrisha">"And we just immersed $name in the role better with the help of the necessary costume for this."</span>
Only now did you notice that you were wearing some kind of gray tunic. And it was very short! You would flash your panties with the slightest careless movement. By the way... Yes, at least the panties are in place, you can feel them.
<span class="latrisha">"$name, did you feel the changes yourself?"</span> Latrisha pointed her finger right at you.
<span class="nevada">"Yes, today I felt like my heroine,"</span> Nevada happily reported.
<span class="latrisha">"Well, let's commit this to memory. Class, see you tomorrow!"</span>
<<nobr>> [[Next.|theaterev05]]
<<set $player.ava = 23>><</nobr>><<show-img theatershow02>>
Caesar, Mark Antony and, of course, the main star – Cleopatra performed by Latrisha. What could be more interesting? However, Nevada would not agree, because she fell asleep. Too bad, she could have learned.
<span class="latrisha">"How dare you order me around?! I am the rightful Queen of Egypt, in my veins flows the blood of not only Alexander the Great, but also the Gods! And who are you?"</span> Latrisha does hysterical and arrogant behavior best.
<span class="male2">"Gaius. Julius. Caesar."</span>
You don't know how historical it all is, because it is unlikely that this trio had a love triangle, but the plot is still interesting. Love, intrigue, betrayal – what else do you need for a good time?
Nevada would answer that it's a dick, but she is fast and peacefully sleeping...
<<nobr>>[[Finish.|theater04]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $theatershow = 1>>
<<set $money -= 50>>
<<set $time += 1>><</nobr>><<show-img theatershow04>>
Contrary to expectations, it was a regular Snow White, albeit with Latrisha in the leading role. That's why Nevada fell asleep pretty quickly.
<span class="latrisha">"Some day my prince will come, Some day I'll find my love..."</span> Latrisha sang in some amazing, mesmerizing voice. She can play more than just stern women.
The overall level of the production, frankly speaking, was quite weak. Even the dwarves were of normal human height. The whole thing was saved only by Latrisha and the actor who played the Hunter (who also played Caesar).
Overall, despite the downsides, you liked it. Moreover, you were able to be alone with your thoughts thanks to the sound sleep of the ghost girl...
<<nobr>>[[Finish.|theater04]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $theatershow = 2>>
<<set $money -= 50>>
<<set $time += 1>><</nobr>><<show-img theatershow06>>
It really wasn't the Titanic. It's unlikely that such a small theater would have been able to show the wreck of a ship. This play told the difficult story of a black singer in the 1920s who worked on a cruise liner and had an affair with a white millionaire.
<span class="latrisha">"...At best, you'll hide me in your mansion like a songbird in a cage. Will you take me when you go out? No, that's impossible. Will you introduce me to your friends? Hardly. Will you want children from me whose skin will be dark? I doubt it. Will you marry me..."</span>
<span class="male2">"I will marry you!"</span> the man answered confidently.
<span class="latrisha">"You ignored all the other points,"</span> Latrisha noted dramatically. She was also good at this role. It was as if she were that singer who fell in love with a man who was not her social status and realized that their relationship simply had no future.
<span class="nevada">"Not bad,"</span> Nevada assessed. <span class="nevada">"What? I didn't sleep all the time, just a little..."</span>
<<nobr>>[[Finish.|theater04]]
<<if $player.slut gte 1>><<set $player.slut -= 1>><</if>>
<<set $theatershow = 0>>
<<set $money -= 50>>
<<set $time += 1>><</nobr>><<show-img theaterev01>>
<span class="latrisha">"...You insulted me in front of everyone! You, worthless slave! What can you say in your defense?"</span> you woke up from Latrisha's raised voice.
<span class="nevada">"Forgive me, my Queen! I know that I am unworthy of forgiveness! However, if you have mercy on me, I promise to atone for my guilt! I will do everything! Everything, everything, everything!"</span> Nevada begged, playing the role.
<span class="latrisha">"Not bad, not bad,"</span> Latrisha assessed. <span class="latrisha">"But you need to get more into your character. Next time, I will help you do this. And now, unfortunately, our time is coming to an end..."</span>
<span class="player">"Was there anything interesting?"</span> you asked sleepily.
<span class="nevada">"Mostly, I watched others. But I played a little myself. It's interesting, actually. It's a pity that I didn't go to the drama club at school,"</span> it seemed that Nevada sincerely regretted the missed opportunity.
<span class="player">"Then I'll have to come here again."</span>
<span class="nevada">"Thank you..."</span>
<<nobr>>[[Finish.|theater04]]
<<if $player.pos gte 1>><<set $player.pos -= 1>><</if>>
<<set $theaterev = 1>>
<<set $money -= 50>>
<<set $time += 1>><</nobr>><<show-img theater03>>
<span class="player">"Let's go...?"</span>
<span class="nevada">"Let's go. Where to? Ahaha!"</span> Nevada laughed loudly. <span class="nevada">"It's daytime, you're near the theater, of course you're talking about acting classes. I could investigate crimes. Detective Nevada Hott is rushing to the rescue! Wait... But I once played a police girl..."</span>
<span class="player">"Let me guess: according to the plot, you were captured and fucked by criminals?"</span> you stopped to hand over control to the ghost.
<span class="nevada">"No! I caught the criminal and fucked her with a baton! Ahaha!"</span> the girl was in a positive mood.
She walked by, greeted everyone, especially Latrisha, and handed her the money. And you decided to rest a little...
[[Next.|theaterev04]]<<show-img theater03>>
<span class="nevada">"To be, or not to be, that is the question…"</span> Nevada mentally played Hamlet as you approached the theater. <span class="nevada">"What the fuck Hamlet?! It's Shakespeare!"</span>
<span class="player">"I don't want to upset you, so I'll keep quiet,"</span> you giggled mentally.
<span class="nevada">"In any case, I have another role now,"</span> the ghost thought. <span class="nevada">"A small one, but interesting. Maybe I'll play it on stage someday."</span>
<span class="player">"Oh, I don't mind,"</span> you honestly supported the girl's idea, handing her control over your body. <span class="player">"But then everyone will consider me an amateur actress."</span>
<span class="nevada">"Exactly! You will enjoy the glory!"</span>
You decided not to interfere with the rehearsal, so you went back to the world of dreams.
[[Next.|theaterev07]]<<show-img theaterev03>>
<span class="player">"Didn't they have a shorter tunic?"</span> you asked Nevada anyway.
<span class="nevada">"Yes, yes, I've already heard your thoughts on this topic,"</span> she answered, handing over control of her body to you. <span class="nevada">"Change into whatever you want in the dressing room."</span>
<span class="player">"I'm not criticizing, sorry,"</span> you answered. <span class="player">"By the way, you really played great today. Although I felt it all myself, a strange feeling."</span>
<span class="nevada">"Pleasant?"</span>
<span class="player">"Pleasant,"</span> you confirmed.
<span class="nevada">"And the more spectators, the more pleasant,"</span> she said. <span class="nevada">"The main thing is to overcome the initial fear..."</span>
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto theater04>><</link>>
<<if $player.pos gte 1>><<set $player.pos -= 1>><</if>>
<<set $theaterev = 2>>
<<set $money -= 50>>
<<set $time += 1>><</nobr>><<show-img theaterev04>>
<span class="nevada">"...I'm kneeling before everyone and begging my amazing Queen Cleopatra for forgiveness!"</span> you played emotionally. More precisely, Nevada. And... you were kneeling?!
<span class="latrisha">"So be it, worthless slave! You will be forgiven for your betrayal. For daring to touch my man. Let everyone from Alexandria to Rome know that I, Queen Cleopatra, am generous and kind!"</span>
<span class="nevada">"Thank you, Queen, thank you! I swear eternal loyalty to you and I will do everything for you! I will kill or die for you!"</span> the ghost got into the role quite well.
<span class="latrisha">"Excellent! $name, you are very talented. However, does anyone know how it could have been done even better?"</span> Latrisha addressed the group.
<span class="female2">"She could have thrown herself at Cleopatra's feet after being forgiven,"</span> said one girl from the group.
<span class="latrisha">"Bravo,"</span> the actress smiled. <span class="latrisha">"$name, you were just given life. This is something that makes you not only throw yourself at their feet, but also kiss them... Okay, group, let's pack our things and continue tomorrow!"</span>
<<nobr>> [[Next.|theaterev08]]
<<set $player.ava = 23>><</nobr>>
<<show-img theaterev05>>
<span class="player">"Ouch, my knees hurt,"</span> you noted.
<span class="nevada">"Art requires scraped knees,"</span> Nevada joked, handing control over to you. <span class="nevada">"How did you like it?"</span>
<span class="player">"Okay, I liked it. And it would be great for your porn..."</span>
<span class="nevada">"Ahaha! You're right about that. I've done a lot of that kind of porn, but there wasn't much emotion or words. Except for 'yes, daddy, spank me!' or something like that."</span>
<span class="player">"And imagine how many awards you could have won with such sensual speeches," </span> you noted.
<span class="nevada">"No, porn with a complex plot and long speeches isn't very popular. But maybe I would have become an ordinary actress. Who knows..."</span>
<i>[More events in the next versions.]</i>
<<nobr>><<link "Finish.">><<set $player.ava = 0>><<goto theater04>><</link>>
<<if $player.pos gte 1>><<set $player.pos -= 1>><</if>>
<<set $theaterev = 2>>
<<set $money -= 50>>
<<set $time += 1>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img library01>><</if>>
<<if $time gte 3>><<show-img library02>><</if>><</nobr>>
The former mansion of Lord Hyde, "HYDE HALL", where mystical events took place. Later the building was reorganized into an orphanage, then the inscription "ONE HALL" appeared - "Orphanage, Nurturing, Empowerment." Later a millionaire bought the building and converted the first floor into a public library, the second floor into residential.
[[Enter the library.|library08]]
[[→ Go to the suburb.|suburb01]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto library07>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]<<show-img library04>>
<span class="nevada">"Ugh... it smells like an old man's house,"</span> Nevada cringed.
<span class="player">"You just don't like reading."</span>
<span class="nevada">"Books have never done anything good for me..."</span>
<span class="lana">"Hello, $name,"</span> the chubby librarian greeted you.
<span class="player">"Hello, Lana,"</span> you replied. You've only seen each other a couple of times, but it's hard to forget this girl. Despite her extra weight and outward modesty, she's quite charismatic. <span class="player">"Can you remind me of the history of this place?"</span>
<span class="nevada">"I don't give a shit!"</span> the ghost was indignant.
<span class="lana">"Oh, of course!"</span> the nerd girl smiled. <span class="lana">"This used to be the mansion of a British lord from the Hyde dynasty, it was called "HYDE HALL". People said he did all sorts of mystical things here..."</span>
<span class="nevada">"Fuck it!"</span>
<span class="lana">"During the American Revolutionary War, the lord chose the wrong side, so the mansion went to the new government. It was turned into an orphanage, "Orphanage, Nurturing, Empowerment," or "ONE HALL." At the end of the 19th century, a new building was built for the orphanage, and they decided to sell this one. My ancestor bought it and made a public library on the first floor here..."</span>
<span class="nevada">"Fuck..."</span>
[[Next.|library03]]<<show-img library06>>
<span class="erin">"Lana, have you seen the 8th volume of Lord Hyde's notes?"</span> a strange girl suddenly burst into your conversation. She was wearing a light gray uniform, a huge device on her back and a strange "weapon" in her hand. Ghostbuster. But not like you. She doesn't use regular magic, but fucking technical magic.
<span class="lana">"The original is gone, and the copy is old, I put it under glass. But there is a digital version,"</span> said the librarian, who knows everything here.
<span class="erin">"Erin,"</span> the hunter suddenly introduced herself to you.
<span class="player">"$name,"</span> you answered.
<span class="nevada">"Nevada!"</span> exclaimed the ghost in your head.
<span class="erin">"I've heard of you,"</span> the new acquaintance raised an eyebrow. <span class="erin">"They say you hunt ghosts too."</span>
<span class="player">"I provide services related to the other world. Interaction with ghosts is only a very small part,"</span> you smiled.
[[Next.|library05]]
<<show-img library07>>
<span class="erin">"There's something weird going on in this town,"</span> Erin continued. <span class="erin">"Too much of the otherworldly, too many people working with it."</span>
<span class="player">"The town is located on a magical power site,"</span> you said the obvious.
<span class="erin">"It's not magic, there are huge copper deposits underground,"</span> your new acquaintance said.
<span class="player">"Does one interfere with the other?"</span> you continued to smile tensely.
<span class="erin">"Okay, I'll go fight the evil spirits. Good luck, $name. See you later."</span>
<span class="player">"Good luck, Erin."</span>
<span class="nevada">"She's such a bitch!"</span> Nevada expressed her opinion. The opinion coincides with yours. And maybe that girl sensed something in you. Or someone...
[[Next.|library06]]<<show-img library08>>
<span class="lana">"She stayed with us two weeks ago, rents a room and spends a lot of time in the library,"</span> Lana said about Erin.
<span class="player">"Thank you, you are very helpful,"</span> you thanked the plump girl.
<span class="lana">"You are welcome. If you need to use the library, you can come anytime, just don't take the books out,"</span> Lana smiled at you. A good girl, kind and smart.
<span class="nevada">"You know that Erin tortures ghosts, right?"</span> Nevada did not let up. <span class="nevada">"Existence as a ghost is already torture, but she drives souls into traps from which there is no escape. It's scary to think..."</span>
<span class="player">"I don't want to upset you, but I either banish souls to another world or destroy them,"</span> you honestly told the ghost.
<span class="nevada">"So it's a blessing! Destruction is better than existence without flesh! But she..."</span>
<span class="player">"I don't like her either, nor her methods."</span>
<span class="nevada">"Oh, girl, we could be friends against her,"</span> the other girl thought playfully.
<span class="player">"Tell me if you have any ideas,"</span> you asked honestly. <span class="player">"However, maybe there are some ideas in these books..."</span>
<<nobr>>[[Next.|library08]]
<<set $libraryvisit = 1>><</nobr>><<show-img library03>>
A small library hall, which contains very rare and interesting mystical books. There is not much fiction and strictly scientific literature here, but popular novels can also be found. <<if $mainquest == 3 and $bsginfo lte 3>>[[You also need to find information about black soul gems.|library09]]<</if>> <<if $mainquest == 3 and $bsginfo == 4>>[[You also need to find information about black soul gems.|library10]]<</if>>
[[Approach Lana.|lanaev01]]
[[Exit the library.|library07]]
<<nobr>><<if $time lte 3>><<link "🕒 Wait">> <<set $time += 1>> <<goto library08>><</link>>
<<elseif $time gte 4>><span class="no">🕒 Wait [too late to wait]</span> <<endif>><</nobr>>
[[⌂ Go home (bedroom).|bedroom01]]<<nobr>><<if $time lte 2>><<show-img cemetery05>><</if>>
<<if $time gte 3>><<show-img cemetery06>><</if>><</nobr>>
For several hours you wandered around the cold and gloomy cemetery in search of the iris that the mentor needed to make a potion.
<span class="nevada">"That's why your body doesn't like you,"</span> Nevada mocked. <span class="nevada">"You do all sorts of bullshit. But you could have eaten well, drunk a bottle of beer, fucked..."</span>
<span class="player">"But with me, my body has a chance to live to old age."</span>
<span class="nevada">"Ugh, your boobs will reach your knees..."</span>
In the end, you didn't find anything. You need to search some more...
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cemetery03]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $irissearch = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img cemetery05>><</if>>
<<if $time gte 3>><<show-img cemetery06>><</if>><</nobr>>
<span class="nevada">"Maybe they're not here?"</span> Nevada asked a logical question when you spent a lot of time searching for irises once again.
<span class="player">"They are definitely here,"</span> you answered confidently. <span class="player">"The mentor is strict, but very competent."</span>
<span class="nevada">"Did you lick her pussy?"</span> the ghost suddenly asked.
<span class="player">"What? What kind of question is that?!"</span>
<span class="nevada">"A normal question,"</span> she sighed. <span class="nevada">"If you don't want to talk, just say so..."</span>
And again, no result. You need to search again...
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cemetery03]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $irissearch = 2>><</nobr>><<nobr>><<if $time lte 2>><<show-img cemetery07>><</if>>
<<if $time gte 3>><<show-img cemetery08>><</if>><</nobr>>
Another few hours at the cemetery.
<span class="nevada">"I bet you hung out in cemeteries all the time when you were a teenager,"</span> Nevada opined boredly. <span class="nevada">"At the graves you kissed guys, girls, zombies..."</span>
<span class="player">"Found it!"</span> you finally saw a flower that is usually purple. However, in your city it was scarlet. Scientists say it was due to the high iron content in the soil. You carefully cut the flower and put it in a jar.
<span class="nevada">"Don't change the subject. Have you ever kissed a zombie? Licked a zombie girl's rotting nipples? Sucked a zombie guy's wormy dick?"</span>
Are you wondering if she'll calm down if you just ignore her?
<span class="nevada">"I won't calm down..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|cemetery03]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $irissearch = 3>>
<<set $iris = 1>><</nobr>><<show-img church06>>
You approached one of the Sisters and asked how you could get holy water.
<span class="female3">"Buy it, of course,"</span> the Sister smiled. <span class="female3">"$10 for a branded bottle."</span>
<span class="nevada">"$10?!"</span> Nevada was indignant. <span class="nevada">"$name, let's open our own church and sell holy water?"</span>
<span class="player">"The Church of Dicks?"</span> you thought.
<span class="nevada">"The Church of Dicks, Cunts, and a Sea of Sperm! Ahaha!"</span>
Well, the mentor needs holy water, you'll have to spend $10 on it.
<<nobr>><<if $money gte 10>>[[Buy holy water [cost $10].|church08]]
<<else>><span class="no">Buy holy water [need $10].</span> <</if>><</nobr>>
[[Back.|church04]]<<show-img church07>>
You paid the money, and were given a very pretty bottle with church symbols.
<span class="nevada">"Just don't drink it, please,"</span> Nevada said. <span class="nevada">"I may be an evil spirit, but your body will be damaged…"</span>
<span class="player">"So it's mine now? Where's the pompous talk about OUR body?"</span> you twirled the bottle of holy water in your hands.
<span class="nevada">"Just don't experiment. And I promise I won't cut off your little finger."</span>
<span class="player">"You wouldn't have done it anyway."</span>
<span class="nevada">"Yes. And now I've also promised not to do it..."</span>
<<nobr>>[[Finish.|church04]]
<<set $money -= 10>>
<<set $hwater = 1>>
<</nobr>><<show-img mentor07>>
<span class="player">"Here, I got everything,"</span> you smiled, like an excellent student at an exam, handing over the flask, iris, and holy water to your mentor.
<span class="maria">"You didn't seem to be in a hurry,"</span> she answered, like a strict teacher.
<span class="player">"It wasn't that easy..."</span>
<span class="maria">"Excuses, excuses,"</span> she sighed in disappointment, making a fire in her alchemy lab and placing the flask on it. Then she threw in a dozen different ingredients and powders, only then adding an iris petal and a few drops of holy water. You're not sure if they were even necessary (the flask is necessary, but the rest is questionable).
<span class="nevada">"I can watch forever how the water burns, how the fire flows, and how you are humiliated, ahaha!"</span> Nevada has finally tried to mock you. It took her a long time to come up with a joke...
<<nobr>>[[Next.|mentor10]]
<<set $mainquest = 3>><</nobr>>
<<show-img mentor08>>
<span class="maria">"Done!"</span> mentor Maria happily threw up her hands. The result was a slightly orange brew, emitting a faint light. For some reason, it also smelled like oranges.
<span class="nevada">"Don't drink this crap! Your body is a temple, not a garbage dump!"</span> Nevada half-jokingly tried to dissuade you from further events.
<span class="player">"Mentor, thank you very much!"</span> you were happy with the progress in getting rid of the annoying ghost.
<span class="maria">"Drink exactly 1 drop. No more! The potion will be near the entrance to my house. Every time you come here, you will take it. Thus, the ghost will be stunned for 30-60 minutes,"</span> the blonde carefully instructed you. <span class="maria">"Did you understand everything?!"</span>
<span class="player">"I understood everything,"</span> you nodded.
<span class="nevada">"It's not too late to change your mind!"</span> the ghost mentally screamed, fearing the effect of the potion. But there was nowhere to retreat.
[[Drink the potion.|mentor11]]<<show-img mentor09>>
You took the hot flask, put it to your lips and carefully drank 1 drop of the fire potion. A wave of flame ran through your entire body, but it was not painful. Listening closely, you realized that your head was free of extraneous thoughts. The ghost was temporarily stunned.
<span class="player">"It works!"</span> you exclaimed.
<span class="maria">"What are you yelling about, fool?"</span> the mentor waved her hand. <span class="maria">"This is just the beginning! And all because of your ridiculous mistake! Your aunt has never done such stupid things!"</span>
<span class="player">"Sorry..."</span> you bowed your head.
<span class="maria">"You are not only disgracing me, but also your aunt!"</span> the blonde said menacingly. <span class="maria">"Okay, now we need to get rid of whorebastard. Since this is Nevada Hott herself, we will have to try hard..."</span>
[[Next.|mentor12]]<<show-img mentor02>>
<span class="maria">"Whorebastard can be exorcised by becoming more depraved than a ghost, but that's not our option,"</span> the mentor reasoned. <span class="maria">"There is also one ancient method, but it is very complicated... A ritual that will require rare artifacts."</span>
<span class="player">"I am ready to do everything!"</span> you said cheerfully.
<span class="maria">"You have already done a lot,"</span> the interlocutor shook her head. <span class="maria">"First, we will need a black soul gem. One can be made, but it will cost 10, or maybe even 100 thousand dollars. Plus it will take time. However, the gem can be obtained. You need to go to the library and find information about the owners of black soul gems. Perhaps there will be one or two nearby. In the meantime, I will study the ritual we need and prepare for it."</span>
<span class="player">"Thank you, I will do everything!"</span> you answered confidently.
<span class="maria">"If you want, I will give you access to my potions. Not for free!"</span> the woman shook her finger. <span class="maria">"I can even brew a potion that will weaken the ghost's influence on the body, but the price will be high..."</span>
[[Finish.|mentor08]]
<<show-img mentor10>>
You paid $300 for a lip plumping potion.
As soon as you drank it, your lips were on fire, but it didn't burn, it felt quite pleasant.
<span class="maria">"Big lips will suit you,"</span> the mentor smirked. <span class="maria">"Big lips suit all bitches."</span>
Soon you felt your face. It seemed that your lips really did get bigger!
<<nobr>>[[Finish.|mentor13]]
<<set $player.lips += 1>>
<<set $money -= 300>>
<<if $player.slut lte 30>><<set $player.slut += 1>><</if>><</nobr>><<show-gif mentor11>>
You paid $600 for a breast enlargement potion.
When the first drops of the potion touched your tongue, a pleasant and relaxing warmth immediately appeared in your body, and your boobs began to shake.
<span class="maria">"If the psychic job doesn't work out, you can do something else,"</span> the mentor mocked, but you didn't care. Your body is your business.
Incidentally, "your business" just got bigger!
<<nobr>>[[Finish.|mentor13]]
<<set $player.tits += 1>>
<<set $money -= 600>>
<<if $player.slut lte 30>><<set $player.slut += 1>><</if>><</nobr>>
<<show-gif mentor12>>
You paid $800 for a butt enlargement potion.
As soon as you drank it, your butt immediately began to shake and became much heavier, but this did not scare you. On the contrary, you found the sensations quite pleasant.
<span class="maria">"Your aunt had a huge butt. Apparently, you want one too,"</span> the mentor noted, while you involuntarily twerked.
Soon the cramps passed, but the heaviness remained. Your butt became bigger!
<<nobr>>[[Finish.|mentor13]]
<<set $player.ass += 1>>
<<set $money -= 800>>
<<if $player.slut lte 30>><<set $player.slut += 1>><</if>><</nobr>><<show-img mentor13>>
You paid $500 for a lip-reducing potion.
After you drank it, your lips felt like they were pierced by thousands of tiny needles. You involuntarily grabbed your lips. It hurt, damn it!
<span class="maria">"Why would anyone want to make their lips smaller?"</span> the mentor shrugged, looking straight at your suffering.
However, the pain soon passed, and you took your hands away from your face. It seemed that your lips really did get smaller.
<<nobr>>[[Finish.|mentor13]]
<<set $player.lips -= 1>>
<<set $money -= 500>>
<<if $player.slut gte 60>><<set $player.slut -= 1>><</if>><</nobr>><<show-gif mentor14>>
You paid $800 for a breast reduction potion.
When you drank the potion, your breasts began to shrink and shake. It felt very unpleasant, like something was sucking out your breasts.
<span class="maria">"Some people think that flat chests are sexy. But you can count those people on your fingers,"</span> your mentor Maria noted skeptically.
Soon the unpleasant sensations passed, and your breasts really did become smaller.
<<nobr>>[[Finish.|mentor13]]
<<set $player.tits -= 1>>
<<set $money -= 800>>
<<if $player.slut gte 60>><<set $player.slut -= 1>><</if>><</nobr>><<show-gif mentor15>>
You paid $1,000 for a butt-shrinking potion.
After drinking the potion, your butt began to shake in some crazy and very strange dance. But you couldn't do anything, you had no control over it.
<span class="maria">"You shouldn't make your butt smaller. Your aunt had a huge ass, she wouldn't approve of that,"</span> the teacher shook her head.
Soon you regained control of your body, and your butt became smaller and lighter.
<<nobr>>[[Finish.|mentor13]]
<<set $player.ass -= 1>>
<<set $money -= 1000>>
<<if $player.slut gte 60>><<set $player.slut -= 1>><</if>><</nobr>>
<<show-img mentor03>>
Mentor Maria is a true master of alchemy. She is especially good at making potions for changing the body: increasing or decreasing the size of lips, breasts and buttocks. She is also ready to make potions for you that will reduce the power of the ghost, but the price will be high...
<span class="maria">"Tell me if any of my potions interest you,"</span> the mentor said coldly.
<<nobr>><<if $day.pospotion == 0 and $mentorev == 0>>[[Ask about the anti-possession potion.|mentorev01]]
<<elseif $day.pospotion == 0 and $mentorev == 1>>[[Ask about the anti-possession potion.|mentorev03]]
<<elseif $day.pospotion == 0 and $mentorev == 2>>[[Ask about the anti-possession potion.|mentorev05]]
<<elseif $day.pospotion == 0 and $mentorev == 3>>[[Ask about the anti-possession potion.|mentorev07]]
<<elseif $day.pospotion == 1>><span class="no">You can only drink 1 anti-possession potion per day.</span><<endif>><</nobr>>
<<nobr>><<if $player.lips lte 3 and $money gte 300>> [[Buy a lip plumping potion [cost $300].|mentor14]]
<<elseif $money lte 300>><span class="no">Buy a lip plumping potion [need $300].</span>
<<else>><span style="color: green;">Your lips are already huge.</span><</if>><</nobr>>
<<nobr>><<if $player.tits lte 3 and $money gte 600>> [[Buy a breast enlargement potion [cost $600].|mentor15]]
<<elseif $money lte 600>><span class="no">Buy a breast enlargement potion [need $600].</span>
<<else>><span style="color: green;">Your tits are already huge.</span><</if>><</nobr>>
<<nobr>><<if $player.ass lte 3 and $money gte 800>> [[Buy an ass enlargement potion [cost $800].|mentor16]]
<<elseif $money lte 800>><span class="no">Buy an ass enlargement potion [need $800].</span>
<<else>><span style="color: green;">Your ass is already huge.</span><</if>><</nobr>>
<<nobr>><<if $player.lips gte 1 and $money gte 500>> [[Buy a lip reduction potion [cost $500].|mentor17]]
<<elseif $money lte 500>><span class="no">Buy a lip reduction potion [need $500].</span>
<<else>><span style="color: green;">Your lips are already tiny.</span><</if>><</nobr>>
<<nobr>><<if $player.tits gte 1 and $money gte 800>> [[Buy a breast reduction potion [cost $800].|mentor18]]
<<elseif $money lte 800>><span class="no">Buy a breast reduction potion [need $800].</span>
<<else>><span style="color: green;">Your tits are already tiny.</span><</if>><</nobr>>
<<nobr>><<if $player.ass gte 1 and $money gte 1000>> [[Buy an ass reduction potion [cost $1000].|mentor19]]
<<elseif $money lte 1000>><span class="no">Buy an ass reduction potion [need $1000].</span>
<<else>><span style="color: green;">Your ass is already tiny.</span><</if>><</nobr>>
[[Back.|mentor08]]
<<show-img mentor02>>
<span class="player">"Mentor Maria, how much will the anti-possession potion cost?"</span> you asked the woman.
<span class="maria">"Last time I let you choose the payment: money, a part of you, or humiliation. Now I will choose for you. The payment will be different each time. You can always refuse, but then you will no longer receive the potion. Do you understand?"</span>
<span class="player">"I understand,"</span> you nodded.
<span class="maria">"This time... Let it be $40. Our magic number."</span>
Only $40? That's pretty cheap. You should take it!
<<nobr>><<if $money gte 40>>[[Buy the anti-possession potion [cost $40].|mentorev02]]
<<else>><span class="no">Buy the anti-possession potion [need $40].</span><</if>><</nobr>>
[[Back.|mentor13]]
<<show-img mentor02>>
<span class="player">"Mentor, I'd like to buy an anti-possession potion,"</span> you said.
<span class="maria">"Great, that'll be $400,"</span> she smiled, and your jaw nearly dropped.
<span class="player">"$400?! Last time it was $40!"</span> you exclaimed.
<span class="maria">"First of all, don't you dare raise your voice at me, brat,"</span> she threatened with a finger. <span class="maria">"Secondly, don't forget that I set the price. If I want, I'll make it $4,000! Got it?!"</span>
<span class="player">"Got it,"</span> you looked down guiltily.
A large sum. But you don't really have much of a choice...
<<nobr>><<if $money gte 400>>[[Buy the anti-possession potion [cost $400].|mentorev04]]
<<else>><span class="no">Buy the anti-possession potion [need $400].</span><</if>><</nobr>>
[[Back.|mentor13]]<<show-img mentor02>>
<span class="player">"Mentor... I would like to know the price of the potion this time,"</span> you said timidly.
<span class="maria">"This time you will pay with a piece of yourself,"</span> the blonde said. <span class="maria">"I need a lock of your red hair. " </span>
It is not known what is worse - a lock of hair or $400. After all, with your hair she will have more power over you...
[[Give a lock of your hair to the mentor Maria.|mentorev06]]
[[Back.|mentor13]]<<show-img mentor02>>
<span class="player">"Mentor, I would like to buy an anti-possession potion. What do you want in return this time?"</span> you asked, expecting to be set up again.
<span class="maria">"This time it will be humiliation,"</span> mentor Maria smirked. She is good at smirking, her face is perfect for it. <span class="maria">"You will kneel and lick my shoes."</span>
Of course, not all witches practice this, but some consider it an important part of their professional activities. Younger or weaker witches must humiliate themselves in front of older and stronger ones. And it just so happens that you are much weaker than Maria...
[[Kiss the mentor's shoe.|mentorev08]]
[[Back.|mentor13]]<<show-img mentor04>>
You paid the mentor $40, and she poured a small glass of the potion for you from a large bottle.
<span class="maria">"You can't have more per day, or you'll burn your soul,"</span> the woman said. You took a deep breath and drank the slightly viscous potion, which had a strong minty taste.
Soon you felt that Nevada's powers had weakened a little, as did her control. However, this was a temporary solution...
<<nobr>>[[Finish.|mentor13]]
<<set $player.pos -= 2>>
<<set $money -= 40>>
<<set $mentorev = 1>>
<<set $day.pospotion = 1>>
<<if $player.pos lte 5>><<set $player.pos = 5>><</if>><</nobr>>
<<show-img mentorev01>>
You paid $400, the mentor poured you another small glass of the strange liquid.
<span class="maria">"Don't worry, the price will be different next time. I was just wondering if you would pay or not,"</span> the woman chuckled.
Of course you will! You don't want your body to be taken over by a ghost!
<<nobr>>[[Finish.|mentor13]]
<<set $player.pos -= 2>>
<<set $money -= 400>>
<<set $mentorev = 2>>
<<set $day.pospotion = 1>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img mentorev02>>
<span class="player">"I'll give you my hair,"</span> you confirmed.
<span class="maria">"Don't worry, I won't cut you bald,"</span> she took the ritual knife and cut off some of your beautiful red hair. <span class="maria">"I won't use it. Unless you go against me."</span>
<span class="player">"I understand, thank you,"</span> you nodded.
In any case, when you became a student of mentor Maria, you already gave her your hair as a sign of loyalty. Although now she has much more of your hair...
The mentor poured a potion and gave it to you. What won't you do to defeat the ghost-invader!
<<nobr>>[[Finish.|mentor13]]
<<set $player.pos -= 1>>
<<set $mentorev = 3>>
<<set $day.pospotion = 1>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<show-img mentorev03>>
There's nothing else you can do. You get on your knees, a heavy lump in your throat. You can practically feel your mentor smirking. Then you get on all fours and, after five hesitant seconds, start licking the woman's shoes with your tongue.
<span class="maria">"Go ahead, you deserve it,"</span> she laughed. <span class="maria">"Better lick them so my shoes shine!"</span>
<span class="player">"Of course, mentor Maria,"</span> you said obediently, continuing to work your tongue. It's lucky her shoes were very clean to begin with. Why does she even wear shoes at home?
<span class="maria">"At this rate, you can become a bigger slut than Nevada Hott, then your problem will be solved, and your body will drive out her soul, ha!"</span> the blonde let out a mocking laugh.
You carefully licked your shoes, then stood up, and the teacher, as if nothing had happened, calmly poured you a glass of the potion, which you drank safely.
<i>[More events in the next versions.]</i>
<<nobr>>[[Finish.|mentor13]]
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.bdsm += 1>>
<<set $player.pos -= 2>>
<<set $mentorev = 3>>
<<set $day.pospotion = 1>>
<<if $player.pos lte 5>> <<set $player.pos = 5>><</if>><</nobr>><<nobr>><<if $bsginfo == 0>><<show-img library09>><</if>>
<<if $bsginfo == 1>><<show-img library10>><</if>>
<<if $bsginfo == 2>><<show-img library11>><</if>>
<<if $bsginfo == 3>><<show-img library12>><</if>><</nobr>>
For several hours you studied literature about black soul gems, or rather about their owners. It's like looking for a needle in a haystack. Moreover, books on this topic contain rumors rather than accurate information.
<<nobr>><<if $bsginfo == 0>><span class="nevada">"When I was a child, I dreamed of being a bird. I would fly where I wanted, feel free, and shit on people's heads..."</span><</if>>
<<if $bsginfo == 1>><span class="nevada">"Have you heard the joke about three dicks and a pussy? Well, I experienced it in real life!"</span><</if>>
<<if $bsginfo == 2>><span class="nevada">"...You wanna live dancey? Live in a BDSM-mansion? Gangbang and romance? You better work bitch..."</span><</if>>
<<if $bsginfo == 3>><span class="nevada">"Once you find this gem, will your life be better without me? Your life will become more boring! By the way... Why is it a black gem? Is this some kind of racism? Or is it just really big? Big! Black! Gem!"</span><</if>><</nobr>>
Of course, Nevada tried to distract you in every way, telling stupid jokes, singing songs. However, since childhood you have been able to read in complete chaos around you, so all her attempts were in vain.
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|library08]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $bsginfo += 1>><</nobr>><<show-img library13>>
Once again, you leafed through the books in search of at least some clue, even the slightest one! And... You can't believe your eyes! You found much more than you were looking for. Not as much as if the black soul gem was right there in the book, but still a lot.
<span class="nevada">"Why are you so happy? I overslept,"</span> Nevada got excited along with you.
<span class="player">"I found someone who has the gem,"</span> you smiled triumphantly.
<span class="nevada">"Who?"</span>
<span class="player">"My aunt."</span>
<span class="nevada">"Great! Let's go dig graves!"</span> you were ashamed, but you giggled at this joke.
<span class="player">"No, let's go look for someone to whom she could have bequeathed this relic,"</span> you said confidently. <span class="player">"Although why am I even discussing plans for your exile with you?"</span>
<span class="nevada">"You can't live without me anymore, just admit it..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|library08]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $bsginfo = 5>><</nobr>><<show-img mentor02>>
<span class="player">"Mentor, I found information about the owner of the black soul gem!"</span> you happily reported.
<span class="maria">"Well?"</span> she raised an eyebrow.
<span class="player">"It turns out that my aunt owned one of the black soul gems!"</span>
<span class="maria">"I didn't know she had such an artifact. However, your aunt had a lot of things... Do you have the gem or not?"</span>
<span class="player">"Well, that's the problem,"</span> you scratched the back of your head. <span class="player">"My aunt bequeathed to me her crystal ball, her house, and the bank account from which this house is automatically paid. But she bequeathed the artifacts to other people..."</span>
<span class="maria">"Oh,"</span> mentor Maria shook her head in disappointment.
<<nobr>>[[Next.|mentor21]]
<<set $mainquest = 4>><</nobr>><<show-img mentor03>>
<span class="maria">"She left me a few things, of course, but the black soul gem wasn't among them,"</span> the woman reasoned. <span class="maria">"But she had a... friend... who could use the gem. A hunter of the undead, tall, strong and black. I don't think he has a proper place to live, but he might be able to find one at an abandoned factory. His name is... Smith, or something like that."</span>
<span class="player">"Thank you!"</span> you exclaimed. <span class="player">"I'll definitely find that gem!"</span>
<span class="maria">"If only I had your optimism..."</span> the mentor sighed heavily. <span class="maria">"I suspect your aunt would have encrusted the gem into some kind of jewelry."</span>
<span class="player">"Thank you again! I'd be lost without you!"</span> you showered her with gratitude.
<span class="maria">"Of course you would be lost. You're such a fool..."</span>
[[Finish.|mentor08]]<<show-img artifacts05>>
A powerful artifact - the black soul gem, which belonged to your aunt, has returned to you again. It is disguised as jewelry, as a cheap necklace, but its price among magicians can reach hundreds of thousands of dollars. The black soul gem is easily capable of destroying soul fragments and an entire soul, but many artifacts are capable of this. Its main difference is the ability to destroy one of several souls located in the body, but this will require additional relics to protect the soul that does not need to be destroyed.
[[Back.|artifacts01]]<<nobr>><<if $time lte 2>><<show-img smith01>><</if>>
<<if $time gte 3>><<show-img smith02>><</if>><</nobr>>
A tall and strong black man of middle age in an old leather coat and an even older vest under the coat. Even the local bandits are afraid of him. Smith was also a close friend of your late aunt.
<<nobr>><<if $bsg == 0>>[[Talk about the black soul gem.|smith02]]<</if>>
<<if $bsg == 1 and $smithev == 0>>[[Talk to Smith.|smith10]]<</if>>
<<if $bsg == 1 and $smithev == 1>>[[Talk to Smith.|smith12]]<</if>>
<<if $bsg == 1 and $smithev == 2>>[[Talk to Smith.|smith14]]<</if>>
<<if $bsg == 1 and $smithev == 3>>[[Talk to Smith.|smith16]]<</if>><</nobr>>
[[Back.|factoryin05]]
<<nobr>><<if $time lte 2>><<show-img factoryin07>><</if>>
<<if $time gte 3>><<show-img factoryin08>><</if>><</nobr>>
<span class="player">"Hello, Mr. Smith... Sir?"</span> you didn't know how to properly address this fearsome man.
<span class="smith">"Just Smith,"</span> he laughed. <span class="smith">"Hello, $name. Is there any way I can help you?"</span>
<span class="nevada">"Put her on your big black cock!"</span> Nevada mentally intervened.
<span class="player">"My aunt had a lot of artifacts, but she bequeathed them to her friends. I'm looking for the black soul gem..."</span>
<span class="smith">"I have it,"</span> the man interrupted you, making you very happy at the same time. <span class="smith">"But I need the gem for my work."</span>
<span class="player">"Understand, I'm in a very unpleasant situation! I really need this artifact..."</span>
<span class="smith">"Okay, I'm going hunting now. If you help me, I'll give you what you're looking for..."</span>
Fuck! You simply have no choice. You'll have to go with the man. You hope this isn't a trap...
[[Next.|smith03]]<<nobr>><<if $time lte 2>><<show-img smith03>><</if>>
<<if $time gte 3>><<show-img smith04>><</if>><</nobr>>
<span class="player">"What kind of hunt are we talking about?"</span> you decided to clarify when the man approached one of the tents and took a bloody baseball baton with nails driven into it.
<span class="smith">"The walking dead,"</span> he answered laconically. <span class="smith">"Don't worry, I'll immobilize him, and you'll do the rest."</span>
<span class="player">"We need to expel part of the soul..."</span> you thought as you were already walking along the endless corridors of the plant. <span class="player">"But... You have the black soul gem!"</span>
<span class="smith">"That's the problem. It doesn't work on the local walkers. More precisely, on those who are under the factory."</span>
<span class="player">"What do you mean "it doesn't work"? And why only on these zombies... walkers?"</span> you didn't quite understand what was happening.
<span class="smith">"I beat them with my bat, smash their heads, break every bone in their body, and they continue to move. I use the gem, but it doesn't work."</span>
<span class="nevada">"It's bad when the big black device doesn't work..."</span> the ghost girl mocked. Good thing only you can hear her (when she's not controlling your body).
[[Next.|smith04]]
<<show-img smith05>>
You went down into some underground rooms, the man opened a large padlock with his key.
<span class="smith">"So that they don't get out,"</span> he explained. Yeah, in a place like this you can be raped, chained to a pipe and kept here as a slave.
<span class="nevada">"That's not so bad! It's much worse if you get killed! Hey, Smith, don't take her with you, she's incompetent! I don't want to lose this beautiful body because of a fucking zombie!"</span> Nevada screamed mentally.
You moved through the underground labyrinths. The hunter went first, and you constantly looked back just in case.
<span class="smith">"Your aunt and I often worked together,"</span> Smith indulged in nostalgia. <span class="smith">"She was a wonderful woman, very interesting and very smart."</span>
Suddenly you heard a noise and slowly walked towards its source.
[[Next.|smith05]]<<show-img smith06>>
A slow zombie came out from around the corner. Short, covered in dried blood and rags, with a dead look. But the strangest thing was his skin color. It was green.
You had never encountered the walking dead before, but you knew the principles of working with them: smash the head, perform a ritual of destroying the soul. More precisely, only a tiny part of the soul, and not a full-fledged ghost, like Nevada.
<span class="nevada">"Thank you for considering me full-fledged, but run! Run from this creature!"</span> the ghost girl mentally screamed...
[[Next.|smith06]]<<show-img smith07>>
Smith shielded you with his body and waited for the undead to approach you. He even playfully cut the air with his bat, as if warming up before the main blow.
<span class="smith">"It's the same walking dead. I've killed him twice already,"</span> the man said.
<span class="nevada">"And dying once hurts..."</span> Nevada sighed. <span class="nevada">"Please put the freak out of his misery."</span>
The zombie came close enough to strike and...
[[Next.|smith07]]<<show-img smith08>>
With one precise blow, Smith smashed the zombie's head, he fell, but continued to twitch. Then the man broke his limbs, one after another. As soon as the body's movements ceased to threaten you, you flew up to him, sprinkled the circle with salt, made a pentagram, and with unprecedented speed placed candles in its corners.
A small sapphire on your glove glowed red. This is bad.
<span class="nevada">"It's not a ghost! It's... not a soul!"</span> Nevada screamed.
<span class="player">"Yes, I already understood,"</span> you answered out loud for some reason.
Then you took out silver powder, poured it into the "open" head of the zombie, everything inside hissed, but soon the body stopped twitching.
<span class="smith">"So what is it?"</span> the man was surprised that you were able to finally calm the walker.
<span class="player">"It was a demon,"</span> you answered calmly. <span class="player">"Not exactly a demon. Some kind of demonic energy without self-awareness as such."</span>
<span class="smith">"Let's get out of here,"</span> the man said, and you quickly walked back.
[[Next.|smith08]]
<<nobr>><<if $time lte 2>><<show-img smith09>><</if>>
<<if $time gte 3>><<show-img smith10>><</if>><</nobr>>
As soon as you left the dungeon, Smith locked the massive iron door. And only then were you able to catch your breath and relax.
Suddenly, the man grabbed you by the waist and kissed you right on the lips. Surprisingly, you reciprocated. But all this lasted for about 5 seconds, then you both abruptly pulled away.
<span class="smith">"Sorry, you just look so much like your aunt. And we with her..."</span>
<span class="player">"You had an affair, I'm not a little girl, I already understood,"</span> you finished.
<span class="nevada">"Wow! And your aunt was on fire!"</span> Nevada got excited.
<span class="smith">"And you were just reacting to stress,"</span> the man explained why you responded to his kiss.
<span class="player">"Okay, let's just move on..."</span>
[[Next.|smith09]]<<nobr>><<if $time lte 2>><<show-img smith11>><</if>>
<<if $time gte 3>><<show-img smith12>><</if>><</nobr>>
<span class="smith">"It seems the black soul gem don't really help me against these walking dead. But I'd be grateful if you could return it to me later, since it can put normal walkers to sleep forever,"</span> the man pulled the necklace out of his coat's inner pocket and handed it to you.
<span class="player">"Thank you,"</span> you smiled. <span class="player">"I'll return it when I have a chance."</span>
<span class="smith">"I have some business here for now, as you can see,"</span> Smith waved his hands around himself. <span class="smith">"So what happened there?"</span>
<span class="player">"I'm not exactly sure,"</span> you tried to find the words. <span class="player">"I sensed a demonic essence."</span>
<span class="smith">"But usually the dead are set in motion by a piece of a human soul. Or the soul of another earthly creature..."</span>
<span class="player">"Yes. So if you need to exorcise a demonic essence, you'll need an exorcist. Or just smash their heads and sprinkle silver on their brains. Or salt, but you'll need a lot of it,"</span> you instructed.
<span class="smith">"Thank you,"</span> the man nodded.
<span class="player">"Thank you too. See you later."</span>
<span class="nevada">"Thank me too..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>>[[Finish.|factoryin05]]<</if>>
<<if $time gte 5>>[[Finish.|sleep01]]<</if>>
<<set $bsg = 1>>
<<set $day.smith = 1>><</nobr>><<show-img mentor16>>
<i>[The story will be continued in the next versions.]</i>
[[Back.|mentor08]]<<show-img luev01>>
You decided to buy a cocktail and relax, sipping it at the bar.
<span class="nevada">"Oh, yeah, let's relax,"</span> Nevada supported your decision. <span class="nevada">"And if only we could fuck..."</span>
<span class="lu">"So, how do you like it, $name? Is everything ok?"</span> Lu asked you when you had already drunk half of the cocktail.
<span class="player">"Yeah, it's a fun and friendly atmosphere here,"</span> you nodded, devouring the name of the bar with your eyes.
<span class="lu">"You're probably wondering why the bar is called Less Boss?"</span> Lu caught the direction of your gaze. <span class="lu">"A tribute to the Greek island of Lesbos, where the term "lesbianism" comes from. And a play on words. Although, as you can see, this is not a BDSM club only for Goddesses and slaves, this is a place for everyone."</span>
<span class="player">"For all the girls,"</span> you smiled.
<span class="lu">"Yeah,"</span> Lu nodded. <span class="lu">"Here we can feel like ourselves, feel completely safe. And you don't even have to be a lesbian. I'll let you in on a secret: some straight girls come here too, just to drink, chat, and relax their souls."</span>
<span class="nevada">"All the girls are bisexual,"</span> Nevada thought. Although that was a highly debatable statement...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $luev = 1>><</nobr>><<show-img luev02>>
You took another alcoholic cocktail and sat at the bar.
<span class="nevada">"The alcohol here is delicious, you can get drunk,"</span> Nevada rejoiced when you took a sip of the drink.
<span class="lu">"I see you liked our place,"</span> Lu smiled at you.
<span class="player">"It's nice here,"</span> you nodded. <span class="player">"And I see you really like this place."</span>
<span class="lu">"It's mine,"</span> the girl laughed. <span class="lu">"Or rather, partly mine, 50%."</span>
<span class="player">"Wow,"</span> you were surprised that the barmaid was also the owner of the place. <span class="player">"Will you tell me, if it's not a secret?"</span>
<span class="lu">"Well, it's a simple story,"</span> the girl shrugged and became slightly sad. <span class="lu">"I broke up with a girl I loved very much. A friend... just a girl-friend, suggested that we open our bar in town together. I got into debt, sold a good car and dove headlong into work. At first I worked as a bartender, since we had little money, and it helped me to distract myself. And then I made friends with everyone, fell in love with this business."</span>
<span class="nevada">"A good story,"</span> the ghost smiled mentally.
<span class="player">"A good story,"</span> you repeated out loud...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $luev = 2>><</nobr>>
<<show-img luev03>>
You decided to have a cocktail at the bar again. And to chat with Lu at the same time.
<span class="player">"How are you doing?"</span> you smiled at the girl.
<span class="lu">"I usually ask everyone how they are doing,"</span> the bartender chuckled. <span class="lu">"I'm doing well, thank you."</span>
<span class="nevada">"Why doesn't anyone ask how I am doing?!"</span> Nevada was indignant.
<span class="player">"Everyone sees how beautifully you smile and thinks that you are doing well,"</span> you answered Lu, not the ghost.
<span class="lu">"You know, I just love my job,"</span> the girl winked and put her hand on yours. You didn't pull your hand away. On the contrary, you felt comfortable with this touch. Her hands were warm and her skin was very smooth.
<span class="nevada">"We'll have to ask what cream she uses..."</span> Nevada thought.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $luev = 3>><</nobr>><<show-img luev04>>
<span class="nevada">"You want to appease me with alcohol?"</span> Nevada asked as you took another cocktail. <span class="nevada">"You're doing well..."</span>
<span class="lu">"You know why I love this place, $name?"</span> Lu asked you.
<span class="player">"Besides the feeling of safety and comfort you mentioned earlier?"</span> you smiled at her.
<span class="lu">"Free love,"</span> she ran her hand around the room. One couple was kissing on the couch. Another was dancing in a hot dance. And another butch girl was groping a short girl in glasses near the toilet (she seemed to be enjoying it). <span class="lu">"Although, of course, many are faithful to their significant others. But that's the main advantage of freedom of choice."</span>
<span class="player">"And you...what do you prefer?"</span> you kept up the conversation.
<span class="lu">"Right now I'm all for free love,"</span> the Asian girl winked. <span class="lu">"I've slept with half the clients here, to be honest."</span>
<span class="nevada">"It’s strange that only half…"</span> the ghost chuckled.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $luev = 4>><</nobr>><<show-img luev05>>
<span class="nevada">"The cocktails here are great, I'm in,"</span> Nevada supported your idea to drink. As always, though.
<span class="player">"Lu, did you learn all this yourself?"</span> you decided to ask the barmaid where she got her skills from.
<span class="lu">"I did, videos from the Internet helped me,"</span> the girl smiled. <span class="lu">"But it didn't work out right away. I've been doing this for almost 10 years."</span>
<span class="nevada">"It's hard to determine the age of Asians. I thought she was younger,"</span> the ghost reasoned. <span class="nevada">"But she's at least 30-35."</span>
<span class="player">"A girl in her prime,"</span> you answered mentally.
<span class="lu">"By the way, I accept kisses as tips,"</span> Lu pointed to her cheek.
You leaned over the counter and kissed the girl on her cheek. It probably looked funny and... cute from the outside.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $stats.kiss += 1>>
<<set $money -= 15>>
<<set $luev = 5>><</nobr>><<show-gif luev06>>
<span class="nevada">"If I become an alcoholic again, it will be your fault,"</span> Nevada joked. She was joking, right? <span class="nevada">"Joking, joking..."</span>
<span class="lu">"Today it’s on me, as a regular customer,"</span> Lu smiled at you and pointed to her cheek. <span class="lu">"But you'll have to tip."</span>
You leaned over the counter again, but this time she turned sharply to you, and you kissed her lips. You were slightly taken aback, and she playfully kissed yours. You (under the influence of alcohol) decided to win this battle, so you openly licked her lips with your tongue. Then you both laughed.
<span class="nevada">"Whores, debauchery and booze... Just the way I like it,"</span> the ghost girl assessed your innocent games with Lu...
<i>[More events in the next versions.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 5>><<set $player.slut += 1>><</if>>
<<set $stats.kiss += 1>>
<<set $luev = 5>><</nobr>><<show-img lbar03>>
You decided to have a cocktail, sit aside, and watch the people in the hall. So you chose the darkest and most inconspicuous place at a small table for two.
<span class="nevada">"So many happy drunk faces,"</span> Nevada mentally assessed the situation. <span class="nevada">"I've been to such places a few times in my life, but usually my actress friends dragged me in."</span>
<span class="player">"You probably preferred regular bars."</span>
<span class="nevada">"No! I preferred cheap bars with drunk men! Ahaha!"</span> she laughed loudly. <span class="nevada">"And sometimes I could hang out, drink, and fuck in biker bars. But bars for girls are also an interesting place. Many people can be here... themselves..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $lbarev = 1>><</nobr>><<show-img lbar04>>
You decided to sit in the hall again and have a cocktail or two.
A large group of girls in the center of the hall were celebrating something boisterously, they were hugging, laughing and were very happy.
<span class="female3">"A cocktail for everyone on us!"</span> one girl from this group exclaimed.
<span class="nevada">"Raise a glass to her!"</span> Nevada shouted to you mentally.
<span class="player">"I'll drink to you!"</span> you shouted to the girl through the soft music. She answered you with a nod.
<span class="nevada">"That's how it should be. Alcoholics' etiquette is sacred,"</span> the ghost girl in your head hiccupped theatrically...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $lbarev = 2>><</nobr>><<show-gif lbar05>>
Sitting at your now familiar table, you sipped your cocktail and relaxed your soul.
<span class="nevada">"If we don't drink this alcohol, it will drink us,"</span> Nevada thought something stupid.
<span class="lu">"My favorite song!"</span> Lu suddenly shouted to the whole room, ran around the bar, burst onto the small dance floor and joined the three dancing girls. Everyone in the room supported her with approving shouts and applause. And there was something to be happy about: the girl danced very gracefully, and her movements were precise, as if they were choreographed by some K-POP music video director.
<span class="nevada">"How cool she moves! But if you give me control now, I'll tear this whole hall apart too!"</span> the ghost got excited.
<span class="player">"Now is Lu's moment of glory,"</span> you answered calmly. <span class="player">"Just enjoy..." </span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $lbarev = 3>><</nobr>><<show-img lbar06>>
<span class="female2">"Do you mind?"</span> the girl interrupted your thoughts when you were sitting at your favorite table and sipping a cocktail. <span class="female2">"Just to chat. I'm treating you."</span>
<span class="nevada">"If you're being treated, you have to say yes!"</span> Nevada was happy about the free drink. You were skeptical about this turn of events, but nodded to the girl to sit down.
And, surprisingly, the girl really just wanted to chat and drink. She even treated you to snacks. Apparently, she just needed to speak out, and for one reason or another she didn't want to go to a psychologist, and there are some things you can't tell your friends. Besides, the girl was just passing through.
As a result, by the end you were already actively laughing (Nevada was suggesting good jokes to you) and talking as if you had known each other for a thousand years. As she left, she warmly hugged you and thanked you. Sometimes people need to be given a chance...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $lbarev = 4>><</nobr>><<show-gif lbar07>>
<span class="nevada">"If you had another life, would you become a psychic again?"</span> Nevada asked mentally.
<span class="player">"That's a trick question,"</span> you thought. <span class="player">"If I say yes, then that would be your excuse to drag my body into porn. And if I say no, then I don't know what I'd be..."</span>
...As you were leaving the bathroom, you bumped into a strange girl who grabbed your ass in the semi-darkness and shook you. And then her eyes widened sharply.
<span class="female">"Oh! Sorry! I got it wrong! I'm so embarrassed!"</span> the girl lamented drunkenly.
<span class="player">"Oh, come on, it's all fine,"</span> you shrugged. What are you supposed to do now, execute the girl for a stupid mistake? Nerves and scandals aren't worth it. Besides, it was funny...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $lbarev = 5>><</nobr>><<show-gif lbar08>>
<span class="nevada">"Shall we dance?"</span> Nevada suggested as you sipped your cocktail.
<span class="player">"You know, I'll agree,"</span> you smiled, stepping out onto the small dance floor where two girls were dancing to soft music.
<span class="nevada">"Hey! Aren't you going to hand over control of your body to me?"</span> the ghost girl was surprised.
<span class="player">"Why?"</span> you started moving to the music.
<span class="nevada">"Because you're a terrible dancer. And I'm an awesome dancer,"</span> the girl answered confidently.
<span class="player">"Then fly out of my body and dance as much as you want,"</span> you continued moving to the rhythm of the music. Of course, Nevada had more experience and charisma, but now you're resting, now you're moving to the rhythm of the dance...
<i>[More events in the next versions.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish">><<goto lbar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish">><<goto sleep01>><</link>><</if>>
<<set $money -= 15>>
<<set $lbarev = 5>><</nobr>><<nobr>><<if $time lte 2>><<show-img factoryout03>><</if>>
<<if $time gte 3>><<show-img factoryout04>><</if>><</nobr>>
<span class="maya">"Hey, Red-White, want to have some fun?"</span> Maya winked at you.
<span class="nevada">"It's hardly safe to "have fun" with a cheap prostitute, but the choice is yours,"</span> Nevada seems slightly jealous.
Maya has a wide range of services, but she offers her body for girls at a higher price.
<<nobr>><<if $player.slut gte 30 and $money gte 100>>[[Dom: cunnilingus for you from Maya [requires 30 slutness; cost $100].|maya02]]
<<else>><span class="no">Dom: cunnilingus for you from Maya [requires 30 slutness; need $100].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 30 and $money gte 100>>[[Dom: spank Maya [requires 30 slutness; cost $100].|maya03]]
<<else>><span class="no">Dom: spank Maya [requires 30 slutness; need $100].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 30 and $money gte 100>>[[Dom: fuck Maya with a strap-on [requires 30 slutness; cost $100].|maya04]]
<<else>><span class="no">Dom: fuck Maya with a strap-on [requires 30 slutness; need $100].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 50 and $money gte 200 and $day.piss == 0>>[[Dom: piss on Maya [requires 50 slutness; cost $200].|maya05]]
<<else>><span class="no">Dom: piss on Maya [requires 50 slutness; need $200; 1 per day].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 50 and $money gte 50 and $day.spit == 0>>[[Dom: spit on Maya [requires 50 slutness; cost $50].|maya06]]
<<else>><span class="no">Dom: spit on Maya [requires 50 slutness; need $50; 1 per day].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 50 and $money gte 50>>[[Sub: lick Maya's cunt [requires 50 slutness; cost $50].|maya07]]
<<else>><span class="no">Sub: lick Maya's cunt [requires 50 slutness; need $50].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 40 and $money gte 50>>[[Sub: Maya spank you [requires 40 slutness; cost $50].|maya08]]
<<else>><span class="no">Sub: Maya will spank you [requires 40 slutness; need $50].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 50 and $money gte 50>>[[Sub: Maya will fuck your anus with a strap-on [requires 50 slutness; cost $50].|maya09]]
<<else>><span class="no">Sub: Maya will fuck your anus with a strap-on [requires 50 slutness; need $50].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 70 and $money gte 100 and $day.pissmaya == 0>>[[Sub: Maya will piss on you [requires 70 slutness; cost $100].|maya10]]
<<else>><span class="no">Sub: Maya will piss on you [requires 70 slutness; need $100; 1 per day].</span><</if>><</nobr>>
<<nobr>><<if $player.slut gte 70 and $money gte 50 and $day.spitmaya == 0>>[[Sub: Maya will spit on you [requires 70 slutness; cost $50].|maya11]]
<<else>><span class="no">Sub: Maya will spit on you [requires 70 slutness; need $50; 1 per day].</span><</if>><</nobr>>
[[Back.|factoryout04]]<<nobr>><<if $time lte 2>><<show-img maya01>><</if>>
<<if $time gte 3>><<show-img maya02>><</if>><</nobr>>
You paid Maya $100 to give you cunnilingus, the prostitute took you to an abandoned factory, inside she showed you a dirty mattress that probably had liters of sperm spilled on it from hundreds of men. You undressed, spread your clothes under yourself and lay down.
<span class="nevada">"Write an ad on the Internet: 'I want cunnilingus', and a hundred guys and a couple of girls will respond. Why pay for it?"</span> Nevada reasoned.
The prostitute, wasting no time, began to kiss your hips, moving higher. With her hands she caressed your waist, chest, then nipples, and her tongue had already reached your labia. After playing with them for a while, the girl began to caress your clitoris. A current ran through your entire body. She did it gently, carefully, but gradually increased the pressure and speed, playing with your nipples.
<span class="player">"Yes, yes, yes!"</span> you grabbed her hair with your fingers and began to cum. Her movements were so masterful that under their pressure you quickly gave in, having received a pleasant and intense orgasm.
<span class="nevada">"She's good at this,"</span> the ghost girl assessed. <span class="nevada">"Apparently, her HUGE experience is showing..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.cunitoyou += 1>>
<<set $stats.lesbian += 1>>
<<set $money -= 100>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img maya03>><</if>>
<<if $time gte 3>><<show-img maya04>><</if>><</nobr>>
You paid a prostitute $100, she took you to an abandoned factory.
<span class="maya">"Don't be afraid, I'll be a good girl now,"</span> Maya smiled at you.
<span class="nevada">"If only she'd tried to show off! I'd punch her in the face myself!"</span> Nevada mentally threatened the cheap prostitute.
You walked over to a very dirty mattress, the girl took off her clothes, got on all fours on the mattress. You also pulled down your outerwear, got comfortable and spanked the girl with your palm. First weakly, as if warming up, and then harder and harder.
<span class="maya">"Yes, I was a bad girl,"</span> she wiggled her butt, teasing you.
<span class="nevada">"Take that, cheap slut!"</span> the ghost played the mistress, but you were the one delivering the blows.
More. And more. And more!
<span class="maya">"Ouch!"</span> Maya grabbed her fat, reddened ass in pain.
<span class="player">"That's enough,"</span> you spanked her one last time, and you started getting ready...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.bdsm += 1>>
<<set $stats.lesbian += 1>>
<<set $money -= 100>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img maya05>><</if>>
<<if $time gte 3>><<show-img maya06>><</if>><</nobr>>
You paid $100 to fuck a hooker with a strap-on, she winked at you, took your hand and led you to the forest that grew near an abandoned factory.
<span class="nevada">"Men think that we envy their cocks. And now you're proving it,"</span> Nevada shook her head mentally.
Having reached the old dirty mattress, Maya gave you a strap-on, undressed and lay down in the missionary position. You put on the artificial penis, positioned yourself next to her pussy and... the penis literally flew into her hole. A feigned moan escaped the hooker's lips. You started to fuck her, she looked straight into your eyes, obedience and pleasure were visible in them.
<span class="maya">"Yes, fuck me, fuck me!"</span> the girl said. After some time, you changed your position and put the girl in the doggy style. Maya started moaning even more actively and loudly, you lightly spanked her fat ass.
<span class="maya">"I'm cumming, I'm cumming!"</span> escaped her lips. And the girl wasn't lying (you could feel it, since you were a girl too). Slightly out of breath, you took out the strap-on, took it off yourself and threw it on the mattress near the prostitute. Then you turned around and slowly began to walk away to the factory...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.lesbian += 1>>
<<set $money -= 100>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img maya07>><</if>>
<<if $time gte 3>><<show-img maya08>><</if>><</nobr>>
You handed her $200 to piss on, and you both walked around the corner.
<span class="nevada">"Wow, you're a total pervert, ahaha!"</span> Nevada laughed. <span class="nevada">"I'd gladly piss on that slut myself, but for free. And it would be even better if she paid me for it..."</span>
As soon as you turned, the girl quickly took off her clothes, squatted down, and you bared your pussy and, after slightly straining for about five seconds, yellowish urine poured out of you. You took the prostitute by the head and directed her mouth straight to the stream. She began to swallow the urine, but most of the liquid flowed down her body and landed on the cracked asphalt.
<span class="nevada">"Oh, what a relief,"</span> said the ghost girl.
<span class="maya">"Thank you for using my services,"</span> Maya smiled at you when you finished pissing on her. Of course, she was happy with the good money you paid her...
<<nobr>><<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $day.piss += 1>>
<<set $stats.gs += 1>>
<<set $stats.lesbian += 1>>
<<set $money -= 200>><</nobr>><<nobr>><<if $time lte 2>><<show-img maya09>><</if>>
<<if $time gte 3>><<show-img maya10>><</if>><</nobr>>
<span class="player">"I want to spit in your mouth,"</span> you smiled at the prostitute.
<span class="maya">"50 dollars,"</span> she said, opening her mouth and leaning slightly.
<span class="nevada">"50 dollars for spitting?! This is robbery!"</span> Nevada screamed. <span class="nevada">"Or is it inflation that big..."</span>
You collected your saliva and spat into Maya's mouth. You didn't even go anywhere, everything was happening right at the entrance to the abandoned factory. You are sure that someone definitely saw this show.
<span class="maya">"Thank you,"</span> the whore said, swallowing your saliva. You handed her your honestly earned 50$...
<<nobr>><<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 65>><<set $player.slut += 1>><</if>>
<<set $stats.lesbian += 1>>
<<set $day.spit += 1>>
<<set $money -= 50>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img maya11>><</if>>
<<if $time gte 3>><<show-img maya12>><</if>><</nobr>>
You paid a prostitute $50 to lick her fucked and slutty cunt.
<span class="nevada">"You're crazy,"</span> Nevada succinctly assessed your actions.
Maya led you into an abandoned factory and lay down on a dirty mattress. You lay down in front of her and kissed her thigh.
<span class="maya">"Lick me well, red-and-white bitch. Do you understand?!"</span> she said imperiously.
<span class="player">"I understand,"</span> you confirmed, kissing her thick thighs, moving higher and higher. Very quickly you reached the vagina, which turned out to be very clean. Of course, she monitors minimal hygiene, because otherwise no one will fuck her.
You kissed her labia, licked them, then began to lick the clitoris. The girl grabbed you by the hair and pressed you to her cunt.
<span class="maya">"Lick, bitch, lick,"</span> she kept saying, and you had no choice but to move your tongue faster and faster. Soon she was shaking and pressing you to her with all her strength. You couldn't breathe, let alone lick. However, after about 15 seconds, she let you go.
<span class="maya">"Good bitch,"</span> she said, breathing heavily. <span class="maya">"Get out of here."</span>
You nodded and slowly began to walk away...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 75>><<set $player.slut += 1>><</if>>
<<set $stats.cunibyyou += 1>>
<<set $stats.lesbian += 1>>
<<set $money -= 50>><</nobr>><<nobr>><<if $time lte 2>><<show-img maya13>><</if>>
<<if $time gte 3>><<show-img maya14>><</if>><</nobr>>
You paid $50 for a prostitute to spank you. She took the money, smirked, and led you to an abandoned factory.
<span class="nevada">"I get it, I get it. You want my ass to hurt when I get control of our body. Clever..."</span> Nevada was indignant.
Maya led you to a dirty couch and plopped down on it.
<span class="maya">"Give me your ass, bitch. How long do I have to wait?!"</span> she said imperiously. You took off some of your clothes and lay down on her legs with your stomach.
<span class="maya">"Take that, you spoiled white scum!"</span> she spanked your ass hard. You jerked involuntarily, but she held you in place. <span class="maya">"And take that again! And more!"</span>
<span class="player">"Ow! Ouch!"</span> came out of your mouth. Then she flipped you over onto your back, lifted your legs and continued to spank your reddened bottom in that position. At the same time, she squeezed your pussy with her other hand.
<span class="maya">"Rich white scum pays a drug addict prostitute to spank her. Think about how worthless you are!"</span> with these words, she spanked you one last time, stood up and left. Your bottom was burning, you felt very humiliated.
<span class="nevada">"I can't say it better than her..."</span> added the ghost.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 70>><<set $player.slut += 1>><</if>>
<<set $stats.bdsm += 1>>
<<set $stats.lesbian += 1>>
<<set $money -= 50>><</nobr>><<nobr>><<if $time lte 2>><<show-img maya15>><</if>>
<<if $time gte 3>><<show-img maya16>><</if>><</nobr>>
You paid $50 for a hooker to fuck you with a strap-on. She winked at you, took your hand and led you to the factory.
<span class="nevada">"You could have met any guy at a bar, a real dick is better than a strap-on. And they could have paid you too..."</span> the ghost girl lamented.
Maya led you to a dirty mattress, put a strap-on on herself and put you on all fours.
<span class="maya">"I only fuck white sluts in the ass,"</span> she smirked and spat on your anus.
You were shaking slightly with excitement, and she rubbed her saliva with her finger, slightly penetrating it inside.
<<nobr>><<if $player.anal lte 1>><span class="maya">"Your ass is tight. But never mind, I'll fix it now,"</span> the whore inserted the toy into you.<</if>>
<<if $player.anal == 2>><span class="maya">"You have a nice hole, white bitch, fucked,"</span> the whore inserted the toy into you.<</if>>
<<if $player.anal gte 3>><span class="maya">"White scum, who fucked your ass like that? You fuck black men, right?"</span> the whore grinned, inserting the toy into you.<</if>><</nobr>>
She started fucking you, doing it very roughly, spanking your ass, grabbing your hair, cursing. You moaned loudly and were sure that someone would definitely see you or had already seen you. But at the same time, you were turned on by what was happening. You are sure that if you touched your clitoris, you would cum in 5-10 seconds.
<span class="maya">"Take your hand away, you worthless piece of shit!"</span> Maya did not let you masturbate. It was very humiliating, but you followed her order.
After fucking you a little more, she came out of your ass and kicked you in the butt with her shoe. It was unpleasant. And very hot...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 70>><<set $player.slut += 1>><</if>>
<<set $stats.lesbian += 1>>
<<set $stats.anal += 1>>
<<holes>>
<<set $money -= 50>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img maya17>><</if>>
<<if $time gte 3>><<show-img maya18>><</if>><</nobr>>
<span class="player">"I want you to piss on me,"</span> you smiled at the prostitute.
<span class="maya">"Give me 100 bucks, red and white piece of shit,"</span> she smirked. You handed her the money, she nodded for you to follow her around the corner. And Nevada didn't even say anything in response. Apparently, she was in complete shock from what was happening.
Turning around the wall, the prostitute grabbed you by the hair.
<span class="player">"Ouch!"</span> you said in pain.
<span class="maya">"Get on your knees, bitch!"</span> she ordered. You obediently did as you were told. She bared her pussy, and a powerful stream of urine immediately poured out of it, right on your face and into your mouth.
<span class="maya">"Swallow it, or I'll beat you up!"</span> Maya shouted, you followed her order again. The urine was slightly salty, this taste did not disgust you. Rather, on the contrary, you felt the blood rush to your cunt.
After peeing, the prostitute wiped her cunt on your face, smirked and simply walked away, leaving you sitting in a puddle of her urine...
<<nobr>><<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 95>><<set $player.slut += 1>><</if>>
<<set $stats.gs += 1>>
<<set $stats.lesbian += 1>>
<<set $day.pissmaya += 1>>
<<set $money -= 100>><</nobr>><<nobr>><<if $time lte 2>><<show-img maya19>><</if>>
<<if $time gte 3>><<show-img maya20>><</if>><</nobr>>
<span class="player">"I want you to spit in my mouth,"</span> you told the prostitute.
<span class="nevada">"I don't want to!"</span> Nevada exclaimed. <span class="nevada">"Is this your way of getting rid of me?!"</span>
<span class="maya">"50$, white bitch,"</span> she smirked. You gave her the money, Maya grabbed your head and tilted it down. You opened your mouth, and viscous white drool began to flow down from the cheap prostitute's mouth. All this was happening right at the entrance to the factory. You were sure that some homeless person was watching it.
<span class="maya">"Swallow, bitch,"</span> the prostitute said as the drool hit your mouth. You swallowed it all and opened your mouth to demonstrate. <span class="maya">"Where's the gratitude?!"</span>
<span class="player">"Thank you for spitting in my mouth,"</span> you said fearfully. The prostitute let go of your hair, smirked and walked away from you...
<<nobr>><<if $time lte 4>><<link "Finish.">><<goto maya01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 85>><<set $player.slut += 1>><</if>>
<<set $day.spitmaya += 1>>
<<set $stats.lesbian += 1>>
<<set $money -= 50>><</nobr>><<nobr>><<if $time lte 2>><<show-img smith13>><</if>>
<<if $time gte 3>><<show-img smith14>><</if>><</nobr>>
<span class="smith">"$name, hi. Nice to see you,"</span> the tall black man smiled.
<span class="player">"Hello, likewise,"</span> you smiled back.
<span class="nevada">"You two fuck here. And this is not criticism, this is a suggestion! Fuck here already, please!"</span> Nevada was wasting her time.
<span class="smith">"I was just about to do something, I could use your help,"</span> the man stood up and walked towards the exit of the factory. It would be somehow indecent to refuse, because he gave you a very expensive black soul gem. <span class="smith">"Don't worry, I'll pay for your time."</span>
<span class="nevada">"Where did this bum get the money?"</span> Nevada grinned.
<span class="smith">"I need to find ingredients to make a healing ointment, while fighting a walking dead I bounced off a metal rod and cut my back."</span>
<span class="player">"Eh, maybe antibiotics and a hospital would be better?"</span> you scratched the back of your head.
<span class="smith">"I'm taking antibiotics,"</span> the man laughed. <span class="smith">"But for faster healing, I need to make the ointment your aunt used. She taught me the recipe. And she also gave me something that always helps in my searches."</span>
The man showed you a golden compass, from which powerful magical energy emanated.
<span class="smith">"An enchanted compass, when I think about what I need to find, it leads me to the goal. Over there!"</span>
The man pointed his hand at a bush with berries...
[[Next.|smith11]]
<<nobr>><<if $time lte 2>><<show-img smith17>><</if>>
<<if $time gte 3>><<show-img smith18>><</if>><</nobr>>
<span class="smith">"Hi, $name,"</span> Smith smiled at you. <span class="smith">"I'm embarrassed to ask you for help again..."</span>
<span class="player">"Hello, I'll be happy to help,"</span> you nodded.
<span class="nevada">"For $500, I'll be happy to help too!"</span> Nevada was delighted at the possibility of a great part-time job.
<span class="player">"But I won't take the money,"</span> you added firmly.
<span class="nevada">"How can you not take the money, bitch?!"</span> the ghost was indignant.
<span class="smith">"You're very kind. Can you bandage my hand?"</span> he handed you the bandages.
<span class="player">"Yes, easy,"</span> you nodded. <span class="player">"How did you get hurt like that?"</span>
<span class="nevada">"He jerked off to you, fuck..."</span>
[[Next.|smith13]]<<show-img smith21>>
<span class="smith">"Hello, $name,"</span> the man smiled at you. <span class="smith">"I thought I promised you some tea. It's brewing right now."</span>
<span class="player">"Hello, Smith. I'd be happy to have a cup,"</span> it wouldn't be very polite to refuse. Besides, he's your aunt's friend, so he's unlikely to poison you.
<span class="nevada">"You think too highly of people,"</span> Nevada mentally clicked her tongue.
<span class="player">"Someone promised to tell me about his youth,"</span> you reminded, taking the hot metal cup in your hands.
<span class="smith">"How I became a hunter..."</span> the man sighed. <span class="smith">"Everyone asks about it. Well, everyone in our circle of people. Anyway, our family had a farm. Mom, Dad, Grandma, Grandpa, two younger brothers, a sister - all living under one roof. One night, two walking dead broke into our house. The work of some necromancer, I never found him…"</span>
<span class="nevada">"Oh-oh,"</span> the ghost thought, anticipating the worst.
<span class="smith">"The walkers killed everyone. And I killed them. I hit them with everything I could get my hands on: a lamp, a vase, and… a baseball bat."</span>
<span class="player">"My condolences,"</span> you said sincerely.
<span class="smith">"After that, I had to run. Just think what the police would say: a black guy killed his entire family, and two white people too. No one would believe me…"</span>
[[Next.|smith15]]<<show-img smith23>>
<span class="smith">"Hello, $name,"</span> Smith waved at you. <span class="smith">"Tea?"</span>
<span class="nevada">"I won't refuse your tea,"</span> even Nevada seconded you this time.
<span class="player">"Hello, I'd be happy to sit with you and have some tea,"</span> you smiled, sitting down by the fire. <span class="player">"You promised to tell me about working with my aunt."</span>
<span class="smith">"Yes,"</span> he nodded, pouring tea into metal mugs. <span class="smith">"Morgana, well, your aunt, was already a very experienced witch. She taught me many things, and I helped her in her work when physical strength was needed. If you knew how many monsters we sent to the other world..."</span>
<span class="nevada">"Yeah, just for charity,"</span> the ghost was skeptical about the man's good motives.
<span class="smith">"Your aunt carried out private orders, hunted for artifacts, and I was mostly drunk with my revenge,"</span> Smith seemed to read Nevada's thoughts. <span class="smith">"But one way or another, we exterminated the walking dead, demons, werewolves, even a few higher vampires. And two necromancers, although they were still people, not monsters."</span>
<span class="player">"Monsters, but in a figurative sense,"</span> you supported the man.
[[Next.|smith17]]<<nobr>><<if $time lte 2>><<show-img smith15>><</if>>
<<if $time gte 3>><<show-img smith16>><</if>><</nobr>>
<span class="smith">"Can you pick some berries? I have trouble bending over. That's why I asked you to help me,"</span> he explained his reasons. You picked the berries. Then it wasn't long before you picked the other two ingredients. The compass knew exactly where to look. What a magnificent artifact!
<span class="smith">"Here, as I promised,"</span> the man handed you some crumpled banknotes. And they were in $100 bills. $500 in total!
<span class="nevada">"We're rich! RICH!"</span> Nevada shouted playfully, but you could tell from her voice that she was quite happy.
<span class="player">"Where did you get so much money?"</span> you said incredulously.
<span class="smith">"Your aunt left me an account with a large sum of money in her will."</span>
<span class="nevada">"Your aunt was some kind of superheroine!"</span>
<span class="player">"I can't..."</span> you tried to refuse the money.
<span class="smith">"Take it, I insist,"</span> the man smiled. <span class="smith">"Thank you for your help. Now, if you don't mind, I have to make the ointment."</span> Smith left, leaving you with a huge number of questions.
<span class="nevada">"And with $500!"</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto factoryin05>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money += 500>>
<<set $day.smith = 1>>
<<set $smithev = 1>><</nobr>><<nobr>><<if $time lte 2>><<show-img smith19>><</if>>
<<if $time gte 3>><<show-img smith20>><</if>><</nobr>>
<span class="smith">"I accidentally cut myself,"</span> the man waved his hand, giving you his other wounded hand to bandage. The wound wasn't deep, he had already treated it and applied ointment, but he couldn't bandage it. <span class="smith">"I'm getting old."</span>
<span class="player">"You're still very young,"</span> you shrugged, bandaging his hand, covered in calluses and scars.
<span class="smith">"Someday I'll tell you about the times when I was really young,"</span> the interlocutor scratched his small beard. <span class="smith">"And I'll treat you to some tea. Everyone says that I have the best tea. Although... you can't call all of these connoisseurs, they're mostly homeless, bandits and crazy people."</span>
<span class="player">"And my aunt, as I understand it,"</span> you shook your head, finishing bandaging the wounded hand.
<span class="smith">"Your aunt is special. I'll tell you about her sometime too..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto factoryin05>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.smith = 1>>
<<set $smithev = 2>><</nobr>>
<<show-img smith22>>
<span class="smith">"I was wandering the streets, making ends meet with small jobs, and started hunting walking dead,"</span> the man continued his story. <span class="smith">"At first I relied on rumors, then I acquired some specialized knowledge. In general, I'm a self-taught person with a few useful books and one useful acquaintance. But then another fateful acquaintance happened."</span>
<span class="nevada">"Your aunt! Your aunt!"</span> Nevada guessed.
<span class="smith">"I knew that a walker had been seen in the cemetery. That night I went there and met your aunt. I remember it as if it were yesterday: an incredibly beautiful woman, high red hair, all in black, a knife on her belt. And I was only 19 years old then. A boy, just a boy... She came up to me herself, extended her hand and introduced herself: Morgana."</span>
<span class="player">"And what was she doing there?"</span> you were surprised, since it was unlikely that she would have gone to fight zombies alone. Physical strength is needed here. Or a gun...
<span class="smith">"She said that the spirits insisted that she come there that night,"</span> the man spread his hands. However, this was similar to your aunt. <span class="smith">"Together, we easily rid the world of that walker. I cracked his skull, and she performed the ritual. That's how we began to communicate. But I guess we'll talk about that next time. Right now, I need to see someone."</span>
<span class="player">"Thank you for the story,"</span> you thanked Smith. <span class="player">"And thank you for the tea, it really is delicious..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto factoryin05>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.smith = 1>>
<<set $smithev = 3>><</nobr>><<show-img smith24>>
<span class="smith">"So..."</span> the man continued, taking a big sip of tea. <span class="smith">"So your aunt and I started an affair."</span>
<span class="nevada">"Oh! We've reached the most interesting part!"</span> Nevada was delighted, but it was unlikely that the story would include details about sex.
<span class="player">"I'm happy for my aunt,"</span> you shrugged and laughed. <span class="player">"You both enjoyed life. Why not?"</span>
<span class="smith">"It's good that you feel that way about it. When I saw you, and also when I saw the incredible speed and determination with which you performed the ritual under the factory... In some things, you remind me too much of Morgana..."</span>
<span class="player">"I hope only the good ones."</span>
<span class="smith">"And there were no bad ones..."</span> the man finished his tea. <span class="smith">"Sorry, I have important business. We can continue later."</span>
<span class="player">"I hope so,"</span> you said sincerely, also putting aside your empty cup. <span class="player">"Thank you for the tea and for the story..."</span>
<i>[More events in the next versions.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto factoryin05>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.smith = 1>>
<<set $smithev = 3>><</nobr>>
<<show-img bar02>>
<span class="nevada">"Oh! A vacancy!"</span> Nevada changed the subject when your eyes caught the job posting. <span class="nevada">"Do you want to pour alcohol and get paid for it?"</span>
<span class="player">"Well, I need to be able to mix cocktails and all that,"</span> you shrugged.
<span class="nevada">"Oh, the recipes are hanging there. I worked as a bartender for a short time, I'll give you some tips if you need anything,"</span> the ghost offered. Not a bad offer, by the way.
<span class="player">"Thanks, I'll think about it,"</span> you smiled. <span class="player">"Wait, when did you work as a bartender? You've been in porn since you were almost 18."</span>
<span class="nevada">"Well, when I was 16, I got an unofficial job at a cheap bar, I knew a security guard there. I worked there for less than six months, but those were good times. I guess that's why I like places like that..."</span>
<<nobr>>[[Next.|bar03]]
<<set $barvisit = 1>><</nobr>><<show-img work\barwork01>>
You approached the manager and asked about the job posting. The man asked about your work experience, you lied about 3 months in earlier years (for you and Nevada it really is 3 months, because (6 + 0)/2 = 3). You were given a uniform: a white shirt, white pants and a black apron. They also showed you where and what drinks were, and the ghost prompted you with simple things during the interview.
The first shift was nervous, in fact, you were one of two bartenders, so your back was covered.
<span class="nevada">"And your butt is covered, covered by me,"</span> Nevada added.
It's good that there were no special incidents. But also without mountains of tips.
You earned 50 dollars for the shift.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 50>>
<<set $barwork = 1>><</nobr>><<show-img work\barwork02>>
<span class="nevada">"I got groped on my first shift. And you're on your second, and no one even touched you,"</span> the ghost girl jokingly lamented.
<span class="player">"You said from the start that the establishment was too low-level compared to your standards,"</span> you answered skeptically, pouring a beer for a customer. You were already doing it with confidence. At least your hands weren't shaking.
<span class="nevada">"If you want more tips, then unbutton another button on your shirt. At least one,"</span> Nevada advised.
<span class="player">"If I start listening to you on this issue, then in a few shifts I'll be working naked."</span>
<span class="nevada">"No, unfortunately, you can't do that here. Otherwise, you'll get fired from work..."</span>
You earned $50 for the shift + $10 in tips.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 60>>
<<set $barwork = 2>><</nobr>><<show-img work\barwork03>>
This shift was very lively. A large group of young guys were celebrating the birthday of one of them. You, of course, congratulated him too.
<span class="male">"And a kiss on the cheek?"</span> asked one of the birthday boy's friends.
<span class="male2">"Kiss! Kiss! Kiss!"</span> shouted the other friends.
<span class="nevada">"Kiss! Kiss! Kiss!"</span> Nevada supported them.
You shrugged, leaned over the bar and kissed the guy on the cheek. Everyone in the room applauded. What's the big deal? It's just a kiss on the cheek!
You earned $50 for the shift + $30 in tips.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 80>>
<<set $barwork = 3>><</nobr>>
<<show-img work\barwork05>>
<span class="male3">"What's such a pretty girl doing in a place like this?"</span> one more guy approached you. Yes, you were often flirted with while you were working as a barmaid, but it was more of a courtesy. It's like guys think that if they don't flirt with you, they'll insult you.
<span class="player">"A pretty girl works here part-time,"</span> you smiled, pouring the man a glass of beer he'd ordered earlier.
<span class="male3">"And I'm just passing through on business,"</span> he took a sip of his beer. <span class="male3">"You have a nice town. Honestly, I'd move here to live."</span>
<span class="player">"You haven't been to our ghetto yet,"</span> you giggled.
<span class="male3">"There are ghettos everywhere,"</span> he waved his hand. <span class="male3">"I was born in one big ghetto. We had one normal city in our country, and everything else was a terrible ghetto."</span>
<span class="nevada">"I know where he's from!"</span> Nevada immediately exclaimed. <span class="nevada">"Although no, half the countries in the world are like that..."</span>
<span class="player">"Your accent is not noticeable,"</span> you complimented the man.
<span class="male3">"Thank you, I moved to your country a long time ago. Now I'm thinking about moving to your town,"</span> it seems he is really thinking about it.
<span class="player">"Relatively low real estate prices, the weather is only clouds and occasional rain, here are good establishments, beautiful girls, and here is also increased paranormal activity,"</span> you quickly listed everything that came to mind about your place of residence.
<span class="male3">"Perfect,"</span> the guy nodded at you.
For your shift, you earned $50 + $40 in tips.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 90>>
<<set $barwork = 5>><</nobr>>
<<show-img work\barwork05>>
<span class="male3">"What's such a pretty girl doing in a place like this?"</span> one more guy approached you. Yes, you were often flirted with while you were working as a barmaid, but it was more of a courtesy. It's like guys think that if they don't flirt with you, they'll insult you.
<span class="player">"A pretty girl works here part-time,"</span> you smiled, pouring the man a glass of beer he'd ordered earlier.
<span class="male3">"And I'm just passing through on business,"</span> he took a sip of his beer. <span class="male3">"You have a nice town. Honestly, I'd move here to live."</span>
<span class="player">"You haven't been to our ghetto yet,"</span> you giggled.
<span class="male3">"There are ghettos everywhere,"</span> he waved his hand. <span class="male3">"I was born in one big ghetto. We had one normal city in our country, and everything else was a terrible ghetto."</span>
<span class="nevada">"I know where he's from!"</span> Nevada immediately exclaimed. <span class="nevada">"Although no, half the countries in the world are like that..."</span>
<span class="player">"Your accent is not noticeable,"</span> you complimented the man.
<span class="male3">"Thank you, I moved to your country a long time ago. Now I'm thinking about moving to your town,"</span> it seems he is really thinking about it.
<span class="player">"Relatively low real estate prices, the weather is only clouds and occasional rain, here are good establishments, beautiful girls, and here is also increased paranormal activity,"</span> you quickly listed everything that came to mind about your place of residence.
<span class="male3">"Perfect,"</span> the guy nodded at you.
For your shift, you earned $50 + $40 in tips.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<nobr>><<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 90>>
<<set $barwork = 5>><</nobr>>
<<show-img work\barwork06>>
You were working almost without Nevada's prompting, and the second barmaid had practically stopped covering your back. However, you were always a quick learner, it's a very important skill in life.
<span class="male2">"Girl, girl!"</span> a drunk guy was hitting on you.
<span class="player">"What do you want?"</span> you smiled back.
<span class="male2">"Show me your boobs,"</span> he put $50 on the table.
<span class="nevada">"Easy money! I'd show you!"</span> Nevada immediately perked up.
The money might really be easy. But showing boobs in a bar while being a barmaid...
<<nobr>><<set $player.ava = 24>>
<<if $player.slut gte 20>>[[Show your boobs [requires 20 slutness].|barwork07]]<</if>>
<<if $player.slut lte 19>><span class="no">Show your boobs [requires 20 slutness].</span><</if>><</nobr>>
[[Refuse.|barwork08]]<<show-img work\barwork10>>
<span class="nevada">"You're doing pretty good,"</span> Nevada appreciated the skill with which you poured the shots.
<span class="player">"Thank you,"</span> you couldn't help but smile at the compliment.
<span class="nevada">"Apparently, genetic memory worked here."</span>
<span class="player">"What do you mean?"</span> you didn't get it.
<span class="nevada">"Well, you're Irish. And you have bars in your blood,"</span> the ghost tried to explain her thought.
<span class="player">"What? I'm not Irish!"</span> you laughed.
<span class="nevada">"You're a redhead..."</span>
<span class="player">"Not all redheads are Irish,"</span> you facepalmed.
<span class="nevada">"Ahaha! Now tell me that not all Irish are redheads!"</span> you couldn't tell if she was joking or being serious.
<span class="player">"You're a little racist, you know that?"</span>
<span class="nevada">"I've fucked so many black people that I'm definitely not a racist..."</span>
You earned $50 for your shift.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 50>>
<<set $barwork = 7>><</nobr>><<show-img work\barwork11>>
Just when you thought you were a super barmaid, a glass of expensive wine fell out of your hands. The glass shattered into pieces, and you started picking up the glass and wiping the floor.
<span class="nevada">"It's okay, sis, I broke a mountain of dishes and spilled a sea of alcohol at this job,"</span> Nevada suddenly encouraged you.
<span class="player">"Want me to hand over control of my body? Show me how to clean up the shards and wipe the floor?"</span> you joked.
<span class="nevada">"Nooo..."</span> she thought long and hard.
For the broken glass and spilled wine, $20 was deducted from your salary. In total, you earned only $30.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 30>>
<<set $barwork = 8>><</nobr>><<show-img work\barwork12>>
You were short of waitresses on your shift, so the main bartender asked you to put the order on the table. As soon as you did, a drunk man grabbed your ass. You jumped back in surprise.
<span class="nevada">"That's why bartenders stand behind the counter. It's harder to grope us that way,"</span> Nevada said, not stupidly.
<span class="player">"Tell me you've never been groped at this job,"</span> you said skeptically.
<span class="nevada">"Men groped me every night!"</span> the ghost girl confirmed. <span class="nevada">"And I also fucked customers, staff, friends almost every night..."</span>
<span class="player">"You had a busy life,"</span> you grinned.
You earned $50 for your shift + $20 in tips.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 70>>
<<set $barwork = 9>><</nobr>><<show-img work\barwork13>>
<span class="player">"Why did you leave?"</span> you mentally asked Nevada when you had a free minute. <span class="player">"You liked working as a barmaid."</span>
<span class="nevada">"I was young,"</span> the girl said a common phrase after a long pause. <span class="nevada">"I did a lot of crap in my youth, you could never even dream of such things."</span>
<span class="player">"Only in your youth?"</span> you noted, smiling.
<span class="nevada">"My whole life is youth, ahaha,"</span> the ghost giggled slightly sadly. <span class="nevada">"But now I've become smarter. Smarter and deader..."</span>
You earned 50 dollars for your shift.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 50>>
<<set $barwork = 10>><</nobr>><<show-img work\barwork14>>
<span class="female">"Wow, look!"</span> another barmaid called you over at the end of the shift. <span class="female">"Someone left a really big tip."</span>
<span class="nevada">"We're rich!"</span> Nevada crowed theatrically.
<span class="player">"Yeah, we should share with the waitresses,"</span> you nodded.
<span class="female">"No, they get their own tips. But we're the only ones tending the bar, this jar is just for us,"</span> the girl objected.
<span class="nevada">"Actually, yes, the waitresses get a lot more tips,"</span> the ghost agreed.
<span class="player">"Okay, you convinced us, we deserve it."</span>
You earned $50 for your shift + $110 in tips.
<<nobr>><<set $time += 1>>
<<set $player.ava = 24>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 160>>
<<set $barwork = 11>><</nobr>><<show-img work\barwork15>>
<span class="male">"Hey, girl, excuse me,"</span> the young guy called you in a very quiet voice.
<span class="player">"How can I help you?"</span> you smiled at the client.
<span class="male">"Here's the thing... I'm a little embarrassed to say this..."</span> the guy hesitated. <span class="male">"So, I made a $100 bet with a friend that I would kiss you on the lips. And I want to offer you $50 for just 1 kiss."</span>
<span class="nevada">"$50 for a kiss? Imagine how much you can earn for a blowjob!"</span> Nevada laughed.
Well, not the worst and scariest offer. But of course, it's up to you to decide...
<<nobr>><<set $player.ava = 24>>
<<if $player.slut gte 10>>[[Kiss on the lips [requires 10 slutness].|barwork15]]<</if>>
<<if $player.slut lte 9>><span class="no">Kiss on the lips [requires 10 slutness].</span><</if>><</nobr>>
[[Refuse.|barwork16]]<<show-img barev01>>
<span class="nevada">"Oh, yes, I love beer,"</span> Nevada mentally licked her lips as you grabbed a mug of beer and sat down at a small table in the hall.
<span class="player">"Don't you love any alcohol?"</span> you asked.
<span class="nevada">"Not any,"</span> the girl stated firmly. <span class="nevada">"I don't really like strong alcohol or expensive alcohol, I don't like champagne. I prefer beer, cocktails, martinis, wine, port wine and all that stuff."</span>
<span class="player">"Port?"</span> you were surprised by the girl's choice. <span class="player">"I would never have thought."</span>
<span class="nevada">"I'm an anarchist,"</span> she answered calmly. <span class="nevada">"No gods, no masters."</span>
<span class="player">"Are you talking about life or about political views?"</span> you clarified, sipping a cool beer. It seemed to have already struck a little on your shared brain and slightly loosened the tongues of both of you.
<span class="nevada">"About everything, probably,"</span> the ghost answered after some thought. In general, she hung out with bikers, so it’s not hard to understand where she got these views from. <span class="nevada">"The state is an outright parasite on the body of society. They don’t produce goods or services, but we are obliged to pay them. What a fucking idea."</span>
<span class="player">"Well, I don’t really like politicians myself, but I understand that states were historically necessary because of wars…"</span>
<span class="nevada">"And who starts these wars? Nations have never attacked each other. Politicians start wars."</span>
<span class="player">"I agree, but if all the states disband and only one remains, it will conquer everyone,"</span> you tried to get the point across.
<span class="nevada">"Yes, until people themselves, without exception, refuse to fight for the palaces of their rulers, they will pay these parasites in business suits."</span>
<span class="player">"Then let’s drink to peace throughout the world,"</span> you raised your almost empty mug of beer.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 10>>
<<set $barev = 1>><</nobr>>
<<show-img barev02>>
You were peacefully sipping your beer when a drunk man approached you. A very drunk man.
<span class="male">"Girl, can I… you…"</span> with these words he collapsed on the floor. Probably hit himself hard.
<span class="nevada">"You should never get drunk to that state,"</span> Nevada mentally pointed out to you.
<span class="player">"Yes, it's easy to understand,"</span> you agreed.
<span class="nevada">"He doesn't understand,"</span> the ghost girl chuckled. <span class="nevada">"And I didn't understand it when I was younger either."</span>
<span class="player">"Let's drink to moderate alcohol consumption,"</span> you raised your beer.
<span class="nevada">"Let's drink!"</span> Nevada agreed.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 10>>
<<set $barev = 2>><</nobr>><<show-img barev03>>
When you were going to the bathroom, a man came up to you and grabbed your ass. And he did it so brazenly, with both hands at once! You were confused because the alcohol had already affected your brain a little.
<span class="female3">"What are you doing, asshole!"</span> a red-haired girl flew up to him and started hitting him with her purse. He immediately took his hands away and jumped back.
<span class="male3">"I thought it was you!"</span> he said drunkenly, then looked at you. <span class="male3">"Lady, I'm sorry!"</span>
<span class="nevada">"He definitely knew you weren't her. You don't even look alike, only in hair color. He just wanted to feel your ass and make his bitch jealous,"</span> Nevada confidently stated.
<span class="player">"Probably,"</span> you shrugged, surprised by everything that had happened and how viciously the red-haired girl was hitting her boyfriend with her purse...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 10>>
<<set $barev = 3>><</nobr>><<show-img barev04>>
<span class="nevada">"Wouldn't that be too much for us?"</span> Nevada asked as another pitcher of beer and snacks arrived at your table.
<span class="female2">"From the man at the bar,"</span> the waitress said, pointing to a trim, gray-haired, smiling man with a trendy haircut. <span class="female2">"He treats everyone."</span>
<span class="player">"Well, since it's free,"</span> you shrugged, taking a big sip. It was as if you had switched places with Nevada.
<span class="nevada">"You know, I'm all for fun. But you'll have to hand over control of your body to me if you get drunk. I've had a lot of experience walking home when I'm critically intoxicated, and you'll end up in a ditch somewhere,"</span> the ghost said very seriously.
<span class="player">"Okay, I'll pass it on if I get drunk,"</span> you continued to drink the drink...
In the end, you got drunk, handed over control of your body to the ghost, who dragged you both home, where your body threw up thoroughly and came back to normal a little...
<<nobr>><<set $time = 5>>
<<link "Finish.">><<goto sleep01>><</link>>
<<set $money -= 10>>
<<set $barev = 4>><</nobr>><<show-img barev05>>
<span class="nevada">"Oh, that's a great song!"</span> Nevada noted when you had already finished your beer.
<span class="player">"You're right, we should dance!"</span> you went out into the hall and started dancing to the catchy tune. Yes, you were already a little drunk.
<span class="nevada">"There's not even a dance floor here,"</span> the ghost was confused, and you just started dancing and shaking your head so that your red hair fluttered with every movement. Everyone immediately paid attention to you, someone applauded, some men shouted words of encouragement: <span class="male">"Oooh!"</span>, <span class="male2">"Come on, come on!"</span>, <span class="male3">"Dance!"</span>
<span class="nevada">"What a shame, how terribly you dance!"</span> the ghost remarked.
<span class="player">"I'm enjoying the music!"</span> you continued to spin and move even more actively to the approval of the entire bar...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 15>><<set $player.slut += 1>><</if>>
<<set $money -= 10>>
<<set $barev = 5>><</nobr>><<show-gif barev06>>
Having finished your beer, you went to the toilet, where you saw a very intriguing picture. A white girl was kneeling, and a muscular black guy was fucking her in the mouth. And he was doing it very actively and as hard as possible, saliva was running down the girl's chin and dripping onto her chest and even onto the floor.
<span class="nevada">"Oh, that's what I love!"</span> Nevada immediately got excited.
<span class="player">"Excuse me,"</span> you shrugged and left the toilet.
<span class="nevada">"Hey, where did you go, we actually want to pee!"</span> the ghost was indignant.
<span class="player">"They'll be done soon, and we'll do our thing,"</span> you explained.
<span class="nevada">"They can fuck there for a long time,"</span> she snorted. <span class="nevada">"You could have stayed, we would have watched. By the way, did you notice that this guy is facefucking the waitress? And I didn't see this guy in the hall. Maybe it's like her boyfriend who came straight to her work just to fuck her in the mouth. Or her drug dealer…"</span>
<span class="player">"You've already written a whole erotic novel in your head,"</span> you appreciated the ghost's flight of fancy.
<span class="nevada">"I'll call the book 'Snowbunny and the Forest of Black Cocks'…"</span>
<i>[More events in the next versions, some events will be looped now.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $money -= 10>>
<<set $barev = 3>><</nobr>><<nobr>><<if $player.tits lte 2>><<show-img work\barwork07>><</if>>
<<if $player.tits gte 3>><<show-img work\barwork08>><</if>><</nobr>>
You took the man aside and bared your breasts.
<span class="player">"Don't touch, just look!"</span> you said imperiously, since that was all the agreement was about.
<<nobr>><<if $player.tits == 0>><span class="male2">"Where are the boobs?"</span> the drunk man hinted at the small size of her breasts, but still gave you the promised $50.<</if>>
<<if $player.tits == 1>><span class="male2">"Small boobs, I thought they would be bigger,"</span> the drunk man commented, but still gave you the promised $50.<</if>>
<<if $player.tits == 2>><span class="male2">"Beautiful. Perfect boobs!"</span> the drunk man commented, giving you the promised $50.<</if>>
<<if $player.tits == 3>><span class="male2">"Wow! Great boobs, barmaid!"</span> the drunk man commented, giving you the promised $50.<</if>>
<<if $player.tits == 4>><span class="male2">"Wow-wow-wow! I've never seen such big boobs in real life!"</span> the drunk man commented, giving you the promised $50.<</if>><</nobr>>
<span class="nevada">"Freedom for boobs!"</span> the ghost girl supported your actions.
You earned $50 for your shift + $50 in tips from the drunk man for showing your boobs.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>>
<<set $money += 100>>
<<set $barwork = 6>><</nobr>><<show-img work\barwork09>>
<span class="player">"Sorry, I have to refuse,"</span> you shook your head.
<span class="male2">"Too bad, too bad,"</span> the man lamented. <span class="male2">"You're a beautiful girl. On the other hand, maybe another barmaid would agree?"</span>
<span class="nevada">"Bitch. You wasted my $50,"</span> Nevada mentally ground her teeth in anger. <span class="nevada">"I've already spent it in my mind..."</span>
You earned $50 for your shift.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 50>>
<<set $barwork = 6>><</nobr>><<show-img work\barwork16>>
<span class="player">"Fifty dollars is fifty dollars,"</span> you winked at the guy, leaning over the counter. Your lips touched in a heated kiss. Everyone in the bar could see it, but it was okay. What was so bad about a kiss?
<span class="nevada">"Yes, baby, yes!"</span> Nevada was happy, either because of the money or because of the debauchery.
<span class="male">"Oh, that was great,"</span> the man marveled when your lips parted. Then he discreetly handed you a $50 bill.
<span class="player">"Thanks,"</span> you smiled playfully.
You made $50 for your shift + $50 for the kiss.
<i>[More events in the next versions, some events will be looped now.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 25>><<set $player.slut += 1>><</if>>
<<set $money += 100>>
<<set $stats.kiss += 1>>
<<set $barwork = 9>><</nobr>><<show-img work\barwork09>>
<span class="player">"No, I'm sorry, I have to refuse,"</span> you shook your head.
<span class="male">"It's a pity. I'm so sorry for the offer. Honestly, I'm so ashamed,"</span> the man looked down guiltily.
<span class="nevada">"So you're willing to work for hours for $50, but not for one kiss?!"</span> the ghost girl was sincerely indignant. <span class="nevada">"Go to hell, just go to hell..."</span>
You earned $50 for your shift.
<i>[More events in the next versions, some events will be looped now.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto bar03>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<set $money += 50>>
<<set $barwork = 9>><</nobr>><<show-img library04>>
Chubby librarian Lana. Smart, kind, sympathetic and creative girl. Although a little shy. She is also the heir to this entire mansion.
<<nobr>><<if $lanaev == 0 and $day.lana == 0>>[[Talk to Lana.|lanaev02]]
<<elseif $lanaev == 1 and $day.lana == 0>>[[Talk to Lana.|lanaev03]]
<<elseif $lanaev == 2 and $day.lana == 0>>[[Talk to Lana.|lanaev04]]
<<elseif $lanaev == 3 and $day.lana == 0>>[[Talk to Lana.|lanaev05]]
<<elseif $day.lana gte 1>><span class="no">Talk to Lana [Lana is reading books now; come back tomorrow].</span><</if>><</nobr>>
[[Back.|library08]]<<show-img lanaev01>>
<span class="lana">"Oh, $name, I ordered food from a Japanese restaurant, it'll be delivered soon! You simply must have a snack with me! It's all on me,"</span> the librarian Lana was literally persuading you, so it would be awkward to refuse.
<span class="player">"I'll be happy to eat with you,"</span> you smiled.
<span class="nevada">"She should eat less, you know..."</span> Nevada noted.
<span class="player">"Fuck you. Some people's excess weight is due to hormonal problems, thyroid problems, genetics, and many other things,"</span> you mentally answered.
<span class="nevada">"But if they eat less, they'll lose weight, right? Right?"</span> the ghost asked into the void.
Soon the food arrived, you and the chubby girl locked yourself in her small office, beautifully laid out sushi and rolls on the table and began to eat.
<span class="nevada">"I hate chopsticks. I always ate their food with a fork,"</span> Nevada couldn't help but comment on what was happening. <span class="nevada">"But the food... mmm... very tasty."</span>
You decided not to think about the fact that modern rolls were invented in California, but simply enjoyed the sensations and pleasant company of Lana. You chatted with her about all sorts of little things.
<span class="player">"Very tasty, thank you very much,"</span> you thanked the girl for yourself and for the ghost.
<span class="lana">"Next time I'll have to order pizza,"</span> your interlocutor smiled.
<span class="player">"Then I'll pay,"</span> you answered confidently.
<span class="nevada">"Let her pay!"</span> Nevada was theatrically indignant...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto library08>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.lana = 1>>
<<set $lanaev = 1>><</nobr>><<show-img lanaev02>>
<span class="player">"Hi, Lana,"</span> you greeted.
<span class="lana">"Hi, $name, so glad to see you!"</span> the librarian perked up as you approached her.
<span class="nevada">"Hi, Nevada, I've missed you so much,"</span> the ghost girl greeted herself, deprived of attention.
<span class="lana">"I wanted to talk to you about my work,"</span> the girl said slightly withdrawn.
<span class="player">"Sure. Have you written anything new?"</span> you answered kindly, because Lana really has talent.
<span class="lana">"Well... I write science fiction. With spaceships, aliens and all that. But not just science fiction..."</span> the interlocutor collected her thoughts. <span class="lana">"In short, it's erotic science fiction."</span>
<span class="nevada">"Wow! I don't read at all, but I'll read something like that!"</span> Nevada got excited.
<span class="player">"That's good,"</span> you answered honestly. <span class="player">"There's a demand for all genres these days. Moreover, you write wonderfully."</span>
<span class="lana">"Thank you. Then I'll let you read it when I finish the first part."</span>
<span class="player">"I'll read it."</span>
<span class="nevada">"I'll read it too!"</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto library08>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.lana = 1>>
<<set $lanaev = 2>><</nobr>><<show-img lanaev03>>
<span class="player">"Hi, Lana. How are you?"</span> you approached the plump librarian.
<span class="lana">"Hi, $name. Okay, can I ask you for some advice?"</span> the girl said hesitantly, looking down.
<span class="player">"Sure. I'll help if I can."</span>
<span class="lana">"Well... I write erotic fiction. And I've only had one boyfriend in high school. An Indian, an exchange student. A good boy. But I don't have much real experience. Of course, I read stories on this topic, fan fiction, books, I even play porn games. But that's no substitute for real experience. So can you give me some advice. Well, about anal sex."</span>
<span class="nevada">"I'll give you some advice!"</span> Nevada suddenly responded.
<span class="player">"Yes, ask the questions you want,"</span> you nodded to the librarian, and then mentally addressed the ghost. <span class="player">"I'll pass your answers on to her."</span>
In the end, you spent almost an hour answering the librarian's questions. More precisely, Nevada answered them. About sensations, how to prepare for anal sex, about first anal sex, about orgasms during anal sex and many other things. Moreover, the ghost answered as honestly and in detail as possible, and Lana wrote everything down in a notebook. It must be admitted that they made a pretty good creative team.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto library08>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.lana = 1>>
<<set $lanaev = 3>><</nobr>><<show-img lanaev04>>
<span class="lana">"Hi, $name!"</span> Lana was happy to see you. <span class="lana">"Would you like a glass of wine? I'll treat you!"</span>
You literally didn't have time to answer anything before the girl took you by the hand and dragged you to her room.
<span class="nevada">"I don't mind wine,"</span> Nevada thought on the way. It's strange, but for some reason you think that the ghost and Lana could become good friends. However, the librarian is the kind of person who can be friends with anyone.
Entering the room, the girl poured wine into glasses, smiled and clinked her glass against yours.
<span class="nevada">"We need to make a toast!"</span> the experienced in alcohol matters ghost noted.
<span class="player">"To friendship,"</span> you said, smiling.
<span class="nevada">"A good toast, not this banal bullshit!"</span>
The wine tasted good, even your "neighbor" appreciated it. And so the glass was drunk very easily...
[[Next.|lanaev06]]
<<show-img lanaev05>>
Suddenly, the modest librarian reached out to you and your lips touched. At first, you didn’t understand anything, even Nevada was in shock.
<span class="lana">"Sorry, it’s for the book…"</span> Lana tried to justify herself somehow.
<span class="player">"Okay, since it’s for the book…"</span> you kneaded your shoulders and kissed the girl on the lips yourself, sending the ghost into a state of shock again. This time, the kiss was quite passionate, your tongues caressed each other, and your bodies embraced… for the book, exclusively for the book. And the fact that your cheeks turned red and your panties got wet was just a physiological reaction to the kiss and hugs.
<span class="lana">"Oof… wow…"</span> was all the girl said when the kiss stopped.
<span class="nevada">"Yeah,"</span> Nevada confirmed.
<span class="player">"I hope there's a redhead witch in the book who has passionate sex with the female protagonist,"</span> you said and laughed.
<span class="lana">"It's science fiction, there are no witches... But there will definitely be a red-haired heroine..."</span>
You sat for a while longer, drank a little more, Lana overcame this feeling of awkwardness. So, you can move on...
<i>[More events in the next versions.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto library08>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 5>><<set $player.slut += 1>><</if>>
<<set $stats.kiss += 1>>
<<set $day.lana = 1>>
<<set $lanaev = 3>><</nobr>><<show-img comp\nevadaporn01>>
<span class="nevada">"Oh-oh-oh, what an innocent photo!"</span> Nevada mentally smiled, looking at her naked photo. <span class="nevada">"I'm so young here, so fragile. Even the holes are still so tight! Relatively..."</span>
[[Next.|nevadaporn02]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 1>><</nobr>><<show-img comp\nevadaporn02>>
<span class="nevada">"Oh, I remember that video!"</span> the ghost girl said nostalgically. <span class="nevada">"He's like a teacher, and I'm all young and innocent schoolgirl."</span>
<span class="player">"Don't you think that's a little... weird?"</span> you asked Nevada.
<span class="nevada">"You know that the availability of porn reduces the rape rate, right?"</span> she said something unusually smart, and then explained. <span class="nevada">"A director once told me about it. That's why it's better for men to jerk off to me than to go and rape real schoolgirls."</span>
<span class="player">"So you could have saved someone from being raped?"</span> you thought, scratching the back of your head.
<span class="nevada">"We'll never know for sure, but I'll count myself as having saved thousands of girls, including schoolgirls, from being raped. Or even millions..."</span>
[[Next.|nevadaporn03]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 2>><</nobr>><<show-img comp\nevadaporn03>>
<span class="nevada">"Oh, look how I suck! Like a vacuum cleaner, ahaha!"</span> Nevada commented on a video in which she very diligently sucked off a man. <span class="nevada">"Men love eye contact when sucking. It looks pretty hot, I agree. But it's not always comfortable. Especially when you're getting fucked in the mouth..."</span>
[[Next.|nevadaporn04]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 3>><</nobr>><<show-img comp\nevadaporn04>>
<span class="nevada">"Wow, so hot!"</span> the ghost commented on the video on the screen. <span class="nevada">"By the way, I'm really cumming at this point. Aren't I awesome?"</span>
<span class="player">"Very beautiful,"</span> you agreed. Firstly, to avoid unnecessary arguments. And, secondly, Nevada really was awesome at her job...
[[Next.|nevadaporn05]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 4>><</nobr>><<show-img comp\nevadaporn05>>
<span class="nevada">"Oh, I was especially good at anal scenes!"</span> Nevada told you while she was being roughly fucked in the ass on screen. <span class="nevada">"My ass was ready for sex even before porn and had seen a lot of cocks. And look how I control my emotions! What a facial expression! Just a fairy tale. By the way, I have more anal scenes than vaginal ones..."</span>
[[Next.|nevadaporn06]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 5>><</nobr>><<show-img comp\nevadaporn06>>
<span class="nevada">"Oh, I like group sex too,"</span> Nevada said playfully. <span class="nevada">"By the way, they're pretty good boys. We had fun chatting with them. I especially liked the one on the left, but he had a girlfriend, so..."</span>
<span class="player">"Have you had boyfriends? In terms of serious relationships,"</span> you asked.
<span class="nevada">"Some fleeting romances, of course. But nothing serious. Decent boys don't bite on porn actresses, and porn actresses don't bite on decent boys. That's why I only had indecent ones, ahaha!"</span>
[[Next.|nevadaporn07]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 6>><</nobr>><<show-img comp\nevadaporn07>>
<span class="nevada">"Look at that big dick! I'm literally a size queen!"</span> Nevada admired her work when her video with a black muscle guy was on the screen.
<span class="player">"Yeah, his dick is the size of your hand,"</span> you appreciated both the girl's petite size and the huge size of his cock.
<span class="nevada">"It'll fit right up my ass!"</span>
<span class="player">"I don't like spoilers..."</span>
[[Next.|nevadaporn08]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 7>><</nobr>><<show-img comp\nevadaporn08>>
<span class="nevada">"Oh! I remember that shoot!"</span> your interlocutor happily said. On the screen, she was surrounded by five strong cocks. <span class="nevada">"I got an award for that video."</span>
<span class="player">"You have a lot of awards, if I'm not mistaken?"</span> you asked.
<span class="nevada">"Yes, plenty,"</span> the girl answered calmly, as if every second person at home had a cabinet full of porn awards.
[[Next.|nevadaporn09]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 8>><</nobr>><<show-img comp\nevadaporn09>>
<span class="nevada">"Mmm, cum,"</span> Nevada thought playfully as she got cum on her face in a porn clip. <span class="nevada">"The cumshot is one of the most important parts of porn. The audience is supposed to think you love cum. And I do. So, you have to smile on screen, play with the cum, send it into your slutty mouth. And it all has to look 100% real..."</span>
[[Next.|nevadaporn10]]
<<nobr>>[[Finish.|comp01]]
<<set $nevadaporn = 9>><</nobr>>
<<show-img comp\nevadaporn10>>
<span class="nevada">"Well..."</span> Nevada sighed heavily as one of her videos appeared on the screen.
<span class="player">"Something wrong?"</span> you asked.
<span class="nevada">"It's just one of my last videos. Well, you see, my hair color is different here, and I have a lot of tattoos, and my face is stoned. That's because I'm really stoned there. Fuck, I'm so bad at working here, it's just a shame. And I was one of the best..."</span>
<span class="player">"Should I turn it off?"</span>
<span class="nevada">"Yes, please..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto comp01>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 20>><<set $player.slut += 1>><</if>>
<<set $day.nevadaporn = 1>>
<<set $nevadaporn = 0>><</nobr>><<show-img church02>>
Sister of the Order of the Holy God named Catalina. A very beautiful girl of Latin American origin. If she weren't a nun, guys would be chasing her in droves. And maybe girls too.
<<nobr>><<if $catalinaev == 0 and $day.catalina == 0>>[[Talk to Sister Сatalina.|catalinaev02]]
<<elseif $catalinaev == 1 and $day.catalina == 0>>[[Talk to Sister Сatalina.|catalinaev03]]
<<elseif $catalinaev == 2 and $day.catalina == 0>>[[Talk to Sister Сatalina.|catalinaev04]]
<<elseif $catalinaev == 3 and $day.catalina == 0>>[[Talk to Sister Сatalina.|catalinaev05]]
<<elseif $day.catalina gte 1>><span class="no">Talk to Sister Catalina [Catalina is praying now; come back tomorrow].</span><</if>><</nobr>>
[[Back.|church04]]
<<show-img catalinaev01>>
<span class="player">"Hello, Sister Catalina,"</span> you greeted the nun.
<span class="catalina">"Hello, $name,"</span> she smiled back. <span class="catalina">"Do you want to know more about our church?"</span>
<span class="player">"I was just saying hello, but I wouldn't mind an educational lecture."</span>
<span class="nevada">"I would mind,"</span> Nevada complained.
<span class="catalina">"I'm glad,"</span> the girl nodded and gestured for you to sit down on the bench with her. <span class="catalina">"This wonderful church was built in the mid-19th century. In addition to the main building, there is also a two-story residential building nearby, which you must have seen, as well as a small farm and a chicken coop."</span>
<span class="player">"So it's a kind of monastery with its own territory?"</span> you clarified.
<span class="catalina">"Only if it's a very small monastery,"</span> the interlocutor confirmed. <span class="catalina">"There are three sisters living here, including me, one elder sister - something like an abbess, and a priest. The church, as you rightly noted, has a small plot of land, and there are also huge underground rooms here."</span>
<span class="nevada">"Torture rooms! Let's get out of here!"</span> joked the ghost girl.
For some time, Sister Catalina told you about this church, its history and its present...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto church04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.catalina = 1>>
<<set $catalinaev = 1>><</nobr>><<show-img catalinaev02>>
<span class="catalina">"Hello, $name. It's nice to see you've started coming here more often,"</span> Sister Catalina greeted.
<span class="player">"Hello, Sister Catalina,"</span> you smiled back. <span class="player">"I am tormented by the question: how did you become a nun?"</span>
<span class="nevada">"I’m also tormented by this question, because she could have become a gorgeous porn actress..."</span> Nevada inserted her particularly valuable opinion.
<span class="catalina">"Well, I was born in the south,"</span> Sister pointed to the benches for you to sit on instead of standing. <span class="catalina">"The south of the country, I mean. Everyone thinks I'm from Latin America, at the very least. However, I don't blame them, it's all written on my face. Especially since my parents are from there."</span>
<span class="nevada">"I wonder if she's from Nevada? Don't ask! Let it remain a secret,"</span> the ghost girl thought.
<span class="catalina">"Since my family was religious, we often attended the local church. Only there did I have a feeling of calm, peace and security. I would call this feeling "Unity with God". When I grew up, I wanted to help people find this feeling. The Church of the Order of the Holy God, which was in our settlement, sent me for training, and then I was assigned here. I immediately fell in love with your region and your people! You feel this feeling - "Unity with God" - even more strongly..."</span>
Sister Catalina talked about herself for some time, and you asked clarifying questions. In general, she is a very interesting conversationalist, and her story is filled with bright positive emotions...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto church04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.catalina = 1>>
<<set $catalinaev = 2>><</nobr>><<show-img catalinaev03>>
<span class="catalina">"Hello, $name!"</span> your familiar nun smiled at you. <span class="catalina">"I was just about to pray, come join me!"</span>
<span class="player">"I... but..."</span> you tried to say something, but the girl led you to the altar and knelt down next to it. In order not to offend her (and, perhaps, God), you decided to follow her example.
<span class="nevada">"I've seen porn that started exactly like this..."</span> joked (?) Nevada.
<span class="catalina">"...In the name of the Father and the Son and the Holy Spirit..."</span> Catalina read the prayer very quickly. And she involuntarily pressed her elbow to yours. She probably didn't even notice it, since she was completely immersed in prayer.
You also put all thoughts aside, including drowning out Nevada, and began to pray with the nun...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto church04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.catalina = 1>>
<<set $catalinaev = 3>>
<<set $day.pray = 1>>
<<set $player.slut -= 1>>
<<if $player.slut lte 0>> <<set $player.slut = 0>><</if>><</nobr>><<show-img catalinaev04>>
<span class="player">"Hello, Sister Catalina,"</span> you greeted the nun.
<span class="catalina">"Hello, $name! God sent you to me! And you simply must help me!"</span> the girl took your hand and led you into the utility room. <span class="catalina">"You see, I sinned, and all the sisters, including the elder sister, went on business to the neighboring city! Please, help me!"</span>
<span class="player">"But I can't hear confession..."</span> you didn't quite understand what was happening.
<span class="nevada">"I can hear confession! Let her tell me all her sexual fantasies!"</span> Nevada giggled.
<span class="catalina">"In our Order, it is believed that sins can be atoned for by following the martyrdom of Jesus Christ,"</span> with these words the nun handed you... a whip? Yes, it is a whip. An ordinary whip from an ordinary sex shop...
[[Next.|catalinaev06]]<<show-gif catalinaev05>>
<span class="catalina">"Please, help me atone for my sins!"</span> with these words, the nun threw off her clothes, and underneath them, ropes were tied to her body. By the way, her poor body was all covered in bruises and small scars.
<span class="nevada">"Hmm... I've seen this in porn too..."</span> Even Nevada was stunned by what was happening.
<span class="catalina">"Just do it!"</span> Sister Catalina screamed.
You hesitantly slapped her on the ass with the whip. Otherwise, she would hardly calm down.
<span class="catalina">"Harder!"</span> she screamed. You fulfilled her request again. <span class="catalina">"Even harder!"</span>
Having slightly gotten into the swing of things, you began to whip her on the ass with great force and speed. Her skin quickly turned red, but Catalina did not show any signs of pain. On the other hand, if they are beaten every day, then she is quite used to pain.
<span class="catalina">"That's enough,"</span> she said, breathing heavily. You were breathing even harder, though. It turns out that spanking a nun on the bottom is an exhausting task.
You handed her the whip back, and everyone went their separate ways. It seemed that even the ghost girl was a little ashamed of what had happened...
<i>[More events in the next versions.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto church04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<set $day.catalina = 1>>
<<set $catalinaev = 3>>
<<set $stats.bdsm += 1>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>><</nobr>><<nobr>><<if $time lte 2>><<show-img antique03>><</if>>
<<if $time gte 3>><<show-img antique04>><</if>><</nobr>>
A very attractive gothic girl with pale skin in interesting clothes: a black corset dress with a double skirt, different armlets and different gloves. The right glove has protective runes embroidered in gold thread.
<<nobr>><<if $hildaev == 0 and $day.hilda == 0>>[[Talk to Hilda.|hildaev02]]
<<elseif $hildaev == 1 and $day.hilda == 0>>[[Talk to Hilda.|hildaev03]]
<<elseif $hildaev == 2 and $day.hilda == 0>>[[Talk to Hilda.|hildaev04]]
<<elseif $hildaev == 3 and $day.hilda == 0>>[[Talk to Hilda.|hildaev05]]
<<elseif $hildaev == 4 and $day.hilda == 0>>[[Talk to Hilda.|hildaev06]]
<<elseif $day.hilda gte 1>><span class="no">Talk to Hilda [Hilda is busy now; come back tomorrow].</span><</if>><</nobr>>
[[Back.|antique04]]
<<nobr>><<if $time lte 2>><<show-img hildaev01>><</if>>
<<if $time gte 3>><<show-img hildaev02>><</if>><</nobr>>
<span class="hilda">"Hello, $name. Is there anything I can do to help you?"</span> the goth greeted in a quiet voice.
<span class="player">"Hello, Hilda,"</span> you smiled at her. <span class="player">"I wanted to know the details about your sister's disappearance."</span>
<span class="hilda">"You know... since you're a girl, I'll tell you everything straight out,"</span> the mystical lady took out her phone, took off her left glove (so that the phone's touch screen would work), opened a video on it and showed it to you. In the video, men were fucking Hilda. No, not Hilda, but her sister Helga, who looked a lot like her.
<span class="nevada">"Wow! That's where we should have started! I'm in!"</span> Nevada, who had been bored until then, got excited.
<span class="player">"Do you know her?"</span> you mentally asked the ghost, just in case.
<span class="nevada">"No, this girl disappeared relatively recently. But the filming is definitely professional, with a good camera and lighting,"</span> the invisible interlocutor noted with a trained eye.
<span class="hilda">"Helga was a very secretive girl, someone did something to her. Probably put her on drugs and brainwashed her. She never even contacted me after her disappearance, as if she doesn't remember me, and we were very close,"</span> Hilda said in the meantime. <span class="hilda">"So, I started my investigation, which led me to your town. The tattoo on one of the men in the video is a tattoo of one of the bandits from the abandoned factory."</span>
<span class="player">"You did a difficult job. If I find out anything, I will immediately tell you. And tell me if you need anything from me,"</span> you tried to support the girl.
<span class="hilda">"Thank you,"</span> she smiled slightly at you.
<<nobr>><<set $time += 1>>
<<if $time lte 3>><<link "Finish.">><<goto antique04>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<goto downtown02>><</link>><</if>>
<<set $day.hilda = 1>>
<<set $hildaev = 1>><</nobr>>
<<show-gif hildaev03>>
<span class="player">"Hi, Hilda. Is everything okay?"</span> you decided to find out how the girl was feeling, since she didn't have a very kind expression on her face.
<span class="hilda">"Freak, scum, shit, bastard, degenerate, mutant, goat, faggot..."</span> the girl was cursing at someone. Not at you, that's good.
<span class="nevada">"And she has a pretty good vocabulary,"</span> Nevada assessed.
<span class="player">"Wait. Tell me what happened?"</span> you tried to figure out the situation.
<span class="hilda">"Basically... I'm watching the bandits from the factory at night. Recently, I found a guy who promised to leak information about my target for... sucking his dick,"</span> the girl said with disdain. <span class="hilda">"I'm not squeamish, I've sucked a lot of dicks, but this freak deceived me! I sucked him off, and he just sent me away!"</span>
<span class="player">"What an asshole,"</span> you shook your head and put your hand on the girl's shoulder.
<span class="nevada">"What an asshole,"</span> even the ghost supported you.
<span class="hilda">"Thank you, you're the only one who supports me here,"</span> the girl smiled. You chatted with her for a while about all sorts of little things and then parted ways...
<<nobr>><<set $time += 1>>
<<if $time lte 3>><<link "Finish.">><<goto antique04>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<goto downtown02>><</link>><</if>>
<<set $day.hilda = 1>>
<<set $hildaev = 2>><</nobr>><<show-gif hildaev04>>
<span class="hilda">"Hello, $name,"</span> Hilda said quietly and got straight to the point. <span class="hilda">"Remember how I told you that sucking off is no problem for me?"</span>
<span class="nevada">"Oh, I love that kind of talk!"</span> the ghost girl perked up.
<span class="player">"Yeah, sure,"</span> you nodded slightly. <span class="player">"But I didn't think anything bad about you..."</span>
<span class="hilda">"Still, I need to clarify,"</span> she shrugged. <span class="hilda">"My sister and I were very different. I was always for open relationships and free love, and she was withdrawn and unsociable. I was more likely to attract attention with my gothic style, and she managed to push people away with a similar style. Helga was even embarrassed to talk about masturbation! Well, and she sometimes envied me, I think."</span>
<span class="player">"That you get along with people easily?"</span> you clarified.
<span class="hilda">"Yes. And that I have friends. That's why I had this idea that she decided to outdo me in my own case just to spite me."</span>
<span class="player">"The version about drugs and brainwashing seems more logical,"</span> you scratched your head and thought about the fact that Helga had never even contacted sister.
<span class="hilda">"That's the main version. But I'm not discounting the others either,"</span> Hilda sighed. You talked to her about all sorts of nonsense for a while...
<<nobr>><<set $time += 1>>
<<if $time lte 3>><<link "Finish.">><<goto antique04>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<goto downtown02>><</link>><</if>>
<<set $day.hilda = 1>>
<<set $hildaev = 3>><</nobr>>
<<nobr>><<if $time lte 2>><<show-img hildaev05>><</if>>
<<if $time gte 3>><<show-img hildaev06>><</if>><</nobr>>
<span class="hilda">"I’m so sick of it all,"</span> Hilda sadly spread her hands when you approached her. You hugged her to somehow support her.
<span class="nevada">"Oh, she's so warm!"</span> Nevada noted.
<span class="player">"The girl needs support, not your harassment!"</span> you were indignant at the ghost's words.
<span class="nevada">"Well, I... wanted to cheer her up... go fuck yourself..."</span> the ghost girl didn't know what to say.
<span class="hilda">"$name, if it weren't for you, I would have gone completely crazy,"</span> the gothic girl whispered to you.
<span class="player">"It's the least I can do,"</span> you felt somehow embarrassed that you couldn't provide significant help.
<span class="hilda">"You're already doing too much..."</span> Hilda sniffled. Then, when she calmed down a bit, you talked about everything for a few more hours...
<<nobr>><<set $time += 1>>
<<if $time lte 3>><<link "Finish.">><<goto antique04>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<goto downtown02>><</link>><</if>>
<<set $day.hilda = 1>>
<<set $hildaev = 4>><</nobr>><<show-img hildaev07>>
<span class="hilda">"$name, I'm so glad to see you,"</span> Hilda smiled at you, slightly sadly.
<span class="player">"Are you okay?"</span> you decided to clarify.
<span class="hilda">"Remember, I told you that I was following the thug who supposedly fucked my sister on video? Well, yesterday he noticed my surveillance..."</span> the girl sighed.
<span class="nevada">"I don't approve of rape, by the way,"</span> Nevada noted.
<span class="player">"Oh, my God, he didn't touch you?"</span> you asked, genuinely worried.
<span class="hilda">"Well, he forced me to tell him everything,"</span> the girl hesitated slightly. <span class="hilda">"He laughed when I showed him the video with my sister. The thug said that he remembered her, he offered me to fuck him so that he would tell me something specific."</span>
<span class="player">"I understand,"</span> you nodded.
<span class="hilda">"Basically, yes, I agreed. He fucked me right there, on the dirty mattress. Said my hole was like my sister's. But he didn't tell me anything about the case."</span>
<span class="player">"What a jerk..."</span>
<span class="hilda">"I won't give up, I'll definitely figure it all out!"</span> the girl said confidently.
You talked to her for a while. It seemed like her mood had improved a little...
<i>[More events in the next versions.]</i>
<<nobr>><<set $time += 1>>
<<if $time lte 3>><<link "Finish.">><<goto antique04>><</link>><</if>>
<<if $time gte 4>><<link "Finish.">><<goto downtown02>><</link>><</if>>
<<set $day.hilda = 1>>
<<set $hildaev = 4>><</nobr>><<show-img strip01>>
A large strip bar with many beautiful workers and even more suspicious customers. Here you can dance striptease, work in the gloryhole. The owner of the establishment is Mr. Salamander.
<<nobr>><<if $stripev == 0>>[[Try working as a stripper.|striptease01]]
<<elseif $stripev == 1>>[[Work as a stripper.|striptease08]]
<<elseif $stripev gte 2>>[[Work as a stripper.|striptease14]]<</if>><</nobr>>
<<nobr>><<if $gloryhole == 0>>[[Try working in a glory hole.|gloryhole01]]
<<elseif $gloryhole == 1>>[[Work in the glory hole.|gloryhole05]]
<<elseif $gloryhole == 2>>[[Work in the glory hole.|gloryhole08]]
<<elseif $gloryhole == 3>>[[Work in the glory hole.|gloryhole11]]
<<elseif $gloryhole == 4>>[[Work in the glory hole.|gloryhole14]]
<<elseif $gloryhole == 5>>[[Work in the glory hole.|gloryhole17]]<</if>><</nobr>>
<<nobr>><<if $stripwatch == 0>> [[👁 Watch striptease.|stripwatch01]]<</if>>
<<if $stripwatch == 1>> [[👁 Watch striptease.|stripwatch03]]<</if>>
<<if $stripwatch == 2>> [[👁 Watch striptease.|stripwatch06]]<</if>>
<<if $stripwatch == 3>> [[👁 Watch striptease.|stripwatch08]]<</if>>
<<if $stripwatch == 4>> [[👁 Watch striptease.|stripwatch11]]<</if>><</nobr>>
[[Exit.|ghetto03]]
<<show-img strip02>>
<span class="salamander">"Hey, mamacita!"</span> a Latin American man of about 40 greeted you in a purple suit, a colorful shirt and his hands in his pockets. In general, it looked very strange, as if the bandit had tried to dress decently, but something went wrong.
<span class="player">"Hello,"</span> you nodded politely to him.
<span class="salamander">"I'm Mr. Salamander. You came to apply for a job, right?"</span> he smiled, coming up to an indecently close distance.
<span class="player">"Oh, I just dropped by..."</span> you shrugged and became confused.
<span class="salamander">"Oh, mamacita, I'm sorry,"</span> he spread his hands. <span class="salamander">"It's just that the girl had to come for an interview. And you're so beautiful, such a rojo - redhead... And girls rarely come here, they prefer a bar for lesbians, if you know what I mean."</span>
<span class="nevada">"Let's become a stripper, why are you acting up!"</span> Nevada was playfully indignant.
[[Next.|strip03]]<<show-img strip04>>
You approached the familiar Mr. Salamander to take advantage of his offer to work as a stripper. You felt very awkward, but Nevada encouraged you in every possible way.
<span class="nevada">"Don't be afraid, I've done a little striptease and pole dancing, so hand over control to me, I'll do everything in the best possible way. And then you'll learn yourself,"</span> the ghost girl offered you. It would be strange to refuse such help.
Mr. Salamander gave you some sports underwear, boots, and a cape. You changed and went out.
<span class="salamander">"Rojo mamacita!"</span> he admired. <span class="salamander">"Now let's see how well you can dance."</span>
You approached the pole, concentrated and... handed over control of your body to Nevada...
<<nobr>>[[Next.|striptease02]]
<<set $player.ava = 26>><</nobr>><<show-img striptease01>>
<span class="nevada">"Come on, just like mommy taught you,"</span> Nevada encouraged you as you changed to go on the catwalk.
<span class="player">"You're not my mommy,"</span> you gathered your courage and went out into the hall. Some men immediately noticed you. You walked across the hall with a very confident gait and long strides, like some kind of model, and found yourself at the pole. You had copied this exit from Nevada. As well as everything else.
<span class="nevada">"Don't worry so much! I'll help you! In a critical situation, just hand over the controls to me,"</span> the ghost reassured you. And these words worked.
<<nobr>>[[Next.|striptease09]]
<<set $player.ava = 26>><</nobr>><<show-img striptease01>>
You changed in the dressing room and walked out into the hall quite confidently, immediately attracting lustful male glances. You were no longer nervous, you acted confidently. Smiling, with a wide model stride, you walked across the hall to the podium and found yourself at the pole.
<span class="nevada">"Go ahead, girl, go ahead!"</span> Nevada encouraged you. In such matters, she sincerely rooted for you.
To the music, you began to erotically take off your cape...
<<nobr>>[[Next.|striptease15]]
<<set $player.ava = 26>><</nobr>><<show-img strip05>>
Nevada smiled lustfully, threw off her cape with one sharp and beautiful movement, and playfully stretched her arms.
<span class="nevada">"Listen, I'm not 100% used to my new body yet. So, sorry about the injuries,"</span> she thought, then threw herself onto the pole and did several very effective turns on it the first time.
Some men immediately noticed her, some clapped, some threw a couple of bills onto the stage.
<span class="salamander">"You're just red gold!"</span> admired Mister Salamander, who was standing next to the stage. <span class="salamander">"But you said you had no experience!"</span>
<span class="nevada">"I did gymnastics as a child,"</span> the ghost shrugged and continued to move beautifully to the music.
<<nobr>>[[Next.|striptease03]]
<<set $money += 10>><</nobr>><<show-img strip06>>
Soon she took off her bra, half the audience was already looking at her (and at you, of course). Twirling the bra on her finger, like in a movie, she playfully threw it towards the man. He smiled and in response put one bill on the stage.
<span class="player">"Okay, I admit, you're doing well,"</span> you thought.
<span class="nevada">"I'm really enjoying it! Wee-e-e!"</span> the ghost girl rejoiced at the attention she was receiving at that moment.
<<nobr>>[[Next.|striptease04]]
<<set $player.ava = 27>>
<<set $money += 10>><</nobr>><<show-img strip07>>
Nevada pounced on the pole again, this time she did it even better than before. You felt how tense your muscles were, how arched your back was, almost to the limit. However, you understood that from the outside it must look divine.
Stormy applause and several paper bills from the men confirmed your thoughts.
<span class="nevada">"We have a beautiful body: young, healthy, in shape,"</span> the girl continued to enjoy, running your hands over your body in the rhythm of the music.
<<nobr>>[[Next.|striptease05]]
<<set $money += 15>><</nobr>><<show-img strip08>>
Then she took everything off, sat down on the podium and made some interesting movements there. The men, judging by their looks, were trying hard to examine your holes, and the girl seemed to be playing with them, showing them only for a short time.
Mister Salamander stood to the side, his smile bigger than his face. Apparently, he was very happy that he found you. More precisely, you found him. You and Nevada, who is now trying her best to excite the desire of all the men in the room.
<span class="nevada">"And not only men!"</span> she mentally added.
<<nobr>>[[Next.|striptease06]]
<<set $player.ava = 28>>
<<set $money += 10>><</nobr>><<show-img strip09>>
Towards the end, she decided to stop playing with the men and showed your holes in all their glory, standing on your feet, bending over and spreading your ass with your hands. First of all, this view was intended for the owner of the strip bar, but the girl turned around in a circle so that everyone could see your wet pussy and anal cave.
<span class="male3">"Bravo!"</span> someone from the audience shouted.
Money continued to pour onto the stage. The men really liked the show put on by Nevada. However, was there any doubt that she would not succeed? When it comes to sex and sexuality, she is a true Goddess.
<<nobr>>[[Next.|striptease07]]
<<set $money += 15>><</nobr>><<show-img strip10>>
After finishing her performance, Nevada ran your hands over your body, then threw your hands up in triumph. The men applauded her, even Mr. Salamander.
<span class="salamander">"Very good. Probably one of the best interviews ever,"</span> he praised her after her performance. <span class="salamander">"Welcome to the family, rojo mamacita!"</span>
<span class="nevada">"Thank you, Mr. Salamander!"</span> the ghost rejoiced, reveling in the rays of glory and attention.
<span class="salamander">"The girls will explain everything to you. By the way, for the performance,"</span> he handed you $ 50. <span class="salamander">"Plus all the tips on stage are yours. The girls in our family get the best."</span>
<span class="nevada">"Thank you, glad to be part of your strip bar and family!"</span> Nevada hugged him so tightly that the man felt a little awkward.
<span class="player">"You performed magnificently,"</span> you praised the captor once again.
<span class="nevada">"I’ll teach you,"</span> she thought and honestly returned control over your body to you, having received what all whorebastards crave so much – attention and recognition…
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $money += 60>>
<<set $stats.strip += 1>>
<<set $stripev = 1>><</nobr>><<show-img striptease02>>
You took off your cape and showed everyone your young and beautiful body. For now, in your underwear. The men here like your beauty. Probably because you are the only red-haired girl out of all the workers. And with the lightest skin, since 80% of the workers here are Latina and African American. And you can count the white girls on the finger of one hand.
<span class="male">"Take off your clothes!"</span> shouted a man from the audience. You smiled, threw back your cape and aimed at the pole...
[[Next.|striptease10]]<<show-img striptease03>>
Playfully flexing your fingers like your teacher did, you pounced on the pole and tried to do a nice single turn on it.
<span class="nevada">"Bend your back! Don't cling to the pole with a death grip!"</span> the ghost girl prompted you. But in the end, the first time was so-so (but someone still threw in a tip). <span class="nevada">"Don't worry, the men here don't need professional pole dancing and high acrobatics. They just want to look at naked girls and drink beer."</span>
Her presence really calmed you down. Well... Naked girls, so naked girls...
<<nobr>>[[Next.|striptease11]]
<<set $money += 10>><</nobr>>
<<show-img striptease04>>
You took off your bra with the most effective movement, exposing your breasts. The men immediately perked up, and the tips started flying again. Apparently, Nevada was right.
<span class="nevada">"Of course I'm right! People go to see acrobatics at Circus du Sluts... or whatever it's called?"</span>
You moved to the music, caressed your body, tried to repeat the ghost's movements and add something of your own. The men liked it quite a bit.
<span class="nevada">"Silly girl, they like us and everything we do, ahaha!"</span> Nevada laughed loudly in your head.
<<nobr>>[[Next.|striptease12]]
<<set $player.ava = 27>>
<<set $money += 10>><</nobr>><<show-img striptease05>>
<span class="player">"Want to do a turn?"</span> you offered the girl in a friendly manner.
<span class="nevada">"Better do it yourself, I believe in you,"</span> the girl refused the opportunity to control your body. So you made another approach to the pole. This time everything went much better. One high-quality and beautiful turn. Let Nevada have 3-4 of them at a time, but you have to start somewhere.
You heard applause again and decided to "thank" the men with your naked body. So, to the rhythm of the music, you took off your panties...
<<nobr>>[[Next.|striptease13]]
<<set $player.ava = 28>>
<<set $money += 20>><</nobr>><<show-img stripteaseend>>
You caressed your body, breasts and pussy in front of many men. It turned you on quite a bit, and your fear was left far behind.
<span class="nevada">"Great job!"</span> the ghost praised you, without whom you would not have performed so well. In fact, without her you would never have performed at all.
For some time, you moved erotically to the beat of the music. You already liked the process itself, but it could not continue forever. You finished the performance and happily went to the dressing room.
<span class="nevada">"Congratulations on your first independent striptease!"</span> your teacher exclaimed.
<span class="player">"Thank you,"</span> you sincerely thanked her...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $money += 60>>
<<set $stats.strip += 1>>
<<set $stripev = 2>><</nobr>><<show-img striptease02>>
You took off your cape, showing the men your young, beautiful body. Your every move was confident and bold, and that's exactly what the local clients needed.
<span class="male2">"Goddess!"</span> someone from the audience shouted at you.
<span class="nevada">"Oh, yes, they love us,"</span> Nevada caught the men's glances.
You threw off your cape and moved to the beat of the music, caressing your body with your hands, shaking your butt and breasts, and then aimed at the pole...
[[Next.|striptease16]]<<show-img striptease03>>
You made a move that has become traditional - playfully warming up your arms in front of the pole. Then you pounced on it with great effect and made one perfect turn.
<span class="male3">"You're the best!"</span> a customer shouted.
<span class="nevada">"You arched your back beautifully!"</span> Nevada approved of your actions. You're probably still a long way from her, but you're really good at it.
Especially since men are showering you with tips.
<<nobr>>[[Next.|striptease17]]
<<set $money += 10>><</nobr>><<show-img striptease04>>
You erotically took off your bra and threw it into the hall (underwear is cheap and paid for by Mr. Salamander, it is allowed to give it to men). At the same time, you tried to play up your emotions with your face. Emotions should not be too hyperbolic, like those of mimes, but at the same time emotions should be very bright. At least, that's what Nevada teaches you.
<span class="nevada">"That's right! You're an excellent student!"</span> your teacher confirmed.
<<nobr>>[[Next.|striptease18]]
<<set $player.ava = 27>>
<<set $money += 10>><</nobr>><<show-img striptease05>>
You did another turn on the pole, this time without a bra. The audience cheered. You felt the lust of the men. They even, in a way, loved you, albeit in a slightly different form.
<span class="male">"We love you!"</span> some man confirmed your thoughts.
And you reciprocated this love to some extent. Especially when you were given tips. And there were quite a lot of tips.
<span class="nevada">"You still have room to grow!"</span> Nevada brought you down to earth, which in your body was given even more tips.
Finally, you took off all your clothes...
<<nobr>><<if $stats.strip gte 5>>[[Next.|striptease19]]
<<else>>[[Next.|stripteaseend]]<</if>>
<<set $money += 10>>
<<set $player.ava = 28>><</nobr>><<show-img striptease06>>
You squatted down, twisted, as the ghost showed you. It was as if you were playing with the audience, being naked, but not giving them a good angle to enjoy the view of your holes. On the other hand, you moved quite artistically and playfully, so the men enjoyed your movements, your facial expressions, your play with them.
<span class="male2">"Gorgeous!"</span> someone shouted.
<span class="nevada">"Oh, how they drool!"</span> Nevada got excited. However, you have one body, so you got excited too...
<<nobr>><<if $stats.strip gte 10>>[[Next.|striptease20]]
<<else>>[[Next.|stripteaseend]]<</if>>
<<set $money += 10>><</nobr>><<show-img stripteaseend>>
For some time, you erotically caressed your naked body in full view of everyone, played with your breasts, your nipples, your pussy, sucked your finger. The men were in ecstasy. As was Nevada. As were you.
However, this could not continue forever, so you bowed, waved your hand to everyone and walked offstage with a triumphant gait.
<span class="nevada">"This is my girl!"</span> the ghost girl deservedly praised you.
<span class="player">"Thank you..."</span>
<<nobr>><<if $stripev == 2>>One of the clients offered you to go with him to the VIP room with a hint of a blowjob and $100 as payment.<</if>>
<<if $stripev == 3>>Your female colleagues told you that Mister Salamander asked you to come see him. On the other hand, you can come later if you don’t feel like it now…<</if>>
<<if $stripev == 4>>One of the clients offered you to go with him to the VIP room with a hint of a blowjob and $100 as payment. <</if>><</nobr>>
<<nobr>><<set $time += 1>>
<<if $stripev == 2>>[[Suck for money.|stripev01]]
<<elseif $stripev == 3>>[[Go to Mr. Salamander.|stripev03]]
<<elseif $stripev == 4>>[[Suck for money.|stripev07]]<</if>><</nobr>>
<<nobr>><<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 50>><<set $player.slut += 1>><</if>>
<<set $money += 60>>
<<set $stats.strip += 1>><</nobr>><<show-img striptease07>>
You decided to show the audience your holes better. So you repeated the action that Nevada had once done: you stood up, bent over slightly and spread your ass with your hands, opening a view of your pussy and anus. You turned so that from every corner of the room you could clearly see what was between your legs.
<span class="nevada">"That's right, we need to reward our fans!"</span> the ghost rejoiced at your action.
<<nobr>>[[Next.|stripteaseend]]
<<set $money += 10>><</nobr>><<show-gif stripev01>>
You walked into the VIP room, where there was a large double bed and the light was dim. A man walked behind you, immediately hugged you from behind and kissed your neck.
<span class="nevada">"Hooligan!"</span> Nevada thought playfully.
You turned to face him, looked into his eyes, went lower, unbuttoned his pants, took out his cock and pounced on it with your lips.
<span class="nevada">"You're a hooligan too!"</span> the ghost thought about you.
<span class="male2">"Oh, yes, that's it,"</span> the man breathed heavily. You felt how hard his heart was beating. And you also felt how hard his cock became in your mouth.
You moved on him faster, caressed him with your hand, looked into the man's eyes and tried to do everything not only pleasantly, but also beautifully...
[[Next.|stripev02]]<<show-img stripev03>>
You decided to go to the strip bar owner's office, since it would be better not to ignore his call. You hadn't been here before: the office turned out to be the same color as Mister Salamander's suit. The old sofa and even older chair were also purple.
But what stood out most were the huge framed photographs hanging on the walls. There were girls in the photos, some of whom you recognized - they were local workers. All of them were photographed under very humiliating circumstances: one was covered in sperm, another - in sperm, in a collar and with a used condom in her hair, another "just" sucked a dick in the toilet.
<span class="nevada">"A cute lair of a sex maniac. And look at these dildos!"</span> Nevada drew attention to the huge rubber cocks placed around the room.
<span class="player">"Hello, Mister Salamander. You asked to come in?"</span> you said quietly.
<span class="salamander">"Ah, rojo mamacita,"</span> the man looked at you sternly. You have to admit, his look is quite frightening. <span class="salamander">"You did something very wrong."</span>
<span class="player">"What? I didn't do anything..."</span>
[[Next.|stripev04]]<<show-gif stripev07>>
Smiling and wiggling your ass, you entered the familiar VIP room. A client walked behind you. You turned around and with an elegant movement of your hand gently pushed him onto the double bed. Then, like a kitty, you crawled up to him, unbuttoned his shirt and pants.
<span class="nevada">"How skillfully you do everything,"</span> even Nevada appreciated your efforts.
<span class="player">"Mmm, what a delicious dick you have,"</span> you complimented your partner.
The man's penis was already hard, so you immediately got down to what you came here for: a passionate and beautiful blowjob with a good ending.
<span class="male">"You're so beautiful,"</span> the man complimented you.
Your lips moved on his penis, your gazes caught each other, and a real fire burned in the lower part of your tummy. However, now you need to think about your partner's pleasure, and not about your own...
[[Next.|stripev08]]<<show-gif stripev02>>
<span class="nevada">"We've got lube running down our thighs already, sis,"</span> Nevada noticed how excited your body was from the process. Besides, you'd been stripping before, dozens of men were devouring you with their eyes.
<span class="male2">"Oh, yeah, I'm going to cum so soon,"</span> the man praised your actions and your efforts, after which you began to try even better. You caressed his cock with your lips and hand, trying to keep up a high pace. That's why you soon felt salty sperm splashing into your mouth.
<span class="male2">"I'm cumming, I'm cumming,"</span> the man belatedly warned.
<span class="nevada">"Swallow it, otherwise it will offend the man,"</span> Nevada advised you.
However, that's exactly what you were going to do. Having swallowed the sperm, you opened your mouth and showed the man the "trick" of making the sperm disappear.
The satisfied man gave you $100, you smiled, blew him a kiss and left the VIP room...
<<nobr>><<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 65>><<set $player.slut += 1>><</if>>
<<set $money += 100>>
<<set $stats.bj += 1>>
<<set $stats.prost += 1>>
<<set $stats.swallow += 1>>
<<set $stripev = 3>><</nobr>>
<<show-img stripev04>>
<span class="salamander">"Shut up, bitch!"</span> with these words the man grabbed you by the neck. <span class="salamander">"I accepted you into my family, and you decided to become an escort behind my back! Without even asking my approval!"</span>
<span class="player">"But I didn't know..."</span> you tried to say something, but it didn't come out well because of the hand on your throat.
<span class="nevada">"Shut up! Don't resist!"</span> Nevada mentally advised you.
<span class="salamander">"Escorts are not girls from gloryhole. Escorts are our elite girls, whom I am personally obliged to check. Our clients should get the best!"</span> with these words the man let go of your neck, but grabbed you by the hair. <span class="salamander">"Okay, the girls might not have told you this, and you were too stupid to guess. But now you understand what is required of you."</span>
<span class="nevada">"Get on your knees!"</span> the ghost girl prompted.
<span class="player">"Forgive me, Mister Salamander, it won't happen again,"</span> you begged, kneeling.
<span class="salamander">"I see you've realized your mistake,"</span> the man laughed. <span class="salamander">"But since you're an escort now, I have to check you out..."</span>
[[Next.|stripev05]]
<<show-gif stripev05>>
Mr. Salamander threw off his clothes, revealing his erect penis. Then he grabbed your hair again and literally impaled your head on his cock.
<span class="nevada">"Relax your throat!"</span> Nevada prompted again.
<span class="salamander">"Rojo puta!"</span> the man called you, fucking your mouth. <span class="salamander">"Escorts serve me whenever I want. Now that you're an escort and not just a stripper, you'll do whatever I want too."</span>
<span class="player">"Mffhh! Ghhhr!"</span> incomprehensible sounds burst out of you.
<span class="salamander">"Your mouth is like a cunt! And I own your holes. Do you understand, estúpido puta?!"</span>
<span class="player">"Mfffrrr!"</span> you couldn't answer anything else, since your mouth and throat were literally being raped...
[[Next.|stripev06]]<<show-gif stripev06>>
However, the man was not going to abuse your throat for long. After a short time, he pulled his cock out of your mouth and began to cum on your face. Finally, you were able to catch your breath normally, even though it was accompanied by streams of sperm falling on you.
<span class="nevada">"We got off easy,"</span> Nevada noted.
<span class="salamander">"Great mouth,"</span> the man assessed you, breathing heavily. <span class="salamander">"Remember - you are officially a stripper-escort. But for now, I only allow you to please clients with your mouth. The rest will have to be earned. Got it, puta?!"</span>
<span class="player">"I understand everything, Sir,"</span> you answered, breathing even more heavily.
<span class="nevada">"Thank him!"</span> the ghost girl insisted immediately.
<span class="player">"Thank you, Mister Salamander."</span>
<span class="salamander">"Good puta,"</span> the man grinned, gesturing for you to get out of his office. Which you did. You rushed to the restroom, covered in drool and sperm, to tidy yourself up…
<<nobr>><<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 70>><<set $player.slut += 1>><</if>>
<<set $stats.forced += 1>>
<<set $stats.bj += 1>>
<<set $stats.prost += 1>>
<<set $stats.facial += 1>>
<<set $stripev = 4>><</nobr>><<show-gif stripev08>>
<span class="male">"Oh, yes, you suck great,"</span> the man praised your actions, and in the meantime you quickly moved your lips on his penis, as if you yourself dreamed of milking all the sperm out of him without a trace. All the sperm only for you, and no one else!
As soon as you thought about it, sperm poured abundantly into your mouth. It seemed that there was so much of it, that it would fill your entire mouth and flow out through your nose. But you successfully coped with everything, swallowed and stuck out your tongue to show the man the result.
<span class="male">"Oh, that was great,"</span> he appreciated.
<span class="nevada">"Even I'm on cloud nine, mrrr!"</span> Nevada mentally confirmed.
You winked at the man, blew him a kiss and left the VIP room, heading to the service restroom...
<i>[More events in the next versions.]</i>
<<nobr>><<if $time lte 4>><<link "Finish.">><<set $player.ava = 0>><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<set $player.ava = 0>><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 65>><<set $player.slut += 1>><</if>>
<<set $money += 100>>
<<set $stats.bj += 1>>
<<set $stats.prost += 1>>
<<set $stats.swallow += 1>>
<<set $stripev = 4>><</nobr>><<show-img titles\title25>>
<span class="player">"I've heard people call me "The aspiring stripper". Yes, I do striptease. It's also a job... a well-paid job."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The aspiring stripper">><</nobr>><<show-img titles\title26>>
<span class="player">"I've heard people call me "The advanced stripper". Yes, I strip and I do it well. The audience loves me. "</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The advanced stripper">><</nobr>><<show-img titles\title27>>
<span class="player">"I've heard people call me "The strip star". When I walk to the pole, all eyes in the room are on me! Men dream of fucking me, girls dream of being me. I am a real striptease star!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The strip star">><</nobr>><<show-gif watch\stripwatch01>>
Right in front of you, an African American woman with a pretty face, a slightly plump frame and sagging breasts was dancing.
<span class="nevada">"Give her a tip! She has nothing to feed her children with!"</span> you heard Nevada think.
<span class="player">"Are you kidding?"</span>
<span class="nevada">"I want to do charity work for sex workers. Besides, I assure you, this girl has one very significant advantage..."</span>
<<nobr>><<if $money gte 10>>[[Give a tip [$10].|stripwatch02]]
<<else>><span class="no">Give a tip [need $10].</span><</if>><</nobr>>
<<nobr>>[[Finish.|strip04]]
<<set $stripwatch = 1>><</nobr>><<show-gif watch\stripwatch03>>
Two Asian girls moved to the beat of the music on a rotating platform. They caressed their bodies, but were somehow slow and emotionless.
<span class="nevada">"Drugs or a national trait,"</span> Nevada suggested. <span class="nevada">"Let's watch it some more. I'm curious what they'll do next."</span>
<<nobr>>[[Next.|stripwatch04]]
<<set $stripwatch = 2>><</nobr>><<show-gif watch\stripwatch06>>
On one of the stages, a beautiful Latin American stripper was rocking. Moving gracefully, she threw herself onto a pole and made several perfect and very beautiful turns on it.
<span class="nevada">"Wow! And she's good! Too bad she's still dressed..."</span>
<<nobr>>[[Next.|stripwatch07]]
<<set $stripwatch = 3>><</nobr>><<show-gif watch\stripwatch08>>
The blonde slowly moved near the pole, she stroked her body, effectively licked the pole itself, but her actions could hardly be called striptease.
<span class="nevada">"If you don't use the pole, then why go out to it?!"</span> your invisible roommate was indignant.
<span class="player">"Maybe she hurt her hand and can't spin on it?"</span> you suggested.
<span class="nevada">"By the way, that's a very smart idea. Striptease is not the safest job in general. Lots of possible industrial injuries..."</span>
<<nobr>>[[Next.|stripwatch09]]
<<set $stripwatch = 4>><</nobr>><<show-gif watch\stripwatch11>>
A tanned girl with large silicone breasts came out on stage. She was caressing her body with her hands and... chewing gum?
<span class="nevada">"I don't get it... is she Asian? On the one hand, the profile is very similar. On the other hand, the full face looks more like a tanned European,"</span> Nevada reasoned. <span class="nevada">"This is the first time I can't determine a person's race! This is what plastic surgery has come to!"</span>
<<nobr>>[[Next.|stripwatch12]]
<<set $stripwatch = 0>><</nobr>><<show-gif watch\stripwatch02>>
You tipped the girl $10, she winked at you, blew you a kiss, turned around and started shaking her big booty.
<span class="nevada">"That's it! That's the advantage!"</span> the ghost girl perked up.
<span class="player">"Yeah, she definitely has that advantage,"</span> you confirmed, watching the black girl move her butt right next to your face...
<<nobr>>[[Finish.|strip04]]
<<set $money -= 10>><</nobr>><<show-gif watch\stripwatch04>>
After a short time, the Asian girls started playing with the bottles: licking them, running them over their bodies, breasts, and pussies.
<span class="nevada">"Have you been to Thailand? We'll have to fly there!"</span> the ghost girl confidently declared. <span class="nevada">"I haven't been there, but it's interesting to see. If they do such things here, then what's going on over there?!"</span>
[[Next.|stripwatch05]]<<show-gif watch\stripwatch05>>
The girls started actively fucking themselves with these bottles, impaling themselves on them, and then fucking each other with the bottles. People liked the show, they actively gave tips.
<span class="nevada">"Maybe we should join in?"</span> Nevada suggested jokingly. Although there is always only a share of jokes in her jokes, a small and almost imperceptible share...
[[Finish.|strip04]]<<show-gif watch\stripwatch07>>
The stripper continued to show very impressive moves both on and off the pole. She did the splits while dancing, hung upside down on the pole, and all that. The men threw small bills all over the stage.
<span class="nevada">"If they had thrown change, this girl would not have survived her performance,"</span> the ghost girl joked amusingly.
[[Finish.|strip04]]<<show-gif watch\stripwatch09>>
Soon the girl took off all her clothes and started to caress her pussy in front of everyone.
<span class="nevada">"The dance was terrible, but she masturbates cool. Let's throw her 10 dollars? For striptease lessons. Or for medicine, if your version is correct."</span>
It is unlikely that she will spend your tip on dance lessons or a doctor, but you can still support the girl. For some reason, she does not get much money.
<<nobr>><<if $money gte 10>>[[Give a tip [$10].|stripwatch10]]
<<else>><span class="no">Give a tip [need $10].</span><</if>><</nobr>>
[[Finish.|strip04]]<<show-gif watch\stripwatch10>>
You gave the girl 10 dollars, she came closer to you, and started to caress her pussy right next to you.
<span class="nevada">"And the lamps beautifully illuminate her hole. Delightful. Let's lick?"</span>
<span class="player">"The lamps, the girl or the hole?"</span> you asked.
<span class="nevada">"I'm ready to lick everything at once. Or one by one..."</span>
<<nobr>>[[Finish.|strip04]]
<<set $money -= 10>><</nobr>><<show-gif watch\stripwatch12>>
The girl raised her leg vertically up near the pole and kissed it.
<span class="nevada">"Well, I don't give a shit what race she is. The trick with the leg was very effective. It wouldn't hurt us to improve our stretching too. It'll come in handy absolutely everywhere."</span>
<span class="player">"But especially in sex,"</span> you finished Nevada's thought for her.
<span class="nevada">"But especially in sex!"</span> she rejoiced. <span class="nevada">"Am I really that predictable? Ahaha..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 40>><<set $player.slut += 1>><</if>><</nobr>><<show-img work\gloryhole01>>
You asked the waitress where the glory hole was, and she pointed to an inconspicuous door and added that if you were in a sex shop, you had gone too far. Apparently, the glory hole was not part of the strip bar, but rather the sex shop located in the same building.
<span class="nevada">"Apparently,"</span> Nevada agreed silently. <span class="nevada">"Some kind of obstacle in the law or something like that. Fuck the laws, anyway."</span>
You walked down the dark hallway and, following the signs, entered a free booth for girls. There were several holes in the walls, and a small monitor was playing a blowjob porno.
<span class="nevada">"Everything for the people!"</span> the ghost laughed. <span class="nevada">"Don't be nervous. Make yourself comfortable and wait for our prey."</span>
[[Next.|gloryhole02]]<<show-img work\gloryhole05>>
You decided to visit the glory hole again.
<span class="nevada">"With my full support!"</span> Nevada exclaimed mentally. <span class="nevada">"Although I would prefer to fuck a pumped-up man right on the stage of a strip bar, but in the absence of that, the glory hole will do..."</span>
However, as soon as you entered the booth, a big black cock appeared in the hole. A really big one!
<span class="nevada">"What a device!"</span> even the depraved ghost was amazed by the size. <span class="nevada">"But nothing can be done, we'll have to suck..."</span>
[[Next.|gloryhole06]]<<show-img work\gloryhole08>>
You very quickly walked through the dark labyrinths to the glory hole. There you decided to throw off all your clothes.
<span class="nevada">"That's right, freedom for the female body! Wee-e-e!"</span> Nevada shouted mentally.
<span class="player">"It's just hot, I don't want to sweat,"</span> you explained your motives. This was partly true.
However, on the other hand, it turned you on even more. Which motive is stronger - no one knows...
[[Next.|gloryhole09]]<<show-img work\gloryhole08>>
You had already gotten to the women's booths of the glory hole as usual and took off your clothes "so as not to sweat." And it was even more exciting this way.
The screen was playing porn where a girl was being fucked in the mouth, but it was as if she had no gag reflex at all.
<span class="nevada">"I can do just as well. And I've starred in such videos,"</span> Nevada said proudly. And you gently caressed your pussy, waiting for the cock to appear in the hole...
[[Next.|gloryhole12]]<<show-img work\gloryhole08>>
You ran into your favorite gloryhole, although not your usual booth. Yes, you are not the only one sucking cocks here, that is why you have to wait for them.
<span class="nevada">"Demand creates supply, baby,"</span> Nevada said with a smart intonation.
Meanwhile, you took off your clothes, made yourself comfortable and began to wait for your "prince". Well, or at least a dick in a hole. There are not enough princes for everyone...
[[Next.|gloryhole15]]<<show-img work\gloryhole15>>
You flew into your usual glory hole booth on autopilot, undressed and... your heart almost stopped when you looked at the monitor. On the screen, working with her mouth... Nevada!
<span class="nevada">"Yes, yes, it's me,"</span> the girl confirmed. <span class="nevada">"What are you surprised about? I've starred in a huge amount of porn in my life. And many of my videos have won awards."</span>
<span class="player">"You suck well,"</span> you laconically assessed what was happening on the screen.
<span class="nevada">"Thank you!"</span>
[[Next.|gloryhole18]]<<show-img work\gloryhole02>>
"Prey" made you wait a little, but in the meantime you watched porn, and your hole got even wetter than before. However, finally, an already erect penis appeared in one of the holes.
<span class="nevada">"Strong, and not a bad size,"</span> Nevada assessed. <span class="nevada">"Go for it, girl."</span>
Swallowing a heavy lump in your throat, you took the penis in your hand and began to slowly jerk it off.
<span class="nevada">"Oh, how warm it is. In general, as you know, I prefer to be seen in the process. But this is also not such a bad option. Better than no penis at all, ahaha!"</span>
[[Next.|gloryhole03]]<<show-gif work\gloryhole03>>
Finally mustering up your courage, you knelt down and took the cock into your mouth.
<span class="nevada">"Mmm, yummy!"</span> Nevada rejoiced. How easy it was to please her, really.
The taste of salty lube went to your head, but you couldn't imagine a better taste at that moment. Maybe the taste of cum.
You moved your hand and lips on the cock in the same rhythm. Despite the quiet music, you clearly heard the man on the other side moaning and grunting.
[[Next.|gloryhole04]]<<show-gif work\gloryhole04>>
Soon you heard three light knocks on the wall.
<span class="nevada">"He's about to cum!"</span> Nevada warned. Apparently, three knocks here really are such a sign, because the man really did start cumming right in your mouth. <span class="nevada">"If you don't swallow, I'll be offended!"</span>
You didn't want to offend the ghost girl, and you yourself were so turned on that with one confident movement you swallowed all the sperm that had flowed into your mouth.
<span class="nevada">"Oh, yes, yummy,"</span> Nevada rejoiced.
He passed you $50 through the hole in the wall. Not much, but you and Nevada got some kind of pleasure. In the end, you, satisfied with the work done, left the glory hole to wet your throat and think about everything that had happened...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.gh += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $money += 50>>
<<set $gloryhole = 1>>
<</nobr>>
<<show-gif work\gloryhole06>>
You shrugged, because there really was nothing you could do about it, and started jerking off the cock.
<span class="nevada">"Wow! It's gotten even bigger!"</span> Nevada noted.
Meanwhile, you finally collected your thoughts, got down on your knees and started sucking the giant cock. Only the tip fit in your mouth, but on the other hand, it wasn't like he was fucking you in the ass! So, you weren't in any danger!
With these thoughts in mind, you started actively jerking off this mighty cock with your hand and lips.
[[Next.|gloryhole07]]<<show-gif work\gloryhole07>>
The black giant didn't last long under your pressure. Soon three quick knocks on the wall sounded, and the dick began to pour out right into your mouth.
<span class="nevada">"Wow, so much cum! And it's all ours!"</span> your body neighbor was in some kind of sex trance. <span class="nevada">"Swallow! Swallow!"</span>
You followed Nevada's advice again and swallowed every drop of cum. And you were happy - you defeated this giant!
Soon he slipped you $50 (as you understood, this was the minimum fee, and if you weren't paid, you could complain to security), you took the money and decided to take a little rest, and also drink some water...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.gh += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $stats.interracial += 1>>
<<set $money += 50>>
<<set $gloryhole = 2>>
<</nobr>><<show-gif work\gloryhole09>>
This time the dick had to wait for quite a long time. But you weren't bored, you were watching porn on the monitor and caressing your pussy. But you didn't cum, so as not to ruin your fighting spirit.
When the dick appeared in the hole, you immediately pounced on it with your mouth.
<span class="nevada">"Mmm, black again,"</span> Nevada thought. Yes, the dick was black again, but this one was smaller and circumcised.
Through the music, you heard the man moaning excitedly behind the wall...
[[Next.|gloryhole10]]<<show-gif work\gloryhole10>>
<span class="nevada">"All that she wants..."</span> the ghost girl sang while you jerked off and sucked the cock. <span class="nevada">"What? I like old school too!"</span>
Under your pressure, the cock didn't last long. But this time, it started cumming without three knocks, that is, without warning. So some of the sperm got on your chin and cheek.
<span class="bbc">"Fuck, I forgot to warn you,"</span> a voice came from behind the wall, although talking was forbidden here.
However, you weren't offended. You collected all the sperm, sent it into your mouth and swallowed it.
And the man gave you as much as $100 (apparently, as compensation). Good earnings, you can catch your breath a little...
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 60>><<set $player.slut += 1>><</if>>
<<set $stats.gh += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $stats.interracial += 1>>
<<set $money += 100>>
<<set $gloryhole = 3>>
<</nobr>><<show-gif work\gloryhole11>>
When the dick finally appeared, you immediately pounced on it with your lips and right hand.
<span class="nevada">"How hungry you are, ahaha!"</span> giggled the invisible interlocutor. <span class="nevada">"However, I am hungry too!"</span>
The man behind the wall was actively moaning while you were pleasing his cock with all your might. For some reason, you really wanted to satisfy this man, although you didn't know who he was, how old he was, or even what exactly he looked like...
[[Next.|gloryhole13]]<<show-gif work\gloryhole12>>
Your efforts were not in vain, after a few minutes of such hard work you heard three knocks, signaling the imminent end. Despite the warning, a powerful stream that hit your palate made you move away from the dick slightly. Because of this, another shot hit your face and even your forehead.
<span class="nevada">"What a stream he has! He can put out fires with his sperm!"</span> Nevada joked and admired at the same time.
Meanwhile, you collected all the sperm, sent it into your mouth and swallowed it greedily.
The satisfied man handed you $70. With a tip! You took the money and decided to catch your breath a little.
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 65>><<set $player.slut += 1>><</if>>
<<set $stats.gh += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $money += 70>>
<<set $gloryhole = 4>>
<</nobr>><<show-gif work\gloryhole13>>
This time you got a black prince. Big. Black. Prince.
You licked your lips like a predatory cat and pounced on the cock.
<span class="nevada">"Good catch today, big and meaty,"</span> the ghost girl joked, although she liked what was happening as much as you did. Or even more.
You decided to play with the cock a little, so you periodically licked the head, moved your tongue around it, ran it along the shaft. The man, judging by his powerful erection and moans, approved of your actions 100%.
[[Next.|gloryhole16]]<<show-gif work\gloryhole14>>
However, your blowjob and handjob did their job. After three knocks, cum poured out of the black cock straight into your mouth.
<span class="nevada">"Mmm, we won,"</span> Nevada said playfully. However, you completely agree with her. You have achieved some success in servicing cocks through the glory hole, and this was further confirmation of that.
Having victoriously swallowed the cum, you began to get ready. Or then you remembered about the money, and saw it on the floor. $60! Let's party!
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 65>><<set $player.slut += 1>><</if>>
<<set $stats.gh += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $stats.interracial += 1>>
<<set $money += 60>>
<<set $gloryhole = 5>>
<</nobr>><<show-gif work\gloryhole16>>
Soon a dick appeared in the hole. Oh, you didn't even have time to enjoy pornography with Nevada! But a dick is even better!
<span class="nevada">"Hey!"</span> the girl was indignant. <span class="nevada">"You can suck a dick and keep one eye on the screen!"</span>
However, your attention was already completely absorbed by the dick. You jerked it off with your hand, played with it with your tongue and, of course, sucked it, smacking your lips at the same time...
[[Next.|gloryhole19]]<<show-gif work\gloryhole17>>
No penis could withstand such pressure! So soon there was a knock, and the sperm flowed straight into your mouth.
<span class="nevada">"You dealt with him quickly, sis,"</span> the ghost girl assessed your success. <span class="nevada">"Now swallow!"</span>
You obediently swallowed the sperm, although you would have done it without the command.
For such successful work, a $100 bill immediately appeared in the hole! What a generous man!
<span class="nevada">"And his sperm is delicious..."</span>
<<nobr>><<set $time += 1>>
<<if $time lte 4>><<link "Finish.">><<goto strip04>><</link>><</if>>
<<if $time gte 5>><<link "Finish.">><<goto sleep01>><</link>><</if>>
<<if $player.slut lte 65>><<set $player.slut += 1>><</if>>
<<set $stats.gh += 1>>
<<set $stats.bj += 1>>
<<set $stats.swallow += 1>>
<<set $money += 100>>
<<set $gloryhole = 3>>
<</nobr>><<show-img titles\title28>>
<span class="player">"I've heard people call me "The shy sucker". How did they know?! The glory hole is supposed to be anonymous!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The shy sucker">><</nobr>><<show-img titles\title29>>
<span class="player">"I've heard people call me "The anonymous cocksucker". This is what comes from going to the glory hole all the time. But I don't mind."</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The anonymous cocksucker">><</nobr>><<show-img titles\title30>>
<span class="player">"I've heard people call me "The hole of the glory hole". It seems like everyone already knows that I work in an "anonymous" glory hole. And I do it great, otherwise they wouldn't talk about me!"</span>
<<nobr>>[[Finish.|titles01]]
<<set $player.title = "The hole of the glory hole">><</nobr>>