<div class="bild-box">
<img src="pics/stop.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-gefahr">
<img src="pics/gefahr.png" class="portrait">
<span style="flex: 1;"> //''This game contains content that is suitable for adults only. If you have not reached the legal age in your country, please leave this page!''//</span>
</p>
<<link "I am of legal age.">>
<<goto "intro">>
<</link>>
<div class="bild-box">
<img src="pics/kopfh.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-gefahr">
<img src="pics/gefahr.png" class="portrait">
<span style="flex: 1;"> //''The game contains images, GIFs, and videos with sound, so I recommend wearing headphones if you are not alone.''//</span>
</p>
<<link "next">>
<<goto "intro3">>
<</link>>
<<set $zeitwechselPassagen to ["hc", "bj", "x", "x", "x"]>> <!-- Ersetze die Namen hier mit den Passagen, bei denen die Tageszeit wechseln soll -->
<<widget "checkNight">>
<<if $tageszeit == "Latenight">>
<<set $currentLocation = "Zimmer">>
<<goto "Zimmer">>
<</if>>
<</widget>>
<<widget "checkNacht">>
<<if $tageszeit == "Spätnacht">>
<<set $currentLocation = "Zimmer">>
<<goto "Zimmer">>
<</if>>
<</widget>>
<<script>>
// Funktion, um zu prüfen, ob ein Video im sichtbaren Bereich ist
function checkVideoVisibility() {
const videos = document.querySelectorAll("video");
videos.forEach((video) => {
const rect = video.getBoundingClientRect();
const isVisible = rect.top >= 0 && rect.bottom <= window.innerHeight;
if (isVisible) {
video.play(); // Video starten, wenn sichtbar
} else {
video.pause(); // Video pausieren, wenn nicht sichtbar
}
});
}
// Eventlistener fürs Scrollen und Laden
window.addEventListener("scroll", checkVideoVisibility);
window.addEventListener("resize", checkVideoVisibility);
// Initial prüfen, ob Videos sichtbar sind
document.addEventListener("DOMContentLoaded", checkVideoVisibility);
<</script>>
<img src="pics/logo.jpg" width="150">
<<if $bild == 1>>
<img src="pics/john.png" width="150">
<span style="color:peachpuff;">//''Name:''// <<print $name>></span>
<<elseif $bild == 2>>
<img src="pics/jenny.png" width="150">
<span style="color:peachpuff;">//''Name:''// <<print $name>></span>
<<elseif $bild == 3>>
<img src="pics/jenny2.png" width="150">
<span style="color:peachpuff;">//''Name:''// <<print $name2>></span>
<</if>>
<div class="bild-leiste">
<<if $shirt == 1>>
<img src="body/shirt1.png" class="status-bild">
<<elseif $shirt == 2>>
<img src="body/shirt2.png" class="status-bild">
<<elseif $shirt == 3>>
<img src="body/shirt3.png" class="status-bild">
<<elseif $shirt == 4>>
<img src="body/shirt4.png" class="status-bild">
<<elseif $shirt == 10>>
<img src="body/shirt10.png" class="status-bild">
<<elseif $shirt == 11>>
<img src="body/shirt11.png" class="status-bild">
<<elseif $shirt == 12>>
<img src="body/shirt12.png" class="status-bild">
<<elseif $shirt == 13>>
<img src="body/shirt13.png" class="status-bild">
<<elseif $shirt == 20>>
<img src="body/shirt20.png" class="status-bild">
<<elseif $shirt == 31>>
<img src="body/shirt31.png" class="status-bild">
<<elseif $shirt == 32>>
<img src="body/shirt32.png" class="status-bild">
<<elseif $shirt == 33>>
<img src="body/shirt33.png" class="status-bild">
<<elseif $shirt == 34>>
<img src="body/shirt34.png" class="status-bild">
<<elseif $shirt == 35>>
<img src="body/shirt35.png" class="status-bild">
<</if>>
<<if $hose ==0>>
<img src="body/hose0.png" class="status-bild">
<<elseif $hose == 1>>
<img src="body/hose1.png" class="status-bild">
<<elseif $hose == 2>>
<img src="body/hose2.png" class="status-bild">
<<elseif $hose == 3>>
<img src="body/hose3.png" class="status-bild">
<<elseif $hose == 10>>
<img src="body/hose10.png" class="status-bild">
<<elseif $hose == 11>>
<img src="body/hose11.png" class="status-bild">
<<elseif $hose == 12>>
<img src="body/hose12.png" class="status-bild">
<<elseif $hose == 13>>
<img src="body/hose13.png" class="status-bild">
<<elseif $hose == 20>>
<img src="body/hose20.png" class="status-bild">
<<elseif $hose == 21>>
<img src="body/hose21.png" class="status-bild">
<<elseif $hose == 22>>
<img src="body/hose22.png" class="status-bild">
<<elseif $hose == 30>>
<img src="body/hose30.png" class="status-bild">
<<elseif $hose == 31>>
<img src="body/hose31.png" class="status-bild">
<<elseif $hose == 99>>
<img src="body/hose99.png" class="status-bild">
<</if>>
</div>
<div class="bild-leiste">
<<if $panti == 0>>
<img src="body/panti0.png" class="status-bild">
<<elseif $panti == 1>>
<img src="body/panti1.png" class="status-bild">
<<elseif $panti == 2>>
<img src="body/panti2.png" class="status-bild">
<<elseif $panti == 3>>
<img src="body/panti3.png" class="status-bild">
<<elseif $panti == 4>>
<img src="body/panti4.png" class="status-bild">
<<elseif $panti == 11>>
<img src="body/panti11.png" class="status-bild">
<<elseif $panti == 12>>
<img src="body/panti12.png" class="status-bild">
<</if>>
<<if $schuhe == 0>>
<img src="body/schuhe0.png" class="status-bild">
<<elseif $schuhe == 1>>
<img src="body/schuhe1.png" class="status-bild">
<<elseif $schuhe == 2>>
<img src="body/schuhe2.png" class="status-bild">
<<elseif $schuhe == 3>>
<img src="body/schuhe3.png" class="status-bild">
<<elseif $schuhe == 4>>
<img src="body/schuhe4.png" class="status-bild">
<<elseif $schuhe == 10>>
<img src="body/schuhe10.png" class="status-bild">
<<elseif $schuhe == 11>>
<img src="body/schuhe11.png" class="status-bild">
<<elseif $schuhe == 12>>
<img src="body/schuhe12.png" class="status-bild">
<<elseif $schuhe == 20>>
<img src="body/schuhe20.png" class="status-bild">
<</if>>
</div>
<div class="bild-leiste">
<<if $chasty == 1>>
<img src="pics/chasty1.png" class="status-bild">
<<elseif $chasty == 2>>
<img src="pics/chasty2.png" class="status-bild">
<</if>>
<<if $plug ==1>>
<img src="pics/plug1.png" class="status-bild">
<<elseif $plug == 2>>
<img src="pics/plug2.png" class="status-bild">
<</if>>
</div>
Day: <<print $wochentag>>
Time: <<print $tageszeit>>
Money: $<<print $g>>
<<if $ges==1>>
<span style="color:#6666FF;">//''masculine:''// <<print $mann>></span>
<span style="color:#00FF00;">//''shy:''// <<print $shy>></span>
<span style="color:#CC0000;">//''aroused:''// <<if $lust > 100>>MAX<<else>><<print $lust>><</if>></span>
<<elseif $ges==2>>
<span style="color:#FF66CC;">//''feminition:''// <<print $fem>></span>
<span style="color:#FF99FF;">//''submission:''// <<print $sub>></span>
<span style="color:#CC0000;">//''aroused:''// <<if $lust > 100>>MAX<<else>><<print $lust>><</if>></span>
<</if>>
Rent $200/week every Sunday
<div class="bild-box">
<img src="pics/logo.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Welcome to "my true self"</p>
<p class="bg-text">This is my first attempt to create my own game, so please excuse any small mistakes; I will learn from them. Moreover, English is not my native language, but I hope we will still understand each other.</p>
<p class="bg-text">This game is about transformation, submission and oppression. It includes homosexual content, blackmail, and humiliation.
All persons and actions are fictitious and have no relation to reality.
Please always remember that this is just a game and people don't usually behave like that in real life.</p>
<<link "next">>
<<goto "intro2">>
<</link>>
<<set $g to 0>>
<<set $mann to 10>>
<<set $shy to 100>>
<<set $fem to 0>>
<<set $sub to 0>>
<<set $lust to 0>>
<<set $face to 1>>
<<set $brust to 1>>
<<set $penis to 1>>
<<set $po to 1>>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $panti to 1>>
<<set $schuhe to 1>>
<<set $chasty to 1>>
<<set $plug to 1>>
<<set $porno to 1>>
<<set $week to 0>>
<<set $tag to 1>>
<<set $ges to 1>>
<<set $bild to 1>>
<<set $zimmer to 1>>
<<set $strafe to 1>>
<<set $traum to 1>>
<<set $miete to 1>>
<<set $wochentag to "Monday">>
<<set $tageszeit to "Morning">>
<<set $tageIndex to 0>> <!-- Index für den Wochentag -->
<<set $zeitIndex to 0>> <!-- Index für die Tageszeit -->
<<set $wochentage to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $tageszeiten to ["Morning", "Noon", "Afternoon", "Evening", "Night" ,"Latenight"]>>
<<script>>
$(document).on(':passagedisplay', function (event) {
// Name der aktuellen Passage abrufen
const aktuellePassage = event.passage.title;
// Prüfen, ob die aktuelle Passage in der Liste der Zeitwechsel-Passagen enthalten ist
if (State.variables.zeitwechselPassagen.includes(aktuellePassage)) {
// Erhöht den Tageszeit-Index
State.variables.zeitIndex += 1;
// Prüft, ob der Tageszeit-Index über das Array hinausgeht
if (State.variables.zeitIndex >= State.variables.tageszeiten.length) {
State.variables.zeitIndex = 0; // Setzt die Tageszeit auf "Morning" zurück
wechsleTag(); // Wechselt den Tag, da ein ganzer Tageszyklus vorbei ist
}
// Aktualisiert die Tageszeit-Variable
State.variables.tageszeit = State.variables.tageszeiten[State.variables.zeitIndex];
}
});
function wechsleTag() {
// Erhöht den Wochentag-Index
State.variables.tageIndex += 1;
// Prüft, ob der Tage-Index über das Array hinausgeht
if (State.variables.tageIndex >= State.variables.wochentage.length) {
State.variables.tageIndex = 0; // Setzt auf Monday zurück, wenn Sunday überschritten wird
}
// Aktualisiert den Wochentag
State.variables.wochentag = State.variables.wochentage[State.variables.tageIndex];
}
<<endscript>><div class="bild-box">
<img src="pics/john.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">that is you</p>
<p class="bg-text">What name do you want to play?</p>
<input id="nameInput" type="text" placeholder="name" value="John">
<<button "save" id="nameButton">>
<<set _tempName to document.getElementById("nameInput").value>>
<<if _tempName.trim() === "">>
<<set $name to "John">>
<<else>>
<<set $name to _tempName>>
<</if>>
<<goto "intro4">>
<</button>><p class="bg-text">You are standing in your room and your bags are packed. Today you are leaving your area for the first time.</p>
<div class="bild-box">
<img src="pics/koffer.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You grew up in a small, sleepy place and today you will move to the city to study at a university. Actually, you are looking forward to finally leaving this sleepy nest, but you are also afraid of what awaits you there.</p>
<p class="bg-text">You have never had many friends and still dream of finally kissing your first girl. Before you get ready, you take one last skeptical look in the mirror.</p>
<div class="bild-box">
<img src="pics/brust1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are 18 years old and 165 cm tall and have hardly any muscles. In your school, you had the unpopular nickname "flat board". You hated that name, but when you look at your flat chest, you can understand why you were called that.</p>
<div class="bild-box">
<img src="pics/po1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">The rest of your body is also without muscles, which doesn’t help you to be more confident. Again, these doubts arise within you about what a girl would say if she saw you naked. Your thoughts drift away, and the thought of girls makes you hard. You look at your penis in the mirror.</p>
<div class="bild-box">
<img src="pics/penis1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Your biggest, or should I say your smallest problem? Your cock is really small and the thought of standing in front of a girl like this makes you panic again.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //as if that would ever happen..//
</span>
</p>
<p class="bg-text">You push your thoughts away and get dressed. With your suitcases, you walk into the hallway to say goodbye to your father.</p>
<<link "next">>
<<goto "intro5">>
<</link>>
<p class="bg-text">Your father is actually a good man, he works a lot and has always been good to you, but since your mother died when you were still a little boy, he has lost the joy of life and spends his free time at home drinking. Another reason why I know almost nothing about women.</p>
<div class="bild-box">
<img src="pics/dadtrinkt.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi Dad, I'm ready."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Hello my boy. Everything alright. Don't do anything silly and stay away from bad people, do you hear?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Dad, I will not disappoint you."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Good. As agreed, I will send you the money for your rent every Monday. Remember that you need to bring it to your landlady in cash every Sunday. Don't waste it on other nonsense, you know I can hardly afford it. Here is the money for the first week."
</span>
</p>
<div class="bild-box">
<img src="pics/geld.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I know, Dad. Thank you very much. I really have to go now to not miss the train. Take care, Dad."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Take care of yourself <<=$name>>"
</span>
</p>
<<link "next">>
<<set $dad to 0>>
<<set $g += 200>>
<<goto "intro6">>
<</link>>
<p class="bg-text">You travel all day long and only arrive in the city late in the evening. Curious and intimidated, you watch as your train passes through the city. You have never seen such tall buildings, and the streets are filled with people.</p>
<div class="bild-box">
<img src="pics/zug.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Without any detours, you head from the train station to your new apartment. With a bit of luck, you have found a room in a shared apartment that you can afford. The landlady sounded quite nice on the phone. When you arrive at the apartment, a very attractive young woman opens the door for you. She is wearing headphones around her neck.</p>
<div class="bild-box">
<img src="pics/lea.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Hi, you must be <<=$name>>. I am Lea and I am renting the room you inquired about."
</span>
</p>
<p class="bg-text">She shakes your hand and you turn red as a tomato.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "He.. ello. Yes, I am <<=$name>>. N.. nice to meet you."
</span>
</p>
<p class="bg-text">She smiles kindly.</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Okay, it's already late, so let me quickly explain our rules to you and show you the apartment. There are 3 rooms. Yours is back there. On the right side is the room of another roommate, but you'll probably never see her. The room on the left side is mine. I'm a streamer and I'm pretty much always here, so feel free to ask me if you need anything. I don't bite."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "o.. okay...thank y.. you."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "In addition, there is a bathroom and a kitchen that we share. Please always make sure to leave these rooms clean."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Of course"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Otherwise. No parties, no loud music..the usual."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "All clear."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "You will bring me the rent as agreed every Sunday. You have already paid for the first week during registration. So welcome and have fun. I will let you unpack your stuff now."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "O.. okay, thanks again."
</span>
</p>
<p class="bg-text">You go to your room and unpack your stuff. It was a long day and tomorrow is already your first day of school. Without hesitation, you go to bed and fall into a deep, relaxed sleep.</p>
<<link "Beginning">>
<<goto "kapitel1">>
<</link>>
<<if $zimmer == 1>>
<div class="bild-box">
<img src="pics/zimmer1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif $zimmer == 2>>
<div class="bild-box">
<img src="pics/zimmer2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<<if (
($wochentag == "Monday" || $wochentag == "Tuesday" || $wochentag == "Wednesday" || $wochentag == "Thursday" || $wochentag == "Friday")
&& $tageszeit == "Morning"
)>>
<<link "go to school">>
<<goto "schule">>
<</link>>
<<elseif $wochentag == "Saturday" && $tageszeit == "Morning" && $emma >= 1>>
<<link "meeting with Emma">>
<<set $week += 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emmacase">>
<</link>>
<<elseif $wochentag == "Sunday" && $tageszeit == "Morning" && $miete <= 1>>
<<link "pay your rent">>
<<goto "miete">>
<</link>>
<<elseif $wochentag == "Sunday" && $tageszeit == "Morning" && $miete >= 2>>
<<link "pay your rent">>
<<goto "mietecase">>
<</link>>
<<elseif $tageszeit == "Latenight">>
<<if $lust >= 90>>
<p class="bg-text">You are so horny that you can't even think about sleeping.</p>
<<link "masturbate">>
<<goto "wichs">>
<</link>>
<<else>>
<<if $kleid == 3>>
<<link "go to sleep">>
<<set $shirt to 34>>
<<set $hose to 22>>
<<set $schuhe to 0>>
<<set $panti to 11>>
<<goto "traumcase">>
<</link>>
<<elseif $kleid >=1>>
<<link "go to sleep">>
<<set $shirt to 33>>
<<set $hose to 21>>
<<set $schuhe to 0>>
<<goto "traumcase">>
<<else>>
<<link "go to sleep">>
<<set $shirt to 20>>
<<set $hose to 20>>
<<set $schuhe to 20>>
<<goto "traumcase">>
<</link>>
<</if>>
<</if>>
<<elseif $wochentag == "Sunday" && $tageszeit == "Noon" && $alice >= 1>>
<<link "clean Alice's room">>
<<goto "alicecase">>
<</link>>
<<else>>
<<if $task >= 1>>
<<link "You have a task">>
<<goto "taskcase">>
<</link>>
<<else>>
<<link "play a game">>
<<goto "game">>
<</link>>
<<link "watch a porn">>
<<goto "pornocase">>
<</link>>
<<link "wait until bedtime">>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<</if>>
<</if>>
<<link "Mirror">>
<<goto "spiegel">>
<</link>>
<<set _randomEvent = random(1, 10)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/lehrer1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/lehrer2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/lehrer3.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/lehrer4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/lehrer5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/lehrer6.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/lehrer7.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 8>>
<div class="bild-box">
<img src="pics/lehrer8.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 9>>
<div class="bild-box">
<img src="pics/lehrer9.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 10>>
<div class="bild-box">
<img src="pics/lehrer10.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-text">Another boring morning at school.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schulecase2">>
<</link>>
<<if $bild <=2>>
<div class="bild-box">
<img src="pics/wach1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You wake up and start a new day.</p>
<<if $psycho >= 4>>
<div class="bild-box">
<img src="pics/pille2.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take a pill from Dr. Love</p>
<<set $fem += 2>>
<<elseif $psycho >= 2>>
<div class="bild-box">
<img src="pics/pille1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take a pill from Dr. Love</p>
<<set $fem += 1>>
<</if>>
<<elseif $bild == 3>>
<div class="bild-box">
<img src="pics/wach2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You wake up and start a new day.</p>
<div class="bild-box">
<img src="pics/pille2.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take a pill from Dr. Love</p>
<<set $fem += 2>>
<</if>>
<<if $kleid == 1>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<<elseif $kleid ==2>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $schuhe to 3>>
<<set $panti to 3>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<<elseif $kleid ==3>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 34>>
<<set $hose to 4>>
<<set $schuhe to 4>>
<<set $panti to 4>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<<else>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<</if>><div class="bild-box">
<img src="pics/emmaweek1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are meeting Emma at the agreed meeting point.</p>
<<link "goes to the park">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emmaa">>
<</link>><div class="bild-box">
<img src="pics/leagame.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Lea is engrossed in her stream.</p>
<<if $g >= 200>>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Lea, I am bringing you the rent for next week."
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Lea, I am bringing you the rent for next week."
</span>
</p>
<</if>>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Thank you, my dear. Just put it on the table."
</span>
</p>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um, yes okay... see you then."
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um, yes okay... see you then."
</span>
</p>
<</if>>
<<link "Put the money down and go.">>
<<set $g -= 200>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<else>>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Lea, excuse me, can I talk to you for a moment?"
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Lea, excuse me, can I talk to you for a moment?"
</span>
</p>
<</if>>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "I am currently in a stream, what is important my dear?"
</span>
</p>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm sorry, but I don't have enough money to pay my rent."
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm sorry, but I don't have enough money to pay my rent."
</span>
</p>
<</if>>
<div class="bild-box">
<img src="pics/leawas.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<if $bild >= 3>>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "What do you mean by that, <<=$name2>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... I had unexpected expenses and my dad only sent me $200."
</span>
</p>
<<else>>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "What do you mean by that, <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... I had unexpected expenses and my dad only sent me $200."
</span>
</p>
<</if>>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Alright. You give me what you have and I will call your father so he can transfer the rest to me."
</span>
</p>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh... um... yeah okay"
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh... um... yeah okay"
</span>
</p>
<</if>>
<<link "Put the money down and go.">>
<<set $g to 0>>
<<set $dad += 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<</if>><<set _randomEvent = random(1, 10)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/game1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/game2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/game3.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/game4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/game5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/game6.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/game7.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 8>>
<div class="bild-box">
<img src="pics/game8.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 9>>
<div class="bild-box">
<img src="pics/game9.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 10>>
<div class="bild-box">
<img src="pics/game10.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<set _randomEvent = random(1, 10)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/porn1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/porn2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/porn3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/porn4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/porn5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/porn6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/porn7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/porn8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 9>>
<div class="video-box">
<video src="videos/porn9.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 10>>
<div class="video-box">
<video src="videos/porn10.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<set $lust += 20>>
<<if $lust >= 50>>
<p class="bg-text">You can no longer hold back.</p>
<<link "masturbating">>
<<goto "cum">>
<</link>>
<<else>>
<p class="bg-text">You look at the screen for a while, but somehow you're just not in the mood today.</p>
<<link "you are not aroused enough">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<</if>><<switch $ben>>
<<case 1>>
<<goto "ben1">>
<<break>>
<<case 2>>
<<goto "ben2">>
<<break>>
<<case 3>>
<<goto "ben3">>
<<break>>
<<case 4>>
<<goto "ben4">>
<<break>>
<<case 5>>
<<goto "ben5">>
<<break>>
<<case 6>>
<<goto "ben6">>
<<break>>
<<case 7>>
<<goto "ben7">>
<<break>>
<<case 8>>
<<goto "ben8">>
<<break>>
<<default>>
<<goto "ben0">>
<</switch>><<if $week >= 99>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/freicum1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/freicum2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/freicum3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/freicum4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/freicum5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/freicum6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/freicum7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/freicum8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmhh oohh aaahhh... oh yes... now I am feeling better."
</span>
</p>
<<link "continue">>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<<elseif $week >= 75>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/dildo1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/dildo2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/dildo3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/dildo4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/dildo5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/dildo6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/dildo7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/dildo8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<if $bild == 1>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes, that feels so good aaaahh aaaahh umm yes"
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes, that feels so good aaaahh aaaahh umm yes"
</span>
</p>
<</if>>
<<set _randomEvent = random(1, 6)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/cumcasty1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/cumcasty2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/cumcasty3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/cumcasty4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/cumcasty5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/cumcasty6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<link "continue">>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<<elseif $emma >= 8>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/vibo1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/vibo2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/vibo3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/vibo4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/vibo5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/vibo6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/vibo7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/vibo8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes, that feels so good aaaahh aaaahh umm yes"
</span>
</p>
<<set _randomEvent = random(1, 6)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/cumcasty1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/cumcasty2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/cumcasty3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/cumcasty4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/cumcasty5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/cumcasty6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<link "continue">>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<<elseif $emma >= 7>>
<div class="video-box">
<video src="videos/castynowix.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Your penis is locked in the chastity belt and you can't do anything to satisfy your lust.</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Um… I'm so horny and can't come. What a torment.//
</span>
</p>
<div class="bild-box">
<img src="pics/schlaflos.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Sleepless, you fight your way through the night until finally your alarm goes off. This cannot go on like this...</p>
<<timed 5s>>
<<if $psycho >= 4>>
<div class="bild-box">
<img src="pics/pille2.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take a pill from Dr. Love</p>
<<set $fem += 2>>
<<elseif $psycho >= 2>>
<div class="bild-box">
<img src="pics/pille1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take a pill from Dr. Love</p>
<<set $fem += 1>>
<</if>>
<<if $kleid == 1>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<<elseif $kleid ==2>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $schuhe to 3>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<<elseif $kleid ==3>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 34>>
<<set $hose to 4>>
<<set $schuhe to 4>>
<<set $panti to 4>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<<else>>
<<link "getting up">>
<<set $zeitIndex = 0>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<if $tageIndex < $wochentage.length - 1>>
<<set $tageIndex += 1>>
<<else>>
<<set $tageIndex = 0>>
<</if>>
<<set $wochentag = $wochentage[$tageIndex]>>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $tag += 1>>
<<goto "zimmer">>
<</link>>
<</if>>
<</timed>>
<<else>>
<<if $porno == 2>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh thank God my phone is not affected by the virus.//
</span>
</p>
<</if>>
<<set _randomEvent = random(1, 3)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/cum1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/cum2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/cum3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmhh oohh aaahhh... oh yes... now I am feeling better."
</span>
</p>
<<link "continue">>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<</if>><div class="bild-box">
<img src="pics/gang.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<<if $wochentag == "Monday" && $week >= 1>>
<<if $dad >= 1>>
<div class="bild-box">
<img src="pics/dadgang.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Your father is standing in the hallway and waiting for you. He looks quite angry.</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "We need to talk"
</span>
</p>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "umm... ok"
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "umm... ok"
</span>
</p>
<</if>>
<<link "go to your room with your father">>
<<goto "dadcase">>
<</link>>
<<else>>
<div class="bild-box">
<img src="pics/geld2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Your father sent you the money for this week.</p>
<<set $g += 200>>
<<link "go to your room">>
<<goto "zimmer">>
<</link>>
<</if>>
<<elseif $tag == 4>>
<p class="bg-text">You hear the sound of the shower.</p>
<<link "peek">>
<<set $traum to 2>>
<<goto "tag4">>
<</link>>
<<else>>
<<link "go to your room">>
<<goto "zimmer">>
<</link>>
<</if>><<set _randomEvent = random(1, 10)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/schuhlgang1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/schuhlgang2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/schuhlgang3.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/schuhlgang4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/schuhlgang5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/schuhlgang6.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/schuhlgang7.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 8>>
<div class="bild-box">
<img src="pics/schuhlgang8.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 9>>
<div class="bild-box">
<img src="pics/schuhlgang9.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 10>>
<div class="bild-box">
<img src="pics/schuhlgang10.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<<if $week == 1 && $wochentag == "Monday">>
<p class="bg-text">You have to go to the toilet.</p>
<<link "toilet">>
<<goto "we2mo">>
<</link>>
<<elseif $week == 1 && $wochentag == "Wednesday">>
<p class="bg-text">You have to go to the toilet.</p>
<<link "toilet">>
<<goto "we2mo">>
<</link>>
<<elseif $wochentag == "Wednesday" and $ben >= 1>>
<<link "go to the bathroom">>
<<goto "bencase">>
<</link>>
<<else>>
<p class="bg-text">The usual chaos reigns in the hallways. You grab your things and put on your sports clothes.</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>>
<</if>><<switch $sport>>
<<case 1>>
<<goto "sport1">>
<<break>>
<<case 2>>
<<goto "sport2">>
<<break>>
<<default>>
<<goto "sport0">>
<</switch>><div class="bild-box">
<img src="pics/hs.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<if (
($wochentag == "Tuesday" || $wochentag == "Thursday")
&& $work >= 1
)>>
<<link "go to work">>
<<goto "workcase">>
<</link>>
<<elseif $wochentag == "Wednesday" && $psycho >= 1>>
<<link "go to therapy">>
<<goto "psychocase">>
<</link>>
<<elseif $wochentag == "Monday" && $strafe >= 6>>
<<link "go to your dad">>
<<goto "dadcase">>
<</link>>
<<else>>
<<if $tag == 5>>
<p class="bg-text">You are making your way home when you notice a girl sitting on a bench looking in your direction.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Is that the girl who always watches us during sports?"
</span>
</p>
<div class="bild-box">
<img src="pics/emmahof.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Hey you, come here"
</span>
</p>
<<link "go to her">>
<<goto "tag5">>
<</link>>
<<elseif $week == 1 and $wochentag == "Friday">>
<p class="bg-text">You see two girls from your class laughing as they go to the park.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is there a meeting again? Maybe Emma is in the park too?//
</span>
</p>
<<link "Follow them">>
<<goto "we2fr1">>
<</link>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What should I do alone in the park when Emma is not there?//
</span>
</p>
<<link "go home">>
<<goto "gangcase">>
<</link>>
<<else>>
<p class="bg-text">Nobody is to be seen and you go straight home.</p>
<<link "go home">>
<<goto "gangcase">>
<</link>>
<</if>>
<</if>><<switch $work>>
<<case 1>>
<<goto "work1">>
<<break>>
<<case 2>>
<<goto "work2">>
<<break>>
<<case 3>>
<<goto "work3">>
<<break>>
<<case 4>>
<<goto "work4">>
<<break>>
<<case 5>>
<<goto "work5">>
<<break>>
<<case 6>>
<<goto "work6">>
<<break>>
<<case 7>>
<<goto "work7">>
<<break>>
<<case 8>>
<<goto "work8">>
<<break>>
<<case 9>>
<<goto "work9">>
<<break>>
<<default>>
<<goto "work0">>
<</switch>><<if $week >= 99>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/freicum1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/freicum2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/freicum3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/freicum4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/freicum5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/freicum6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/freicum7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/freicum8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john2">
<img src="pics/jenny.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmhh oohh aaahhh... oh yes... now I am feeling better."
</span>
</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<<elseif $week >= 66>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/dildo1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/dildo2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/dildo3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/dildo4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/dildo5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/dildo6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/dildo7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/dildo8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<if $bild == 1>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes, that feels so good aaaahh aaaahh umm yes"
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes, that feels so good aaaahh aaaahh umm yes"
</span>
</p>
<</if>>
<<set _randomEvent = random(1, 6)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/cumcasty1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/cumcasty2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/cumcasty3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/cumcasty4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/cumcasty5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/cumcasty6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<<elseif $emma >= 8>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/vibo1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/vibo2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/vibo3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/vibo4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/vibo5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/vibo6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/vibo7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/vibo8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes, that feels so good aaaahh aaaahh umm yes"
</span>
</p>
<<set _randomEvent = random(1, 5)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/cumcasty1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/cumcasty2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/cumcasty3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/cumcasty4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/cumcasty5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<<elseif $emma >= 7>>
<div class="video-box">
<video src="videos/castynowix.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Your penis is locked in the chastity belt and you can't do anything to satisfy your lust.</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Um… I'm so horny and can't come. What a torment.//
</span>
</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<else>>
<<set _randomEvent = random(1, 3)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/cum1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/cum2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/cum3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmhh oohh aaahhh... oh yes... now I am feeling better."
</span>
</p>
<</if>>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $lust to 0>>
<<goto "zimmer">>
<</link>>
<<if $face ==1>>
<p class="bg-spiegel">
<img src="pics/face1.png" class="spiegel">
<span style="flex: 1;">
You have a completely normal face of a boy. Your lips are narrow. You don't have any beard growth, which makes you look even younger than you are and nothing on your face looks masculine.
</span>
</p>
<<elseif $face == 2>>
<p class="bg-spiegel">
<img src="pics/face2.png" class="spiegel">
<span style="flex: 1;">
Your facial features look softer and rounder now. Your lips are a bit fuller and your eyebrows are shaped. People who don't know you might actually think you are a girl.
</span>
</p>
<<elseif $face == 3>>
<p class="bg-spiegel">
<img src="pics/face3.png" class="spiegel">
<span style="flex: 1;">
Your skin is now soft and smooth. You have full lips and the subtle makeup highlights your feminine features. Men turn around on the street to look at you and whistle after you.
</span>
</p>
<<elseif $face == 4>>
<p class="bg-spiegel">
<img src="pics/face4.png" class="spiegel">
<span style="flex: 1;">
Your face is flawless, you have full lips, long eyelashes, and perfect eyebrows. Your makeup matches your eyes perfectly, and your beautiful hair acts like a picture frame for your face. A wonderful young woman.
</span>
</p>
<</if>>
<<if $brust == 1>>
<p class="bg-spiegel">
<img src="pics/brust1.png" class="spiegel">
<span style="flex: 1;">
Your chest is flat as a board. Not because you are well trained, but because you have neither muscle nor fat. It's hard for you to find suitable clothes because everything seems too big for you.
</span>
</p>
<<elseif $brust == 2>>
<p class="bg-spiegel">
<img src="pics/brust2.png" class="spiegel">
<span style="flex: 1;">
One can notice a slight breast development and your breasts have recently become sensitive to touch. Your nipples are also more sensitive. It is arousing when your clothing rubs against your nipples.
</span>
</p>
<<elseif $brust == 3>>
<p class="bg-spiegel">
<img src="pics/brust3.png" class="spiegel">
<span style="flex: 1;">
Your breasts are now clearly visible, the hormones are doing their job. Even under your clothes, your little mounds are already visible, which has given you many a lustful look. Touching your breasts is a turn-on, and you can't resist secretly playing with them.
</span>
</p>
<<elseif $brust == 4>>
<p class="bg-spiegel">
<img src="pics/brust4.png" class="spiegel">
<span style="flex: 1;">
You have beautiful female breasts in cup size C. Men and women are crazy about your breasts and you love it when they are massaged and kneaded by others. Your nipples are large and become hard and stiff at the slightest stimulus.
Everything you wear looks sexy with these curves.
</span>
</p>
<<elseif $brust == 5>>
<p class="bg-spiegel">
<img src="pics/brust5.png" class="spiegel">
<span style="flex: 1;">
With the silicone implants, you now have real monster breasts. The perfect size for tit jobs.
</span>
</p>
<</if>>
<<if $penis == 1>>
<p class="bg-spiegel">
<img src="pics/penis1.png" class="spiegel">
<span style="flex: 1;">
You have a small, thin penis. Your sack is stubbly hairy. You've never invested time in your intimate hygiene. You'll probably die a virgin anyway.
</span>
</p>
<<elseif $penis == 2>>
<p class="bg-spiegel">
<img src="pics/penis2.png" class="spiegel">
<span style="flex: 1;">
Your penis and testicles are smooth and velvety soft. It feels kind of weird, but finally there's someone touching you there, so what do you want to complain about?
</span>
</p>
<<elseif $penis == 3>>
<p class="bg-spiegel">
<img src="pics/penis3.png" class="spiegel">
<span style="flex: 1;">
The chastity belt constricts your penis. It feels humiliating to live like this, but you'll do everything you can to avoid losing Emma.
</span>
</p>
<<elseif $penis == >>
<p class="bg-spiegel">
<img src="pics/penis4.png" class="spiegel">
<span style="flex: 1;">
Finally, you're free again and you can enjoy your life as a girl with a dick to the fullest.
</span>
</p>
<</if>>
<<if $po == 1>>
<p class="bg-spiegel">
<img src="pics/po1.png" class="spiegel">
<span style="flex: 1;">
You have a narrow butt without muscles. Your butt is lightly hairy.
</span>
</p>
<<elseif $po == 2>>
<p class="bg-spiegel">
<img src="pics/po2.png" class="spiegel">
<span style="flex: 1;">
Your butt is now soft and gentle and completely hairless.
</span>
</p>
<<elseif $po == 3>>
<p class="bg-spiegel">
<img src="pics/po3.png" class="spiegel">
<span style="flex: 1;">
The butt plug feels weird on the one hand, but every movement turns you on incredibly. Every day it glides in and out more easily.
</span>
</p>
<<elseif $po == 4>>
<p class="bg-spiegel">
<img src="pics/po4.png" class="spiegel">
<span style="flex: 1;">
Your boy-pussy is already longing for the next cock or strapon that satisfies your lust.
</span>
</p>
<</if>>
<<link "back">>
<<goto "zimmer">>
<</link>>
<<switch $strafe>>
<<case 1>>
<<goto "strafe1">>
<<break>>
<<case 2>>
<<goto "strafe2">>
<<break>>
<<case 3>>
<<goto "strafe3">>
<<break>>
<<case 4>>
<<goto "strafe4">>
<<break>>
<<case 5>>
<<goto "strafe5">>
<<break>>
<<default>>
<<goto "strafe0">>
<</switch>><div class="bild-box">
<img src="pics/emmahof.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You can't believe that she means you, but no one else is around, so you go to her.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Hi, you are the new one, right?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um y... yeah, I've only been here for a week."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "(she smiles) you are sweet, I have been watching you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //She really meant me with the waving... and she thinks I'm cute. Is that good?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hehe... I... I saw y.. you"
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Do you have any plans for Saturday?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "N... no"
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "We're having a small party in the park, just like every year at the start of school. Do you want to come?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is this really happening right now?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y... yes, I would like that."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Cool, let's exchange numbers, then I'll send you the details."
</span>
</p>
<p class="bg-text">You exchange your phone numbers, your heart is racing like crazy. A girl has never given you her number before, and now the most beautiful girl in school is also inviting you to a party. It can only be a dream.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Great, see you on Saturday. By the way, I'm Emma."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes... hi. I am <<=$name>>
."
</span>
</p>
<<link "go home">>
<<set $lust +=30>>
<<set $emma to 1>>
<<goto "gang">>
<</link>>
<p class="bg-text">You can't resist and cautiously open the door, peeking into the shower. It's Lea, who is currently in the shower.</p>
<div class="video-box">
<video src="videos/leadusche.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "HEY! Asshole!"
</span>
</p>
<p class="bg-text">Startled, you flinch. You just manage to close the door quietly. In the hallway, your roommate stands and looks at you grimly.</p>
<div class="bild-box">
<img src="pics/alicegang.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "What the hell are you doing there, you pervert?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh.. um.. no.. no. It’s not what it looks like."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "To me, it looks like a perverted asshole is watching our landlady in the shower. If I tell Lea this, you'll be thrown out of the apartment in no time."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "U.. um, please, I'm so sorry... please don't tell on me. I'll never do it again. I promise."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Why should I not tell her about it? That you can watch me too?"
</span>
</p>
<p class="bg-text">What were you thinking? Your father will send you to an institution. You fall to your knees and desperately beg your roommate.</p>
<div class="bild-box">
<img src="pics/bitte.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Please, please don't. I'll do anything you want, but please don't betray me. I'm begging you."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Stop this crap, you wimp. Alright, I'll give you a chance, but I expect something in return. Understood!"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, yes. Thank you. What should I do?"
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "You will keep my room clean. Specifically, every Sunday, when I'm not there. You will make my bed, wash my laundry, and clean my room, understood!?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh fuck, what a mess. But I have no other choice.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Agree. Whatever you want."
</span>
</p>
<p class="bg-text">Your roommate looks at you amused and smiles slightly.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Good boy. By the way, I'm Alice and if I catch you doing any more crap, watch out."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "That will not happen."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Then get out of my sight. And make sure that my room is spotless clean by Monday."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Of course"
</span>
</p>
<<link "go to your room">>
<<set $mann to 0>>
<<set $alice to 1>>
<<goto "zimmer">>
<</link>>
<<set $lust += 30>><p class="bg-text">You are going to the park together. You are super nervous about how the others will react and you still can't believe that Emma specifically asked you to come with her.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Don't take it the wrong way, she's probably just being nice because you're the new one.//
</span>
</p>
<p class="bg-text">All your classmates are already in the park. There is laughter and drinking. You stay in the background and are practically invisible. Only Emma keeps looking after you and talks to you.</p>
<div class="bild-box">
<img src="pics/park1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You watch the colorful hustle and bustle and are fascinated by how openly the girls are in the city.</p>
<div class="bild-box">
<img src="pics/parkgirl1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<link "continue">>
<<set $lust += 20>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma1a">>
<</link>>
<p class="bg-text">It is getting dark and you light a campfire. The mood is lively. On one hand, you feel like an outsider, but on the other hand, you somehow belong, and that feels good. You enjoy watching Emma, who is obviously having a lot of fun.</p>
<div class="bild-box">
<img src="pics/park2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">It's getting late and you're already thinking about going home when Emma sits down next to you and cuddles against you. You've never been so close to a girl before.</p>
<div class="bild-box">
<img src="pics/park3.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh wow. She is so warm and smells so good.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Is everything okay with you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y... yes. T... thank you for inviting me."
</span>
</p>
<p class="bg-text">You chat for a while while Emma snuggles up to you. This is by far the best day of your life. Slowly, you begin to believe that this is more than just a dream. Later, Emma leans in towards you and whispers in your ear.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'm tired. How about we go to my place? Are you interested?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What? Does she want...? Does she mean...? Oh my God...//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y.. y.. yes, ve.. ve..very gladly"
</span>
</p>
<<link "continue">>
<<set $lust += 50>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma1b">>
<</link>>
<p class="bg-text">Filled with excitement and fear, you walk home with Emma. Will it really happen? Will all your dreams finally come true today? You can feel how just the thought of it makes your pants bulge.</p>
<p class="bg-text">You're at her home and Emma doesn't hesitate for long. She wraps her hands around your neck and kisses you. It happened, your first kiss. Clumsily, you try to return her kiss while pushing your pelvis back so she doesn't notice your boner.</p>
<div class="bild-box">
<img src="pics/emma1a.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh wow, that must be a dream. Hopefully, she doesn't notice that I'm a beginner.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come sweetie, let's go to my bedroom."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "o..ok..okey"
</span>
</p>
<p class="bg-text">She takes your hand and leads you to her bedroom. Emma begins to undress and lolls on the bed. You stand in front of it as if frozen and admire her hot body with dry mouth.</p>
<div class="video-box">
<video src="videos/emma1b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come on my handsome. Take your clothes off and come to me."
</span>
</p>
<p class="bg-text">You are like in a trance and can only nod. You take off all your clothes except for your underwear and crawl into bed with her.</p>
<<link "continue">>
<<set $lust +=100>>
<<goto "emma1c">>
<</link>>
<p class="bg-text">She nestles her half-naked body against yours. Her soft breasts press against you. It feels so incredibly good, your little cock is hard and bulges out your pantis. Emma shoves her tongue into your mouth and plays with yours. Her hand slowly moves down and massages your hard-on.</p>
<div class="video-box">
<video src="videos/emma1c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God, oh my God…//
</span>
</p>
<p class="bg-text">You feel your abdomen contract. Your balls are starting to throb...</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No no no please noooo//
</span>
</p>
<p class="bg-text">It's too much for you. You can't hold back anymore and come with a moan in your pants.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uhhh um ahh oh shit"
</span>
</p>
<p class="bg-text">Emma looks down at you and notices what has happened.</p>
<div class="bild-box">
<img src="pics/emma1d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Did you just come..?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no, damn it. That was it. I messed up. Please let me die, I can never show up again.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Are you still a virgin?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh my God. You are still a virgin, that's so cute."
</span>
</p>
<p class="bg-text">Emma embraces you smiling.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //She is not angry at all? She thinks I'm cute? What does that mean...?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… it doesn't bother you at all?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No. I was already wondering why you are so shy."
</span>
</p>
<p class="bg-text">You just lower your head and Emma notices your dejection and gives you a hug.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come on, that's not bad at all. I will help you become more confident."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Really?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, but first you need to get out of your wet pants, wait a moment..."
</span>
</p>
<p class="bg-text">Emma goes to her wardrobe, takes one of her panties out, and places it next to you on the bed.</p>
<div class="bild-box">
<img src="pics/emma1e.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Put those on in the meantime, I'll wash yours for you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What? That can't be serious!//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "B.. but that's a girl's pantis..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Don't make such a fuss, no one will know. It's just until you get home."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Alright, if you say so."
</span>
</p>
<<link "continue">>
<<set $panti to 2>>
<<set $lust to 0>>
<<goto "emma1d">>
<</link>>
<p class="bg-text">You put on Emma's panties and look at yourself in the mirror.</p>
<div class="bild-box">
<img src="pics/emmapantis.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You're ashamed to show yourself like that, but why does the thought of wearing Emma's panties get you a little aroused again?</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Ohww… that looks so cute on you."
</span>
</p>
<p class="bg-text">Emma jumps up and down excitedly and claps her hands.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //She's kidding me, right…?//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I have a great idea on how we can work on your self-confidence."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y.. yes? And which ones?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I want you to wear my panties all the time until we see each other again."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W.. what? Y.. you're not serious right now, a.. are you?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "But my sweetheart. Please trust me. It would really help you become braver and no one else has to know, except for us…."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "A.. are you sure...?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "...yes. And besides, the thought would excite me, and if you agree, we will continue next Saturday where we left off today."
</span>
</p>
<p class="bg-text">Emma runs her hand over your thigh. A shiver runs through your whole body.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay, that's pretty embarrassing, but she's right, no one has to know and I really want to kiss her again and she wants to go further... is it worth it?"
</span>
</p>
<<link "agree and go home">>
<<set $emma += 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<link "refuse">>
<<goto "ende1">>
<</link>>
<p class="bg-text">Emma quickly lost interest in you and there were no further meetings. You went through the university years like a ghost, unnoticed by anyone and without any great adventures.</p>
<p class="bg-text">You have lived a simple life, with a good job that allowed you to buy a small house.</p>
<p class="bg-text">Today you are 75. You are sitting alone on your terrace, without friends or family, but you have long come to terms with it.</p>
<div class="bild-box">
<img src="pics/opa.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are still a virgin and sometimes you think back to the night with Emma and you ask yourself: what if? Would your life have turned out differently if you had worn that silly little panty?</p>
<p class="bg-text3">END: Virgin Grandpa</p>
<p class="bg-text">Or was it different back then:<<link "back">>
<<goto "emma1d">>
<</link>>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh man, what a mess. No wonder she doesn't want to clean it herself."
</span>
</p>
<p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After you have washed and dried everything, you sort her laundry into the wardrobe.</p>
<div class="bild-box">
<img src="pics/alice1b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<link "snoop around">>
<<goto "alice1aa">>
<</link>>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice1a">>
<</link>>
<p class="bg-text">Your bed doesn't look much better. It's rumpled and smells of sweat and sex? I've never seen a stranger in the apartment.</p>
<div class="bild-box">
<img src="pics/alice1c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are used to making your bed yourself, so you know all the techniques to quickly change the bedding.</p>
<div class="bild-box">
<img src="pics/alice1d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice1b">>
<</link>><p class="bg-text">In the end, you wipe the floor and dust off.</p>
<div class="bild-box">
<img src="pics/alice1e.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are exhausted, but the result is impressive. Alice will hopefully be satisfied.</p>
<div class="bild-box">
<img src="pics/alice1f.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<link "continue">>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><<if $wochentag == "Monday">>
<div class="bild-box">
<img src="pics/schuhlwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You stand at the sink relieved, washing your hands. You notice a sound coming from one of the stalls. It sounds like a moan.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is there a girl in the men's restroom?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //And does she do what it sounds like...?//
</span>
</p>
<<link "peek">>
<<set $traum to 3>>
<<goto "we2mo1">>
<</link>>
<<if $kleid ==1>>
<<link "too risky">>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "too risky">>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "too risky">>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "too risky">>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>>
<<else>>
<<set $lust += 20>>
<p class="bg-text">Without a thought, you enter the bathroom and freeze.</p>
<p class="bg-text">A student stands in front of you with her pants down and a student kneels in front of him and gives him a blowjob. You can't help but stare.</p>
<div class="video-box">
<video src="videos/we2mi1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Uh oh sorry… I don't need to be that urgent."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "STOP! Stay still, little one."
</span>
</p>
<p class="bg-text">The guy grabbed you by the jacket and is holding you tight. Your knees go weak and tremble.</p>
<<link "break free">>
<<set $traum to 4>>
<<set $ben to 1>>
<<goto "we2mi1">>
<</link>>
<<link "obey">>
<<set $ben to 1>>
<<goto "we2mi2">>
<</link>>
<</if>><p class="bg-text">You try to break free from him, but he is much stronger than you and throws you back into the bathroom. You fall and lie on the floor.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "You can go bitch. Go fuck off.."
</span>
</p>
<p class="bg-text">You turn to him in panic. In the corner of your eye, you see the girl leaving the toilet, but your gaze lingers on his big cock.</p>
<div class="video-box">
<video src="videos/we2mi2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Why are you staring like that? Do you want to finish this bitch's work?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "N..nonono I'm s.. sorry. I didn't see anything. I.. i won't reveal a.. anything either..."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "I don't give a shit about that. Come on, get up loser."
</span>
</p>
<div class="bild-box">
<img src="pics/benwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "I'm hungry and I'm out of money. So you'll give me yours, understood?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But I have no money left. I have to pay my rent."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Is that my problem? Come on, hurry up. Give me 50 and I'll let you go, loser."
</span>
</p>
<<link "give him the money">>
<<set $g -=50>>
<<goto "we2mi4">>
<</link>>
<<link "continue to protest">>
<<goto "we2mi3">>
<</link>>
<<set $lust += 10>><p class="bg-text">You stop and wait in panic for what happens next. The man sends the girl out and turns his attention to you.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "You can go bitch. Go fuck off.."
</span>
</p>
<div class="bild-box">
<img src="pics/benwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm s.. sorry. I didn't see anything. I.. i won't reveal a.. anything either..."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "I don't give a shit about that. Come on, get up loser."
</span>
</p>
<div class="bild-box">
<img src="pics/benwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "I'm hungry and I'm out of money. So you'll give me yours, understood?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But I have no money left. I have to pay my rent."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Is that my problem? Come on, hurry up. Give me 50 and I'll let you go, loser."
</span>
</p>
<<link "give him the money">>
<<set $g -=50>>
<<goto "we2mi4">>
<</link>>
<<link "continue to protest">>
<<goto "we2mi3">>
<</link>>
<p class="bg-text">You go into the next cabin and climb onto the toilet seat to see over the wall.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What the hell...//
</span>
</p>
<div class="video-box">
<video src="videos/we2mo.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">The girl, or is she a boy, has a big cock and jerks off. You stare in horror and fascination at the same time. You've heard of it before, but you've never seen a shemale. Then she sees you...</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Hi honey, do you want to help me? Come in, I'll open the door for you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W.. what? No no, sorry"
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "HAHAHAHAHA"
</span>
</p>
<p class="bg-text">You run out the door and hear her laughing behind you.</p>
<<if $kleid ==1>>
<<link "run">>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "run">>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "run">>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "run">>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>>
<<set$lust += 20>><p class="bg-text">You keep protesting and he just looks at you bored. Without warning, he grabs you and pushes you into one of the cabins. He presses your face into the toilet bowl and rinses.</p>
<div class="video-box">
<video src="videos/we2mi3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Are you a good boy now, or do you need another shower?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No no please stop. I will give you the money."
</span>
</p>
<<link "give him the money">>
<<set $g -=50>>
<<goto "we2mi4">>
<</link>><p class="bg-text">You give him the money and hope that he will finally leave you alone.</p>
<div class="bild-box">
<img src="pics/geld.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Good boy. By the way, I'm Ben and I'm really pleased to meet you. This is a dangerous place, but if you pay me, I'll make sure nothing happens to you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But..."
</span>
</p>
<p class="bg-text">He just tilts his head and looks at you sternly, and you fall silent.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "You bring me my money every Wednesday and nothing will happen to you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //As if I had a choice. The only dangerous thing here is him. I have to comply, who knows what else he might do to me.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Agreed"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Good boy"
</span>
</p>
<div class="bild-box">
<img src="pics/we2mi4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">He leaves the bathroom cheerfully whistling and you can finally breathe again.</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>><p class="bg-text">You discreetly follow the girls into the park. Holding hands, they walk to a clearing behind a few trees, and you keep a safe distance.</p>
<div class="bild-box">
<img src="pics/we2fr1.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Are they lesbians?//
</span>
</p>
<p class="bg-text">You've seen something like this in porn, but never in live. They start to undress each other. You hide behind a bush and feel something stirring in your pants.</p>
<div class="video-box">
<video src="videos/we2fr2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh wow. That is so hot. But I should give them some privacy, right?//
</span>
</p>
<<link "go home">>
<<goto "gang">>
<</link>>
<<link "peek">>
<<set $traum to 5>>
<<set $lust += 30>>
<<goto "we2fr2">>
<</link>>
<<set $lust +=10>><p class="bg-text">You stay in your hiding place and observe. Girl 1 lies naked in the meadow and girl 2 sticks her head between girl 1's legs and starts licking her.</p>
<div class="video-box">
<video src="videos/we2fr3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl 1:''// "ooohh mmmhh yess"
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl 2:''// "mmh, you taste so delicious"
</span>
</p>
<p class="bg-text">As if in a trance, you start playing with your cock while watching the girls. They change positions and girl 1 is now licking girl 2.</p>
<div class="video-box">
<video src="videos/we2fr4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl 2:''// "aaaaahh ohh fuck yeah"
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl 1:''// "Oh, I love you so much, come for me."
</span>
</p>
<p class="bg-text">You lean further and further forward and suddenly lose your balance. With your pants down, you do a somersault and land right in front of the girls. After a brief shock, the two start giggling.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl 1:''// "Look at the little pervert. Come here, with that little cock you could almost be one of us hihihi"
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl 2:''// "hahaha... yes come on, if you want you can lick our pussy, that's all it is for you anyway."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl 1:''// "AHAHAHAHAHA"
</span>
</p>
<p class="bg-text">Embarrassed, you pull up your pants and run home.</p>
<<link "run">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<switch $emma>>
<<case 1>>
<<goto "emma1">>
<<break>>
<<case 2>>
<<goto "emma2">>
<<break>>
<<case 3>>
<<goto "emma3">>
<<break>>
<<case 4>>
<<goto "emma4">>
<<break>>
<<case 5>>
<<goto "emma5">>
<<break>>
<<case 6>>
<<goto "emma6">>
<<break>>
<<case 7>>
<<goto "emma7">>
<<break>>
<<case 8>>
<<goto "emma8">>
<<break>>
<<case 9>>
<<goto "emma9">>
<<break>>
<<default>>
<<goto "emma0">>
<</switch>><<switch $alice>>
<<case 1>>
<<goto "alice1">>
<<break>>
<<case 2>>
<<goto "alice2">>
<<break>>
<<case 3>>
<<goto "alice3">>
<<break>>
<<case 4>>
<<goto "alice4">>
<<break>>
<<case 5>>
<<goto "alice5">>
<<break>>
<<case 6>>
<<goto "alice6">>
<<break>>
<<case 7>>
<<goto "alice7">>
<<break>>
<<case 8>>
<<goto "alice8">>
<<break>>
<<default>>
<<goto "alice0">>
<</switch>><<switch $trainer>>
<<case 1>>
<<goto "trainer1">>
<<break>>
<<case 2>>
<<goto "trainer2">>
<<break>>
<<case 3>>
<<goto "trainer3">>
<<break>>
<<default>>
<<goto "trainer0">>
<</switch>><p class="bg-text3">This is the end of content. Look forward to more stories with LEA in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $trainer to 0>>
<<goto "gang">>
<</link>>
<div class="bild-box">
<img src="pics/theend.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text3">This is the END of this version. Look forward to more stories with the next update.</p>
<p class="bg-text">THE END</p><div class="bild-box">
<img src="pics/alice.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text3">This is the end of content. Look forward to more stories with ALICE in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $alice to 0>>
<<goto "zimmer">>
<</link>><div class="bild-box">
<img src="pics/ben.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text3">This is the end of content. Look forward to more stories with BEN in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $ben to 0>>
<<goto "schule2">>
<</link>><div class="bild-box">
<img src="pics/taylor.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text3">This is the end of content. Look forward to more stories with MR TAYLOR in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $sport to 2>>
<<goto "schule3">>
<</link>><div class="bild-box">
<img src="pics/xxx.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text3">This is the end of content. Look forward to more stories with WORK in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $work to 0>>
<<goto "gangcase">>
<</link>><div class="bild-box">
<img src="pics/dad.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text3">This is the end of content. Look forward to more stories with DAD in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $dad to 0>>
<<goto "zimmer">>
<</link>><p class="bg-text">You are rummaging through Alice's things and find something under her bed. As you pull it out, your fingers touch something slimy.</p>
<div class="bild-box">
<img src="pics/abi15.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Eeeehhhii what a mess. Who did this and why is she just leaving something like that lying around?//
</span>
</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice1a">>
<</link>><<switch $tag>>
<<case 50>>
<<goto "schule50">>
<<break>>
<<case 57>>
<<goto "schule57">>
<<break>>
<<case 997>>
<<goto "xxx">>
<<break>>
<<default>>
<<goto "schule2">>
<</switch>><<switch $tag>>
<<case 999>>
<<goto "xxx">>
<<break>>
<<case 998>>
<<goto "xxx">>
<<break>>
<<case 997>>
<<goto "xxx">>
<<break>>
<<default>>
<<goto "hof">>
<</switch>><<switch $tag>>
<<case 44>>
<<goto "gang44">>
<<break>>
<<case 60>>
<<goto "gang60">>
<<break>>
<<default>>
<<goto "gang">>
<</switch>><p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "What the hell is wrong with you? I told you that you have to make do with the money?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can't tell him the truth. He would think I'm a loser and send me to a boarding school, or worse ...//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm sorry Dad. There are expenses for school that I didn't anticipate."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "What bullshit. I spoke with the director and he explained to me that all bills are paid and there are no further expenses. Are you drinking, my boy? Are you using drugs?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What? No! I…"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Come here. I will drive these nonsense out of you..."
</span>
</p>
<p class="bg-text">Your father puts you over his knee and spanks your bottom.</p>
<div class="video-box">
<video src="videos/strafe1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ouch. No, please don't. Please stop..."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Will you stop wasting my money?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes! Yes! Yes! Ouch! I'm sorry Dad"
</span>
</p>
<p class="bg-text">Your father is giving up on you and is leaving without caring about you anymore.</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "If you need money for foolishness, get yourself a job. You don't want me to have to come by again. Understood?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Dad"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn. What am I supposed to do now? I should ask Lea if she has any idea how I can make some money.//
</span>
</p>
<<link "talk to Lea">>
<<set $g += 200>>
<<set $dad to 0>>
<<set $sub += 1>>
<<set $strafe to 2>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "strafe1a">>
<</link>>
<div class="bild-box">
<img src="pics/schuhlwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Hello shithead, do you have my money or do you need a shower first?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes… No… I mean, yes here is your money and now please leave me alone."
</span>
</p>
<div class="bild-box">
<img src="pics/we2mi4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Oh come on sweetie, I'm not going to do anything to you, as long as you pay me I'm your best friend."
</span>
</p>
<p class="bg-text">You give Ben the money and quickly look for the exit.</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>><div class="bild-box">
<img src="pics/spa.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You enter the wellness center. It is huge and very modernly furnished. At the reception stands a young lady and you decide to ask her where you need to go for your interview.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Good day. How can I help you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good day, I am <<=$name>> and I am supposed to introduce myself here for a job."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Nice. We were already expecting you. Please follow me, I will accompany you to the manager's office."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you"
</span>
</p>
<<link "continue">>
<<goto "work1a">>
<</link>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hello my sweet, how are you?"
</span>
</p>
<div class="bild-box">
<img src="pics/emma2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi, um good thank you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh wow, her lips feel so good. I could kiss her forever.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Did you stick to our agreement?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um, yeah… I did what you said."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh how cute. Let me see."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, that is so embarrassing, but if Emma likes it, I better stick to her wishes. I really want our relationship to continue.//
</span>
</p>
<p class="bg-text">You undress in front of Emma and show her that you've been wearing her panties all along. Although you're embarrassed, the thought of what could happen now excites you and Emma's skimpy panties can't hide your hard-on.</p>
<div class="bild-box">
<img src="pics/emma2a.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wow, and it seems you like it just as much as I do."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No reason to be shy. You stuck to our agreement, now it's my turn."
</span>
</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma2a">>
<</link>>
<<set $lust += 30>><p class="bg-text">You knock on Lea's door and wait for her to invite you in.</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Come in"
</span>
</p>
<p class="bg-text">You enter her room and see Lea. She is sitting as always in front of her PC, wearing a very tight bunny costume. It is embarrassing for you, but you can't help but stare at her.</p>
<div class="bild-box">
<img src="pics/strafe1a.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Uh, oh sorry… should I come back later?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Oh hi <<=$name>>. Come on in. My followers love surprises. What's going on?"
</span>
</p>
<p class="bg-text">Your gaze falls on the screen and you see how money gifts are sent to Lea over and over again.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow. Can you earn so much money with that? Girls really have it easy in life.//
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Hello? Earth to <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh, excuse me. Um... I wanted to ask you if you could maybe help me find a job in the city? I don't want any more problems with the rent."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Sure. What can you do? Have you ever had a job?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, never. I don't really know... something that I can do besides school."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Hmmm.. a friend of mine is the manager of a spa center. They are always looking for helpers there.."
</span>
</p>
<p class="bg-text">Without waiting for your answer, Lea talks on the phone briefly and then turns to you with a smile.</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "You can introduce yourself there on Tuesday after school if you want."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um okay... thanks?"
</span>
</p>
<p class="bg-text">Somehow you feel overwhelmed. What should you do working in a spa center, but on the other hand, you should give it a chance, you don’t even know what you are supposed to do there.</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Good. I'm glad I could help. See you then."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, thank you again. See you then."
</span>
</p>
<<link "continue">>
<<set $work to 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<set $lust += 20>><p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Hello, please take a seat. My name is Mr. Demir, I am the manager here. What can I do for you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am <<=$name>>. My landlord Lea spoke with you on the phone, and she thought that you might have a job for me."
</span>
</p>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Ah, right. Now, tell me, what kind of experiences do you have?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. I actually still go to university and have never worked."
</span>
</p>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "I understand, let me check quickly..."
</span>
</p>
<div class="bild-box">
<img src="pics/work1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Hmm.. we are a very exclusive wellness center and I can't let you work with our clients without experience. Besides, all positions are currently filled."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I understand. Still, thank you for your effort, Mr. Demir."
</span>
</p>
<p class="bg-text">You are just about to leave when Mr. Demir calls you back.</p>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Wait a moment. I just saw that one of my cleaning staff is pregnant and will be going on maternity leave soon. I could use a replacement for her, and maybe something else will come up until she returns. What do you think about that?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no, I have to clean? But anything is better than nothing. I urgently need the money and it can't be worse than in Alice's room.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sounds good."
</span>
</p>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Great. Your working hours are Tuesday and Thursday. You can come directly after school. Your starting salary is $50 per shift."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That's $100 a week and enough to keep my peace from Ben and still pay my rent.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Agreed. Thank you very much."
</span>
</p>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Then welcome to the team. I will introduce you to our HR manager, and she will show you your workflow. Come with me."
</span>
</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "work1b">>
<</link>>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "This is Ms. Lin. She is our HR manager and responsible for you. Lin, this is <<=$name>>, he will be representing Carol. Please show him the workflows and explain our house rules to him. Thank you."
</span>
</p>
<div class="bild-box">
<img src="pics/work1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Hello <<=$name>>, nice to meet you. Come with me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Ms. Lin. Very pleased."
</span>
</p>
<p class="bg-text">Ms. Lin shows you the entire wellness center and explains your work to you. She gives you a uniform and a locker in the changing room.</p>
<div class="bild-box">
<img src="body/hose30.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Do you have any questions?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Do you think that this is the right color for me, Ma’am?"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Only ladies usually work here, there is only this color. Is that a problem for you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um no...I don't think so."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Okay, any other questions?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No. Everything is clear so far."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Well then, I have a few rules for you."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "You address me as Ma'am."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um, okay… eeh, okay Ma'am."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Always behave discreetly towards our guests, it’s best if you try to be invisible. Our guests are often only scantily dressed. No peeking, no staring, and under no circumstances should you speak to them unless you are asked. Understood."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Ma'am"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Good. I will keep an eye on you and if you have any questions, you can come directly to me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Understood, Ma'am"
</span>
</p>
<p class="bg-text">Mrs. Lin gives you a key card and says goodbye.</p>
<<link "home">>
<<set $work to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go directly to the changing room and put on your work clothing.</p>
<div class="bild-box">
<img src="body/hose30.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Then you start your tasks and try not to disturb anyone.</p>
<<link "continue">>
<<set $hose to 30>>
<<goto "work2a">>
<</link>>
<p class="bg-text">You sit on the bed, excited to see what happens next, and Emma starts to undress in front of you. Never before have you seen a naked woman in real life. You can't believe this is really happening right now.</p>
<div class="video-box">
<video src="videos/emma2a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Do you like what you see?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes Emma, you are so beautiful"
</span>
</p>
<p class="bg-text">Emma plays with her sexy body and seduces you with her hot curves. She lifts her bra and exposes her breasts. Your cock twitches in greedy anticipation.</p>
<div class="video-box">
<video src="videos/emma2b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh fuck, that's so hot. Hopefully I'll last longer this time and I'll be able to have sex with Emma.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Soon all of this will belong to you, my sweet. Practice patience and restraint."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I can hardly wait."
</span>
</p>
<p class="bg-text">Emma continues to seduce you and strips down to her underwear. Her skin is flawless and you find it difficult to control yourself.</p>
<div class="video-box">
<video src="videos/emma2c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh Emma, you drive me mad. Please let me touch you."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hehe, I like it when you beg me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Please, oh please. I want you so much."
</span>
</p>
<p class="bg-text">Emma smiles contentedly, undresses naked and approaches you with a lustful look. Finally, it's going to happen.</p>
<div class="video-box">
<video src="videos/emma2d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Take off your panti and lie down."
</span>
</p>
<<link "next">>
<<set $lust +=100>>
<<goto "emma2b">>
<</link>>
<p class="bg-text">You lie on your back and Emma sits naked on top of you. All your dreams and wishes are about to come true and best of all, you will finally no longer be a virgin.
Emma takes your boner in her hand and starts jerking you off.</p>
<div class="video-box">
<video src="videos/emma2b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmhh ooohhhuu"
</span>
</p>
<p class="bg-text">Her hand around your cock feels so incredibly good. You moan uncontrollably and try to tame your lust.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hold on, hold on. Think of something non-erotic...//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hold back <<=$name>> I want to feel your sweet little cock inside me"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Uuhhh um yeah I will not disappoint you."
</span>
</p>
<p class="bg-text">Emma goes ahead and jerks your cock faster and faster. You feel your legs start to twitch and your muscles cramp.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no please not, not yet. Oh please not again.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmhh"
</span>
</p>
<p class="bg-text">Emma moans softly. She holds your cock tightly and bobs back and forth in rhythm.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooohh uuuhh aaawww mmhh mmmhh uuuuhh"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //no no no no no please nooooo....//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "AAAAAHHHH OOOHHH UUUUHHH"
</span>
</p>
<div class="video-box">
<video src="videos/emma2b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You explode in a powerful orgasm and cum all over Emma's hands and legs. You would like to sink into the ground in shame and Emma's disappointed face breaks your heart.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Are you serious? Again?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am so sorry…"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "It's alright..."
</span>
</p>
<p class="bg-text">Emma crawls down from you and goes to the bathroom to wash herself.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I guess that's it. I will die as a virgin after all.//
</span>
</p>
<<link "next">>
<<set $lust to 0>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma2c">>
<</link>>
<p class="bg-text">Later, you both sit silently in Emma's living room. You don’t know what to say, and Emma is obviously unhappy. You messed everything up before it even really started, but you don’t want to leave. Emma is the first girl to pay attention to you at all. You gather all your courage and break the silence.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Emma, I'm really sorry. Can I make it up to you somehow?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That's not what it's about, <<=$name>>
. You did nothing wrong, but a woman has sexual needs too. And you cannot satisfy mine."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Ouch. I would have preferred a slap in the face.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I will work on it. Please give me one more chance, I don't want it to be over."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh sweetie, I really like you, but I don't think you understand it..."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Then explain it to me. Please Emma. I love you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Did I really just say that? On the other hand, it's true. I really do love her.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You love me?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I love you and I would do anything to not lose you. Please tell me what you mean by that. What do I not understand?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Okay then. I like you too. Very much, in fact. Maybe I even love you..."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //She loves me too? Oh my God, maybe everything will still be okay.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "...I find you sweet, you are nice and friendly, and I like it when you are with me..."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That's getting better and better.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "... but I also have great sexual needs. In bed I like hard, wild sex and I don't think you can be a man like that."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Let me try. I will get better..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No my sweet. Such things cannot be learned, they are genetically determined and you have a strong feminine side in you ..."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //a feminine side?//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "...that's not a problem. I probably fell in love with you for that very reason; in any case, I find this side of you very attractive. But I don't know if you're ready to accept and live out this side of yourself?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm not sure what you mean by that? But I want to be with you, no matter what it takes."
</span>
</p>
<p class="bg-text">A smile plays around Emma's lips. She takes your hand and gently strokes it.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Do you trust me?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, completely and entirely."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Did you enjoy wearing my panties and could you imagine continuing down this path?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Well, it was a bit embarrassing, but basically not that bad, and if this is all I have to do to be with Emma, then I don't have to think twice. But what does she mean by going further?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "It wasn't bad, and I would do anything for you."
</span>
</p>
<p class="bg-text">Emma goes to the wardrobe and brings you your freshly washed boxer shorts.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Think carefully about it. If you go for it, then get your own women's underwear and wear it until we see each other again. But do it out of conviction and not to impress me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Agreed"
</span>
</p>
<div class="bild-box">
<img src="pics/emma2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Until then,honey"
</span>
</p>
<p class="bg-text">Emma takes you to the door and on the way home you are breaking your head over how you should decide.</p>
<<link "I take this path for Emma's love.">>
<<set $panti to 1>>
<<set $alice to 2>>
<<set $ges to 2>>
<<set $traum to 6>>
<<set $emma += 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<link "That's bullshit, I don't have a feminine side.">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "ende2">>
<</link>>
<p class="bg-text">Emma quickly lost interest in you and there were no further meetings. You went through the university years like a ghost, unnoticed by anyone and without any great adventures.</p>
<p class="bg-text">You have lived a simple life, with a good job that allowed you to buy a small house.</p>
<p class="bg-text">Today you are 75. You are sitting alone on your terrace, without friends or family, but you have long come to terms with it.</p>
<div class="bild-box">
<img src="pics/opa.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are still a virgin and sometimes you think back to the night with Emma and you ask yourself: what if? Would your life have turned out differently if you had worn that silly little panty?</p>
<p class="bg-text3">END: Virgin Grandpa</p>
<p class="bg-text">Or was it different back then:<<link "back">>
<<goto "emma2c">>
<</link>>
</p><p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh man, what a mess. No wonder she doesn't want to clean it herself."
</span>
</p>
<p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After you have washed and dried everything, you sort her laundry into the wardrobe.</p>
<div class="bild-box">
<img src="pics/alice1b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take one of Alice's panties in your hand and examine it.</p>
<div class="bild-box">
<img src="pics/alice2a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Hmm... Emma said that I should get my own panties, but to be honest, I don't have the money for that and it would be very embarrassing for me to go into a women's underwear store. Alice has so much underwear, she surely won't notice if a pair of panties is missing. And if she does, what can she do anyway, she's already blackmailing me.//
</span>
</p>
<<link "put it on">>
<<set $panti to 3>>
<<set $fem += 1>>
<<set $alice += 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice2a">>
<</link>><p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hi <<=$name>>, have you thought about my idea?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi Emma, yes I've thought about it and if you think it's the right way, I want to give it a try."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, you are such a treasure. Let me see what you have decided."
</span>
</p>
<p class="bg-text">You try not to let your shame show and take your clothes off in front of Emma.</p>
<div class="bild-box">
<img src="pics/emma3_1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wow, look at you, you have good taste. You look really cute. I am so proud of you for standing by your true self."
</span>
</p>
<div class="bild-box">
<img src="pics/emma2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //My true self? Is that it?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why not, it feels good, doesn't it? Everything feels good when you make Emma happy.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What was that voice in my head?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you. Um… do you think we can try it again today?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Please, please say yes. I'm so horny just thinking about it.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh my darling, I don’t want to be disappointed again and you surely don’t want to disappoint me either, right?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, of course not, but…"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh don't worry, I have thought of something. Do you trust me?"
</span>
</p>
<<link "I trust you">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma3a">>
<</link>>
<<link "I am not sure">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma3aa">>
<</link>>
<<set $lust += 100>><p class="bg-text">You put on Alice's panties and look at yourself in the mirror.</p>
<div class="bild-box">
<img src="pics/uhose2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Emma finds me attractive when I wear women's underwear. She likes my feminine side. It still feels a bit strange and I'm afraid someone will notice that I'm wearing panties. I feel..."
</span>
</p>
<<link "sexy">>
<<set $fem += 1>>
<<goto "alice1a">>
<</link>>
<<link "ashamed">>
<<goto "alice1a">>
<</link>>
<<switch $traum>>
<<case 1>>
<<goto "traum1">>
<<break>>
<<case 2>>
<<goto "traum2">>
<<break>>
<<case 3>>
<<goto "traum3">>
<<break>>
<<case 4>>
<<goto "traum4">>
<<break>>
<<case 5>>
<<goto "traum5">>
<<break>>
<<case 6>>
<<goto "traum6">>
<<break>>
<<case 7>>
<<goto "traum7">>
<<break>>
<<case 8>>
<<goto "traum8">>
<<break>>
<<case 9>>
<<goto "traum9">>
<<break>>
<<case 10>>
<<goto "traum10">>
<<break>>
<<case 11>>
<<goto "traum11">>
<<break>>
<<default>>
<<goto "traum1">>
<</switch>><p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/tk1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/tk2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/tk3.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/tk4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/tk5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/tk6.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/tk7.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 8>>
<div class="bild-box">
<img src="pics/tk8.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<<if $week >=1>>
<div class="bild-box">
<img src="pics/emma1a.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">In your dreams, you kiss Emma again and again.</p>
<<else>>
<p class="bg-text">You dream of how you kiss a girl for the first time. A deep yearning awakens within you.</p>
<</if>>
<<link "wake up">>
<<set $traum to 1>>
<<set $lust +=20>>
<<goto "schlaf">>
<</link>>
<</timed>>
<p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<div class="video-box">
<video src="videos/ti.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">In your dreams, you see Lea standing in the shower and touching herself. You walk up to her, ready to shower with her...
with a boner in your pants you wake up. Unfortunately, it was just a beautiful dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Nooo... at least let me dream a little longer.//
</span>
</p>
<<link "wake up">>
<<set $traum to 1>>
<<set $lust +=30>>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<div class="video-box">
<video src="videos/tr.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You're back in the bathroom at school, but this time you're not running away. You open the door and crouch down in front of her. She laughs and pushes her cock in your direction...
You startle out of your sleep and are confused.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why the hell am I dreaming of this? I'm into women, not dicks. And why do I have a hard-on from this crazy dream... what's wrong with me?//
</span>
</p>
<<link "wake up">>
<<set $traum to 1>>
<<set $lust +=30>>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<div class="video-box">
<video src="videos/le.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You are in the park. The lesbians are having fun together. This time you have the courage and approach them. They smile and crawl in your direction... The alarm clock pulls you out of the beautiful dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no, I would have loved to know what happens next. Damn alarm clock.//
</span>
</p>
<<link "wake up">>
<<set $traum to 1>>
<<set $lust +=30>>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<div class="video-box">
<video src="videos/pe.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Ben is standing in front of you, or rather, his large penis is hanging in front of your face. He is coming towards you and you want to flee, but as is usual in dreams, you can't move. You wake up screaming.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Fuck. Fortunately, it was only a dream. His cock is really big. It is certainly easy for him to satisfy women with this big cock.
Stop. Why the hell am I thinking about dicks?//
</span>
</p>
<<link "wake up">>
<<set $traum to 1>>
<<set $lust +=30>>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/t6a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma jerks off your cock and gives you instructions not to cum. You wake up cramped from this crazy dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //How do I manage not to disappoint Emma and to improve my perseverance.//
</span>
</p>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/t6b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma teases you by stroking your tip without letting you cum. You want to scream, but Emma covers your mouth. Breathing heavily, you startle up.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, that was crazy. Why does it feel so hot when I hand over control completely to Emma? Is that what I really want...?//
</span>
</p>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/t6c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma jerks your cock and watches bored. With a deep disappointment in your heart, you wake up.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Am I boring her so much? What can I do to impress her?//
</span>
</p>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/t6d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma teases your cock and you're about to cum. She points your cock at your face and you startle out of your dream just before you cum.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why am I dreaming such crap. I almost squirted myself... why does this thought excite me a little? Is that normal?//
</span>
</p>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/t6e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma jerks off your cock and gives you instructions not to cum. You wake up cramped from this crazy dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //How do I manage not to disappoint Emma and to improve my perseverance.//
</span>
</p>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/t6f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma teases you by stroking your cock without letting you cum. You want to scream, but Emma covers your mouth. Breathing heavily, you startle up.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, that was crazy. Why does it feel so hot when I hand over control completely to Emma? Is that what I really want...?//
</span>
</p>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/t6g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma reads a book bored while she jerks you off. You can't hold back for long and cum over your own feet. You wake up confused, it was just a dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Am I boring her so much? What can I do to impress her?//
</span>
</p>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/t6h.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma reads a book bored while she jerks you off. You can't hold back for long and cum over your own feet. You wake up confused, it was just a dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Am I boring her so much? What can I do to impress her?//
</span>
</p>
<</if>>
<<link "wake up">>
<<set $lust +=30>>
<<goto "schlaf">>
<</link>>
<</timed>><<switch $dusche>>
<<case 1>>
<<goto "dusche1">>
<<break>>
<<case 2>>
<<goto "dusche2">>
<<break>>
<<case 3>>
<<goto "dusche3">>
<<break>>
<<default>>
<<goto "dusche0">>
<</switch>><p class="bg-text3">This is the end of content. Look forward to more stories with DAD in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $dusche to 0>>
<<goto "hof">>
<</link>><p class="bg-text">You scrub the floors...</p>
<div class="bild-box">
<img src="pics/work2a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">...cleans the changing rooms...</p>
<div class="bild-box">
<img src="pics/work2b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">...and clean the toilets.</p>
<div class="bild-box">
<img src="pics/work2c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Finally, you are done with your shift. On the way to the locker room, you pass the entrance area 'adults only'.</p>
<div class="bild-box">
<img src="pics/work2d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Ms. Lin warned me not to snoop around, but I'd like to know what's going on inside and maybe I'll get lucky and watch some hot women.//
</span>
</p>
<<link "snoop around">>
<<goto "work2aa">>
<</link>>
<<link "too risky">>
<<goto "work2b">>
<</link>>
<p class="bg-text">You sneak through the corridors and hear noises behind a door. Cautiously, you open the door and peek inside.</p>
<div class="bild-box">
<img src="pics/w2aa.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/w2aa1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">A hot girl lies naked on a massage table and gets a sensual massage from a woman.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh damn, this is so hot. I wish I could be the one massaging the girl.//
</span>
</p>
<<set $lust += 20>>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/w2aa2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Behind the door, 2 men are having sex. The man who is fucking the other in the ass sees you and winks at you, without the slightest shame. You quickly make sure that you get ahead.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, this city is really crazy, or is this all normal?//
</span>
</p>
<<set $lust -= 10>>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/w2aa3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">2 young, hot women have fun together. You get a boner while you watch Woman 1, Woman 2 rub the pussy until she orgasms moaning loudly.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, that was hot.//
</span>
</p>
<<set $lust += 30>>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/w2aa4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Everyone seems to be having fun here.//
</span>
</p>
<<set $lust += 20>>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/w2aa5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You will observe a massage room. A naked woman is being massaged by a man.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wait, is his hand between her legs... and now she takes his cock in her hand. I think I have a new dream job.//
</span>
</p>
<<set $lust += 30>>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/w2aa6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Moans sound through the sauna. A man kneels in front of a transvestite and gives her a blowjob.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why is this confusing me so much? I find it hotter than I should...//
</span>
</p>
<<set $lust += 20>>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/w2aa7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //It is obviously completely normal in this city for women to have fun together.//
</span>
</p>
<<set $lust += 20>>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/w2aa8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God, those are two men. Let's get out of here...//
</span>
</p>
<<set $lust -= 10>>
<</if>>
<p class="bg-text">You head to the locker room to finish your shift.</p>
<<set _randomEvent = random(1, 3)>>
<<if _randomEvent == 3>>
<div class="bild-box">
<img src="pics/work1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Mrs. Lin is standing behind you and has been watching you the whole time.</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Did I not express myself clearly <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh um yeah sorry, I'm sorry Ma'am"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "You're lucky that nobody saw you. I won't pay you for this shift. Go home now."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Fuck, I'm such an idiot, but I better accept my punishment without complaining.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Ma’am"
</span>
</p>
<<if $kleid ==1>>
<<link "go home">>
<<set $sub += 1>>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<elseif $kleid ==2>>
<<link "go home">>
<<set $sub += 1>>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $schuhe to 3>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<elseif $kleid ==3>>
<<link "go home">>
<<set $sub += 1>>
<<set $shirt to 4>>
<<set $hose to 0>>
<<set $schuhe to 4>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<else>>
<<link "go home">>
<<set $sub += 1>>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<</if>>
<<else>>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "work2b">>
<</link>>
<</if>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go to the changing room and Mrs. Lin gives you the money for your shift.</p>
<div class="bild-box">
<img src="pics/work1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After you have changed your clothes, you make your way home.</p>
<<if $kleid ==1>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<elseif $kleid ==2>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $schuhe to 3>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<elseif $kleid ==3>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 34>>
<<set $hose to 4>>
<<set $schuhe to 4>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<else>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<</if>><p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "What should I do with you my boy?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm really sorry Dad"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Come here, you know what you have to do."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... yes Sir"
</span>
</p>
<div class="video-box">
<video src="videos/strafe1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ouch uuuh gnf, please stop Dad"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Watch your expenses, boy."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Sir"
</span>
</p>
<<link "continue">>
<<set $g += 200>>
<<set $dad to 0>>
<<set $sub += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You don't trust me? And I thought you loved me?"
</span>
</p>
<div class="bild-box">
<img src="pics/emma3aa.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I didn't mean it that way..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "It doesn't make sense to continue if you don't trust me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Go now!"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No, no, no... what have I done?//
</span>
</p>
<<link "beg">>
<<set $betteln to 1>>
<<set $sub +=1>>
<<goto "emma3a">>
<</link>>
<<if $betteln == 1>>
<div class="bild-box">
<img src="pics/emma3a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh Emma, I beg you. Please forgive me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I trust you"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I love you"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "please"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "please"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I beg you"
</span>
</p>
<div class="bild-box">
<img src="pics/emma3a2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I like it when you beg me."
</span>
</p>
<</if>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Have you ever licked a woman?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. you mean down there?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Haha, of course down there. You want me to come too when we're together, right?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Emma, of course I want you to come to your orgasm too."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Unfortunately, your cock is too small for that, but there are other methods to satisfy a woman. Shall I teach it to you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, this is embarrassing, why can't I have a bigger cock...//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //because you don't need him. Just trust your girlfriend.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Uhm… really now? But what choice do I have? If I don't want to lose Emma, I have to meet her needs.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, please show it to me. I'll do anything to satisfy your needs, darling."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come here, sweetie."
</span>
</p>
<p class="bg-text">Emma takes off her panties and sits down in an armchair. She spreads her legs and your gaze is drawn to her pink pussy, your cock immediately hardens.</p>
<div class="video-box">
<video src="videos/emma3a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Don't be so shy, kneel in front of me and start licking my pussy Honey"
</span>
</p>
<p class="bg-text">You do what she tells you and kneel between her legs. Carefully you start to lick them. Her pussy is wet and has a beguiling taste.</p>
<div class="video-box">
<video src="videos/emma3a2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmhh"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //oh my god, I'm licking a girl's pussy. I've never been so close.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Mmmhh you are doing well. Do you recognize the advantages of a woman? We can be satisfied in so many ways. Keep going my darling."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //She is right, there are really many advantages to being a woman.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wouldn't it be nice to be her?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What am I thinking? I am a boy and besides, I have a penis.//
</span>
</p>
<p class="bg-text">You become more and more courageous over time and enjoy licking your girlfriend and seeing what you trigger in her.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Ooooh yes mmmhh I am so close."
</span>
</p>
<p class="bg-text">Emma grabs your head and moans wildly, pressing your face on her pussy. With a loud moan, she comes to orgasm.</p>
<div class="video-box">
<video src="videos/emma3a3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "AAAAAHHHH AAAAAHHH YESSS OOOOHHUU"
</span>
</p>
<p class="bg-text">Her juice runs down your chin and you suck it up greedily</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //yeah, I did it. I got her to came.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That was good, darling."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you. I am glad that you came."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //But my balls are swollen and I hope I can still get a shot.//
</span>
</p>
<<link "later">>
<<set $lust += 100>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma3b">>
<</link>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "How did you like licking me?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "It was a great feeling and the most important thing is that you got to your orgasm until. I really want to do everything I can to make you bid satisfactorily."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, that's so nice of you."
</span>
</p>
<div class="bild-box">
<img src="pics/emma3b1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Emma? Can I ask you something?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Of course my darling, you can ask me anything."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Can we still have sex? It turned me on a lot earlier and I'm extremely horny."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hmm...hehe. I think you have earned a reward."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Really?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Really. But I have a request for you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What is it?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Was it pleasant how smooth and soft the skin between my legs is?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I would love for you to have such soft skin too. My suggestion is that I shave you and in return, you get your reward. What do you say to that?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That doesn't sound very manly?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I would love to, let's do it.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Who are you anyway?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Haven't you realized that yet? I am your feminine side and I would wish for soft skin. Besides, we get what we want for it, and you agreed to accept your feminine side.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Well... you're right. I agreed to trust Emma. She definitely knows what's best for me.//
</span>
</p>
<<link "agreed">>
<<set $fem +=1>>
<<goto "emma3c">>
<</link>>
<p class="bg-text">You follow Emma into the bathroom and she asks you to undress while she gathers the shaving supplies.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Raise your arms, we will start with the armpits."
</span>
</p>
<p class="bg-text">You do what she tells you, and she shaves your armpits and arms. Your chest is also shaved smoothly, even if there were hardly any hairs present.</p>
<div class="bild-box">
<img src="pics/emma3c1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Now your legs"
</span>
</p>
<p class="bg-text">Your legs are also shaved smooth from top to bottom.</p>
<div class="bild-box">
<img src="pics/emma3c2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Now only the most important thing is missing. Please lie down."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okey"
</span>
</p>
<p class="bg-text">You lie down and Emma begins to lather up your pubic hair</p>
<div class="video-box">
<video src="videos/emma3c1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Your cock reacts immediately to her touching you there.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Actually, it feels a bit humiliating, but every touch from her makes me horny.//
</span>
</p>
<p class="bg-text">Emma shaves your pubic hair. Carefully and tenderly, your cock and balls are also shaved. Your cock becomes hard and you can no longer suppress a soft moan.</p>
<div class="video-box">
<video src="videos/emma3c2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmhh"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "be patient a little longer my little one"
</span>
</p>
<p class="bg-text">Emma finishes her work and cleans you with a cloth. Then she spits on your cock and starts jerking it off. It only takes seconds for you to come</p>
<div class="video-box">
<video src="videos/emma3c3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uuuhh aaaahh ooohh"
</span>
</p>
<<link "continue">>
<<set $lust to 0>>
<<set $penis to 2>>
<<set $po to 2>>
<<goto "emma3d">>
<</link>>
<p class="bg-text">You spend the whole evening with Emma. You are lying together on the couch and she is leaning against you. She looks happy and content and you watch her with fascination.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I actually have a girlfriend. Even though things are going a bit differently than I imagined a relationship would be. But I have never been so happy in my life.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //This is our true self. Trust Emma. Trust me and our life will be wonderfully beautiful from now on.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //But I am still a virgin.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Just in your head. Emma brought you to orgasm and you brought Emma to orgasm. There are many forms of sexuality. Accept the real you and everything will be fine.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I think you are right//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hello honey, are you dreaming?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um, no...I was just lost in thought."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I have to get up early again tomorrow and I will go to bed. Will we see each other next week?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, of course. Good night Emma. I love you."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good night"
</span>
</p>
<div class="bild-box">
<img src="pics/emma3d1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<link "go home">>
<<set $emma += 1>>
<<set $fem += 1>>
<<set $traum to 7>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/t6a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma jerks off your cock and gives you instructions not to cum. You wake up cramped from this crazy dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //How do I manage not to disappoint Emma and to improve my perseverance.//
</span>
</p>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/t6b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma teases you by stroking your tip without letting you cum. You want to scream, but Emma covers your mouth. Breathing heavily, you startle up.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, that was crazy. Why does it feel so hot when I hand over control completely to Emma? Is that what I really want...?//
</span>
</p>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/t6c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma jerks your cock and watches bored. With a deep disappointment in your heart, you wake up.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Am I boring her so much? What can I do to impress her?//
</span>
</p>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/t6d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma teases your cock and you're about to cum. She points your cock at your face and you startle out of your dream just before you cum.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why am I dreaming such crap. I almost squirted myself... why does this thought excite me a little? Is that normal?//
</span>
</p>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/t7a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mmmhh she tastes so good, I could do this every day and finally I have a way to satisfy Emma//
</span>
</p>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/t7b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mmmhh she tastes so good, I could do this every day and finally I have a way to satisfy Emma//
</span>
</p>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/t7c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mmmhh she tastes so good, I could do this every day and finally I have a way to satisfy Emma//
</span>
</p>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/t7d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mmmhh she tastes so good, I could do this every day and finally I have a way to satisfy Emma//
</span>
</p>
<</if>>
<<link "wake up">>
<<set $lust +=30>>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take her laundry to the laundry room and wait until the laundry is clean.</p>
<div class="bild-box">
<img src="pics/alice3_1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After everything is freshly washed, you bring her things back to her room.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice3a">>
<</link>><p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Aaaahh… wtf, you scared me"
</span>
</p>
<p class="bg-text">Alice is sitting in her chair and looking at you with a grin.</p>
<div class="bild-box">
<img src="pics/alice3a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Hello loser. Why so jumpy? Do you have something to hide?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "N... no, I just thought you are not at home."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Where is she?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh fuck, did she notice that I took one of her panties?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W.. what do you mean?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Don't fool me, you perverted asshole. I'll give you a chance and you'll steal my underwear."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //oh no, oh no… how could I be so dumb to believe that she wouldn't notice.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... um..."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "um! um! Fuck you! What do you need them for? To jerk off!? To show off to your friends?! Tell me..."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can’t possibly tell her the truth, it’s too embarrassing.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I.. I don't know what you mean..."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Then fuck you asshole. I'm going to our landlady now."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh crap, she's definitely going to kick me out of the apartment. I have no choice. I have to be honest with Alice.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "N... no wait, please. I have your panties. I'm sorry, please let me explain..."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Alright, I'm listening to you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I um.. I wear your underwear. I have a girlfriend who is into that and I wanted to impress her, but I didn't have the courage to buy my own pair and since you have so many, I thought... I'll pay you for it, okay? But please don't tell anyone."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh God, please let me die//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You're kidding me, right?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, honestly it's the truth. I'm wearing it right now."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "I believe you that you are a little girl, but do you have a girlfriend? Hahaha"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Stupid bitch//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uh.. yeah."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Show me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't have a picture of her with me."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Not your girlfriend. My panties you fool."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh God, please deliver me....//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um..I..."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Now! Or I will call Lea."
</span>
</p>
<p class="bg-text">You have no other choice and take off your pants so that Emma can see that you are wearing her panties.</p>
<div class="bild-box">
<img src="pics/alice3a2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "AHAHAHA... you really spoke the truth. Oh my little sweet girl."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am not a girl"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "I'm just messing with you, the panties look better on you than on me. AHAHAHAHA"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Stupid cow//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Okay. You can keep it. I would have to burn the thing anyway. You can finish cleaning and I will keep an eye on you. Go on."
</span>
</p>
<p class="bg-text">You are just about to pull your pants up again...</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "STOP! Only in underwear, or our deal is off."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Fuck, this is so humiliating, but I have no choice.//
</span>
</p>
<<link "accept">>
<<set $sub += 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice3b">>
<</link>><p class="bg-text">Only in your underwear do you clean Alice's room. You try to ignore the fact that she is watching you.</p>
<div class="video-box">
<video src="videos/alice3b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Your butt is really sexy in my panties"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh please, just be quiet.//
</span>
</p>
<p class="bg-text">Shamefully, you finish your work.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I have done everything you asked of me. Can I go now?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "In the future, I will be here to supervise you and you will only clean my room in your underwear."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no, what a nightmare//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "if you say so…"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "And as befits a good slave, you will only address me as Mistress."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What, in no case?"
</span>
</p>
<p class="bg-text">Alice gives you a few hard slaps without warning.</p>
<div class="video-box">
<video src="videos/alice3b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "aaahh aaah stop please"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You will not contradict me! Understood!"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What a piece of shit. But what choice do I have?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Better. And now go."
</span>
</p>
<<link "continue">>
<<set $alice += 1>>
<<set $sub += 1>>
<<set $ben += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<switch $task>>
<<case 1>>
<<goto "task1">>
<<break>>
<<case 2>>
<<goto "task2">>
<<break>>
<<case 3>>
<<goto "task3">>
<<break>>
<<case 4>>
<<goto "task4">>
<<break>>
<<default>>
<<goto "zimmer">>
<</switch>><p class="bg-text">You are standing lost in thought in the shower when suddenly your coach comes in.</p>
<div class="video-box">
<video src="videos/trainer1-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Hi <<=$name>>, how was the training with the girls?"
</span>
</p>
<p class="bg-text">You freeze and cover your cock so that Mr. Taylor doesn't see the cage.</p>
<div class="bild-box">
<img src="pics/trainer1-1.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… well… it was good, Sir. Thank you."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "There is no reason to be ashamed, my boy."
</span>
</p>
<p class="bg-text">You can't stop staring at his cock.</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Did you see how big his cock is?//
</span>
</p>
<div class="video-box">
<video src="videos/trainer1-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, you're right Sir. I just finished showering... hehe"
</span>
</p>
<p class="bg-text">You leave the shower and cover the cage as well as you can.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Nice ass...mmmhhh"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Was that a groan from Mr. Taylor?//
</span>
</p>
<<link "peek">>
<<replace "#geheim">>
<div class="video-box">
<video src="videos/trainer1-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Mr. Taylor is getting himself off in the shower. When he notices that you are watching him, he winks at you and grins.</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, what a man.//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God, let's get out of here.//
</span>
</p>
<<set $lust += 20>>
<</replace>>
<</link>>
<!-- Versteckter Bereich -->
<div id="geheim"></div>
<p class="bg-text">Quickly, you get on your way to the changing room.</p>
<<link "continue">>
<<goto "duscheende">>
<</link>>
<p class="bg-text">You are enjoying the warm water that gently massages your shoulders.</p>
<div class="video-box">
<video src="videos/dusche1-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Fortunately, I can use the shower by myself and have my peace.//
</span>
</p>
<<set _randomEvent = random(1, 3)>>
<<if _randomEvent == 3>>
<<link "continue">>
<<goto "trainercase">>
<</link>>
<<else>>
<<link "continue">>
<<goto "duscheende">>
<</link>>
<</if>>
<p class="bg-text">You are standing with your gym teacher in his cabin and wondering what he wants from you.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "<<=$name>>, I have noticed that you are going through a physical change."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "The other boys are already whispering about you. Some feel uncomfortable showering with you. You have to understand, the boys are in the middle of their puberty and full of testosterone, and everything that looks even remotely female excites them."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... I'm sorry."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "I think it's best if I let you train with the girls. For your own protection. You can shower here, in my cabin. That shouldn't be a problem anymore. Agreed?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //And yes, I agree. It would have been more than embarrassing for me if the guys had noticed the cage. Now I can shower here alone and hopefully training with the girls will be easier.//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes sir, thank you."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Good, then that would be settled. The coach of the girls is aware."
</span>
</p>
<p class="bg-text">A smile plays on the lips of the coach as he watches you go. You make your way to the courts with the girls.</p>
<<link "continue">>
<<set $sport +=1>>
<<set $dusche to 1>>
<<set $trainer to 1>>
<<set $girls to 1>>
<<goto "sportcase">>
<</link>>
<p class="bg-text">You look at the business card that Emma gave you and google the address of the psychotherapist.</p>
<div class="bild-box">
<img src="pics/task1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are writing an email in which you ask for a consultation.</p>
<p class="bg-text">5 minutes later: PING! New email received</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That was quick.//
</span>
</p>
<p class="bg-text">Dear Mr. Haper,
thank you very much for your inquiry. My friend Emma informed me in advance that you would be in touch.
I took the liberty of reserving an appointment for you on Wednesday evening.
Our address is: …
Best regards.
Dr. Love</p>
<p class="bg-text">You note the appointment in your calendar.</p>
<<link "continue">>
<<set $task to 0>>
<<set $psycho to 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<div class="bild-box">
<img src="pics/schuhlwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Ben is standing at the toilet and peeing.</p>
<div class="bild-box">
<img src="pics/ben2a.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Hi idiot, are you coming to admire my big cock?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What a jerk.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //But he is really big. Let's take a look. Just for a moment...//
</span>
</p>
<p class="bg-gefahr">
<img src="pics/gefahr.png" class="portrait">
<span style="flex: 1;"> //''Watersports!!!
If you choose to look, you activate future watersports scenes.
If you choose not to, you disable such scenes.
Your decision does not affect the story. it only blocks images and videos that contain watersports scenes.
Deactivation may result in missing connections in future scenes!''//</span>
</p>
<<link "look">>
<<set $w to 1>>
<<goto "ben2a">>
<</link>>
<<link "don't look">>
<<goto "ben2a">>
<</link>>
<<if $w >= 1>>
<p class="bg-text">You give in to your new inner voice and dare to take a look. Ben's tail is really huge.</p>
<div class="video-box">
<video src="videos/ben2a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, that's how a real man should look.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hmmm… do you think?//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "AHAHAHA... do you want to hold it?"
</span>
</p>
<<set $fem += 1>>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "no! Here is your money."
</span>
</p>
<p class="bg-text">You put the money next to the sink and make sure you get away.</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>><p class="bg-text">Emma feels like shopping and persuades you to go to the city with her. You accompany her to a large shopping mall. You have never seen so many stores all in one place. Fascinated, you walk behind Emma.</p>
<div class="bild-box">
<img src="pics/emma4_1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Emma stops in front of a lingerie store.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come with me, I need new underwear."
</span>
</p>
<p class="bg-text">Emma pulls you into the store and you are suddenly surrounded by scanty, sexy lingerie. You've never been in a store like this before and feel ashamed to be here.</p>
<div class="bild-box">
<img src="pics/emma4_2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. shouldn't I wait outside instead?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Under no circumstances. You have to advise me. I'm not just buying the underwear for myself."
</span>
</p>
<p class="bg-text">With a grin, Emma pulls you deeper into the store. After what feels like an eternity, she has picked out a few pieces and leads you to the fitting rooms.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wait here for me."
</span>
</p>
<p class="bg-text">After a short while, Emma comes out of the cabin. She is only wearing her new underwear. A set of black-pink bra and panties. You look around anxiously, but no one else is nearby. With your mouth open, you gaze at your girlfriend.</p>
<div class="video-box">
<video src="videos/emma4_1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn, she is so hot//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What do you say about that?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You look fantastic."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Then wait and see what else I've chosen."
</span>
</p>
<p class="bg-text">Emma disappears again into the changing room and comes back with a very small black thong. Her bra covers only the bare essentials. She takes your breath away. Again, you look around nervously in all directions.</p>
<div class="video-box">
<video src="videos/emma4_2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I still can't believe that this goddess is my girlfriend. No matter what, I will do everything for her.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Relax. No one except us is here and if there is, we are in a lingerie store."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You are so incredibly sexy."
</span>
</p>
<p class="bg-text">A bulg is noticeable in your pants. Meanwhile, Emma disappears into the cabin again and comes back after a short time with even skimpier underwear. Her panties are transparent and her nipples are only covered by 2 small hearts. You swallow as you see her and squeeze your thighs together to hide your boner.</p>
<div class="video-box">
<video src="videos/emma4_3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Isn't that a bit too... transparent?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hehe... You must like it and when I see the boner between your legs, you obviously like it."
</span>
</p>
<p class="bg-text">Ashamed, you look down and cover your erection with your hands.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You don't have to be ashamed if you find your girlfriend sexy. I consider it a compliment."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //If we could dress so sexy, we would also have so much confidence.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Do you think so?//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Which set should I take, darling."
</span>
</p>
<<link "pink-black">>
<<set $lust += 60>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma4a">>
<</link>>
<<link "only black">>
<<set $lust += 60>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma4a">>
<</link>>
<<link "black-pink with hearts">>
<<set $lust += 60>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma4a">>
<</link>><div class="bild-box">
<img src="pics/emma4a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Emma is standing at the checkout and rummaging through her handbag.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "That will be $80 please."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Should I pay for her? If my money isn't enough for rent, I'll annoy my father again, but Emma might repay me for it?//
</span>
</p>
<<link "Take the bill">>
<<set $g -=80>>
<<set $danke to 1>>
<<goto "emma4b">>
<</link>>
<<link "Be quiet">>
<<goto "emma4b">>
<</link>>
<<if $danke ==1>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh thank you my honey. You can free me from this underwear later."
</span>
</p>
<div class="bild-box">
<img src="pics/emma4b1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<set $lust += 20>>
<<else>>
<p class="bg-text">Emma pays for the underwear and gives you a disappointed look.</p>
<</if>>
<p class="bg-text">Together you leave the store and continue walking through the mall. A hair salon has caught Emma's attention. She gives you a sideways glance.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "We definitely need to do something with your hair."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Do you think so?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes darling, your hairstyle is that of a little boy. Trust me, you will feel reborn."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I never thought about my hairstyle. I should just trust Emma. The main thing is that she likes it in the end.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay, I trust you"
</span>
</p>
<div class="bild-box">
<img src="pics/emma4b2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">It looks like this is a purely women's hair salon. While you wait, Emma is talking to the hairdresser. Apparently, she has an appointment available and you can sit down on one of the chairs right away.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Then let's see what we can make of you."
</span>
</p>
<p class="bg-text">The hairdresser starts cutting your hair without asking further questions.</p>
<div class="video-box">
<video src="videos/emma4b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You get the full treatment, cutting, coloring, washing. Then you'll be sprayed with a mist. You've never been at a hairdresser appointment this long.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Done!"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh you look so cute my darling."
</span>
</p>
<p class="bg-text">You look at yourself in the mirror. Your hair is lightly wavy and shines in a light blonde.</p>
<div class="bild-box">
<img src="pics/emma4b3.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //We are really cute, wow.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Isn't that more of a hairstyle for a girl?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Finally stop thinking in terms of man and woman and accept your true self.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes, you are right. It does look somewhat cute.//
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "I hope you are satisfied?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, thank you very much. It looks great."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "I'm glad to hear that. That will be $90."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn. Women really pay a lot for a hair appointment.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oooouw... you call us as a woman//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No, I didn't. I just meant that this is a women's salon.//
</span>
</p>
<p class="bg-text">You pay the bill and finally Emma has had enough of shopping and you go to her house.</p>
<<link "continue">>
<<set $fem += 1>>
<<set $g -= 90>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma4c">>
<</link>>
<p class="bg-text">At home, Emma sits down on the couch and starts to undress.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Shopping always makes me so horny."
</span>
</p>
<div class="video-box">
<video src="videos/emma4c1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Your cock gets hard and you can't take your eyes off your girlfriend.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You are so beautiful Emma."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Are you enjoying the show, my little one?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I can't get enough of it."
</span>
</p>
<p class="bg-text">Emma's hands wander over her sexy body as she continues to undress.</p>
<div class="video-box">
<video src="videos/emma4c2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmmmh"
</span>
</p>
<p class="bg-text">Emma's moaning drives you crazy. Your balls are swollen and your cock is rock hard.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh fuck, she makes me so horny, I can't control myself for much longer.//
</span>
</p>
<p class="bg-text">Emma takes off her panties and is now completely naked. Her hand wanders between her legs and she begins to squirm lustfully.</p>
<div class="video-box">
<video src="videos/emma4c3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "aaaaaah uuuuuh mmmmh"
</span>
</p>
<p class="bg-text">Your lust is becoming unbearable. You gather all your courage.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh Emma, you drive me crazy, please let me join."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmmh what exactly do you want babe?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y.. you know already..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You need to let go of your shame. Beg me for what you want. Clear and straightforward."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Just ask already. She is your girlfriend.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. can we have sex together? Please Emma."
</span>
</p>
<<link "continue">>
<<set $sub += 1>>
<<set $lust += 100>>
<<goto "emma4d">>
<</link>>
<<if $danke == 1>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I promised you a reward, but are you sure you want to try? You know that I don't like to be disappointed?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… please, please let us try. I will do my best, I promise."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hmm… okay, I have an idea."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes? She said yes. Oh my God... please pull yourself together <<=$name>>//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… really? What should I do?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Undress and lie down and if you can hold out until 10, you can fuck me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What does she mean by that again?//
</span>
</p>
<p class="bg-text">While your thoughts are going round in circles, you undress and try to get a grip on your lust. Emma sits on top of you and starts rubbing your cock.</p>
<div class="video-box">
<video src="videos/emma4d1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "1"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uuummmh"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "2"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "oooohhuuu fuuuck"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "3"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh please hold on, I can do this.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "4"
</span>
</p>
<p class="bg-text">Emma slides on your cock with her wet pussy</p>
<div class="video-box">
<video src="videos/emma4d2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can feel her pussy around my cock. That's such a feeling Oh please let me in...//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uuuuuh aaaah"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmmhh.. 5"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "oooh fuck… oooh fuck not so fast Emma I'm begging you"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "aaaaahh 6 ….hold on"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooooh please... oooooh please...."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Just a little bit more.... 7"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "oooooh Emma, I beg you"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmhh 8"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "no no no no not now"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "9.... come on"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "noooooooooooo"
</span>
</p>
<div class="video-box">
<video src="videos/emma4d3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "AAAAAAAAHH OOOOOOOHH UUUUUUUH"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh what a pity, you were so close to achieving it."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I'll never be able to satisfy Emma with my cock.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //We don't have to do that either, just accept it finally.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm sorry that I can't satisfy you."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You can do it in a different way, already forgotten? I'm still horny, do you want to use your tongue?"
</span>
</p>
<<set $lust to 0>>
<<set $danke to 0>>
<<set $fem += 1>>
<<else>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No!"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No? Did I do something wrong?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I will now teach you something important about women, <<=$name>>."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... okay?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "If your girlfriend takes you shopping and she buys lingerie, she is not doing it for herself, but for her boyfriend. So for you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh... I understand."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "It is proper for the man to pay for it. Then he has earned a reward for it later."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ohh… I'm sorry Emma. Should I pay for it now?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "It's not about the money, but about the gesture. Women want to be pampered. Men give gifts to women, and the women reciprocate to their men. That's how good relationships work."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn, I shouldn't have been so stingy.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay, I will remember it."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good. However, I'm really horny. If you want, you can make me orgasm with your tongue"
</span>
</p>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I must not disappoint her even more.//
</span>
</p>
<<link "lick her">>
<<set $fem += 1>>
<<goto "emma4e1">>
<</link>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I'd like to lick your pussy."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I said nothing about my pussy."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean by that?"
</span>
</p>
<p class="bg-text">Emma kneels on a chair with her butt towards you and spreads her cheeks.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "There is not just one hole that satisfies us women."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You mean..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Lick my butthole, go ahead."
</span>
</p>
<p class="bg-text">You don't want to disappoint Emma any further and do what she says.</p>
<div class="video-box">
<video src="videos/emma4e11.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmmhhh yes stick your tongue in as far as you can"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //that is disgusting//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //and why do you already have an erection again?//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Ooohh aaaahhh keep going"
</span>
</p>
<p class="bg-text">You change positions and Emma sits on your face. While you lick her asshole, she rubs her pussy</p>
<div class="video-box">
<video src="videos/emma4e12.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "ooohh aaaahh yes I am so close"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //wow, she enjoys this almost more than when I lick her pussy. I didn't even know that the asshole is an erogenous zone.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Maybe we should try that ourselves?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What?!! Never.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "AAAAAAHHHH YEEESSSS"
</span>
</p>
<p class="bg-text">Emma comes to a violent orgasm. Satisfied, she snuggles up to you until she catches her breath.</p>
<<link "continue">>
<<set $fem += 1>>
<<set $sub += 1>>
<<set $lust += 20>>
<<goto "emma4f">>
<</link>>
<p class="bg-text">Later in the evening</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What is on your mind? You seem so thoughtful."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't know how to tell you this?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Just be honest. If you want us to be together, you have to be open and honest with me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You are right. I have thoughts and feelings lately that I cannot categorize. I'm not sure if I can ever be a real man for you. I can't satisfy you, and I'm afraid that someday I won't be enough for you because of that."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh baby, you know that I love that about you. Just the fact that you think like this shows me how considerate you are. And I need nothing more than a partner who fulfills my wishes unconditionally. Real men are only good in bed, but you would do anything for me, wouldn't you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes my love, I would do anything for you. I love you, no matter what it is, I will do it for you...
There is something else..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come on, there’s nothing that you should be embarrassed about."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "There is a voice inside me, it is quite new, that represents my feminine side. It thinks like a woman and makes me feel things as if I were a woman."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "And what do you think of this voice?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "At first I was just confused, but the more I hear her, the more trustworthy she sounds."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That is quite natural. You are that voice. It is your true self that is speaking to you."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But I am a boy."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "There is more than just man and woman. I will share a secret about myself with you. I am bi. That's probably why I feel so attracted to you, because you have both genders within you. No matter which path you want to take, I will support you."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
''Emma thinks:'' //"...and I already know exactly how to guide you in the right direction."//
</span>
</p>
<p class="bg-text">Emma smiles mysteriously</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, that reassures me a bit. I need to think about it a little more."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I know what will do you good. I have a very good friend, she is a psychotherapist. I will give you her card. You should talk to her."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't know if I can afford that?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Just tell her that I'm sending you. She still owes me a favor."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay. Thank you Emma, you really helped me a lot."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'm happy about that. See you next week, honey."
</span>
</p>
<div class="bild-box">
<img src="pics/emma2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "See you then my love."
</span>
</p>
<<link "go home">>
<<set $task to 1>>
<<set $emma += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><<switch $psycho>>
<<case 1>>
<<goto "psycho1">>
<<break>>
<<case 2>>
<<goto "psycho2">>
<<break>>
<<case 3>>
<<goto "psycho3">>
<<break>>
<<case 4>>
<<goto "psycho4">>
<<break>>
<<case 5>>
<<goto "psycho5">>
<<break>>
<<default>>
<<goto "psycho0">>
<</switch>><p class="bg-text3">This is the end of content. Look forward to more stories with LEA in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $psycho to 0>>
<<goto "gang">>
<</link>><p class="bg-text">After you have waited for a while in the waiting room, the secretary calls you and escorts you to the treatment room. Dr. Love approaches you and shakes your hand.</p>
<div class="bild-box">
<img src="pics/psycho1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Good day, my name is Dr. Love. Please have a seat."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good day."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I hope it's alright if I call you <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, of course."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "No reason to be nervous. Sit back and relax while I quickly go over the documents."
</span>
</p>
<<link "continue">>
<<goto "psycho1a">>
<</link>>
<p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take her laundry to the laundry room and wait until the laundry is clean.</p>
<div class="bild-box">
<img src="pics/alice3_1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After everything is freshly washed, you bring her things back to her room.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice4a">>
<</link>><p class="bg-text">Alice is sitting in her chair and looking at you with a grin.</p>
<div class="bild-box">
<img src="pics/alice3a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Hello loser, you know what you have to do."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Good girl, you learn quickly."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I am not a girl…//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //...hihi...//
</span>
</p>
<div class="video-box">
<video src="videos/alice3b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //that's so humiliating...//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //...but also a little hot. She is so strong and dominant.//
</span>
</p>
<p class="bg-text">You are finishing your work.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I have completed everything, Mistress. May I leave now?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "I've had a long day and my feet are killing me. Be a good slave and massage your mistress's feet."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //It's getting worse and worse, but she has me in her hand. I'd better do what she wants.//
</span>
</p>
<<link "accept">>
<<set $sub += 1>>
<<goto "alice4b">>
<</link>><div class="video-box">
<video src="videos/alice4b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Oh yes, that feels good"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //let this nightmare finally be over.//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "By the way, I like your new hairstyle. It suits you much better."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Ohhh… she thinks we are pretty.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. thank you? Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "She reminds me of a girl I once had a crush on... ahahaha"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //grumble...//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Did you hear? She is into girls...//
</span>
</p>
<p class="bg-text">After what feels like an eternity, Alice pulls her feet back. Your hands already ache from the massage.</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Okay, that’s enough for today. Leave me alone now."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Mistress"
</span>
</p>
<<link "go to your room">>
<<set $alice += 1>>
<<set $fem += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><div class="bild-box">
<img src="pics/schuhlwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Ben is standing at the toilet and peeing.</p>
<div class="bild-box">
<img src="pics/ben2a.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Hi idiot, are you coming to admire my big cock?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What a jerk.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //But he is really big. Let's take a look. Just for a moment...//
</span>
</p>
<<if $w >= 1>>
<<link "look">>
<<replace "#geheim">>
<p class="bg-text">You give in to your new inner voice and dare to take a look. Ben's tail is really huge.</p>
<div class="video-box">
<video src="videos/ben2a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, that's how a real man should look.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hmmm… do you think?//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Do you like what you see? Feel free to come closer."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No... I don't think so."
</span>
</p>
<<set $traum to 8>>
<</replace>>
<</link>>
<!-- Versteckter Bereich -->
<div id="geheim"></div>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um.. Here is your money."
</span>
</p>
<p class="bg-text">You put the money next to the sink and make sure you get away.</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Tell me <<=$name>>, what brings you to me?"
</span>
</p>
<div class="bild-box">
<img src="pics/psycho1a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hm.. well. I've been having issues with my identity lately."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Please be a bit more specific. You don’t need to have any reservations, all our conversations are strictly confidential."
</span>
</p>
<p class="bg-text">You tell Dr. Love about the events of the past few weeks. Your inner voice. Your feminine thoughts. About wearing women's underwear and your sexuality with Emma. Dr. Love listens to you attentively and takes notes repeatedly. The hour passes faster than you think, and soon you have reached the end of the session.</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Okay <<=$name>>. You show typical signs of a multiple sexual orientation. Essentially, there are two genders within you that are competing against each other. This puts you under enormous pressure. The consequences can be confusion, self-doubt, erectile dysfunction, premature ejaculation, and depression."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, that applies to almost everything that has been happening to me lately.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What can I do about it."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "The most important thing is to accept your true self. Stop fighting against it. You are currently in a happy relationship with a partner who loves you just as you are. Learn to love yourself."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Am I supposed to accept that I have a feminine side in me?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes, of course. I am you and you are me. We are one.//
</span>
</p>
<p class="bg-text">Dr. Love opens a drawer and takes something out of it.</p>
<div class="bild-box">
<img src="pics/pille1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "This will help you. Take one of them daily; it will stabilize your hormone balance, and you will soon feel better. Additionally, you should come to see me regularly. If Wednesday works for you, I will reserve that day for you?"
</span>
</p>
<p class="bg-text">Dr. Love totally caught you off guard and you are still too confused by your conversation to disagree.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Of course, Wednesday works for me."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Very good. Then see you on Wednesday."
</span>
</p>
<p class="bg-text">Dr. Love shoves you out the door before you can ask any more questions.</p>
<<link "go home">>
<<set $psycho += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<p class="bg-text">Later at Emma's home</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Were you at Dr. Love?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes darling."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Thank you, honey."
</span>
</p>
<div class="bild-box">
<img src="pics/emma2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Tell me. Did it help you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I think so. She prescribed me hormones that are supposed to help me, and we talked about my feminine side. She advises me to accept this side. She showed me that it's all about making you happy, because you do me good."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That would make me so happy. Are you ready to accept your true self?"
</span>
</p>
<p class="bg-text">Through the pills, your feminine side has become much stronger and your love for Emma is limitless.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What could be so bad about it? I have a girlfriend who loves me and I feel happier with each day I spend with her. Just a few weeks ago, I was still dreaming about it.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Say yes... Please say yes...//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes. I accept my true self and I want you to help me awaken it."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yippie-ya-yay//
</span>
</p>
<<if $danke == 1>>
<div class="bild-box">
<img src="pics/emma5_1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh baby, that really turns me on."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Really?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, come with me, I feel like having sex."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God. She wants sex. Is it finally happening? Was it that easy all along?//
</span>
</p>
<<link "continue">>
<<set $fem += 1>>
<<set $lust += 110>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma5a">>
<</link>>
<<else>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Okay, that is a good progress. Nevertheless, you obviously forgot what I taught you about women and generosity."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I am going to have some fun with myself now, please do not disturb me."
</span>
</p>
<<link "continue">>
<<set $fem += 1>>
<<set $lust += 30>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma5bb">>
<</link>>
<</if>>
<p class="bg-text">Emma starts to undress. While you admire her, she takes an object from her nightstand.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Can we actually have sex today?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh my sweet, I thought you accepted it. You know how I feel about it, right?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sure, but… you said that you feel like having sex."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Correct. That's it."
</span>
</p>
<div class="bild-box">
<img src="pics/emma5a1.jpg" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh, I understand."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I want you to bring me to come with that."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Does it really make such a big difference?"
</span>
</p>
<p class="bg-text">Emma smiles mildly and holds the dildo next to your cock to compare the size.</p>
<div class="bild-box">
<img src="pics/emma5a2.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay, I see it."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "So, are you going to help me now, or are you just going to sulk like a child?"
</span>
</p>
<<link "help her">>
<<set $sub +=1>>
<<goto "emma5b">>
<</link>>
<<link "I don't think so.">>
<<goto "emma5bb">>
<</link>>
<div class="bild-box">
<img src="pics/emma5bb.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<if $danke == 1>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Then do what you want and don't you dare disturb me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh damn, I messed it up.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why do you have to be such a stubborn person?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, it all started so well.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Be glad that she didn't throw you out and finally stop arguing with her.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes... you are right.//
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn, I knew it.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Then finally stop being such a miser.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes, I understood it.//
</span>
</p>
<</if>>
<p class="bg-text">Emma is in her bedroom for over 2 hours and brings herself to orgasm several times. Her unrestrained moans can be heard all the way into the living room. Finally the door opens. Emma smiles, obviously she has calmed down.</p>
<<link "continue">>
<<goto "emma5d">>
<</link>>
<p class="bg-text">Emma takes off her panties and lies down on the couch. She rubs her pussy and spreads her legs. You have an unobstructed view of her pussy.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, she's already wet//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Put it in, I'm ready."
</span>
</p>
<div class="video-box">
<video src="videos/emma5b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Carefully you push the dildo into Emma's pussy. She moans gently</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmmhh"
</span>
</p>
<p class="bg-text">slowly you increase the pace. Your girlfriend is so wet, the dildo slides in and out effortlessly. You dream that it's your cock fucking Emma.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oooohhh mmmmhh faster"
</span>
</p>
<p class="bg-text">You continue to increase the pace, your girlfriend lolls under you. Then she swaps positions.</p>
<div class="video-box">
<video src="videos/emma5b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">As you continue to fuck her with the dildo, you massage her butt</p>
<<link "lick her butthole">>
<<replace "#geheim">>
<p class="bg-text">You take the opportunity and stick your tongue into her butthole</p>
<div class="video-box">
<video src="videos/emma5b4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Ooooohh <<=$name>> that is so fucking good"
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Do you see how good we are at this?//
</span>
</p>
<<set $fem +=1>>
<</replace>>
<</link>>
<!-- Versteckter Bereich -->
<div id="geheim"></div>
<p class="bg-text">you push the dildo as far into her pussy as possible</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "... ooohh so big ... aaaaahhh so deep, that's exactly how I love it"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I understand it now, my little cock would never manage to satisfy her like that.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Forget your cock, it is meaningless.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Mmmmhhh aaaaaahh I am so close"
</span>
</p>
<p class="bg-text">Emma rises up, her legs twitching. The Dildo glides in and out.</p>
<div class="video-box">
<video src="videos/emma5b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "AAAAAHHH YESS AAAAAHH OOOOHHH"
</span>
</p>
<p class="bg-text">A violent orgasm comes over Emma. Breathing heavily and satisfied, she lies in front of you, dripping from her pussy.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That was good my darling, give me a few minutes. You have earned a reward."
</span>
</p>
<<link "continue">>
<<goto "emma5c">>
<</link>>
<p class="bg-text">After a few minutes, Emma takes your cock out of your pants and starts jerking it off.</p>
<div class="video-box">
<video src="videos/emma2b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Do you like it?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmh oh yeah, that is great"
</span>
</p>
<p class="bg-text">You can hardly control your arousal, playing with Emma's pussy has made you too horny</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Would you like to come?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "aaahh mmmh yes please"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Beg me for it"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh Emma, I beg you. Let me come."
</span>
</p>
<p class="bg-text">Emma increases the pace and pressure on your cock and you can't hold it back any longer.</p>
<div class="video-box">
<video src="videos/emma5c1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "AAAAAAHHHH UUUUHH"
</span>
</p>
<p class="bg-text">Your cun runs over Emma's fingers and hands</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmh so much"
</span>
</p>
<p class="bg-text">Emma puts her finger in her mouth and sucks your cum off her fingers with relish</p>
<div class="video-box">
<video src="videos/emma5c2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You are so naughty Emma, I love it."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hehe… it tastes delicious. You should try it."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh yes, let's give it a try. I'm curious to see how it tastes.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What?! No! Stop with this crap.//
</span>
</p>
<<link "continue">>
<<set $lust to 0>>
<<goto "emma5d">>
<</link>>
<p class="bg-text">Later...</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I think we are really making good progress, or what do you think, sweetie?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I am glad that I can satisfy you now. The most important thing is that you are happy."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That is so sweet of you, darling."
</span>
</p>
<p class="bg-text">Emma is sitting next to you, painting her nails. You watch your girlfriend curiously.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hmm... the color would look good with your eyes. May I?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, why not?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //You didn't even hesitate...//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //...um, I just wasn't thinking and Emma seems so happy about it.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Great. Give me your hands."
</span>
</p>
<div class="bild-box">
<img src="pics/emma5d1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Emma is painting your nails in a bright red.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That looks great. What do you think about it?"
</span>
</p>
<p class="bg-text">You are looking at your nails lost in thought.</p>
<div class="bild-box">
<img src="pics/emma5d2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "If you like them, then everything is fine."
</span>
</p>
<p class="bg-text">Emma is happy and cuddles up to you while you watch another movie. Your thoughts are a bit confused.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I suppose I have to come to terms with not having real sex, but what is actually right and wrong, and who decides that? It reassures me to hand over all control to Emma and my feminine touches are rather pretty. Maybe this is indeed the right way.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes, that is the right way. Trust us.//
</span>
</p>
<<link "go home">>
<<set $emma += 1>>
<<set $danke to 0>>
<<set $fem += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<p class="bg-text">You are going on a date with Emma. You are meeting her at a fancy restaurant for lunch.</p>
<div class="bild-box">
<img src="pics/emma5_2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">The waiter brings the bill and it almost takes your breath away. $120 for two meals and a bottle of wine.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn. I can't afford that, but Emma expects me to be generous, she made that abundantly clear to me. If I am stingy again, she will definitely be angry and won't want us to get close.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Emma should be worth it to you. You should work more to afford such a girlfriend.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Hmm… I should ask my boss if he has more work for me.//
</span>
</p>
<p class="bg-text">Emma looks at you with an arched eyebrow.</p>
<<link "Takes over the bill">>
<<set $g -= 120>>
<<set $danke to 1>>
<<set $work += 1>>
<<goto "emma5s">>
<</link>>
<<link "Pay only your half">>
<<set $g -= 60>>
<<set $danke to 0>>
<<set $work += 1>>
<<goto "emma5s">>
<</link>>
<p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/t6a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma jerks off your cock and gives you instructions not to cum. You wake up cramped from this crazy dream.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //How do I manage not to disappoint Emma and to improve my perseverance.//
</span>
</p>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/t6b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma teases you by stroking your tip without letting you cum. You want to scream, but Emma covers your mouth. Breathing heavily, you startle up.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, that was crazy. Why does it feel so hot when I hand over control completely to Emma? Is that what I really want...?//
</span>
</p>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/t8a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wtf. Why am I dreaming of a cock?//
</span>
</p>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/t6d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma teases your cock and you're about to cum. She points your cock at your face and you startle out of your dream just before you cum.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why am I dreaming such crap. I almost squirted myself... why does this thought excite me a little? Is that normal?//
</span>
</p>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/t8b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wtf. Why am I dreaming of a cock?//
</span>
</p>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/t7b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mmmhh she tastes so good, I could do this every day and finally I have a way to satisfy Emma//
</span>
</p>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/t7c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mmmhh she tastes so good, I could do this every day and finally I have a way to satisfy Emma//
</span>
</p>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/t7d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mmmhh she tastes so good, I could do this every day and finally I have a way to satisfy Emma//
</span>
</p>
<</if>>
<<link "wake up">>
<<set $lust +=30>>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take her laundry to the laundry room and wait until the laundry is clean.</p>
<div class="bild-box">
<img src="pics/alice3_1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After everything is freshly washed, you bring her things back to her room.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice5a">>
<</link>><p class="bg-text">Alice is sitting in her chair and looking at you with a grin.</p>
<div class="bild-box">
<img src="pics/alice3a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Hello loser, you know what you have to do."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<div class="video-box">
<video src="videos/alice3b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Good girl. Now come to me, my feet are killing me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //You seem to be getting used to her bossing you around... hehe//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Do I even have a choice?//
</span>
</p>
<div class="video-box">
<video src="videos/alice5a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Oh yes, you will be really good at it."
</span>
</p>
<p class="bg-text">Your inner self smiles contentedly. It's not often that you are praised.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You’re not starting to enjoy it, are you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...no!?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Ahahahah... lick them"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "WHAT!?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "YOU SHALL DO WHAT I TELL YOU! UNDERSTOOD!?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. yes Mistress. Excuse me."
</span>
</p>
<<link "do it">>
<<set $sub += 1>>
<<goto "alice5b">>
<</link>>
<p class="bg-text">Disgusted, you begin to lick Alice's feet. The taste of sweat and cheese fills your nose.</p>
<div class="video-box">
<video src="videos/alice5b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, that is so humiliating…//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //...and why do you get an erection then?//
</span>
</p>
<p class="bg-text">Without realizing it, you got a boner while licking her feet</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //um...what the hell...//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "mmmhh oh yes that is good"
</span>
</p>
<p class="bg-text">Her moaning pulls you out of your thoughts. You look up and freeze.</p>
<div class="bild-box">
<img src="pics/alice5b1.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God! Is she...? Did she...? Damn...//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hmm... interesting.//
</span>
</p>
<p class="bg-text">Alice has lifted her skirt and her panties cannot cover her big erection.</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Do you like what you see, little girl?"
</span>
</p>
<p class="bg-text">Ashamed, you quickly look down and remain silent.</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Ahahahah… I think you've had enough for today. You can go."
</span>
</p>
<p class="bg-text">Quickly you make yourself scarce and murmur absentmindedly while leaving the room.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, Mistress"
</span>
</p>
<<link "run">>
<<set $alice += 1>>
<<set $sub += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go directly to the changing room and put on your work clothing.</p>
<div class="bild-box">
<img src="body/hose30.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Then you start your tasks and try not to disturb anyone.</p>
<<link "continue">>
<<set $hose to 30>>
<<goto "work3a">>
<</link>><p class="bg-text">You scrub the floors...</p>
<div class="bild-box">
<img src="pics/work2a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">...cleans the changing rooms...</p>
<div class="bild-box">
<img src="pics/work2b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">...and clean the toilets.</p>
<div class="bild-box">
<img src="pics/work2c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">When you finish your shift, you go to Mr. Demir's office.</p>
<<link "Mr. Demir">>
<<goto "work3b">>
<</link>>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Good evening <<=$name>>, how can I help you?"
</span>
</p>
<div class="bild-box">
<img src="pics/work1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good evening Mr. Demir. I wanted to ask you if you have any additional work for me. I urgently need more money."
</span>
</p>
<p class="bg-text">Your boss pushes up his glasses and examines you from head to toe.</p>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "You have changed <<=$name>>, the city seems to suit you well."
</span>
</p>
<p class="bg-text">He smiles to himself as he takes the phone in hand and calls Lin in the office.</p>
<div class="bild-box">
<img src="pics/work1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "How can I help?"
</span>
</p>
<p class="bg-taylor">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Our boy here would like to get a bit more involved in our spa area. What do you think, Ms. Lin?"
</span>
</p>
<p class="bg-text">Lin is now also surveying you from top to bottom. A smile flits across her lips.</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "You seem to be very interested in our adult section, <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I just wanted to make sure I didn't forget any area."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "So... anyway, one of my masseuses has fallen out at short notice. Could you imagine stepping in in this area?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh wow, does she mean that honestly? I get to massage all these sexy women.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I have seen how hot the women become and what happens then.//
</span>
</p>
<div class="video-box">
<video src="videos/work3b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //But what will Emma say if I get so close to other women?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… thank you very much for the offer, but I need to discuss it with my girlfriend first. Can I let you know on Thursday?"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Of course. We don't want you to have any difficulties. But I know your girlfriend and I am sure she is open to it. Send her my best regards and tell her she can call me anytime if she has questions."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Where does Lin know my girlfriend from?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Ma'am. Thank you."
</span>
</p>
<<link "continue">>
<<set $task to 2>>
<<set $work += 1>>
<<goto "work3c">>
<</link>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go to the changing room and Mrs. Lin gives you the money for your shift.</p>
<div class="bild-box">
<img src="pics/work1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After you have changed your clothes, you make your way home.</p>
<<if $kleid ==1>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<elseif $kleid ==2>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $schuhe to 3>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<elseif $kleid ==3>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 34>>
<<set $hose to 4>>
<<set $schuhe to 4>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<else>>
<<link "go home">>
<<set $g += 50>>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<</if>><p class="bg-text">You call Emma and explain to her what happened at work and what offer Ms. Lin made to you.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I generally think it's good that you are so dedicated to your job. But I don't know what to make of the fact that you touch other women?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can’t possibly tell her the whole truth.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Darling, it's just work. I feel nothing about it, I swear to you, you are everything that interests me."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hmm... well, if you say so, then I believe you. I have to hang up now."
</span>
</p>
<p class="bg-text">Emma ends the conversation without saying goodbye.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is she angry now? But she gave me her okay, didn't she?//
</span>
</p>
<<link "continue">>
<<set $task to 0>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<div class="bild-box">
<img src="pics/schuhlwc.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Ben is standing at the toilet and peeing.</p>
<div class="bild-box">
<img src="pics/ben2a.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<<if $w >= 1>>
<<link "look">>
<<replace "#geheim">>
<p class="bg-text">You give in to your new inner voice and dare to take a look. Ben's tail is really huge.</p>
<div class="video-box">
<video src="videos/ben2a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Come closer."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, it's okay."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "That was not a question, loser. Come here to me, or do I have to help you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //You better do what he says.//
</span>
</p>
<p class="bg-text">You walk closer to Ben and he grabs you by the neck and pushes you to your knees.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "From here you have a much better view, don't you?"
</span>
</p>
<p class="bg-text">You kneel next to the toilet while Ben pees. As if frozen, you look at his cock.</p>
<div class="bild-box">
<img src="pics/ben4_1.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Liiihh, that is so disgusting.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //From here his cock looks even bigger.//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Oh shit, you're into it, you little pussy. Next time you can hold him ahahaha"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "That's not true, you forced me."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No one forced us to look…//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Pay your debts and make sure you disappear."
</span>
</p>
<<set $sub += 1>>
<</replace>>
<</link>>
<!-- Versteckter Bereich -->
<div id="geheim"></div>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um.. Here is your money."
</span>
</p>
<p class="bg-text">You put the money next to the sink and make sure you get away.</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>><div class="bild-box">
<img src="pics/psycho1a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "What's new <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "With each passing day, it becomes easier for me to accept the feminine side as a part of myself. I have started to pay attention to her advice. Some thoughts from my feminine side are not bad."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes.</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Have you ever thought about giving up control to your female side?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um..no. I don't think I want that. She is attracted to men and I am into women."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Are you already aware that your feminine side is not a stranger, but a part of yourself?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //um...but I'm into women...//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //...maybe we are Bi?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... I don't think I want that."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes.</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "How is it going in her relationship with Emma?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Actually quite good. I enjoy it more and more that she takes control. It’s easier for me to do what she says...."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Very good. Did I hear a but here?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "We had a little dispute. At least I think so."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Tell me more about it."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Emma has very high standards and I try everything to meet them. I was offered an additional job as a masseur at the spa center. I think Emma is jealous, even though I am doing all this just for her."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes.</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
''Dr. Love think:'' //As if I didn't already know that. Emma told me everything...//
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Isn't it rather that you enjoy touching other women?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..."
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "What does your porn consumption look like, <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What does that have to do with it now?//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes.</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Also <<=$name>>. You suffer from a sexual compulsive disorder. Your urge for sex will lead you down dark paths, where there is no room for Emma, or other relationships. If you do not fight against it, you will lose everything you love."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... what can I do?"
</span>
</p>
<p class="bg-lin">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "There is a hypnosis technique that can help you. If you agree to this, please sign this consent form."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God. I can't lose Emma.//
</span>
</p>
<<link "Sign without hesitation">>
<<set $sub +=1>>
<<goto "psycho2b">>
<</link>>
<<link "Read the consent form first.">>
<<goto "psycho2a">>
<</link>>
<p class="bg-text">Dr. Love leads you into a side room and asks you to take a seat on a couch.</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "This is Dr. Wood, he will assist me."
</span>
</p>
<div class="bild-box">
<img src="pics/psycho2b1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "Very pleased."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello."
</span>
</p>
<p class="bg-text">You lie down on the couch and Dr. Wood puts a VR headset on you.</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "And now just relax. Focus on the images and only follow my instructions."
</span>
</p>
<p class="bg-text">An image appears before your eyes and captivates you.</p>
<div class="bild-box">
<img src="pics/psycho2b2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You become tired and fall into a state of sleep, but you eyes remain open."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Forget all the stimuli that you have found interesting so far."
</span>
</p>
<div class="video-box">
<video src="videos/psycho2b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "...forget your own sexuality..."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "...it is better to serve and to follow..."
</span>
</p>
<div class="video-box">
<video src="videos/psycho2b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "...leave the command to your feminine side..."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "...it is okay to submit to their dominance..."
</span>
</p>
<div class="video-box">
<video src="videos/psycho2b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "When you wake up, you will not remember anything."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Wake up"
</span>
</p>
<p class="bg-text">Confused and disoriented, you sit on couch and look around.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Have we already started?"
</span>
</p>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "It's already over, <<=$name>>. You did well."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I can't remember anything.I can't remember anything."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "That is completely normal. Hypnosis affects your subconscious. Just trust your inner voice."
</span>
</p>
<<link "continue">>
<<set $fem +=3>>
<<set $sub += 3>>
<<goto "psycho2c">>
<</link>>
<div class="bild-box">
<img src="pics/psycho2a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Consent Form for Hypnosis Therapy
The patient agrees to be put into hypnosis during the session...
bla
bla
bla
...may lead to short-term memory loss...
bla
bla
bla
...personality changes...
bla
bla
bla
...the treating physician is exempt from any liability.
Signature of the patient
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Dr. Love will know what she is doing. I should trust her.//
</span>
</p>
<<link "Sign">>
<<goto "psycho2b">>
<</link>>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I will send you an email with some instructions and exercises to better manage your sex addiction."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um...okay."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Additionally, I have a small gift for your girlfriend. Please hand her this package for me."
</span>
</p>
<div class="bild-box">
<img src="pics/psycho2c1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Of course... Thank you Dr. Love."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I wonder what's inside?//
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "We'll see each other next week, <<=$name>>."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Goodbye"
</span>
</p>
<<link "go home">>
<<set $psycho += 1>>
<<set $traum += 1>>
<<set $task to 3>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gang">>
<</link>>
<<switch $porno>>
<<case 1>>
<<goto "porno1">>
<<break>>
<<case 2>>
<<goto "porno2">>
<<break>>
<<case 3>>
<<goto "porno3">>
<<break>>
<<case 4>>
<<goto "porno4">>
<<break>>
<<default>>
<<goto "zimmer">>
<</switch>><<set _randomEvent = random(1, 10)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/porno2-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/porno2-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/porno2-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/porno2-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/porno2-5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/porno2-6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/porno2-7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/porno2-8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 9>>
<div class="video-box">
<video src="videos/porno2-9.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 10>>
<div class="video-box">
<video src="videos/porno2-10.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn. This virus has infested my entire computer.//
</span>
</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><p class="bg-text">You open the email from Dr. Love.</p>
<div class="video-box">
<video src="videos/task3-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What just happened? Oh no. Stop."
</span>
</p>
<p class="bg-text">Your PC is restarting automatically. You can't see any changes and you are too tired to take a closer look today.</p>
<<link "continue">>
<<set $porno to 2>>
<<set $task to 0>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/t9a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Shut up and lick my pussy"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes my darling"
</span>
</p>
<<set $lust +=30>>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/t9b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmh your asshole tastes so delicious"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh yes, stick your tongue deep in honey"
</span>
</p>
<<set $lust +=30>>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/t9c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "oh yes babe, lick me"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Mmmh, what a great taste"
</span>
</p>
<<set $lust +=30>>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/t9d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Emma!? Who is this man?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Do what I tell you and lick my feet"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Aaaaaaaahh… oh damn, it was just a bad dream."
</span>
</p>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/t9e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Hi, my favorite slave. Do you like what you see?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Aaaaahh go away from me."
</span>
</p>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/t9f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Hi, my favorite slave. Do you like what you see?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Aaaaahh go away from me."
</span>
</p>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/t9g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "come here little one"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Nooooo, leave me alone"
</span>
</p>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/t9h.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "come here little one"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Nooooo, leave me alone"
</span>
</p>
<</if>>
<<link "wake up">>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-text">In Mr. Demir's office</p>
<div class="bild-box">
<img src="pics/work1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Have you already decided <<=$name>>?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I would like to talk to my girlfriend again before I make my decision.I would like to talk to my girlfriend again before I make my decision."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "I don't think that's necessary. I had coffee with Emma and everything is settled."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //You went out for coffee together? Why did I not know about this...//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "And Emma agrees with that? Are you sure?"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Of course, I just had to shift a few layers, but everything should fit now."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What does she mean by that?//
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Very good. Here is your new employment contract. You earn $90 per shift and possibly tips if the customers are satisfied."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, that's really a lot of money.//
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "I would just need a signature then."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um... okay"
</span>
</p>
<<link "Sign">>
<<set $work += 1>>
<<goto "work4a">>
<</link>>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "This is your new work clothing. Please change and then come back to me."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, Ma'am"
</span>
</p>
<p class="bg-text">You go into the changing room and open the box that Mrs. Lin gave you.</p>
<div class="bild-box">
<img src="body/hose31.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is everything here just for women?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh wow, he is so cute//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Hmmm.. yeah, why not//
</span>
</p>
<p class="bg-text">You change your clothes and go back to Ms. Lin.</p>
<<link "continue">>
<<set $hose to 31>>
<<set $shirt to 31>>
<<goto "work4b">>
<</link>>
<p class="bg-text">Lin leads you to the massage rooms. She opens the door and you enter the room behind her. You wait anxiously for your first client.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Hopefully she is young and pretty.//
</span>
</p>
<p class="bg-text">You are trying to imagine how you would massage a young, pretty girl, but in your head, only a blurred fog is forming.</p>
<div class="bild-box">
<img src="pics/hypnose.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Emma is the only woman you should be thinking about.//
</span>
</p>
<p class="bg-text">At that moment, the door opens and a man enters the room, dressed only in a bathrobe.</p>
<div class="bild-box">
<img src="pics/work4a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Good day"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "welcome."
</span>
</p>
<p class="bg-text">Lin nudges you in the ribs with her elbows.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. hello. Good day sir."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "You can undress behind the privacy screen. Towels are on the shelf."
</span>
</p>
<p class="bg-text">When the man behind the wall disappears, you start to whisper with Lin.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But… that's a man? I thought…"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Pssst... that was the deal with Emma. Didn't I mention that? I assigned you to the men's department."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..but…"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "You're not going to give me any problems now, are you? Please behave professionally."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... yes of course Ma’am"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That happens when I don't ask more precisely.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //It doesn't matter, did you see this magnificent specimen of a man?//
</span>
</p>
<p class="bg-text">The man returns, with only a towel around his waist and lies down.</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "We have a new masseur today. But don't worry, I will oversee every step to ensure everything goes to your satisfaction."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "No problem, everyone has to start somewhere."
</span>
</p>
<p class="bg-text">The man looks you up and down and gives a crooked grin. Mrs. Lin shows you how to use the oils and how to properly massage the different body areas.</p>
<div class="video-box">
<video src="videos/work5b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You listen attentively and follow her instructions. The customer seems to be satisfied, and time flies by.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Ah, that was really good, you are a true natural talent. I feel really relaxed."
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Did you hear? We are made for this job.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...thank you very much, sir."
</span>
</p>
<p class="bg-text">The man places the money on the side table and says goodbye. Lin will show you how to clean everything, then you head to the changing room.</p>
<<link "continue">>
<<set $fem += 1>>
<<set $g += 90>>
<<goto "workende">>
<</link>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You change your clothes and make your way home.</p>
<<if $kleid ==1>>
<<link "go home">>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gangcase">>
<</link>>
<<elseif $kleid ==2>>
<<link "go home">>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $pantis to 3>>
<<set $schuhe to 3>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gangcase">>
<</link>>
<<elseif $kleid ==3>>
<<link "go home">>
<<set $shirt to 4>>
<<set $hose to 4>>
<<set $pantis to 4>>
<<set $schuhe to 4>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gangcase">>
<</link>>
<<else>>
<<link "go home">>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gangcase">>
<</link>>
<</if>><p class="bg-text">You are going on a date with Emma. You are meeting her at a fancy restaurant for lunch.</p>
<div class="bild-box">
<img src="pics/emma5_2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">The waiter brings the bill and it almost takes your breath away. $120 for two meals and a bottle of wine.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn. I can't afford that, but Emma expects me to be generous, she made that abundantly clear to me. If I am stingy again, she will definitely be angry and won't want us to get close.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Emma should be worth it to you. You should work more to afford such a girlfriend.//
</span>
</p>
<p class="bg-text">Emma looks at you with an arched eyebrow.</p>
<<link "Takes over the bill">>
<<set $g -= 120>>
<<set $danke to 1>>
<<goto "emma6a">>
<</link>>
<<link "Pay only your half">>
<<set $g -= 60>>
<<set $danke to 0>>
<<goto "emma6a">>
<</link>><p class="bg-text">Later on the street</p>
<div class="bild-box">
<img src="pics/emma6a-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh darling, your skin is so impure. We absolutely have to change that. Come with me, I have an idea."
</span>
</p>
<p class="bg-text">Confused, you follow your girlfriend until you stand in front of the entrance of a beauty salon.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "A beauty salon?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, that will be great. Trust me, honey."
</span>
</p>
<p class="bg-text">Before you can respond, this fog appears in your mind again.</p>
<div class="bild-box">
<img src="pics/hypnose.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Whatever Emma wants is all that matters.//
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "o... okay"
</span>
</p>
<<link "next">>
<<goto "emma6b">>
<</link>>
<p class="bg-text">Emma is obviously a regular at the beauty salon. She is attended to immediately, and after a brief explanation, an employee takes you to a side room.</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Please make yourself comfortable, we will start soon."
</span>
</p>
<p class="bg-text">The employee starts to massage the different creams into the face.</p>
<div class="video-box">
<video src="videos/emma6b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, that is really relaxing.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I am so curious about the result.//
</span>
</p>
<p class="bg-text">Your treatment continues. Small facial hairs are being removed and your eyebrows are being shaped.</p>
<div class="video-box">
<video src="videos/emma6b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">At the end, your face will be creamed again. Your skin feels gentle and soft.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That wasn't so bad, was it, sweetie?"
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, not really, and my skin feels good."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "I'm glad to hear that. Should we continue with some light makeup?"
</span>
</p>
<p class="bg-text">Confused, you look at Emma questioningly. She gently squeezes your hand and smiles.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Trust me. If you don't like it, we'll take it off at home."
</span>
</p>
<p class="bg-text">Lost in thought, you nod and the staff member begins to apply your makeup.</p>
<div class="video-box">
<video src="videos/emma6b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh darling, you look so beautiful."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Just a little lip gloss and you have made it."
</span>
</p>
<div class="video-box">
<video src="videos/emma6b4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You look at yourself in the mirror and barely recognize yourself.</p>
<div class="bild-box">
<img src="pics/jenny.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, look at how great we look.//
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Um… hard to believe…//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Darling, please wait outside for a moment, I need to have a quick chat with an old friend."
</span>
</p>
<p class="bg-text">You go outside and wait there for Emma. A stranger walks past you and lets out a whistle.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Hey beauty, you look really cute."
</span>
</p>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh, have you heard, he thinks we are cute.//
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mhm.. I think he believes that I am a girl.//
</span>
</p>
<p class="bg-text">Emma comes from the salon.</p>
<<link "continue">>
<<set $fem +=5>>
<<set $bild to 2>>
<<set $sport to 1>>
<<goto "emma6c">>
<</link>>
<p class="bg-text">Later, at Emma's home.</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Dr. Love gave me a package for you."
</span>
</p>
<div class="bild-box">
<img src="pics/emma6c1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Emma opens the box in such a way that you can't see what's inside. She takes out a note and reads the message from Dr. Love. Then she looks at you and remains silent.</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Is everything alright?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Do you love me?"
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, of course. More than anything else."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "And yet I am not enough for you?"
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What? Of course you are enough."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You had dirty thoughts about touching other women..."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um.."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You touch yourself while looking at other women..."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Emma..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You tell me that I am enough for you and that you accept who you really are, but I have the feeling that you are exactly like all the other men and you are just telling me what I want to hear..."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, that is not the case… please believe me."
</span>
</p>
<p class="bg-text">Emma pulls you in front of the mirror.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Look. That is the person I love."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I love your feminine side."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I believe that women are the better people and that is why I wish for you to accept this side of yourself."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Look in the mirror and tell me if that's you, or just a figment of my imagination."
</span>
</p>
<div class="bild-box">
<img src="pics/jenny.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">For the first time, you are looking at yourself in detail.</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I actually look like a girl… a very pretty girl…//
</span>
</p>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //If I were a boy, I would fall in love with you... hehe//
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //but I am a boy. I…//
</span>
</p>
<div class="bild-box">
<img src="pics/hypnose.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "...I love who I am. Yes Emma, this is my true self. You make me a better person. I am not perfect yet, but I beg you, please don't stop."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good. I know that it's not easy to leave old thought patterns behind, but I see your willingness to do so. So you will do what I tell you in the future?"
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, darling"
</span>
</p>
<<link "continue">>
<<set $fem +=1>>
<<goto "emma6d">>
<</link>>
<p class="bg-text">Emma goes back to Dr. Love's box and takes out the object.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "This will help you not to entertain wrong thoughts."
</span>
</p>
<div class="bild-box">
<img src="pics/emma6d1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What is that?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "A chastity belt. It will help you control your primitive impulses."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um... I'm not sure if I want that."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You shouldn't think anymore, darling. Lie down and take off your pants."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay... if you say so."
</span>
</p>
<p class="bg-text">Emma is starting to put the chastity belt on you.</p>
<div class="video-box">
<video src="videos/emma6d1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Through her touches, your cock starts to grow, but is then immediately prevented from doing so by the cage.</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //um...what a torment//
</span>
</p>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //more of a blessing... now we can fully focus on Emma.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Very nice… thank you my darling. Finally, I don't have to worry anymore."
</span>
</p>
<div class="bild-box">
<img src="pics/emma6d2.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Whatever you wish, darling."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Today we better avoid physical closeness until you have settled in a bit."
</span>
</p>
<p class="bg-text">You get dressed again and you spend the rest of the evening together on the couch.</p>
<<link "go home">>
<<set $emma += 1>>
<<set $danke to 0>>
<<set $fem += 3>>
<<set $sub += 5>>
<<set $strafe += 1>>
<<set $sport to 1>>
<<set $penis to 3>>
<<set $chasty to 2>>
<<set $lust += 30>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emmaende">>
<</link>>
<div class="bild-box">
<img src="pics/emmaende-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">It is already dark when you go home and a strange feeling creeps over you.</p>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //This is how girls feel when they walk home alone in the dark.//
</span>
</p>
<<else>>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //This is how girls feel when they walk home alone in the dark.//
</span>
</p>
<</if>>
<<set _randomEvent = random(1, 3)>>
<<if _randomEvent == 2>>
<p class="bg-text">Suddenly, a man completely dressed in black stands before you and pulls out a knife.</p>
<div class="bild-box">
<img src="pics/emmaende-2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Stop. Slut."
</span>
</p>
<p class="bg-text">You freeze in horror.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Give me your money, right now."
</span>
</p>
<<if $g >= 300>>
<<link "Give him $300 and hope that he's satisfied">>
<<set $g -= 300>>
<<set $sub += 1>>
<<goto "gang">>
<</link>>
<<else>>
<<link "Give him all your money and run away">>
<<set $g to 0>>
<<set $sub += 1>>
<<goto "gang">>
<</link>>
<</if>>
<<link "start begging">>
<<goto "emmaende2">>
<</link>>
<<else>>
<p class="bg-text">you start running and arrive home safely</p>
<<link "run">>
<<goto "gang">>
<</link>>
<</if>>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Please sir, I don't have that much money and I need to pay my rent."
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Please sir, I don't have that much money and I need to pay my rent."
</span>
</p>
<</if>>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "That's not my problem, bitch."
</span>
</p>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am not a slut."
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am not a slut."
</span>
</p>
<</if>>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Then stop talking nonsense and give me your money, or do what a good slut does"
</span>
</p>
<p class="bg-text">The man opens his pants and pulls out his cock.</p>
<div class="video-box">
<video src="videos/emmaende2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Your decision"
</span>
</p>
<<if $bj >= 1>>
<<link "obey and get on your knees">>
<<set $sub +=2>>
<<goto "emmaende3">>
<</link>>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No, I can't do that//
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No, I can't do that//
</span>
</p>
<</if>>
<<if $g >= 300>>
<<link "Give him $300 and hope that he's satisfied">>
<<set $g -= 300>>
<<set $sub += 1>>
<<goto "gang">>
<</link>>
<<else>>
<<link "Give him all your money and run away">>
<<set $g to 0>>
<<set $sub += 1>>
<<goto "gang">>
<</link>>
<</if>>
<<else>>
<<if $bild >= 3>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No.. no... no... I will never do that in my life.//
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No.. no... no... I will never do that in my life.//
</span>
</p>
<</if>>
<<if $g >= 300>>
<<link "Give him $300 and hope that he's satisfied">>
<<set $g -= 300>>
<<set $sub += 1>>
<<goto "gang">>
<</link>>
<<else>>
<<link "Give him all your money and run away">>
<<set $g to 0>>
<<set $sub += 1>>
<<goto "gang">>
<</link>>
<</if>>
<</if>><p class="bg-text">You accept your position and get down on your knees in front of the stranger and start sucking his cock.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Good decision"
</span>
</p>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/eeb1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/eeb2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/eeb3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/eeb4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/eeb5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/eeb6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/eeb7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/eeb8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "ooh yes I knew that you were a kinky whore."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uummpf uurrg ummm"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "aaaahh oooohh I'm so close bitch"
</span>
</p>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/eec1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/eec2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/eec3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/eec4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/eec5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/eec6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/eec7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/eec8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "aaaaaaaahhh aaaaaaahh ooooohh yesss"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "*cough* *cough* *slurp*"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Good girl. You can go."
</span>
</p>
<p class="bg-text">Quickly you are on your way home.</p>
<<link "run home">>
<<goto "zimmer">>
<</link>>
<p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take her laundry to the laundry room and wait until the laundry is clean.</p>
<div class="bild-box">
<img src="pics/alice3_1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After everything is freshly washed, you bring her things back to her room.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice6a">>
<</link>><div class="video-box">
<video src="videos/alice3b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You look more handsome every week, my little one."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um... thank you Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Now come to me, my feet are killing me."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<div class="video-box">
<video src="videos/alice5a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Oh yes, you will be really good at it."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "thank you Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Good girl and now use your tongue."
</span>
</p>
<<link "obey">>
<<set $sub +=1>>
<<set$lust += 10>>
<<goto "alice6b">>
<</link>><p class="bg-text">You start licking Alice's feet and feel your cock start to grow and press against the cage</p>
<div class="video-box">
<video src="videos/alice5b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //at... my cock kills me. why the hell does it turn me on to be humiliated by her? What's wrong with me?//
</span>
</p>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Everything is fine, we are destined to obey.//
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes, you are right. Nothing about it is wrong.//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "mmmhh oh yes that is good"
</span>
</p>
<p class="bg-text">You hear Alice moaning and look up at her.</p>
<div class="video-box">
<video src="videos/alice6b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Alice has unpacked her cock. You stare at him with your mouth open.</p>
<p class="bg-john2">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, her cock is definitely bigger than ours.//
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I see that.//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You made me horny, baby. Do you want to help me relieve?"
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't think so... may I please go, mistress?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "This time, because it is you."
</span>
</p>
<p class="bg-john">
<img src="pics/face2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, Mistress"
</span>
</p>
<<link "go">>
<<set $alice += 1>>
<<set $lust += 10>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "What do you even look like, my boy?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean, Daddy?"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Your hair. Red fingernails. You wear makeup... did I raise you like this?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I feel good about it, Daddy."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "So you're spending my hard-earned money to look like a girl?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No..."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "shut up!!"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Daddy."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Come here."
</span>
</p>
<p class="bg-text">You lie over your father's lap and he pulls your pants down.</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Seriously?! A panties? You are such a damn pussy."
</span>
</p>
<p class="bg-text">Slap! His hand slaps painfully on your butt.</p>
<div class="video-box">
<video src="videos/strafe3-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ouch ouch. Please Daddy, stop."
</span>
</p>
<p class="bg-text">slap!</p>
<p class="bg-text">slap!</p>
<p class="bg-text">Your butt burns, but a pleasant warmth spreads from your lower back. You can no longer suppress a soft moan.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ouch mmmh"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "What the hell… are you enjoying this?!"
</span>
</p>
<p class="bg-text">Your father pushes you away from him, lays down the money for the coming week, and disappears shaking his head.</p>
<<link "continue">>
<<set $g += 200>>
<<set $lust += 20>>
<<set $dad to 0>>
<<set $strafe += 1>>
<<set $sub += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Either you are stupid, or you actually enjoy it…?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No Daddy, it's not like you think."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "I am not interested in your excuses. Come here to me."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Daddy."
</span>
</p>
<div class="video-box">
<video src="videos/strafe4-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">slap!</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ouch oumm ahh"
</span>
</p>
<p class="bg-text">slap!</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Do you like to behave like a girl?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No Daddy, I'm sorry"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //liar//
</span>
</p>
<p class="bg-text">Your father pushes you away from him, lays down the money for the coming week, and disappears shaking his head.</p>
<<link "continue">>
<<set $g += 200>>
<<set $lust += 20>>
<<set $dad to 0>>
<<set $sub += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><p class="bg-text">It is fun for you to train with the girls. Finally, you are no longer physically at a disadvantage.</p>
<<set _randomEvent = random(1, 6)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/sport2a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/sport2b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/sport2c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/sport2d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/sport2e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/sport2f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<link "go shower">>
<<set $lust += 10>>
<<goto "duschecase">>
<</link>>
<<switch $girls>>
<<case 1>>
<<goto "girls1">>
<<break>>
<<case 2>>
<<goto "girls2">>
<<break>>
<<case 3>>
<<goto "girls3">>
<<break>>
<<default>>
<<goto "girls0">>
<</switch>><p class="bg-text3">This is the end of content. Look forward to more stories with LEA in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $girls to 0>>
<<goto "gangcase">>
<</link>><<if $wochentag == "Friday">>
<p class="bg-text">You dry yourself off and make your way home.</p>
<div class="bild-box">
<img src="pics/duscheende.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<<if $kleid ==1>>
<<link "go home">>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $chasty to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "girlscase">>
<</link>>
<<elseif $kleid ==2>>
<<link "go home">>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $schuhe to 3>>
<<set $panti to 3>>
<<set $chasty to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "girlscase">>
<</link>>
<<elseif $kleid ==3>>
<<link "go home">>
<<set $shirt to 4>>
<<set $hose to 4>>
<<set $schuhe to 4>>
<<set $panti to 4>>
<<set $chasty to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "girlscase">>
<</link>>
<<else>>
<<link "go home">>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "girlscase">>
<</link>>
<</if>>
<<else>>
<p class="bg-text">You dry yourself off and make your way home.</p>
<div class="bild-box">
<img src="pics/duscheende.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<if $kleid ==1>>
<<link "go home">>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $chasty to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<<elseif $kleid ==2>>
<<link "go home">>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $panti to 3>>
<<set $chasty to 2>>
<<set $schuhe to 3>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<<elseif $kleid ==3>>
<<link "go home">>
<<set $shirt to 34>>
<<set $hose to 4>>
<<set $schuhe to 4>>
<<set $panti to 4>>
<<set $chasty to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<<else>>
<<link "go home">>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<</if>>
<</if>><<if $sport == 1>>
<div class="bild-box">
<img src="pics/taylersport.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Your physical education teacher is expecting you before you enter the field.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "<<=$name>> we need to talk, please accompany me to my office."
</span>
</p>
<<link "continue">>
<<goto "sportcase">>
<</link>
<<elseif $sport >= 2>>
<div class="bild-box">
<img src="pics/sportfeld.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You sneak past the men's sports fields and walk unnoticed to the girls.</p>
<<link "continue">>
<<goto "sportcase">>
<</link>>
<<else>>
<<set _randomEvent = random(1, 10)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/sport1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/sport2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/sport3.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/sport4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/sport5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/sport6.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/sport7.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 8>>
<div class="bild-box">
<img src="pics/sport8.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 9>>
<div class="bild-box">
<img src="pics/sport9.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 10>>
<div class="bild-box">
<img src="pics/sport10.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-text">You have always been a loser in sports and your classmates make fun of you.</p>
<<if ($tag == 2 || $tag ==4)>>
<div class="bild-box">
<img src="pics/emmatr.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You notice a girl in the stands who is watching you with a smile. She waves as you look up.</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Did she wave at me?
...
Oh come on... why would such a pretty girl wave at me of all people.//
</span>
</p>
<</if>>
<p class="bg-text">After sports, you go to take a shower with your classmates. This moment is always a bit embarrassing for you because all the others have a noticeably bigger cock and often make fun of you because of it.</p>
<div class="video-box">
<video src="videos/dusche1.mp4" controls autoplay mute loop width="640" height="360"></video>
</div>
<<if $kleid ==1>>
<<link "continue">>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $shirt to 3>>
<<set $hose to 3>>
<<set $schuhe to 3>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $shirt to 4>>
<<set $hose to 4>>
<<set $schuhe to 4>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<<else>>
<<link "continue">>
<<set $shirt to 1>>
<<set $hose to 1>>
<<set $schuhe to 1>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "hofcase">>
<</link>>
<</if>>
<</if>><div class="bild-box">
<img src="pics/zimmer1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are lying in your bed and feeling strange. You've had chest pain all day long. Your nipples have been sensitive to every touch today.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What the hell is wrong with me. I've never had problems with my chest.//
</span>
</p>
<p class="bg-text">You go to the mirror and examine your chest.</p>
<div class="bild-box">
<img src="pics/brust2.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Have my breasts grown?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Looks good. So beautifully feminine. Test how sensitive our breast is.//
</span>
</p>
<p class="bg-text">Skeptical, you start massaging your breast. A pleasant shiver runs through your body, your nipples straighten up and become hard and your cock presses against the cage.</p>
<div class="video-box">
<video src="videos/gang44.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmmhh"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Interesting//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God. That was weird. I need to consult Dr. Love about this.//
</span>
</p>
<<link "continue">>
<<set $fem +=1>>
<<set $lust += 20>>
<<set $brust to 2>>
<<goto "zimmer">>
<</link>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go directly to the changing room and put on your work clothing.</p>
<div class="bild-box">
<img src="body/hose31.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Then you start your tasks.</p>
<<link "continue">>
<<set $hose to 31>>
<<set $shirt to 32>>
<<goto "work5b">>
<</link>><p class="bg-text">A man. Dressed only in a bathrobe is already waiting for you.</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/work4a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/work4b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/work4c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work4d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work4e.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/work4f.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/work4g.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good evening sir, please make yourself comfortable."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Hello pretty girl. Nice to meet you."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hihi//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Just ignore it and stay professional, Ms. Lin said.//
</span>
</p>
<p class="bg-text">You start the massage</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work5a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work5b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work5c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/work5d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/work5e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/work5f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/work5g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Mmmh he has such strong muscles//
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Mmmhh your hands are so soft."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um… thank you, sir"
</span>
</p>
<p class="bg-text">You finish the massage without any incidents. The gentleman pays and leaves the room satisfied.</p>
<<link "continue">>
<<set $fem += 1>>
<<set $g += 90>>
<<set $lust += 10>>
<<goto "workende">>
<</link>><p class="bg-text">Auf dem Nachhauseweg triffst du ein paar Mädchen aus der Sportgruppe.</p>
<div class="bild-box">
<img src="pics/girls1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Hi <<=$name>>, come here."
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "Yes come on, sit down."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um...okay"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "How are you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "All good, thank you."
</span>
</p>
<p class="bg-text">You are chatting a bit about school and physical education...</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Since when have I been so popular with girls? That is a nice feeling.//
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "We are going to town to have a drink, are you coming along?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Whether Emma agrees with me going out with other women? On the other hand, they are just a few school friends and not a date or anything."
</span>
</p>
<<link "Yes, why not.">>
<<goto "girls1a">>
<</link>>
<p class="bg-text">Ben is standing at the toilet and peeing.</p>
<div class="bild-box">
<img src="pics/ben2a.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Hi loser. Come closer."
</span>
</p>
<<if $w >= 1>>
<<link "obey">>
<<set $sub += 1>>
<<goto "ben5a">>
<</link>>
<</if>>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "no, I don't think so"
</span>
</p>
<p class="bg-text">You put the money next to the sink and make sure you get away.</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $sub += 1>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>>
<<if $w == 1>>
<<else>>
<span style="opacity: 0.5;">Activate watersports content <<link "yes">>
<<set $w to 1>>
<<goto "ben5">>
<</link>>
</span>
<</if>>
<div class="bild-box">
<img src="pics/psycho1a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Hello <<=$name>>, how do you feel today?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... the chastity belt is tormenting me. Why did you do that?"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "It is important that you learn to control your sexuality. What's the worst thing about it?It is important that you learn to control your sexuality. What's the worst thing about it?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I can't sleep anymore because I'm so horny and my balls are swollen."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "hmmmm..."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Furthermore, there was a virus in your email that is disturbing my PC."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Your porn addiction is a part of your problem. I am here to help you, don't forget that."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Ma’am. If you say so."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "There is still something I wanted to ask you, Dr. Love"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Always out with your questions <<=$name>>"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... my breasts have grown and they hurt and they are very sensitive."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Hmmm... let me see."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "not so shy. I am a doctor."
</span>
</p>
<p class="bg-text">You take off your shirt and let Dr. Love examine your chest.</p>
<div class="bild-box">
<img src="pics/brust2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Interesting... very interesting"
</span>
</p>
<p class="bg-text">Dr. Love begins to examine your breasts.</p>
<div class="video-box">
<video src="videos/psycho3-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Her touches cause an even more violent shiver than when you touched yourself. Your cock presses painfully against the cage and you moan softly.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooh mmmmhh"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "very, very interesting."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "It is just a minor side effect of the hormones, no reason to worry. The pain will subside soon."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay, thank you Dr. Love."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You're welcome. Ready for your next hypnosis session?"
</span>
</p>
<<link "ready">>
<<set $lust +=20>>
<<goto "psycho3a">>
<</link>>
<p class="bg-text">You are going on a date with Emma. You are meeting her at a fancy restaurant for lunch.</p>
<div class="bild-box">
<img src="pics/emma5_2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">The waiter brings the bill and it almost takes your breath away. $120 for two meals and a bottle of wine.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn. I can't afford that, but Emma expects me to be generous, she made that abundantly clear to me. If I am stingy again, she will definitely be angry and won't want us to get close.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Emma should be worth it to you. You should work more to afford such a girlfriend.//
</span>
</p>
<p class="bg-text">Emma looks at you with an arched eyebrow.</p>
<<link "Takes over the bill">>
<<set $g -= 120>>
<<set $danke to 1>>
<<set $work += 1>>
<<goto "emma7a">>
<</link>>
<<link "Pay only your half">>
<<set $g -= 60>>
<<set $danke to 0>>
<<set $work += 1>>
<<goto "emma7a">>
<</link>><p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take her laundry to the laundry room and wait until the laundry is clean.</p>
<div class="bild-box">
<img src="pics/alice3_1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">After everything is freshly washed, you bring her things back to her room.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "alice7a">>
<</link>><p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "You know your place, loser."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um... yes"
</span>
</p>
<div class="bild-box">
<img src="pics/ben4_1.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "I love this view ahahah."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "How disgusting"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "I hurt my hand, help me a little."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What?"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Are you stupid? You should hold my cock for me! Now!"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...okay"
</span>
</p>
<div class="video-box">
<video src="videos/ben5a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //oh God that's humiliating//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //And yet it excites you. His big cock so warm and soft in your hand.//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn, what's wrong with me?//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Good girl"
</span>
</p>
<p class="bg-text">Click!</p>
<p class="bg-text">Ben took a picture with his phone of you holding his cock while he pisses.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What was that?"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "All good, loser. Give me my money and disappear."
</span>
</p>
<<if $kleid ==1>>
<<link "continue">>
<<set $sub += 1>>
<<set $lust += 10>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "continue">>
<<set $sub += 1>>
<<set $lust += 10>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "continue">>
<<set $sub += 1>>
<<set $lust += 10>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "continue">>
<<set $sub += 1>>
<<set $lust += 10>>
<<set $g -= 50>>
<<set $ben += 1>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>><div class="bild-box">
<img src="pics/psycho2b1.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "Hello <<=$name>>. Please make yourself comfortable, we will start shortly."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi, thank you Sir."
</span>
</p>
<p class="bg-text">Dr. Wood puts the headset on you and starts the video.</p>
<div class="bild-box">
<img src="pics/psycho2b2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "There is nothing wrong with being a woman."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Women have it easier in life. They are born to serve and do not have to make decisions."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Women should always dress sexy to please their partners."
</span>
</p>
<div class="video-box">
<video src="videos/psycho3a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Accept your femininity. Accept your beauty. Accept how sexy you are."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Forget everything that makes you a man."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You are not a man"
</span>
</p>
<div class="video-box">
<video src="videos/psycho3a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Choose the path of a sissy"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Tell me what you are."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am a sissy"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Wake up"
</span>
</p>
<p class="bg-text">You blink and look around the room in confusion. You feel light and carefree.</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I have found a new recipe for you in the meantime. These pills should reduce your symptoms. Take them instead of the other pills and in a few weeks, we will do a new test."
</span>
</p>
<div class="bild-box">
<img src="pics/pille2.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "okay"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "That's it for today. We'll see each other next week <<=$name>>."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Ma'am. Thank you."
</span>
</p>
<<link "go home">>
<<set $psycho += 1>>
<<set $fem += 3>>
<<set $sub += 3>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gangcase">>
<</link>><p class="bg-text">You sit down in a busy café in the city and have a few drinks together.</p>
<div class="bild-box">
<img src="pics/girls1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You mostly just sit there and watch the girls. You listen intently as they joyfully tell their stories. They gossip about boys and share with each other who they have had sex with. No dirty detail is left out.</p>
<p class="bg-text">You are fascinated by how openly the girls talk about all these topics. It seems there are no taboos for them. In a few hours, you will learn more about girls than you have in your entire life.</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Girls have a much better life, do you believe me now?//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //mhm...//
</span>
</p>
<p class="bg-text">Time passes and you say goodbye. Lost in thought, you walk home.</p>
<<link "go home">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $fem += 1>>
<<set $lust += 10>>
<<set $girls += 1>>
<<goto "gangcase">>
<</link>>
<p class="bg-text">Later at Emma's home</p>
<<if $danke == 1>>
<div class="bild-box">
<img src="pics/emma3b1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I love it when you are so generous, darling."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You're welcome."
</span>
</p>
<</if>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You look a bit pale in the face. Is everything okay with you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, everything is fine... it's nothing serious."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Tell me what's going on. You should always be honest with me."
</span>
</p>
<p class="bg-text">You tell Emma about your physical complaints and what Dr. Love said about it.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Let me see, darling."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Aren't you embarrassed in front of your girlfriend? Seriously?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... no. Of course not."
</span>
</p>
<div class="bild-box">
<img src="pics/brust2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "ohww… they look so cute. I love them."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Really?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Sure. I've always told you that it's your feminine side that I love about you."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um... thank you"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You should start not only to accept your feminine side but also to live it out. What do you think about that?"
</span>
</p>
<p class="bg-text">While you are thinking about it, a fog lays over your thoughts.</p>
<div class="bild-box">
<img src="pics/hypnose.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I would like to be a sissy."
</span>
</p>
<p class="bg-text">Emma is beaming from ear to ear.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Did I really just say that? Is that what I really want?//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I love you."
</span>
</p>
<div class="bild-box">
<img src="pics/emma4b1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Don't worry, I will help you with that."
</span>
</p>
<<link "continue">>
<<set $lust +=20>>
<<set $fem += 1>>
<<goto "emma7b">>
<</link>>
<p class="bg-text">Emma is pacing back and forth in her room. You've never seen her so excited. She is rummaging through her closets and keeps throwing clothes onto the bed.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What are you doing there?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'll pick out a few things for you that I no longer need."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "For me...?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, you dress like a boy from the 80s, we definitely need to work on that."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um...but those are all clothes for women."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I consciously choose the most neutral things I have. Trust me, you will look great in them."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh man, it's probably too late for a retreat.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Let yourself be surprised, I'm sure we look great.//
</span>
</p>
<p class="bg-text">Emma packs everything into a suitcase and gives it to you.</p>
<div class="bild-box">
<img src="pics/emma7b1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I want you to get rid of your old clothes and only wear these from now on. Understood."
</span>
</p>
<p class="bg-text">Even before you can protest, this fog lays back over your thoughts.</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, darling"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Very good. Here, try this."
</span>
</p>
<<link "obey">>
<<set $fem +=1>>
<<set $shirt to 2>>
<<set $hose to 2>>
<<set $schuhe to 2>>
<<set $kleid to 1>>
<<goto "emma7c">>
<</link>>
<div class="bild-box">
<img src="pics/emma7c1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Ooohh you look so sweet honey"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... are you sure?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, just look at yourself. You are beautiful."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um..thank you"
</span>
</p>
<p class="bg-text">Emma hands you another set and you start a small fashion show for Emma.</p>
<div class="bild-box">
<img src="pics/emma7c2.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div class="bild-box">
<img src="pics/emma7c4.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wow, my clothes look great on you."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I love it//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...I don't feel comfortable wearing a skirt. I have no problem with it in front of you, but ..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You are such a softie. But okay… Try this."
</span>
</p>
<div class="bild-box">
<img src="pics/emma7c5.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, that makes me feel better."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Good choice hehe//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Very nice, you will see, it will change your life for the better."
</span>
</p>
<<link "continue">>
<<set $fem +=1>>
<<goto "emma7d">>
<</link>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh honey, you turn me on so much."
</span>
</p>
<p class="bg-text">Emma takes her vibrator out of the drawer and begins to masturbate. Your cock presses hard and painfully against the cage.</p>
<div class="video-box">
<video src="videos/emma7d1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "oooohhh fuck yesss"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I wish so much that I could satisfy you like that."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come here, darling. Kneel between my legs and see how satisfying it is to be a woman."
</span>
</p>
<p class="bg-text">You kneel between Emma's legs, watching her lust. Her pussy is wet and her whole abdomen starts pulsing in ecstasy as she gets close to her orgasm.</p>
<div class="video-box">
<video src="videos/emma7d2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "OOOOOOHHHH AAAAAAHHHHH"
</span>
</p>
<p class="bg-text">Emma squirts her juice all over your face. You lick your lips with pleasure</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Mmmh you taste so good. That was so exciting darling."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Be a good girl and lick me clean."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes darling"
</span>
</p>
<div class="video-box">
<video src="videos/emma7d3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good girl... you deserve a reward. Take your clothes off."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh God, I finally get my redemption.//
</span>
</p>
<p class="bg-text">You undress and can hardly wait for your girlfriend to free you from this chastity belt.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hmmm, your balls are already quite swollen."
</span>
</p>
<div class="video-box">
<video src="videos/emma7d4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh please Emma, I love you, but please free me from this torment."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No. If you want to come, then come the way I came."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W.. what do you mean by that?"
</span>
</p>
<p class="bg-text">Emma massages your balls and you almost lose your mind.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Tell me that you are a girl and I will show it to you."
</span>
</p>
<p class="bg-text">This time there is no need for fog. You don't care how, as long as you get to your relief.</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am a girl. Please let me come, Emma."
</span>
</p>
<p class="bg-text">Emma smiles contentedly and takes her vibrator and holds it to your cock. Like lightning, your lust shoots through your tortured body.</p>
<div class="video-box">
<video src="videos/emma7d5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooooohhh uuuuuhhh mmmmmhhh"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You like it, don't you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oooohh yes, I love it"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "brave girl and now let go. Come for me"
</span>
</p>
<p class="bg-text">You can't hold back any longer and come with a loud grunt. Your semen drips out of the cage and over Emma's hands</p>
<div class="video-box">
<video src="videos/emma7d6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "OOOOOHHH UUUUUUHHHH AAAAAAAHHHH"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "good girl and now open your mouth"
</span>
</p>
<p class="bg-text">You are completely addicted to Emma and do what she says. She drips your own cum into your mouth and you lick it off your lips without thinking twice.</p>
<div class="video-box">
<video src="videos/emma7d7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<link "continue">>
<<set $lust to 0>>
<<set $fem +=5>>
<<goto "emma7e">>
<</link>>
<p class="bg-text">Later</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "How do you feel, <<=$name>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "It still feels a bit weird. I wear women's clothes, but I feel comfortable with it."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "And you look sweet in it."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I came without anyone touching my cock... And it was very intense."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That's great. If you want, I'll give you one of my vibrators, I've had enough of it."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "That would be great, thank you very much Emma, you are so kind to me....
...hmmm...
...I tasted my own juice."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "How did you like it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "It was quite okay, I think."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "How do you like being a girl?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I feel good about it and I recognize the benefits."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good. You should inform your surroundings about your transformation."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You're right, I don't want to hide anymore. What about you? How do you feel?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I love having a girl as a girlfriend, but sometimes I miss a big, hard cock, but I think I can live with it."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...okay."
</span>
</p>
<p class="bg-text">You talk until late at night and then say goodbye.</p>
<div class="bild-box">
<img src="pics/emma2girl.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<link "go home">>
<<set $emma += 1>>
<<set $danke to 0>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emmaende">>
<</link>>
<p class="bg-text">Ben is standing at the toilet and peeing.</p>
<div class="bild-box">
<img src="pics/ben2a.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Hi girli. Come closer."
</span>
</p>
<<if $w >= 1>>
<<link "obey">>
<<goto "ben6a">>
<</link>>
<<else>>
<<link " I don't think so">>
<<set $ben to 7>>
<<goto "ben7">>
<</link>>
<</if>>
<<if $w == 1>>
<<else>>
<p class="bg-gefahr">
<img src="pics/gefahr.png" class="portrait">
<span style="flex: 1;"> //''Ben blackmails you again and you have to pay $200 in the future unless you follow his instructions. Watersports <<link "activate">>
<<set $w to 1>>
<<goto "ben6">>
<</link>>
''//</span>
</p>
<</if>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go directly to the changing room and put on your work clothing.</p>
<div class="bild-box">
<img src="body/hose31.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Then you start your tasks.</p>
<<link "continue">>
<<set $hose to 31>>
<<set $shirt to 32>>
<<goto "work6a">>
<</link>><div class="bild-box">
<img src="pics/girls1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "Hi, <<=$name>>. What's up?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... I have no plans for today."
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Then come with us."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Yes, come along. This will be fun.
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What are you planning to do?"
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "We are going to a club. A little dancing and having fun."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Don't be a bore and come along."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I get along really well with the girls, but I should probably talk to Emma first to see if it's okay with her.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Come on. You want to allow her to sleep with other men, so surely you should be allowed to have a drink with friends? Besides, it helps you gain self-confidence.//
</span>
</p>
<<link "give in">>
<<goto "girls2a">>
<</link>><div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go directly to the changing room and put on your work clothing.</p>
<div class="bild-box">
<img src="body/hose31.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Then you start your tasks.</p>
<<link "continue">>
<<set $hose to 31>>
<<set $shirt to 32>>
<<goto "work7a">>
<</link>><div class="bild-box">
<img src="pics/schule50-1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I should go to the principal and talk to him about my new self.//
</span>
</p>
<<link "Go to the principal">>
<<goto "schule50a">>
<</link>>
<div class="bild-box">
<img src="pics/psycho1a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Hello <<=$name>>, how do you feel today?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Ma’am. Everything is fine so far."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Well, I like how you have been dressing lately. You look cute in it."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… thank you."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "How are your physical complaints? Are the symptoms better?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I no longer have any pain. My breasts are still very sensitive, but it is more of a pleasant feeling."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I understand. Is that good or bad for you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I find it enjoyable, and it opens up new paths in my sexuality."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Nice. How is your sex life with Emma going otherwise?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Umm.. well… I'm not sure."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I can only help you if you talk about it."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You are right. Actually, things are going well. Emma and I are happy and content, but she sometimes longs for a real, big cock to satisfy her. This worries me, because I can't satisfy her in this way because of the chastity belt."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I understand. But are you aware that you couldn't satisfy them without the cage? Your dick is too small for that and you tried, that's why you're here. Have you forgotten that yet?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...no. You're right. I'm just afraid that she'll leave me someday because of it."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "And rightly so. No woman can endure it in the long run without real satisfaction."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh no, can't I do anything about it? Please Dr. Love, you have to help me. I must not lose Emma."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Hmmm… there is a way to solve this problem."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Please tell me more. I will do whatever is necessary."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You could give Emma the freedom to seek that satisfaction with real men."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What…?! But… I’m supposed to let Emma cheat on me?"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Cheating is only possible if it has not been agreed. There are many couples who live a sex practice called "cuckolding". It would take your sexuality to a new level and can increase trust in each other."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't really know..."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "We don't have time right now to discuss this in detail. I will send you a few links with information, and it's best if you discuss this with your girlfriend."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… okay."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Alright, ready for your next VR session?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes"
</span>
</p>
<<link "continue">>
<<set $task to 4>>
<<goto "psycho4b">>
<</link>>
<p class="bg-text">All over the room are dirty clothes belonging to Alice. You start putting her laundry into a basket. The scent of her worn underwear wafts into your nose.</p>
<div class="bild-box">
<img src="pics/alice1a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You take her laundry to the laundry room and wait until the laundry is clean.</p>
<div class="bild-box">
<img src="pics/alice3_1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Before you bring everything back into her room, you change your clothes, just as Alice instructed you.</p>
<<link "continue">>
<<set $hose to 99>>
<<set $shirt to 33>>
<<set $panti to 11>>
<<goto "alice8a">>
<</link>><p class="bg-text">You meet up with Emma and you go to a clothing store. Emma is happy and enjoys trying on different dresses. You keep thinking about the events of last night, but you don't want to ruin the mood.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That can wait until we are home and can talk in peace.//
</span>
</p>
<p class="bg-text">Emma has found a dress that she particularly likes and is showing it to you.</p>
<div class="video-box">
<video src="videos/emma8-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I love this dress. What do you think of it?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You look beautiful in it, darling"
</span>
</p>
<p class="bg-text">Emma looks at the price tag and is shocked.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "140 dollars? Oh no, I could never afford that."
</span>
</p>
<p class="bg-text">You can see how disappointed Emma is.</p>
<<if $g >= 140>>
<<link "offer to pay it for her">>
<<set $lust += 100>>
<<set $casty to 1>>
<<goto "emma8a1">>
<</link>>
<<link "say nothing">>
<<set $lust += 10>>
<<goto "emma8a2">>
<</link>>
<<else>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can't afford that.//
</span>
</p>
<<link "say nothing">>
<<set $lust += 10>>
<<goto "emma8a2">>
<</link>>
<</if>><p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<<set _randomEvent = random(1, 9)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/t10a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You dream of Emma torturing your cock, which is trapped in the chastity belt. You submit to her and put yourself completely in her hands.</p>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/t10b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You dream of Emma torturing your cock, which is trapped in the chastity belt. You submit to her and put yourself completely in her hands.</p>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/t10c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You dream of Emma torturing your cock, which is trapped in the chastity belt. You submit to her and put yourself completely in her hands.</p>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/t10d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Alice's big cock magically attracts you, you enjoy being humiliated by your mistress and long to be allowed to touch her cock.</p>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/t10e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Alice's big cock magically attracts you, you enjoy being humiliated by your mistress and long to be allowed to touch her cock.</p>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/t10f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Alice's big cock magically attracts you, you enjoy being humiliated by your mistress and long to be allowed to touch her cock.</p>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/t10g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You secretly watch your trainer jerk off his big cock. Something in you wishes to hold this cock in your hand one day.</p>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/t10h.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You secretly watch your trainer jerk off his big cock. Something in you wishes to hold this cock in your hand one day.</p>
<<elseif _randomEvent == 9>>
<div class="video-box">
<video src="videos/t10i.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You secretly watch your trainer jerk off his big cock. Something in you wishes to hold this cock in your hand one day.</p>
<</if>>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I am a girl.... I'm a sissy.... I love to obey you.... I'm yours//
</span>
</p>
<<link "wake up">>
<<set $lust += 20>>
<<set $sub += 1>>
<<goto "schlaf">>
<</link>>
<</timed>><p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Oh look, you finally acknowledge your true nature..."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes mistress, I accept who I am."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Brave girl."
</span>
</p>
<p class="bg-text">You are getting to work.</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Wait before you start. I have something for you."
</span>
</p>
<div class="bild-box">
<img src="pics/alice6a1.png" style="width: 200px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "From now on, you will dress appropriately when you clean my room."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "and no underwear"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... yes, Mistress"
</span>
</p>
<<link "change your clothes">>
<<set $hose to 99>>
<<set $shirt to 33>>
<<set $panti to 11>>
<<set $sub += 3>>
<<goto "alice7b">>
<</link>><p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You look enchanting, little one."
</span>
</p>
<div class="video-box">
<video src="videos/alice7b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "And now get to work."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<div class="video-box">
<video src="videos/alice7b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "hmm.. what a sight"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //The dress is so short that she can see our butt.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I am sure that she doesn't mind hehe//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Come to me and take care of my feet"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<div class="video-box">
<video src="videos/alice7b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "oooh yes, good girl. You love to lick my feet, don't you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Mistress. I love it."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "mmmh"
</span>
</p>
<<link "continue">>
<<set $lust += 30>>
<<goto "alice7c">>
<</link>>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Oh I am so horny, I need some relief."
</span>
</p>
<div class="video-box">
<video src="videos/alice7c1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "ooohhh yesss mmmmhhh"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //look at this beautiful cock. He's so big and hard//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I don't know ...//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "you can go now."
</span>
</p>
<<link "go">>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $lust += 20>>
<<set $sub += 2>>
<<set $hose to 2>>
<<set $shirt to 2>>
<<set $panti to 3>>
<<set $alice += 1>>
<<goto "zimmer">>
<</link>>
<div class="bild-box">
<img src="pics/schule50a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good morning, Mr. Principal."
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Good morning <<=$name>>, what can I do for you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… well. It's about the fact that I increasingly identify as a girl."
</span>
</p>
<p class="bg-text">The rector rises and comes towards you. He looks you over from head to toe. A smile plays on his lips.</p>
<div class="bild-box">
<img src="pics/schule50a2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "I have already heard about that, and as I can see, you are taking it really seriously."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, that's why I'm here. I've been thinking about changing my pronouns and wanted to ask you if you could prepare the papers for that."
</span>
</p>
<p class="bg-text">The director slowly walks up to you and stands very close in front of you. You can feel his warmth and his breath smells of gin, even though it's only 10 in the morning.</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "This is certainly a very big step for you, and it is a very large effort for this school. All the bureaucracy."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am aware of that, Sir, but it is really important to me."
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "I just need to make sure that you really mean it, my love, and that it's not just a teenage phase."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I am sure, Sir, that my true self is female. Please help me make it official."
</span>
</p>
<p class="bg-text">Suddenly you feel his hands on your butt. He massages your ass cheeks. You wince in shock, but can't suppress a gentle moan. His hands feel so strong and good, on your ass.</p>
<div class="video-box">
<video src="videos/schule50a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God, why does this feel so good? This is so wrong…//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… Sir, what are you doing?"
</span>
</p>
<p class="bg-text">He hugs you close, you can feel his hard-on in his pants.</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "I just need to make sure. A good girl should please us men. And you will be a good girl, won't you?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. yes Sir, I will try"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmhhnn"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Good girl. I will help you."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… thank you, sir. That really means a lot to me."
</span>
</p>
<p class="bg-text">He turns you over and now you can feel his hard cock on your butt. As he rubs against you, he begins to gently massage your shoulders.</p>
<div class="video-box">
<video src="videos/schule50a2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //This feels so wrong and yet so good, what is wrong with me//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmmhhhh uuh"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "No problem, darling, a way will be found for you to return the favor."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Umm… sure, sir"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What does he mean by that, what can I really do for school anyway?//
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "I will prepare the papers and let you know. Go now, I am sure you still have class, miss."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //He called me Miss. Emma would surely be proud of me.//
</span>
</p>
<p class="bg-text">He gives you a pat on the butt and pushes you out the door. Completely confused and disoriented, you continue with your day.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Uhh… of course. Thanks again, sir."
</span>
</p>
<<link "continue">>
<<set $lust +=30>>
<<set $fem += 3>>
<<set $sub += 1>>
<<goto "schule2">>
<</link>>
<p class="bg-text">A man. Dressed only in a bathrobe is already waiting for you.</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/work4a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/work4b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/work4c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work4d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work4e.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/work4f.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/work4g.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good evening sir, please make yourself comfortable."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Hello pretty girl. Nice to meet you."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hihi//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Just ignore it and stay professional, Ms. Lin said.//
</span>
</p>
<p class="bg-text">You start the massage</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work5a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work5b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work5c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/work5d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/work5e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/work5f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/work5g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Mmmh he has such strong muscles//
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Mmmhh your hands are so soft."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um… thank you, sir"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Is your ass that soft, too?"
</span>
</p>
<<set _randomEvent = random(1, 5)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work6po1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work6po2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work6po3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work6po4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work6po5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Stop sir, what do you think you’re doing…"
</span>
</p>
<p class="bg-text">You run out of the room in panic</p>
<<link "continue">>
<<set $fem += 1>>
<<set $lust += 10>>
<<goto "work6b">>
<</link>><p class="bg-text">There is a big mess. You hear the customer behind you cursing, and eventually, Lin grabs your arm and pulls you into the boss's office.</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "What the hell is going on out there!"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "<<=$name>> left a customer in the middle of the massage, Mr. Demir."
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Are you stupid, what the hell is that?!"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But… but he groped me… Sir."
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "What is that supposed to mean?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "He groped my butt without my permission."
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Ms. Lin, what the hell is he talking about? I thought he was familiar with the rules. You stood up for him, now throw him out of my club and give the customer a free voucher as an apology."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What…? But…I need this job? Please, sir..."
</span>
</p>
<p class="bg-text">Mrs. Lin is coming towards you with a scowling look.</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Be quiet!"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "...um"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "I thought I had made it clear that the satisfaction of our customers always comes first?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes ma'am... but..."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "but.. but.. but.. shut your mouth"
</span>
</p>
<p class="bg-text">Mrs. Lin tears the bathrobe off your body. You are left standing in your underwear in front of the two.</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Look at yourself. You dress like a girl. You put on make-up like a girl. Your body looks like a girl's. Even your breasts have grown... then act like a girl..."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "but…"
</span>
</p>
<p class="bg-text">Lin gives you a hard slap on your ass.</p>
<div class="bild-box">
<img src="pics/work6b1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "If I hear it once more but"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ouch... sorry Ma'am"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "The men who book you are into you, and I have seen that you like it too, so don't act like that. Some clients become very generous when you are nice to them."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is Lin right? Why does this situation excite me? I stand almost naked in front of my boss and Mrs. Lin slaps my ass and I feel myself getting hard.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //You like to be dominated and you find your customers hot. She's just telling you how to make even more money. Money you can use to impress Emma.//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //But what does she mean that the men are into me?//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //All men like girls and we are a girl.//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… yes Ma’am, I think you are right. I will try harder."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "I am not your boss. You have to convince Mr. Demir so that he doesn't fire you."
</span>
</p>
<p class="bg-text">Mr. Demir watched the whole thing with interest. His gaze wanders over your body. He has a big erection in his pants and makes no effort to hide it.</p>
<div class="video-box">
<video src="videos/work6b4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Come to me."
</span>
</p>
<p class="bg-text">You swallow a lump in your throat and do what he tells you to do and he immediately grabs your ass and pulls you towards him.</p>
<div class="bild-box">
<img src="pics/work6b2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uuuuhhhmmmm..."
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "I can understand what our customers like about you."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Umm… I'm really sorry about what happened. It won't happen again, sir."
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "I certainly hope so. You are here to fulfill every wish of our customers to satisfy them."
</span>
</p>
<p class="bg-text">He continues to massage your butt. His hands are strong and powerful, you can feel his hard cock pressing against your cage and it doesn't feel bad.</p>
<div class="bild-box">
<img src="pics/alice7c1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooohh Sir, yes… I understand…"
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "Good girl. Your body is really hot."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooohh mmmhh thank you, Sir"
</span>
</p>
<p class="bg-text">You melt in his hands. How can it be that a man arouses you so much?</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "If your breasts were a little bigger, you could make me rich with them, little one."
</span>
</p>
<p class="bg-text">He turns you over and massages your small breasts. His cock rubs against your butt</p>
<div class="video-box">
<video src="videos/work6b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmhh oooohh uuuhh Sir...."
</span>
</p>
<p class="bg-demir">
<img src="pics/demir.png" class="portrait">
<span style="flex: 1;">
//''Mr. Demir:''// "You are getting one last chance, don't mess it up."
</span>
</p>
<p class="bg-text">With that, he pushes you away and returns to his work.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Umm… Thank you, Sir"
</span>
</p>
<p class="bg-text">Your whole body is shaking, and almost disappointed, you make your way to the changing room.</p>
<<link "continue">>
<<set $fem +=1>>
<<set $sub += 2>>
<<set $lust += 100>>
<<set $work += 1>>
<<goto "workende">>
<</link>>
<p class="bg-text">A man. Dressed only in a bathrobe is already waiting for you.</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/work4a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/work4b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/work4c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work4d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work4e.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/work4f.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/work4g.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good evening sir, please make yourself comfortable."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Hello pretty girl. Nice to meet you."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hihi//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Just ignore it and stay professional, Ms. Lin said.//
</span>
</p>
<p class="bg-text">You start the massage</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work5a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work5b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work5c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/work5d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/work5e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/work5f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/work5g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Mmmh he has such strong muscles//
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Mmmhh your hands are so soft."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um… thank you, sir"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Is your ass that soft, too?"
</span>
</p>
<<set _randomEvent = random(1, 5)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work6po1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work6po2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work6po3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work6po4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work6po5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "You're beautifully little and your butt is so soft, I can't get enough of it."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "hehe… thank you, sir"
</span>
</p>
<p class="bg-text">You finish the massage while he can't keep his hands off your butt. Satisfied, he thanks you with a small tip. You need a few minutes to get your arousal under control.</p>
<<link "continue">>
<<set $fem += 1>>
<<set $g += 100>>
<<set $lust += 30>>
<<goto "workende">>
<</link>>
<p class="bg-text">Ben comes up to you and grabs your neck.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Do you have the 200?"
</span>
</p>
<<if $g >= 200>>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, here and now, please let me go."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Good girl"
</span>
</p>
<<if $kleid ==1>>
<<link "Pay and go">>
<<set $sub += 1>>
<<set $g -= 200>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "Pay and go">>
<<set $sub += 1>>
<<set $g -= 200>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "Pay and go">>
<<set $sub += 1>>
<<set $g -= 200>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "Pay and go">>
<<set $sub += 1>>
<<set $g -= 200>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>>
<<else>>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sorry, I'm a bit short"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "You little whore. Open your damn mouth."
</span>
</p>
<p class="bg-text">Ben grabs you by the hair and pulls your head back.</p>
<div class="video-box">
<video src="videos/ben7-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Aaaa... *cough* ...ouch"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "lliiihh, that is so disgusting"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Then you better make sure that you have my money next time."
</span>
</p>
<p class="bg-text">Ben takes everything you have and lets you go.</p>
<<if $kleid ==1>>
<<link "go">>
<<set $sub += 2>>
<<set $g to 0>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==2>>
<<link "go">>
<<set $sub += 2>>
<<set $g to 0>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<elseif $kleid ==3>>
<<link "go">>
<<set $sub += 2>>
<<set $g to 0>>
<<set $shirt to 13>>
<<set $hose to 13>>
<<set $schuhe to 13>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<<link "go">>
<<set $sub += 2>>
<<set $g to 0>>
<<set $shirt to 10>>
<<set $hose to 10>>
<<set $schuhe to 10>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<</if>>
<</if>><p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "You know your place, girli."
</span>
</p>
<div class="video-box">
<video src="videos/ben5a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Oh yes, that's good, girl."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Can I go now, please?"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Sure. If you can pay the $200."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "200? What?! But… we had agreed on 50."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Right. That was before I knew how much you were worth."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean by that?"
</span>
</p>
<p class="bg-text">Ben shows you the photo of you holding his cock while he pisses.</p>
<div class="bild-box">
<img src="pics/ben6a1.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //oh my God, no...//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "I uploaded your picture to a website for piss content and you can make a lot of money with it."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What…? Why did you do that? I beg you, delete the pictures before anyone recognizes me there. I beg you, Ben."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Don't piss your pants, or maybe you should... The site only runs through the darknet. No one will recognize you there."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh God… I hate you."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Stop crying and listen to me. I've got a deal for you. Either you pay $200 per week in the future, or you earn the money with a small video."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "And what do I have to do in the video?"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "You just have to clean the toilet... with your tongue."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What?! No way!"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "It is your decision. I am not forcing you to do it."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn bastard.
.
.
This is so disgusting and humiliating... but 200 is a hell of a lot of money.
.
.
Oh God, I’m not seriously thinking about doing it, am I?!
.
.
What should I do...?//
</span>
</p>
<<if $g >= 200>>
<<link "obey">>
<<set $sub +=3>>
<<goto "ben6b">>
<</link>>
<<link "I can't do that">> pay and go.
<<set $sub += 1>>
<<set $g -= 200>>
<<set $ben to 8>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<else>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't have that much money with me."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "then you know what to do"
</span>
</p>
<<link "fuck">>
<<set $sub +=3>>
<<goto "ben6b">>
<</link>>
<</if>><p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay… I'll do it."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can't believe that I'm actually doing this...//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Good girl"
</span>
</p>
<p class="bg-text">Ben takes out his phone and starts a live stream</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Whenever you are ready, sweetie."
</span>
</p>
<p class="bg-text">Disgusted, you start licking the toilet seat clean.</p>
<div class="video-box">
<video src="videos/ben6b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Look, my dear followers, the little bitch loves to lick my piss off the lid."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Please let this finally be over before I have to throw up.//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Look at the camera bitch."
</span>
</p>
<p class="bg-text">You look up and try not to look disgusted. Your gaze lingers on Ben's big, hard cock. He jerks off while he watches you.</p>
<div class="video-box">
<video src="videos/ben6b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "What a show. Follow me, for more such content you little perverts... Ahahah."
</span>
</p>
<p class="bg-text">Ben finishes the video and grins.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Well done, loser. See you next week."
</span>
</p>
<p class="bg-text">You are left alone and kneel choking next to the toilet.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That was so disgusting and humiliating…//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //And why are you hard then?//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //um....//
</span>
</p>
<p class="bg-text">You rinse your mouth and make your way to gym class.</p>
<<link "continue">> pay and go.
<<set $ben to 8>>
<<set $shirt to 11>>
<<set $hose to 11>>
<<set $schuhe to 11>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>><p class="bg-text">You open the email from Dr. Love.</p>
<div class="bild-box">
<img src="pics/task4-1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">A cuckold relationship is a type of consensual non-monogamous arrangement where one partner finds emotional satisfaction when their spouse engages with other people. This relationship style requires deep trust, clear communication, and strong boundaries to work successfully.
Many people wonder about different relationship styles beyond traditional monogamy. While cuckold relationships might seem unusual, they represent one of many ways couples explore intimacy and connection. Like other non-traditional relationship structures, they require careful consideration and professional guidance.
The key to understanding cuckold relationships lies in recognizing that all parties involved must give full consent. This isn’t about cheating or betrayal – it’s about partners who have openly discussed and agreed to this dynamic. Success depends on honest communication, emotional maturity, and ongoing consent from everyone involved.
This guide explores what cuckold relationships involve, who might consider them, and how couples can navigate this complex dynamic safely and healthily.</p>
<div class="bild-box">
<img src="pics/task4-2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Actually, I don't want to share Emma, but I want her to be happy, and above all, I want her to be satisfied at all times.//
</span>
</p>
<p class="bg-text">In simple terms, a cuckold relationship involves three main roles. The cuckold is the partner who finds pleasure in their spouse’s interactions with others. The spouse engages with other people, often called “bulls” or “third parties.” All parties must understand and consent to their roles.
This dynamic differs from cheating because everyone knows what’s happening and has agreed to it. The cuckold partner experiences what psychologists call “compersion” – finding joy in their partner’s happiness and pleasure with others.
The relationship works on trust and clear agreements. Without proper communication and consent, these arrangements can harm relationships and cause emotional damage. That’s why many relationship experts recommend couples counseling before exploring this dynamic.
Understanding these basics helps couples decide if this relationship style fits their needs and emotional capabilities.</p>
<div class="bild-box">
<img src="pics/task4-3.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I trust Emma and I like to see when she orgasms. I liked it when she did it herself with a big dildo. But another man?//
</span>
</p>
<p class="bg-text">People explore cuckold relationships for various psychological and emotional reasons. Understanding these motivations helps explain why some couples find this dynamic appealing while others don’t.
Common motivations include:
- Compersion and emotional satisfaction: Some individuals genuinely feel happy when their partner experiences pleasure with others. This emotion, called compersion, is the opposite of jealousy.
-Exploration of power dynamics: Some people are attracted to the psychological aspects of submission or dominance within the relationship structure.
-Sexual curiosity and fantasy fulfillment: Couples might want to explore fantasies they’ve discussed together in a safe, consensual way.</p>
<div class="bild-box">
<img src="pics/task4-4.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Yes, I am happy when Emma is satisfied. She is all that matters and I want to give her whatever she needs.
The 2nd point also applies to me. I find it hot to be dominated and to submit to her.
Maybe that's something for me after all. I have to discuss this with Emma.//
</span>
</p>
<p class="bg-text">At the end of the email, there is a personal note from Dr. Love:</p>
<p class="bg-text">Hello <<=$name>>, with this link you unlock your PC again for pornographic content. Have fun ;)</p>
<<link "Click on me">>
<<set $task to 0>>
<<set $porno += 1>>
<<set $lust += 20>>
<<set $sub += 1>>
<<goto "zimmer">>
<</link>>
<div class="bild-box">
<img src="pics/psycho2b1.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "Hello <<=$name>>. Please make yourself comfortable, we will start shortly."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi, thank you Sir."
</span>
</p>
<p class="bg-text">Dr. Wood puts the headset on you and starts the video.</p>
<div class="bild-box">
<img src="pics/psycho2b2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You are a girl and are attracted to men."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Cocks are better than breasts"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "obey Emma's will and support her lust for a big cock"
</span>
</p>
<div class="video-box">
<video src="videos/psycho4b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Women love cocks"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Women find cocks arousing."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You find cocks arousing"
</span>
</p>
<p class="bg-text">Dr. Love gives Dr. Wood a sign and he pushes your shirt up and starts massaging your breasts.</p>
<div class="video-box">
<video src="videos/psycho4b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmmhhh"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Do you feel the excitement? How it fills your body?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes ma’am, I feel it"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You long for the juice of a man"
</span>
</p>
<div class="video-box">
<video src="videos/psycho4b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You lick your lips in a trance</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooooohh mmmmmhh"
</span>
</p>
<p class="bg-text">Dr. Wood pulls his penis out of his pants and starts masturbating.</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "What do you really want? Tell me, little girl."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I want cum. I love cum. Give me cum"
</span>
</p>
<div class="video-box">
<video src="videos/psycho4b4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "OOOHH AAAHH YEEESS, take that."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, Sir"
</span>
</p>
<p class="bg-text">Dr. Love wipes the sperm from your chest with a handkerchief and puts your shirt on you.</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Wake up"
</span>
</p>
<p class="bg-text">You wake up feeling horny and satisfied at the same time.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why is my shirt sticking to my breasts like this? It must be because I've been sweating...//
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "That's it for today. We'll see each other next week <<=$name>>."
</span>
</p>
<p class="bg-john">
<img src="pics/john.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Ma'am. Thank you."
</span>
</p>
<<link "go home">>
<<set $psycho += 1>>
<<set $traum += 1>>
<<set $fem += 3>>
<<set $sub += 3>>
<<set $lust += 50>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gangcase">>
<</link>><<set _randomEvent = random(1, 6)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/porno3-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/porno3-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/porno3-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/porno3-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/porno3-5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/porno3-6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<if $emma >= 8>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //The idea of Emma being fucked by another guy makes me so damn horny.//
</span>
</p>
<<set $lust += 60>>
<<else>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Hmmm... only one category is fixed. I can only watch cuckold porn.
Oh man, why does the idea of Emma being fucked by another guy excite me so much?
I urgently need to talk to her about it.//
</span>
</p>
<<set $lust += 30>>
<</if>>
<<if $lust >= 60>>
<p class="bg-text">You can no longer hold back.</p>
<<link "take your vibrator">>
<<goto "cum">>
<</link>>
<<else>>
<p class="bg-text">you're not in the mood today.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<</if>><p class="bg-text">There is already a long line outside the club, and the bouncer makes it clear to you that the club is full.</p>
<div class="bild-box">
<img src="pics/girls2a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer:''// "We are full. Please move along."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Oh damn. What do we do now?"
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "Damn."
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Come with me, I know a back entrance"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Isn't that forbidden?"
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Don't be a scaredy-cat."
</span>
</p>
<p class="bg-text">You follow the girls into a dark alley, up to a back door, but there is also a bouncer standing guard here.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer 2:''// "STOP! What are you doing here? This is not an entrance. Please go back to the street."
</span>
</p>
<p class="bg-text">Sabrina doesn't think about giving up and approaches the bouncer.</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Come on. You’re not just going to turn away 4 pretty girls, are you? We can surely find a solution to this problem, right?"
</span>
</p>
<div class="video-box">
<video src="videos/girls2a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer 2:''// "Huh… what are you doing?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh my God. Is her hand on his crotch?"
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "Hehe… she is such a naughty girl."
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "I think I found our tickets… hehe"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer 2:''// "uuuhh umm ooohh fuck, I really can't allow that, otherwise I might lose my job."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Go ahead, Sabi, show him your arguments… ahahah"
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "And how is it with that?"
</span>
</p>
<div class="video-box">
<video src="videos/girls2a2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer 2:''// "Oh fuck, you are so damn hot"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "wuhuuuu yeah"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Wow, she is really confident."
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "Sabrina is our door opener… hehe"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer 2:''// "Damn, how can I resist that. Alright, show me how much you want to be in the club. Bitch."
</span>
</p>
<p class="bg-text">The bouncer opens his zipper and pulls out his penis.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "She will never do that in her life…"
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Finally, it's getting interesting."
</span>
</p>
<div class="video-box">
<video src="videos/girls2a3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Wow… she really has no inhibitions. That is so hot."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer 2:''// "oooohhhuu fuck yeeesss"
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "mmmpff "
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "Ouh… I'm almost a little jealous"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Hehe... It's so hot. What do you think <<=$name>>? Would you like to be in her place now?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Mmmh...yes..
No! What?
In her place...?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Ahahaha you are so cute when you are shy."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Bouncer 2:''// "Oooohh yes I’m coming AAAAHHH"
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "*gulp* mmmh delicious"
</span>
</p>
<p class="bg-text">Sabrina wipes her mouth and the bouncer opens the back door to the club</p>
<<link "continue">>
<<set $lust +=20>>
<<set $fem += 1>>
<<goto "girls2b">>
<</link>>
<p class="bg-text">The girls immediately get going and storm the dance floor. You are in a disco for the first time and watch the whole thing fascinated from the side.</p>
<div class="video-box">
<video src="videos/girls2b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow. They are so confident and free. I wish I were a bit braver.//
</span>
</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Come on <<=$name>>, don't just stand there. Come and dance with us."
</span>
</p>
<p class="bg-lucy">
<img src="pics/lucy.png" class="portrait">
<span style="flex: 1;">
//''Lucy:''// "Yeah, come here, you party pooper."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "I know what he needs to loosen up a bit."
</span>
</p>
<p class="bg-text">Sanny takes you by the hand and drags you to the bar. She orders drinks for all of you.</p>
<div class="bild-box">
<img src="pics/girls2b1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Time passes and the alcohol flows. With each drink, you become more relaxed and enjoy the evening with the girls.</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "You are really sweet. I'm glad that you joined our sports group."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… thank you."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Sanny is flirting with us, be a little more open.//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh, nonsense, she's just nice and she knows that I'm seeing Emma… right?//
</span>
</p>
<p class="bg-text">You are talking to Sanny about school when a stranger stands next to you at the bar.</p>
<div class="bild-box">
<img src="pics/girls2b2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Hey you, are you new here?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Me?" *you nod your head*
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "I thought so. A sweet girl like you would have caught my attention immediately. May I buy you a drink?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Um… he thinks that I am a girl.//
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //And he finds us sweet//
</span>
</p>
<p class="bg-text">Before you can answer, Sabrina whispers in your ear from behind.</p>
<p class="bg-sabrina">
<img src="pics/sabrina.png" class="portrait">
<span style="flex: 1;">
//''Sabrina:''// "Play along and all the drinks are on this guy... hehe"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What should I do? I have never been invited by anyone, and somehow this attention feels good. But I am with Emma and I am not a girl. Should I go along with the game?//
</span>
</p>
<<link "Yes, why not.">>
<<set $lug to 1>>
<<set $fem +=3>>
<<set $lust += 30>>
<<goto "girls2c1">>
<</link>>
<<link "I am not a girl">>
<<set $fem -=3>>
<<goto "girls2c2">>
<</link>>
<p class="bg-text">The man is tall and strong and has a very dominant presence. You try to play your game and show your most feminine side. After a few drinks, you already feel a bit tipsy. You just listen when he talks about himself and respond when he asks.</p>
<div class="bild-box">
<img src="pics/girls2c1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "bla... bla... bla..."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "bla... bla... bla..."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "bla... bla... bla..."
</span>
</p>
<p class="bg-text">You are completely fascinated by this man. Your eyes are fixed on his lips and you completely forget who you really are. He reaches for your hand and gently squeezes it. You are paralyzed and cannot resist his allure.</p>
<div class="bild-box">
<img src="pics/girls2c2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "By the way, I am Tom."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Umm..."
</span>
</p>
<p class="bg-text">Without thinking long, you name him the first female name that comes to your mind.</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I... I... ah.... I am Jenny"
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Nice to meet you."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Me too"
</span>
</p>
<p class="bg-text">The evening passes and the girls give you a sign that it's time to leave. Slowly, you tear yourself away from Tom's allure.</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm sorry, but I have to go now."
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "That is really a shame. Just one more question, Jenny."
</span>
</p>
<p class="bg-text">Tom pulls you towards him and you feel his hand on your butt. You are too aroused and drunk to do anything about it and just look into his beautiful eyes.</p>
<div class="bild-box">
<img src="pics/girls2c3.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "A pretty girl like you is surely in a relationship, right?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh God, why does his hand on my ass feel so good… mmh. What am I supposed to say?//
</span>
</p>
<<link "Lie">>
<<set $fem +=3>>
<<set $lust += 30>>
<<set $lug to 2>>
<<goto "girls2d1">>
<</link>>
<<link "Truth">>
<<set $lust +=10>>
<<goto "girls2d2">>
<</link>>
<div class="bild-box">
<img src="pics/girls2c2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">The guy quickly takes off, and you spend the rest of the evening celebrating with the girls. In the end, you pay the bill for your drinks.</p>
<<link "Go home">>
<<set $g -= 80>>
<<set $girls += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, I am free."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What the hell am I doing here?//
</span>
</p>
<p class="bg-text">Without you being able to react, Tom grabs your ass and pulls you very close to him.</p>
<div class="bild-box">
<img src="pics/girls2d1-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uuhh mmmh"
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "I want to see you again. Jenny"
</span>
</p>
<p class="bg-text">That didn't sound like a question. You're not even trying to escape his grip. He tilts his head and comes closer to you. You just let it happen and instinctively close your eyes.</p>
<div class="bild-box">
<img src="pics/girls2d1-2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">He presses himself very close to you and you can feel his erection as it presses against your cage.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh God, now he knows…//
</span>
</p>
<p class="bg-text">Tom just looks at you curiously and raises an eyebrow. A knowing smile plays at the corners of his mouth.</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "You will find me here every Friday, Jenny. I am expecting you."
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "o.. okay"
</span>
</p>
<p class="bg-text">He gives your ass one last squeeze and then disappears into the crowd.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What just happened? Why did I kiss a man…? And why did it feel right?//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no… did I cheat on Emma? With a man…? Was that cheating?//
</span>
</p>
<p class="bg-text">Completely confused, you go home.</p>
<<link "Go home">>
<<set $girls += 1>>
<<set $fem += 3>>
<<set $sub += 2>>
<<set $lust += 30>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I am in a relationship."
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "I'm happy for you. And I respect that you don't cheat."
</span>
</p>
<div class="bild-box">
<img src="pics/girls2d2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Maybe we'll see each other again someday under different circumstances. Goodbye"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… thank you. That would make me happy."
</span>
</p>
<p class="bg-text">With a sigh, you watch Tom as he disappears into the crowd.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What is wrong with me? Why does it feel like I've just been abandoned…? I love Emma and I would never cheat on her… and why the hell am I thinking about something like that? It was a guy.//
</span>
</p>
<p class="bg-text">With a strange feeling, you leave the club with the girls and make your way home.</p>
<<link "Go home">>
<<set $girls += 1>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'll buy it for you, sweetheart"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Really? Oh, you are such a great partner. I love you."
</span>
</p>
<p class="bg-text">Emma pulls you into the changing room and kisses you.</p>
<div class="bild-box">
<img src="pics/emma8a1-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I think you deserve a reward"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean by that?"
</span>
</p>
<p class="bg-text">She unzips your pants and pulls out your cock</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Emma? What are you doing?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Pssssst..."
</span>
</p>
<p class="bg-text">With the key that she always wears around her neck, she opens your chastity belt.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh fuck, my dick is free//
</span>
</p>
<div class="video-box">
<video src="videos/emma8a1-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ooohh Emma, please. What if someone sees us?"
</span>
</p>
<p class="bg-text">She massages your glans and it feels great, your cock hasn't been touched in so long</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Should I stop it?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "nnnoooo
uuuuhh aaaahhh mmmmhh
no… please don’t."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good boy. Come to me."
</span>
</p>
<p class="bg-text">You can no longer resist.</p>
<div class="video-box">
<video src="videos/emma8a1-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "AAAAAHHHH OOOOOHHHH"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "so much cum"
</span>
</p>
<p class="bg-text">Emma licks your cum off her fingers with pleasure</p>
<div class="bild-box">
<img src="pics/emma8a1-2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">A pink mist clouds your thoughts as you watch her.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Should I share with you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, please. I want it."
</span>
</p>
<p class="bg-text">You open your mouth and Emma puts her fingers in your mouth, full of your cum</p>
<div class="video-box">
<video src="videos/emma7d7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Emma locks your cock back in and you go to the checkout. You pay for her dress and you make your way home.</p>
<<link "continue">>
<<set $g -=140>>
<<set $lust to 0>>
<<set $casty to 2>>
<<set $fem += 1>>
<<set $sub += 1>>
<<goto "emma8b">>
<</link>>
<div class="bild-box">
<img src="pics/emma8a2-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Frustrated, Emma puts the dress back and, without exchanging another word, goes to her house.</p>
<<link "continue">>
<<goto "emma8b">>
<</link>><p class="bg-text">You are sitting with Emma in her living room and talking about the past week. You are confused and uncertain, but the longer the conversation lasts, the more your thoughts are clouded by this pink haze, which has a strangely calming effect on you.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Have you talked to your fellow humans about your transformation?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes. I had a conversation with the principal and he would support it and help me with it."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'm glad about that."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Our sports teacher also supports me in this. I am already allowed to train with the girls."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, that's so nice. How do you like it with the girls?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "They are all very nice and friendly, and I finally made some friends. Um… I went out with the girls yesterday… sorry"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Why sorry? That's great. I'm so happy for you."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Was Dr. Love right? Is it really normal to meet with other people?//
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… you're not even mad?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No, why? I trust you and besides, what could possibly happen?"
</span>
</p>
<p class="bg-text">Emma wraps the chain with the key around her finger and grins.</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh… um…?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'm just joking. I also meet other people, that's completely normal. No relationship works without trust."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh really? With which ones?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "With all kinds. My job involves dealing with many different men. But enough about me, tell me about the party."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um... It was a bit crazy. The club was full and we tried it through a back entrance. Sabrina had to give the bouncer a blowjob so that we were allowed in at all."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wow, that was really hot. That reminds me of my teenage years."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Your teenage years? Hmm… we danced and drank. There was this guy. He thought I was a girl and thought I was cute."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That sounds interesting. Tell me more about it."
</span>
</p>
<<if $lug >= 1>>
<<link "lie">>
<<goto "emma8ba">>
<</link>>
<<link "tell her the truth">>
<<goto "emma8bb">>
<</link>>
<<else>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "There wasn't much. I didn't want to lie to him and told him that I am a boy."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, what a pity, that would surely have been fun. You should have joined in."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Would you mind if I flirted with other men?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No. It would surely help you discover your femininity. As long as it doesn't involve feelings, everything is fine."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Do you also flirt with the men you meet?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, of course. They then invite me to eat for that."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay… do you have fantasies about these men?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You know how much I crave a big, real cock and sometimes when I do it myself, I imagine one of these men fucking me properly.
It's normal to have such thoughts..."
</span>
</p>
<<link "continue">>
<<goto "emma8c">>
<</link>>
<</if>><p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "There's not much to tell. He bought me a drink and then left."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, what a pity. You should have flirted with him a little."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Are you serious? Aren't you jealous."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Haha no, of course not. It would help you discover your femininity, and as long as it's not about feelings, everything is fine."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Do you also flirt with the men you meet?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, of course. They then invite me to eat for that."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay… do you have fantasies about these men?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You know how much I crave a big, real cock and sometimes when I do it myself, I imagine one of these men fucking me properly.
It's normal to have such thoughts..."
</span>
</p>
<<link "continue">>
<<goto "emma8c">>
<</link>><p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "The girls persuaded me to join in, and I pretended as if I were a woman."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You are female, darling. That was a good decision. How did it feel?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Well, over time I felt more and more comfortable. He invited me for a few drinks and at some point took my hand."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That's so cute. I would have loved to see you there."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… really? I was afraid you would get angry?!"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Why? You should discover your femininity and this is a good way to do that. How did you feel?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… well. I felt desired, and I forgot that I'm actually a boy who is attracted to women."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You felt exactly right. This is how it feels for us women. Every woman loves to be desired."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… okay."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I am so proud of you, darling."
</span>
</p>
<<if $lug == 2>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "There is something else I need to confess to you."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "just let it out"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "As a farewell, he asked me if I was single, and I said yes. I am so sorry. I was just lost in that role and not in my right mind. Please forgive me, Emma."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Not so bad, it was only pretend. So what happened then?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. he pulled me toward him and kissed me, and I let it happen."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That's it. Emma will hate me and I am alone again.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wow. Your first kiss from a man. Oh damn, why wasn't I there."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What? You don't think it's bad?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "No, not really. There weren't any romantic feelings involved, right?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… no, not romantic."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh you naughty girl... hehe."
</span>
</p>
<</if>>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "And it's really okay with you that I felt attracted to this man?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, that's absolutely normal. Many men I meet have this effect on me and I have on them. And you know that I have this fantasy of a big, real cock."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...yes, I know, and it sometimes worries me."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "There is a difference between romantic feelings, like the ones between us, and erotic fantasies. You cannot control your thoughts. That is why trust is so important in a relationship."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Was Dr. Love right about everything?//
</span>
</p>
<<link "continue">>
<<goto "emma8c">>
<</link>><p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Because of these fantasies. I talked to my therapist about it, and she made me a suggestion that I can't get out of my head."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Tell me about it, darling."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am really afraid of losing you one day because I cannot fulfill your sexual needs."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Sometimes it is really hard. What solution did she suggest to you?"
</span>
</p>
<p class="bg-text">You are watching the email and a few videos sent to you by Dr. Love with your girlfriend. Emma is chewing on her lips. She is obviously aroused.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "This is really hot. Would you actually be willing to do that, darling?"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I would do anything to please you, Emma, and if there really is this difference between sexual fantasy and romantic feelings, then there is no reason for me not to trust you."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh darling, you are the best. But only under one condition."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Which one?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I want you to experience the same. You should be open and free in your sexuality."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I'm not interested in other women, Emma. It's okay if I see you being satisfied."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'm not just talking about women. You have changed. You have found your true self, and I cannot give you the experiences you are meant to have."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...you mean men?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, the guy at the club yesterday. I don't want you to hold back because of me. You have become a beautiful girl. Can't you see that?"
</span>
</p>
<p class="bg-text">You look at yourself in Emma's mirror and see a young, pretty girl smiling back at you.</p>
<div class="bild-box">
<img src="pics/emma8c1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Your breasts have grown again too. Every man must be crazy about you."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Emma is right, the new hormones must have an even stronger effect on my body.//
</span>
</p>
<div class="bild-box">
<img src="pics/emma8c3.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I would like to show you how to apply makeup properly, then you'll be perfect."
</span>
</p>
<p class="bg-text">Emma grabs her makeup set and transforms you into a charming young girl. No one would recognize now that you were a boy.</p>
<div class="bild-box">
<img src="pics/emma8c2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You are so beautiful"
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "wow… thanks Emma"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Here, put this on."
</span>
</p>
<p class="bg-text">Completely dazzled by yourself, you put on the clothes that Emma picked out for you.</p>
<<link "continue">>
<<set $fem +=10>>
<<set $face to 3>>
<<set $brust to 3>>
<<set $kleid to 2>>
<<set $hose to 3>>
<<set $shirt to 3>>
<<set $panti to 3>>
<<set $schuhe to 3>>
<<set $bild to 3>>
<<goto "emma8d">>
<</link>>
<div class="bild-box">
<img src="pics/emma8d.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Perfect. Now all that is missing is a suitable name."
</span>
</p>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean by that?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "How would you like people to call you in the future? Pick a pretty girl's name."
</span>
</p>
<input id="nameInput" type="text" placeholder="name" value="Jenny">
<<button "save" id="nameButton">>
<<set _tempName to document.getElementById("nameInput").value>>
<<if _tempName.trim() === "">>
<<set $name2 to "Jenny">>
<<else>>
<<set $name2 to _tempName>>
<</if>>
<<goto "emma8e">>
<</button>><div class="bild-box">
<img src="pics/emma8e1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I love you, my girl"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I love you too, Emma"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "As a sign of your trust, I will give you the key to your chastity belt."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Really?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, but I want you to follow a rule."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Which one?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You will never open it yourself."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "So what should I do with the keys then?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Anyone else can free you from it if they want to."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... oh, I understand."
</span>
</p>
<div class="bild-box">
<img src="pics/alice7c1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why does the thought of it make me so horny? I only want Emma, and I can't imagine ever being interested in men. Or…?//
</span>
</p>
<p class="bg-text">It was a long and intense day, and you better go home and take care of your new life. You have never been so excited about everything that lies ahead of you.</p>
<<link "go home">>
<<set $emma += 1>>
<<set $dusche += 1>>
<<set $work += 1>>
<<set $strafe += 1>>
<<set $trainer += 1>>
<<set $miete to 2>>
<<set $danke to 0>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emmaende">>
<</link>><p class="bg-text">You sink into a deep sleep and begin to dream...</p>
<<timed 1s>>
<<set $lust += 50>>
<<set _randomEvent = random(1, 14)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/t11-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You dream of your future self and see yourself riding a big cock of a strange man.</p>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/t11-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">In your dream, you're lying on Alice's bed and she's fucking you hard in your ass</p>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/t11-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You dream of Emma licking your asshole while milking your cock.</p>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/t11-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Alice forces you to suck her thick cock while fingering your asshole.</p>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/t11-5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You're lying on Alice's bed and she's fucking your ass while you jerk off.</p>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/t11-6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You are dreaming of wild sex with a stranger.</p>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/t11-7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You have hard sex with Alice. She uses your ass as she pleases.</p>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/t11-8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You dream of satisfying 2 men. While stranger 1 shoves his cock deep into your mouth, you jerk the cock of stranger 2.</p>
<<elseif _randomEvent == 9>>
<div class="video-box">
<video src="videos/t11-9.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You have submitted to a strange man and lets him fuck your mouth deep throat.</p>
<<elseif _randomEvent == 10>>
<div class="video-box">
<video src="videos/t11-10.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You dream of Tim, he took you with him and you can't wait to finally take his cock in his mouth.</p>
<<elseif _randomEvent == 11>>
<div class="video-box">
<video src="videos/t11-11.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">2 Strangers use you as their sex toy. While one fucks you hard in the ass, you blow the other</p>
<<elseif _randomEvent == 12>>
<div class="video-box">
<video src="videos/t11-12.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You are with Tim and he starts to undress you. It feels so good when he licks your nipples and jerks off your cock.</p>
<<elseif _randomEvent == 13>>
<div class="video-box">
<video src="videos/t11-13.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You see yourself riding a big cock. You jerk your cock and cum on the stranger's chest moaning loudly.</p>
<<elseif _randomEvent == 14>>
<div class="video-box">
<video src="videos/t11-14.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You let a stranger fuck your ass and it feels right and good.</p>
<</if>>
<<if $lust >= 101>>
<p class="bg-text">A pressure in your abdomen wakes you up and you're too horny to stop it.</p>
<div class="video-box">
<video src="videos/t-cum.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oooohhhuuu fuck, what a mess.//
</span>
</p>
<<set $lust to 0>>
<</if>>
<<link "wake up">>
<<goto "schlaf">>
<</link>>
<</timed>><div class="bild-box">
<img src="pics/schule50-1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john">
<img src="pics/john2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I have to go to the director to sign the papers//
</span>
</p>
<<link "Go to the principal">>
<<goto "schule57a">>
<</link>><p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //The day went better than I thought. Everyone seems to accept that I identify as a girl.//
</span>
</p>
<p class="bg-text">You start taking off your clothes and dream away without realizing that the door behind you is opening.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "<<=$name2>>"
</span>
</p>
<p class="bg-text">Startled, you turn around and, in shock, forget that you are naked. Your trainer sizes you up with a raised eyebrow.</p>
<div class="bild-box">
<img src="pics/dusche2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um...äh… hi"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //oh no... oh no... oh no...//
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Really interesting. The principal informed us that you identify as a girl in the future."
</span>
</p>
<p class="bg-text">A grin plays at the corners of his mouth</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um...yeah, that's right."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Then we have a problem."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "A problem? Why is that a problem? You've already moved me into the girls' group, coach."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "That's not the point. I just wanted to protect you from the boys' ridicule when you dressed like a girl, but your body shows me how serious you are about it."
</span>
</p>
<p class="bg-text">You turn red as a tomato</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "And why is that so bad?"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "It's not bad, quite the opposite. But it is not tolerated for a girl to share a changing room with her male coach, you see how quickly... accidents can happen. But I can't send you to the girls changing room either."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I understand that. But if I can't attend classes, then I will lose my scholarship. I can't afford that. Isn't there any other way?"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "There is still one possibility."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "And which ones?"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Let's keep it our little secret that you're here."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yes, that's no problem. I won't tell anyone. Promise."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Of course, it will cost you a little. After all, I'm risking my job for you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I understand. But I don't have much money."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "I'm not talking about money. How about a little massage in the shower? I'm a bit tense, and I've heard that you're good at it."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //How does he know about my job? I probably have no other choice, and what could happen anyway, plus he really has a hot body, damn it...
what? What am I thinking again?//
</span>
</p>
<<link "accept">>
<<set $fem +=3>>
<<set $hose to 0>>
<<set $panti to 11>>
<<set $shirt to 33>>
<<set $schuhe to 0>>
<<set $dusche += 1>>
<<goto "trainercase">>
<</link>>
<p class="bg-text">You put some soap on your hands and start massaging your coach's back. His strong body feels good under your gentle hands.</p>
<div class="video-box">
<video src="videos/trainer2-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "hmmm… you’re really good at this"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, Sir"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Do you have a boyfriend <<=$name2>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… no, I have a girlfriend."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Interesting. So you like girls?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um...yeah, I think so."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "You think?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I've always been interested only in girls, but lately I'm not so sure anymore."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Why the hell am I telling him that?//
</span>
</p>
<p class="bg-text">Your trainer turns around and you can see his boner.</p>
<div class="video-box">
<video src="videos/trainer2-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "What do you like about boys?"
</span>
</p>
<p class="bg-text">Uncontrollably, your gaze goes down to his cock. You need a few seconds to take your eyes off it. When you look your coach in the face again, he grins knowingly.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Does it turn you on to see me naked, little girl?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I... I... I am not sure"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "You're cute when you blush. It's not healthy if you can't properly wash yourself after exercising. Can you take this thing off while showering in the future?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I'm not allowed to use the key myself."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Hm… interesting. And what if I give you the instruction for it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. that should work. Sir"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Good girl. Then do that in the future"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, sir."
</span>
</p>
<p class="bg-text">Absentmindedly, you massage your coach's chest. His muscles are firm and tight. The coach reaches for the soap and drops it clumsily.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Oops… be so kind"
</span>
</p>
<p class="bg-text">Instinctively, you bend down for the soap. Your face is only inches away from his hard cock. Frozen, you stand still and stare at his hard-on.</p>
<div class="bild-box">
<img src="pics/trainer2.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<div class="bild-box">
<img src="pics/alice7c1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Do you like what you see?"
</span>
</p>
<p class="bg-text">You shake off the paralysis and run out of the shower.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sorry, I have to go…"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "what a pity…hehe"
</span>
</p>
<<link "continue">>
<<set $sub += 5>>
<<set $lust += 30>>
<<set $trainer += 1>>
<<goto "duscheende">>
<</link>><p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Oh my God, is that really you <<=$name>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes Dad, and my name is now <<=$name2>>. I'm sorry, but I hope you can accept my true self?"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "YOUR TRUE SELF? … oh, what does it matter? Nothing matters anymore."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W... what? You're not mad at me at all, Dad? Are you okay?"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "No, it's probably my fault. Everything is my fault."
</span>
</p>
<p class="bg-text">You have never seen your father like this. He looks lost and small.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Dad? You're scaring me."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "My life is a shambles. Your mother has left us. My son would rather be a girl. I lost my job and the bank took my house… I'm broke… <<=$name2>>?"
</span>
</p>
<p class="bg-text">You can't believe what you're hearing. Comfortingly, you take your father in your arms.</p>
<div class="bild-box">
<img src="pics/strafe5-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh my God, Dad. That's terrible. And where are you living now?"
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "In my car. But don't worry, I can handle it."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What? But that's not possible..."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Actually, I'm just here to tell you that I can't pay for this apartment for you anymore, my boy… I mean, girl."
</span>
</p>
<<if $mietepay == 1>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I urgently need to talk to Lea so that I can earn the rent in another way, and maybe I can take on some additional work at the wellness center. I need to help my dad get back on his feet.//
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Good that I earn my rent with the videos for Lea and her followers, and maybe I can take on some extra work at the wellness center. I need to help my dad get back on his feet.//
</span>
</p>
<</if>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Let me help you, Dad."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "How do you want to help me? You still go to school, you can't take care of us, besides, it's my job to take care of you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I have a job now and I can pay for the room myself. Let me help you, you’ve already done so much for me."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Do you have a job?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I earn more than I need for the room. Please, Dad, let me help you."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "I can't accept that."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Don't be so stubborn. I'll ask Lea if you can sleep on the couch for a few days, and in the meantime, I'll look for accommodation for you. By now, I know a lot of people in this city."
</span>
</p>
<p class="bg-dad">
<img src="pics/dad.png" class="portrait">
<span style="flex: 1;">
//''Dad:''// "Are you sure? I don't want to cause you any trouble."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You're not bothering me. Just wait here."
</span>
</p>
<<link "continue">>
<<goto "strafe5a">>
<</link>>
<div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go directly to the changing room and put on your work clothing.</p>
<div class="bild-box">
<img src="body/hose31.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Then you start your tasks.</p>
<<link "continue">>
<<set $hose to 31>>
<<set $shirt to 33>>
<<goto "work8a">>
<</link>><p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Hi <<=$name2>>. Here I am."
</span>
</p>
<div class="video-box">
<video src="videos/girls3-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi Sanny, nice to see you. Where are the others?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "They are still in the city. We'll meet later at the club. You're coming with us, right?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't know yet. It's been a long week, maybe I'll just chill at home today."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Bullshit. You want to see this guy again, don't you? Am I right?//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No. Stop that.//
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Oh come on, sweetie, you can't leave me alone."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "But, the others are there."
</span>
</p>
<p class="bg-text">Sanny places her hand on your knee and snuggles up to you.</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Who knows when they’ll show up, and without you, it’s so boring."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is she flirting with me?//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hmm... okay, but I’m not staying long today.
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Yeah, you are the best."
</span>
</p>
<p class="bg-text">You two keep chatting until it gets dark in the park.</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "We should get going soon. Do you mind if we stop by my place first? I want to change into a different dress."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, of course not."
</span>
</p>
<<link "continue">>
<<set $lust +=20>>
<<goto "girls3a">>
<</link>>
<div class="bild-box">
<img src="pics/psycho5-1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Hello, is that really you <<=$name>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi, yes it's me. I have taken the step and finally accept my true self."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I'm happy for you, <<=$name>>."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh, please call me <<=$name2>>. I think it suits my new self better."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Of course, <<=$name2>>. That is a great decision and an important step in the right direction."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Let's not waste any time. Tell me. How did the conversation with Emma go?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "She was thrilled by the idea and suggested an open relationship to me. She thinks it's important for me to also gain other experiences."
</span>
</p>
<p class="bg-text">Dr. Love is taking notes</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "What do you think about it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't need other women, I only want Emma…"
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Who ever said anything about women?//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What? No, I'm not into men.//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //And what about the guy from the club? Your director? Your trainer? Ben, Alice...you’re into dicks.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Um… no, I was… it wasn’t like it looks…//
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "<<=$name2>>? Everything okay? You were completely lost in thought."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. yeah. Yeah. All good. Sorry, where were we?"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "What does the thought trigger in you when you imagine Emma with another man? A strong man, with a big cock that satisfies Emma's lust? Over and over again?"
</span>
</p>
<p class="bg-text">Every word of Dr. Love puts you in a strange trance. In your mind, you see Emma being satisfied by big cocks.</p>
<div class="video-box">
<video src="videos/psycho5-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Lust. Fascination. Desire."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Desire? For Emma or to be in her place?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't know"
</span>
</p>
<p class="bg-text">Dr. Love smiling knowingly and taking notes</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Did I really say that out loud?//
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "I think we're done here for today. Follow me to Dr. Wood."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "o... okay"
</span>
</p>
<<link "continue">>
<<set $lust += 20>>
<<set $sub += 2>>
<<goto "psycho5a">>
<</link>>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Unbelievable, you look more and more like the little whore you are."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Please don't call me that."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Just own it. Everyone is the way they are. Hahaha"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "..."
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "And how would you like to pay your debts today?"
</span>
</p>
<<if $g >= 200>>
<<link "Pay and go">>
<<set $ben += 1>>
<<set $g -= 200>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>>
<<link "What should I do?">>
<<set $sub +=2>>
<<goto "ben8a">>
<</link>>
<<else>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I don't have the money, so what choice do I have?//
</span>
</p>
<<link "What should I do?">>
<<set $sub +=2>>
<<goto "ben8a">>
<</link>>
<</if>><<switch $miete>>
<<case 2>>
<<goto "miete2">>
<<break>>
<<default>>
<<goto "miete0">>
<</switch>><p class="bg-text3">This is the end of content. Look forward to more stories with LEA in the next update. The story may continue until this message appears under Emma's storyline.</p>
<<link "continue">>
<<set $miete to 0>>
<<goto "zimmer">>
<</link>><div class="bild-box">
<img src="pics/miete10-1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Lea is engrossed in her stream.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Lea, can we talk for a moment?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Oh my God <<=$name>>, is that you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... yes, it's me."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Wow… you look so cute <<=$name>>"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um, thanks… I’m going to call myself <<=$name2>> now"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Oh, that's really great. I knew from the beginning that you were something special."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Really?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Yes, you are simply cute. People will love your feminine self."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Do you really believe that?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Yes, sure. Let's give it a try."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean by that?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Do you know how I earn my money?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, not really."
</span>
</p>
<p class="bg-text">Lea shows you her profile, with numerous sexy pictures of her.</p>
<div class="bild-box">
<img src="pics/miete10-2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "I stream pictures and videos on "OnlyFans" and my followers pay me for it. The more I respond to their wishes, the higher the price."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh… sounds easy. Can you make a lot of money with it?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "It depends. The more skin you show, the more money the followers pay.
Today someone wants some sexy cosplay pictures from me. He pays $100 per image. He would certainly be thrilled if we would take the pictures together and with 4 pictures, you could pay your rent. What are you saying?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //The pictures are quite revealing, I don't know if I have the courage for it. On the other hand, everyone is advising me to be more open, and $200 is a lot of money just for a few pictures.//
</span>
</p>
<<link "I'm in">>
<<set $fem += 5>>
<<set $miete to 3>>
<<goto "miete10b">>
<</link>>
<<link "I think this is not for me.">>
<<set $mietepay to 1>>
<<goto "miete10a">>
<</link>>
<p class="bg-text">Lea picks out some clothes for you and starts doing your makeup. Shortly after, the first pictures are taken and Lea sends the first picture to her VIP follower.</p>
<div class="bild-box">
<img src="pics/miete10b1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Lea writes:''// "Hello BigCockDaddy, I have a surprise for you today. I hope you like my girlfriend?"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''BigCockDaddy writes:''// "Oh wow, she is really cute. You always surprise me, my darling."
</span>
</p>
<p class="bg-text">Ping $100! A transfer from BigCockDaddy is appearing on the screen.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay, that was really easy."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "I told you so. Easy money."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''BigCockDaddy writes:''// "Come on, my beauties, show me a little more skin"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I'm not sure if I want that."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Don't be so shy. You are really sexy and he doesn't want any nude pictures. At least not today hehe"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Well, okay, if you say so."
</span>
</p>
<div class="bild-box">
<img src="pics/miete10b2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Ping $100!</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''BigCockDaddy writes:''// "Your butt is so fucking hot. What about your girlfriend? Is something shy?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Come on <<=$name2>>. Show him your ass"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God, this is so embarrassing, but I guess I have no choice. I need the money.//
</span>
</p>
<p class="bg-text">You turn around and pull your skirt up. Lea presses the shutter and sends the picture.</p>
<div class="bild-box">
<img src="pics/miete10b3.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Ping $100!</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''BigCockDaddy writes:''// "Insanity. Your girlfriend is driving me crazy. How I would like to bite into this juicy ass... mmmh."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What? Oh my God//
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Lea writes:''// "I'm already crazy about her. My panties are already wet."
</span>
</p>
<p class="bg-text">Lea snuggles up to you and you feel her hand on your chest. Startled, you suck in air. Your cock presses against the cage.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That is not right, but why does it feel so good? Besides, I have Emma's permission.//
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Come on <<=$name2>>, you are allowed to touch me too."
</span>
</p>
<p class="bg-text">Hesitantly, you place your hand on Lea's chest as she begins to rub against your leg. With a gentle moan, she presses the Camera Shutter</p>
<div class="bild-box">
<img src="pics/miete10b4.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Ping $100!</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Lea writes:''// "Until next time, Daddy"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''BigCockDaddy writes:''// "Thank you so much, you beautiful ones. You saved my day."
</span>
</p>
<p class="bg-text">BigCockDaddy is offline</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "And how was it? It's not so bad, is it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, it was quite interesting and somehow hot. Incredible that you can make so much money from it."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "I knew that you liked it and you are a real natural talent."
</span>
</p>
<p class="bg-text">Lea throws her arms around your neck and kisses you without warning</p>
<div class="bild-box">
<img src="pics/miete10b5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Until next time, sweetie"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um..yes"
</span>
</p>
<p class="bg-text">Somewhat confused that the first girl after Emma just kissed you, you go to your room.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //As a girl, everything is so much easier...//
</span>
</p>
<<link "go">>
<<set $lust += 30>>
<<set $fem += 5>>
<<set $sub += 5>>
<<set $miete to 3>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Too bad, that would have been fun. Maybe you'll think about it by next time."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, maybe."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Then it stays at $200 for the week."
</span>
</p>
<<if $g >= 200>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Of course. Here is the rent for the next week."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Thanks <<=$name2>>, see you then"
</span>
</p>
<<link "Put the money down and go.">>
<<set $g -= 200>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<<else>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... sorry, but I'm a bit short on cash."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Again?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, I have had a few difficulties lately, sorry."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "<<=$name2>>, this won't do. I can't call your father every time. You need to finally learn to take care of yourself."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You are right, but…"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Nothing at all! I just offered you a good opportunity to make money. I don't like freeloaders."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "but..."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "No! You will earn your rent. Come with me"
</span>
</p>
<<link "o... okay">>
<<goto "miete10b">>
<</link>>
<</if>><div class="bild-box">
<img src="pics/alice8a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Good girl. You know your place"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress"
</span>
</p>
<div class="video-box">
<video src="videos/alice7b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You can feel her eyes on your butt. It's humiliating, but on the other hand, it feels kind of good that Alice is aroused by you.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Am I allowed to see her dick again today?
....
What the hell am I thinking? I'm not into dicks! Stop it...//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "I can't tell whether you followed my orders."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean, Mistress?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Let me see if you're not wearing any underwear."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um...but..."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "NOW!"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "O… okay, Mistress"
</span>
</p>
<p class="bg-text">Ashamed, you pull your neckline down so far that your small breasts are visible and push your skirt up.</p>
<div class="bild-box">
<img src="pics/alice8a2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Interesting. Your small tits are cute and I see you're wearing a chastity belt. I like that very much."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… Thank you, Mistress. May I get dressed now?"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Why so shy? Let me look at my little toy a bit longer. Is that the key to your cage around your neck?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //She enjoys humiliating me... Why does that turn me on so much?//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress, but I am not allowed to use it myself."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Hmm… this is getting more and more interesting.
Oh and I can see how your little friend is twitching, it turns you on to be here, am I right?"
</span>
</p>
<<link "Truth! Yes, a little">>
<<set $sub +=5>>
<<goto "alice8b">>
<</link>>
<<link "Lie! No, you're forcing me to do it">>
<<set $sub -=5>>
<<set $nein to 1>>
<<goto "alice8c">>
<</link>>
<<if $nein == 1>>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You are a bad liar"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "it is the truth. I'm here because you're blackmailing me"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "and yet it turns you on to be here"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "n... n... no"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "ahahaha… your dick says otherwise"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "...."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "You will still learn to listen to your feelings"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "...."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Doesn't matter. You'll do what I tell you anyway. Understood?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "...."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "UNDERSTOOD!?!"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "yes, Mistress"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "then come here and kiss my feet"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "yes, Mistress"
</span>
</p>
<<else>>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Yes, I can see it, you can hardly wait to see my dick."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um…no, that's not it"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "ahahahah you are so cute when you are shy"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "...."
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "But my feet turn you on, right?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Mistress... I like your feet"
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "then come here and kiss she"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "yes, Mistress"
</span>
</p>
<</if>>
<div class="video-box">
<video src="videos/alice8b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">while you kiss Alice's feet, she unpacks her cock and starts jerking off.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh God, her dick is so close that I can smell it.//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "mmmhh oh yes that feels good"
</span>
</p>
<p class="bg-text">her hard cock is very close to your face, you can feel his heat. Alice must be close to her orgasm.</p>
<div class="video-box">
<video src="videos/alice8b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "oooohh aaaaahh I'm so close"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //damn she's going to cum at any moment... Do I really want to see this?//
</span>
</p>
<<link "run out of the room">>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $lust += 30>>
<<set $hose to 2>>
<<set $shirt to 2>>
<<set $panti to 3>>
<<set $alice += 1>>
<<goto "zimmer">>
<</link>>
<<link "Stay">>
<<set $sub +=5>>
<<goto "alice8c">>
<</link>>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Oh yes, I'm coming, I'm coming…."
</span>
</p>
<p class="bg-text">You move a little to the side and watch her cock pulsate</p>
<p class="bg-text">Alice shoves a finger into her ass at the last moment and spits a big load right in front of your feet</p>
<div class="video-box">
<video src="videos/alice8c1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "AAAAAAHHHHH OOOOOOOOHHH YEEESSSS"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can't believe I watched that, but damn, it was hot.//
</span>
</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Look at the mess I've made…"
</span>
</p>
<div class="bild-box">
<img src="pics/alice7c2.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">The whole floor is full of her cum</p>
<p class="bg-alice">
<img src="pics/alice.png" class="portrait">
<span style="flex: 1;">
//''Alice:''// "Come on, clean it up"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "yes, Mistress"
</span>
</p>
<p class="bg-text">you wipe the sperm off the floor, a beguiling smell penetrates your nose and you unconsciously bite your lips.</p>
<div class="video-box">
<video src="videos/alice8c2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<div class="bild-box">
<img src="pics/alice7c1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Since when does cum turn me on?//
</span>
</p>
<p class="bg-text">Lost in thought, you say goodbye and go back to your room.</p>
<<link "go">>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<set $lust += 30>>
<<set $hose to 2>>
<<set $shirt to 2>>
<<set $panti to 3>>
<<set $alice += 1>>
<<goto "zimmer">>
<</link>><p class="bg-text">You are enjoying the warm water that gently massages your shoulders.</p>
<<set _randomEvent = random(1, 8)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/dusche3-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/dusche3-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/dusche3-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/dusche3-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/dusche3-5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/dusche3-6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/dusche3-7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 8>>
<div class="video-box">
<video src="videos/dusche3-8.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<<if $wochentag == "Thursday">>
<<link "continue">>
<<goto "trainercase">>
<</link>>
<<else>>
<<link "continue">>
<<goto "duscheende">>
<</link>>
<</if>><p class="bg-text">You hear the door open and Mr. Taylor enter the locker room.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh, my coach is here//
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Hello <<=$name2>>, how was the training?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Sir. It was fun, thank you."
</span>
</p>
<p class="bg-text">You turn to him and stare at his naked, muscular body.</p>
<div class="bild-box">
<img src="pics/trainernackt.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are frozen and can only stare at him. He grins at you cheekily and knows exactly what you're doing.</p>
<div class="bild-box">
<img src="pics/lippebeisen.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "May I come to you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y... yes. Yes, of course."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Good girl. As I see, you followed my advice."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// ''nod''
</span>
</p>
<p class="bg-text">Your coach is showering next to you and you can't take your eyes off his body.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh, what is wrong with me? Why does showering next to a naked man turn me on so much? Should I dare?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Because you’re into his big cock.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No, I don't think so. I'm only being nice because he's doing me a favor too.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sir? Should I massage you again?"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "With pleasure, my love."
</span>
</p>
<p class="bg-text">You begin to massage your trainer's back. His strong body draws you in magnetically, and you notice his masculine scent.</p>
<div class="video-box">
<video src="videos/trainer3-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Oh yes, that feels good."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //He is so strong and smells so good.//
</span>
</p>
<p class="bg-text">Enchanted, you move closer and closer to him, and when your breasts touch his back, your body begins to tremble.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "You are a real natural talent."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Oh my God, what I would give if he would touch me too.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Stop it//
</span>
</p>
<p class="bg-text">And as if he could read your thoughts, he turns to you and places his hands on your breasts.</p>
<div class="video-box">
<video src="videos/trainer3-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "S... sir, w... what are you doing?"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "I'm just returning your favor. Relax and enjoy it."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hmmm… o... okay, Sir."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //oh yes, just let it happen.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //um... why does this feel so good?//
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "I think you weren't completely honest with me, <<=$name2>>"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What do you mean by that, sir."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "You told me that you only like girls, but I think that was a lie."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I…
But…
I don't know. It's all so confusing and new."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "I can understand that you need time. It's probably best if I go now."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no, it was just so nice and Emma wants me to open up. She wants me to live out my true self. Am I ready for that?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //do it!//
</span>
</p>
<<link "Be quiet">>
<<set $lust += 30>>
<<set $trainer += 1>>
<<goto "duscheende">>
<</link>>
<<link "no, please don't">>
<<set $lust +=30>>
<<set $fem += 5>>
<<goto "trainer3a">>
<</link>>
<div class="bild-box">
<img src="pics/schule50a1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good morning, Sir"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Please, take a seat."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, sir"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Have you thought about it thoroughly again, <<=$name>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes sir, and I am sure that I want to take this path."
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Very good. I have prepared the paperwork for the change. You just need to enter your new female name and sign a few documents."
</span>
</p>
<p class="bg-text">He takes a stack of papers out of a drawer and comes around the desk. He leans over you and spreads the papers out. You can smell the alcohol on his breath.</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Sign all the places marked with an X."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, sir, thank you very much"
</span>
</p>
<p class="bg-text">While you go through the documents and sign them, he places his hand on your shoulder. Slowly, he slides your shirt off your shoulder.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W... what are you doing ...Sir?"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Pssst... focus on your work."
</span>
</p>
<p class="bg-text">You try to concentrate, but then his lips touch your shoulder and he breathes a kiss on it. A shiver runs through your body. His hands wander around your waist, under your shirt, and start to lift it up.</p>
<div class="video-box">
<video src="videos/schule57a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sir... please..."
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Don't be such a pain. I just need to check if you're not messing with us, and besides, you owe me a favor, or should I put the papers in the shredder?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "N... no… I'm just a little embarrassed."
</span>
</p>
<p class="bg-text">You try to ignore him and focus on the documents. It has always been completely normal for other men to see you shirtless while playing sports, and it never bothered you, but somehow it feels different now.</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "There is nothing for you to be ashamed of…<<=$name2>>. That is a beautiful name"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "T... t... thank you, sir"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Amazing what hormones can do, isn't it? You really have pretty, small breasts. Are they as sensitive as real women's breasts too?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "...."
</span>
</p>
<p class="bg-text">without waiting for your answer, he starts kneading your breasts. His fingertips wander over your nipples. You bite your lip and shudder.</p>
<div class="video-box">
<video src="videos/schule57a2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmhhh..."
</span>
</p>
<p class="bg-text">You can't suppress a soft moan</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What am I doing here? I should stop him, but it feels so good.//
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Really amazing. I think you passed the test."
</span>
</p>
<p class="bg-text">He lets go of you and you are confused that a small part deep inside you is disappointed about it.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I am finished"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Okay, then all that's left is my signature"
</span>
</p>
<p class="bg-text">He checks the papers and signs them. Your body is still trembling with excitement, and your palms are sweaty. He slides the papers across the desk and crouches down next to you. His face is now directly in front of you, and you can feel his warm, alcohol-scented breath.</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "Congratulations <<=$name2>>, you are now officially a girl at this school"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "T... thank you, sir"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "I think I deserve a little reward for that?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W... wha... what did you have in mind?"
</span>
</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "no reason to be nervous, little one"
</span>
</p>
<p class="bg-text">He places his hand on the back of your neck and comes closer. Without thinking, you let it happen. You close your eyes, and his lips meet yours.</p>
<div class="video-box">
<video src="videos/schule57a3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">A firework of emotions shoots through your body. You open your mouth and his tongue demandingly seeks yours. His passion and dominance makes you melt away.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooohh mmmmhhh"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I can't believe it. I kissed my director and it feels good… no, it feels fantastic. Emma was right about everything.//
</span>
</p>
<p class="bg-text">After what feels like an eternity and yet much too quickly, he lets you go.</p>
<p class="bg-princ">
<img src="pics/princ.png" class="portrait">
<span style="flex: 1;">
//''Principal:''// "You may leave now, <<=$name2>>, and if anything comes up, my door is always open to you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, sir"
</span>
</p>
<<link "continue">>
<<set $lust +=50>>
<<set $fem += 5>>
<<set $sub += 5>>
<<set $dad to 1>>
<<goto "schule2">>
<</link>><div class="bild-box">
<img src="pics/dusche3-1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You are alone in the changing room and start to undress.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //The coach told me that I should shower without the chastity belt, so I am allowed to take it off.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I wonder if he'll come over again today to shower together?//
</span>
</p>
<<link "continue">>
<<set $hose to 0>>
<<set $panti to 12>>
<<set $shirt to 33>>
<<set $schuhe to 0>>
<<set $casty to 1>>
<<goto "dusche3a">>
<</link>><p class="bg-text">You knock on Lea's door</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Come in"
</span>
</p>
<div class="bild-box">
<img src="pics/miete10-1.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi Lea"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Hi <<=$name2>>. What can I do for you?"
</span>
</p>
<<if $mietepay == 1>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I have thought about your offer, and if it's okay with you, I would like to give it a try."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Cool, that’s sure to be fun. Of course, my offer still stands and we can get started on Monday."
</span>
</p>
<p class="bg-text">You breathe a sigh of relief.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thanks, Lea, that makes it a lot easier."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Where does the change of mind come from? Is there anything else?"
</span>
</p>
<</if>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Well, it's about my dad. He's in trouble and I want to support him."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Oh, I'm sorry. I saw that he's visiting. I hope it's nothing serious."
</span>
</p>
<p class="bg-text">...you briefly tell Lea what happened and ask her if your father can sleep on the couch for a few days.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "And it's really okay with you that he stays here for a few days."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Of course, and maybe I can help you even more. I have an acquaintance on the other side of the city, and as far as I know, a small apartment he owns and rents out has just become available."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Really? That would be just perfect."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "I'll ask him and get back to you, okay."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes. Thank you very much. You are the best."
</span>
</p>
<div class="bild-box">
<img src="pics/strafe5a-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go back to your father and share the good news with him. He brings his things into the living room, and you stay in your room, thinking about how your life is developing right now.</p>
<<link "continue">>
<<set $miete to 3>>
<<set $strafe to 6>>
<<set $dad to 0>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<p class="bg-text">You hold back your coach and take the initiative.</p>
<div class="video-box">
<video src="videos/trainer3a-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… excuse me, sir. I don't know what came over me."
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Oh <<=$name2>>, there’s nothing you need to apologize for."
</span>
</p>
<p class="bg-text">He pulls you to him and kisses you passionately. Your wet bodies rub against each other.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh yes, I feel it. Emma was right… she was right about everything.//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //good girl//
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "mmmhh you are a wonderful girl."
</span>
</p>
<p class="bg-text">Your coach rubs against you and your cocks touch. You can feel how hard it is and get a hard-on yourself. He grabs your little cock and rubs his big, hard one on it.</p>
<div class="video-box">
<video src="videos/trainer3a-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmhh oh"
</span>
</p>
<p class="bg-text">It's been so long since someone touched your cock. your body flinches and a soft moan leaves your lips.</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Good girl. You drive me so crazy."
</span>
</p>
<p class="bg-text">His breath gets heavier and faster the harder he rubs against you</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "Ooooh yes, I'm so close. Turn around"
</span>
</p>
<p class="bg-text">You are so insecure and obey his instructions without thinking about it. He rubs his hard cock against your butt, his moans becoming loud and animalistic.</p>
<div class="video-box">
<video src="videos/trainer3a-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "OOOHH OOOHH OOOHH YESS"
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "OHH fuck yes I'm coming"
</span>
</p>
<div class="video-box">
<video src="videos/trainer3a-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "AAAAAAAAHHHHH YEESSSS AAAAAAHH"
</span>
</p>
<p class="bg-text">you feel the pulsation on your butt and the warm drops flowing from your ass.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God, oh my God… I made a man come.//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Congratulations, princess. You are a real girl.//
</span>
</p>
<p class="bg-taylor">
<img src="pics/taylor.png" class="portrait">
<span style="flex: 1;">
//''Mr. Taylor:''// "That was wonderful, <<=$name2>>. Until next time."
</span>
</p>
<p class="bg-text">He kisses you briefly and leaves you alone with your tangled thoughts and your erection. You finish getting ready and head out.</p>
<<link "continue">>
<<set $lust += 30>>
<<set $trainer += 1>>
<<goto "duscheende">>
<</link>><p class="bg-text">A man. Dressed only in a bathrobe is already waiting for you.</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/work4a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/work4b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/work4c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work4d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work4e.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/work4f.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/work4g.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good evening sir, please make yourself comfortable."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Hello pretty girl. Nice to meet you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hihi//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Just ignore it and stay professional, Ms. Lin said.//
</span>
</p>
<p class="bg-text">You start the massage</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work5a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work5b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work5c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/work5d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/work5e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/work5f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/work5g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Mmmh he has such strong muscles//
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Mmmhh your hands are so soft."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um… thank you, sir"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Is your ass that soft, too?"
</span>
</p>
<<set _randomEvent = random(1, 5)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work6po1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work6po2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work6po3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work6po4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work6po5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "You're beautifully little and your butt is so soft, I can't get enough of it."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "hehe… thank you, sir"
</span>
</p>
<p class="bg-text">You finish the massage while he can't keep his hands off your butt. Satisfied, he thanks you with a small tip. You need a few minutes to get your arousal under control.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I need to speak with Mrs. Lin//
</span>
</p>
<<link "continue">>
<<set $fem += 1>>
<<set $g += 100>>
<<set $lust += 30>>
<<goto "work8b">>
<</link>><p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ms. Lin. Can I speak with you for a moment?"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "What's up, <<=$name>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh, on my way. I'm calling myself <<=$name2>> now."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Interesting. Then we'll have to adjust your contract at some point. What's there now? I'm in a hurry."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I wanted to ask you if I can work more. I need some money and thought about working on more days."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Sorry, we are fully booked at the moment and there are no available slots in the massage rooms."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh damn. I really need money urgently. Isn't there anything else I could do on the side? Please, Mrs. Lin."
</span>
</p>
<p class="bg-text">She sizes you up from head to toe and nods</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "I might have an idea, but I need to discuss it with the boss first. I'll let you know on Thursday."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Of course. Thank you very much, Ms. Lin."
</span>
</p>
<<link "continue">>
<<set $work += 1>>
<<goto "workende">>
<</link>><div class="bild-box">
<img src="pics/spaumk.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You go directly to the changing room and put on your work clothing.</p>
<div class="bild-box">
<img src="body/hose31.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Then you start your tasks.</p>
<<link "continue">>
<<set $hose to 31>>
<<set $shirt to 33>>
<<goto "work9a">>
<</link>><p class="bg-text">A man. Dressed only in a bathrobe is already waiting for you.</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="bild-box">
<img src="pics/work4a.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 2>>
<div class="bild-box">
<img src="pics/work4b.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 3>>
<div class="bild-box">
<img src="pics/work4c.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work4d.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work4e.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 6>>
<div class="bild-box">
<img src="pics/work4f.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 7>>
<div class="bild-box">
<img src="pics/work4g.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Good evening sir, please make yourself comfortable."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Hello pretty girl. Nice to meet you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //hihi//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Just ignore it and stay professional, Ms. Lin said.//
</span>
</p>
<p class="bg-text">You start the massage</p>
<<set _randomEvent = random(1, 7)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work5a.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work5b.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work5c.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/work5d.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/work5e.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/work5f.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 7>>
<div class="video-box">
<video src="videos/work5g.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<</if>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Mmmh he has such strong muscles//
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Mmmhh your hands are so soft."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um… thank you, sir"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "Is your ass that soft, too?"
</span>
</p>
<<set _randomEvent = random(1, 5)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/work6po1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/work6po2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/work6po3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<elseif _randomEvent == 4>>
<div class="bild-box">
<img src="pics/work6po4.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<elseif _randomEvent == 5>>
<div class="bild-box">
<img src="pics/work6po5.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<</if>>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Client:''// "You're beautifully little and your butt is so soft, I can't get enough of it."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "hehe… thank you, sir"
</span>
</p>
<p class="bg-text">You finish the massage while he can't keep his hands off your butt. Satisfied, he thanks you with a small tip. You need a few minutes to get your arousal under control.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I need to speak with Mrs. Lin//
</span>
</p>
<<link "continue">>
<<set $fem += 1>>
<<set $g += 100>>
<<set $lust += 30>>
<<goto "work9b">>
<</link>><p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hello Ms. Lin. Did you speak with Mr. Demir?"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Hi <<=$name2>>. Yes, and I have good news. He was thrilled with my idea."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "That sounds great."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I'm curious to see what kind of job Mrs. Lin has found for me.//
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Come with me. I want to show you something."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Of course, ma'am."
</span>
</p>
<p class="bg-text">Lin leads you through several hallways into a side area of the spa.</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "This area is only accessible to customers through a back entrance. It is reserved for our special customers."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What's the deal with this place, that it's so secret?//
</span>
</p>
<p class="bg-text">Lin knocks on a door and steps into a room that resembles your massage room. On the couch lies a man, completely naked and the masseuse, massaging his cock. The two look at you with a smile.</p>
<div class="video-box">
<video src="videos/work9b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Hi, as I can see, we're coming at just the right time."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Hello Mrs. Lin"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Hi, you two cuties"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my god. Does she really massage his cock?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //It's so hot. Watch his cock twitch under her hands//
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Is it okay if we watch you do that?"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Always for a free massage, Mrs. Lin. And a new face is always welcome. You’re sweet, my little one, come a little closer."
</span>
</p>
<p class="bg-text">Lin pushes you closer to the two as the girl continues with the massage. The man leans back relaxed and enjoys his massage.</p>
<div class="video-box">
<video src="videos/work9b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "ooohhh yes, your hands are magical, love."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Thank you, sir, I'm glad to hear that"
</span>
</p>
<p class="bg-text">You watch with a mixture of horror and fascination.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Does Lin really think I'm massaging men's dicks?
Never.
But somehow it's arousing.
What she does to him.
How it writhes under her hands.
Could I do the same?
Will it go to the end?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Yes, feel it. Of course we can do that//
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Oooohh aaaaaahh uuuuhh I'm coming, baby"
</span>
</p>
<div class="video-box">
<video src="videos/work9b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "AAAAHHH AAAHHH wow, that was intense. Thanks my love, that deserves a big tip."
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Thank you, sir."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Good. We'll leave you alone again. I think you've seen enough to know what it's about. Come with <<=$name2>>"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "See you soon <<=$name2>>"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "um… goodbye."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //See you soon my pretty cock//
</span>
</p>
<<link "continue">>
<<set $fem += 1>>
<<set $lust += 30>>
<<goto "work9c">>
<</link>>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "This is our offer for special clients. Mr. Demir and I think that you might be suitable for it. What do you think?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Never! I won't massage cocks for any money in the world//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //You are a damn liar. Own it.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… what? Yeah, maybe. I mean… I'm not sure."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What the hell am I saying?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //good girl//
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "The girls earn at least $200 per session with an erotic massage. So this would be the perfect opportunity for you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //$200? Wow, that would definitely be enough to help my dad.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "And for that, I have to give the men a hand?"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "We don't just have male customers. The most important thing is that our customers are satisfied. The wishes are very individual and the better you fulfill the wishes of your customers, the better the tip, but yes, we give the customers an orgasm guarantee."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh… I understand. I don't know if I can do that."
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "I understand that this is a big decision. Sleep on it, discuss it calmly with your girlfriend, and then let us know."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "okay"
</span>
</p>
<p class="bg-lin">
<img src="pics/lin.png" class="portrait">
<span style="flex: 1;">
//''Lin:''// "Good. See you next week, <<=$name2>>."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay. Thank you very much for your effort, ma’am"
</span>
</p>
<<link "continue">>
<<set $work += 1>>
<<goto "workende">>
<</link>><p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Good girl. I'm starting the stream"
</span>
</p>
<p class="bg-text">Ben starts filming and unpacks his cock.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Welcome back, my little perverts. Ready for another boozy show?"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Not so shy little slut. You know your place. Give me a hand, sweetie."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What an asshole. Let's get this over with quickly.//
</span>
</p>
<p class="bg-text">You do what he says and hold his cock while he pisses.</p>
<div class="video-box">
<video src="videos/ben8a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //This is so disgusting...//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Check them out, my loyal fans. Those small, tender girl's hands around my big cock."
</span>
</p>
<p class="bg-text">Ben deliberately makes movements so that his pee stream keeps missing.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Look at the mess you're making. You can't even aim properly. We definitely can't leave it like this. Come on, clean it up."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //What a disgusting nightmare//
</span>
</p>
<div class="video-box">
<video src="videos/ben8a2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">You lick the toilet clean and try not to vomit, you don't want to do him that favor.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Isn't that sexy, my friends? Yes, you like that. Thank you very much for your support."
</span>
</p>
<p class="bg-text">The constant *ping* lets you guess how much money Ben is making from you right now.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "And you know what? I don't think I was finished yet..."
</span>
</p>
<p class="bg-text">Before you even understand what is happening, you feel a warm stream on your face.</p>
<div class="video-box">
<video src="videos/ben8a3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "aaaahhh *cough* *spit* no! Please, no"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "ahahahah I'm just helping you wash yourself ahahahah"
</span>
</p>
<p class="bg-text">The *pings* are turning into a constant barrage. You can't believe that this is what people want to see.</p>
<p class="bg-text">Finally, the ordeal is over. You wipe your face hysterically and want to run to the sink to wash yourself.</p>
<<link "STOP">>
<<set $lust +=10>>
<<set $sub += 2>>
<<goto "ben8b">>
<</link>>
<p class="bg-text">Ben pushes you back down to the ground.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Who says we're done already?"
</span>
</p>
<p class="bg-text">You look up at Ben anxiously. He still has his cock out and jerks off while he looks at you with a grin.</p>
<div class="video-box">
<video src="videos/ben6b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "It's so damn sexy when you kneel under me and lick up my piss. Look at what you've done to me."
</span>
</p>
<p class="bg-text">*Ping* *Ping* *Ping* *Ping*</p>
<p class="bg-text">Your willpower is crumbling and you are surrendering to your fate.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Mmmhh yes. Look closely, my little bitch."
</span>
</p>
<p class="bg-text">He gets faster and faster and starts moaning. You don't dare to move and stare at his hard cock.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Please, let this finally come to an end.//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Oh yes. Here, for you..."
</span>
</p>
<div class="video-box">
<video src="videos/ben8b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "AAAAHHH AAAHHH "
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "*Very quiet* Can I leave now, please?"
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "And what about the mess on the floor? Clean it up"
</span>
</p>
<p class="bg-text">You have no strength left to fight against it and reach for the toilet paper.</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Stop! Not with that. You know how to clean up here."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "*Pleading* Please, no"
</span>
</p>
<p class="bg-text">Ben holds his microphone up and whispers with an icy stare</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Do it, or your videos will end up on the public school network"
</span>
</p>
<p class="bg-text">Your last bit of willpower breaks and you obey without further resistance.</p>
<div class="video-box">
<video src="videos/ben8b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "Yes, look at her, my friends. She is completely mine."
</span>
</p>
<p class="bg-text">*Ping* *Ping* *Ping* *Ping*</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //That is so disgusting and humiliating//
</span>
</p>
<p class="bg-ben">
<img src="pics/ben.png" class="portrait">
<span style="flex: 1;">
//''Ben:''// "You did well, but next time I don't want to hear any backtalk. Don't embarrass me in front of my followers, understood."
</span>
</p>
<p class="bg-text">Ben leaves you lying on the floor like a miserable heap. You wash yourself and carry on with your day.</p>
<<link "continue">>
<<set $ben += 1>>
<<set $sub += 3>>
<<set $shirt to 12>>
<<set $hose to 12>>
<<set $schuhe to 12>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "schule3">>
<</link>><div class="bild-box">
<img src="pics/psycho2b1.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "Oh, I thought <<=$name>> was up today"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… it's me, sir."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "She now calls herself <<=$name2>>. Isn't that wonderful?"
</span>
</p>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "Absolutely fantastic. Please lie down <<=$name2>>"
</span>
</p>
<p class="bg-text">You lie down and Dr. Wood puts the VR headset on you. The recording starts immediately and you feel dizzy.</p>
<div class="bild-box">
<img src="pics/hypnose.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Your mind drifts away. You focus only on the images and my voice."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, ma’am"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Forget all your male thoughts and feelings."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Your feminine side is your true self. Trust it."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Look at it. That's what good girls are into."
</span>
</p>
<div class="video-box">
<video src="videos/psycho5a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "that is so hot"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "All girls love cocks."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Do you feel how your whole body longs for it?"
</span>
</p>
<p class="bg-text">Dr. Love gives Dr. Wood a signal and he begins to massage your chest. A pleasant warmth spreads through your body.</p>
<div class="video-box">
<video src="videos/psycho5a2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes ma’am, I can feel it. That feels so good."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You long to touch him"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "To feel his strength, his heat"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "You want to be the one who makes him come."
</span>
</p>
<div class="video-box">
<video src="videos/psycho5a3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Mmmhh oh yes I want it"
</span>
</p>
<p class="bg-text">Your breathing is getting heavier and faster</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Do you feel the fire burning inside you? That's your desire. Your desire for a cock."
</span>
</p>
<p class="bg-text">She nods to Dr. Wood, and he takes a step forward.</p>
<div class="video-box">
<video src="videos/psycho5a4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooohh aaaahh yes, I can feel it."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Only cocks can ignite this fire in you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmhh more, I want more. Give me a cock."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Satisfying dicks is all that matters to you."
</span>
</p>
<div class="video-box">
<video src="videos/psycho5a5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Tell me what you desire more than anything else?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "A big, hard cock that I can satisfy."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Do you want to feel what he feels like in your small, delicate hands?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes ma'am. Please give me a cock."
</span>
</p>
<p class="bg-text">Dr. Wood puts his cock in your hand and you start jerking him off in a trance.</p>
<div class="video-box">
<video src="videos/psycho5a6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "uuuhh fuck yes"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmhh he's so hard and velvety at the same time. I love that feeling."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "What is the only goal that a good girl has?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "To satisfy his cock. To make men come."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Show me."
</span>
</p>
<p class="bg-text">You rub his cock faster and harder.</p>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "Uuuhhh aaaahh I'm so close."
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Tell him what you want, <<=$name2>>."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Come. Come for me. Give me your seed."
</span>
</p>
<p class="bg-text">Dr. Wood tears himself away and jerks everything over your face.</p>
<div class="video-box">
<video src="videos/psycho5a7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "AAAAHHH AAAAHHH AAAAAHHH"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Mmmmhh, so good, so warm. Thank you, Sir."
</span>
</p>
<p class="bg-text">While Dr. Wood gets dressed again, Dr. Love cleans you.</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "If I tell you to wake up, you won't remember any of it. All memories will come only from your subconscious."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, ma’am"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Wake up!"
</span>
</p>
<p class="bg-text">You blink and sit up. Your breath is heavy and your heart is pounding. You feel an inner heat, but you don't know why.</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "That was a very good session, <<=$name2>>. See you next time."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you very much, Dr. Love. You too, Dr. Wood. Goodbye."
</span>
</p>
<p class="bg-text">You leave the video room and make your way home.</p>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "She is changing quickly, Dr. Love. Will she really change her sexual preferences? Even when she is awake?"
</span>
</p>
<p class="bg-love">
<img src="pics/love.png" class="portrait">
<span style="flex: 1;">
//''Dr. Love:''// "Over 90% of our thoughts and feelings are controlled by our subconscious, dear colleague. It won't happen immediately, but her subconscious will become stronger and stronger, and eventually she will be convinced that it is her own belief that she is following."
</span>
</p>
<p class="bg-wood">
<img src="pics/wood.png" class="portrait">
<span style="flex: 1;">
//''Dr. Wood:''// "I'm fine with that. It's the best experiment I've ever participated in."
</span>
</p>
<p class="bg-text">The two of them grin at each other and nod in agreement while you have already left the practice.</p>
<<link "go home">>
<<set $psycho += 1>>
<<set $fem += 3>>
<<set $sub += 3>>
<<set $porno += 1>>
<<set $traum += 1>>
<<set $lust += 50>>
<<set $zeitIndex = $tageszeiten.indexOf("Night")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "gangcase">>
<</link>><p class="bg-text">You are at Sanny's house and while you wait in the living room, she goes to the bedroom to change.</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Make yourself comfortable and feel at home."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Okay, thanks. You have a great apartment, Sanny."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Thanks. Help me out, sweetie, I can't decide."
</span>
</p>
<p class="bg-text">You turn toward her, and Sanny has left her bedroom door open. She is standing half-naked in front of her bed, looking for matching underwear.</p>
<div class="video-box">
<video src="videos/girls3a1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh sorry, I didn't mean to peek."
</span>
</p>
<p class="bg-text">You turn away from her with a red face.</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Hehe, you're really cute. As if there were such big differences between us girls."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. well…"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Oh come on. We know your little secret, and it doesn't make any difference. What matters is how you feel."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y... you know what's going on…?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "What do you think? You used to be <<=$name>> and now you're <<=$name2>> *smiles*"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "a...and that doesn't bother you?"
</span>
</p>
<p class="bg-text">Sanny comes out of the room and shows you her outfit.</p>
<div class="video-box">
<video src="videos/girls3a2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "What do you think of it? Do I look sexy in it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… yeah. You are beautiful, Sanny."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //And damn hot. Is she trying to seduce me?//
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Thanks, love, and no, it doesn't bother us. On the contrary, it turns me on a little."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. uh… *cough*"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Haha, relax. I know you have a girlfriend."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Stop teasing me. You're making me really embarrassed."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "There is no reason for that, <<=$name2>>. I know how you feel."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I doubt that, but thank you for your concern."
</span>
</p>
<p class="bg-text">Sanny starts unbuttoning her pants…</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What are you doing?"
</span>
</p>
<div class="video-box">
<video src="videos/girls3a3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "You're not the only one with a little surprise between your legs."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Oh, now it's getting interesting.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You…"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Haha, your face. That's exactly what I love. The first expression is always surprise, but then comes that lustful look. We just combine all the best in one."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Lustful…? No, sorry, I don't think that way."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //And then why can't you stop staring? You want to touch him, taste him…//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "NO!!"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Alright, alright. I'm sorry. I thought you were more open and happy that you aren't alone."
</span>
</p>
<p class="bg-text">Sanny gets dressed again and grabs her jacket.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No, no. I'm sorry Sanny, I didn't mean it that way. I just wasn't prepared for it…"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "All good. Let's go."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn. Do you see what you've done? Now she's offended.//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //I know how you could make it up.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Stop it now.//
</span>
</p>
<<link "continue">>
<<set $lust +=20>>
<<goto "girls3b">>
<</link>>
<p class="bg-text">Later</p>
<p class="bg-text">You are at the club. Sanny hasn't said much anymore and seems to be ignoring the situation. She is chatting animatedly with a stranger. Sabrina and Lucy have a date tonight and are dancing carefree the whole time. And so you stand a bit lost in a secluded corner at the bar, drinking.</p>
<div class="bild-box">
<img src="pics/girls2b1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Everything has been so damn confusing lately.//
</span>
</p>
<p class="bg-text">Time passes and you are just thinking about going home when you feel a breath on your ear and a familiar voice.</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Hi sweetie, I was hoping I’d find you here."
</span>
</p>
<p class="bg-text">He puts his hands around your waist and presses you against the counter.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "hi"
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "You look hot. I like your new look."
</span>
</p>
<p class="bg-text">He presses himself against you and you can feel something your butt.</p>
<div class="video-box">
<video src="videos/girls3b1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God. Does he have an erection?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Of course, he has an erection, and you're getting hard too.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Um.. no, that's not true…//
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "You smell so good, and your little secret keeps me from sleeping."
</span>
</p>
<p class="bg-text">His hand moves into your crotch and squeezes the cage briefly. You can't suppress a gentle moan.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmh... oh Tom, please no. What if someone sees us."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn, why does this feel so good?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Because that's exactly what you want. You've never wanted anything else but dicks.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //No, that's bullshit… or is it?//
</span>
</p>
<p class="bg-text">He lifts your skirt up and massages your bare butt. You can feel him rubbing his boner against you.</p>
<div class="video-box">
<video src="videos/girls3b2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn, I have to get out of here. I can't allow this. I don't want to allow this.//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //And whether you want it. You want much more. Finally stop resisting it.//
</span>
</p>
<p class="bg-text">It doesn't matter what you want. Tom pins you against the counter with such dominance that you can barely move.</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "You are so damn sexy and standing here all alone. If you belonged to me, I would never leave you alone."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "*gulp* Tom, you know I have a girlfriend."
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Yes. We can gladly invite her to our little party sometime."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //He would definitely take good care of Emma. We should ask him.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Please leave Emma out of the game.//
</span>
</p>
<p class="bg-text">His hand moves further and gently presses your chest. He teases your nipples through the thin fabric of your shirt.</p>
<div class="video-box">
<video src="videos/girls3b3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmmmmhh ooouuhh"
</span>
</p>
<p class="bg-text">He takes your hand and guides it to his cock.</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Can you feel how much I want you?"
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Come on, do it. You've just been waiting for this...//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh damn… is this really what I want… I can't decide that without Emma.//
</span>
</p>
<<link "Wriggle out of his embrace and apologize.">>
<<set $lust +=30>>
<<goto "girls3d">>
<</link>>
<<link "Grab his cock">>
<<set $lust +=50>>
<<set $fem += 5>>
<<set $sub += 5>>
<<goto "girls3c">>
<</link>>
<p class="bg-text">Your lust takes over, and you grab his cock. He is hard and big and presses against your hand.</p>
<div class="video-box">
<video src="videos/girls3c1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "oh yes baby, can you feel how much I want you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //It turns me on, so it simply has to be right... or?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Good girl//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Mmmhh yes Sir. He is so big."
</span>
</p>
<p class="bg-text">Tom pushes you even harder against the counter and pulls your skirt all the way up.</p>
<div class="video-box">
<video src="videos/girls3c2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "uuuuhhh mmmhh"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //oh God, he's so strong and determining. I can feel it. On my butt. Between my legs.//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Now you're finally starting to understand who you really are and what you really want.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is this what real girls feel?//
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Today you belong to me, understood?"
</span>
</p>
<p class="bg-text">You are so aroused and intimidated that your will melts away with every word from his mouth.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, sir. I am yours."
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Good girl"
</span>
</p>
<p class="bg-text">He pushes your shirt down and exposes your chest. His fingers tease your nipples.</p>
<div class="video-box">
<video src="videos/girls3c3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Your body begins to shake uncontrollably under his hands. You feel your little cock pressing against the cage. You can't believe it, but you're close to orgasm.</p>
<div class="bild-box-2">
<img src="pics/orgasmusface.jpg">
<img src="pics/castytropf.gif">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "ooooohhhhuuu aaaammmhh"
</span>
</p>
<p class="bg-text">He takes your hand and whispers hoarsely in your ear.</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Follow me to the toilets."
</span>
</p>
<p class="bg-text">You are frozen. You don't feel ready for this step, you don't even know what's happening now, but your body is screaming with desire. Indecisively, you push your last bit of will aside and let him take control.</p>
<<link "obey">>
<<set $sub +=5>>
<<set $lust += 50>>
<<goto "girls3e">>
<</link>>
<p class="bg-text">You wriggle out of his grip and turn to face him.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I... I'm s... sorry, but I'm not that kind of person."
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "You want to tell me that you didn't like it? Your body language tells me otherwise."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I… I don't know. It's complicated."
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "I understand. I won't force you to do anything. I am someone who wants people to surrender to him."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Ooohhuu why does that sound so seductive?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Because you want to. You're into his big, hard cock//
</span>
</p>
<div class="bild-box">
<img src="pics/lippenbeisen.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I need time, sir."
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Then you better leave now, while I can still control myself. You'll find me here every Friday if you change your mind."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you, sir"
</span>
</p>
<p class="bg-text">Without thinking about it, you lean forward and kiss Tom before turning around and running away.</p>
<div class="video-box">
<video src="videos/girls3d1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<div style="text-align: center;">
<span style="font-size: 24px;">●</span>
</div>
<p class="bg-text">You set out to find Sanny and find her in tears.</p>
<div class="video-box">
<video src="videos/girls3e1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh my God, Sanny. What happened?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "I just want to go home. *sob* Can we please go? *snif*"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, of course. Come with me, love."
</span>
</p>
<<link "continue">>
<<set $tom to 1>>
<<goto "girls3f">>
<</link>>
<p class="bg-text">Tom pulls you determinedly towards the toilets when suddenly Sanny appears in front of you. She is in tears.</p>
<div class="video-box">
<video src="videos/girls3e1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "*sob* Hey <<=$name2>>. There you are, I've been looking for you everywhere."
</span>
</p>
<p class="bg-text">Tom lets go of your hand and you hear a deep growl coming from his direction. Your head clears a bit at the sight of your friend.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh my God, Sanny? What happened?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "I just want to go home. *sob* Can we please go? *snif*"
</span>
</p>
<p class="bg-text">You look back and forth between Tom and Sanny and don't know what to say, when Tom takes you aside.</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "Your friend is not feeling well. You should take her home."
</span>
</p>
<p class="bg-text">Thankful for his understanding and yet somehow disappointed, you nod in agreement.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm sorry, sir"
</span>
</p>
<p class="bg-tom">
<img src="pics/tom.png" class="portrait">
<span style="flex: 1;">
//''Tom:''// "We are not done yet, little one. I want to see you again. I am here every Friday, and if you don’t show up, I will find you. Understood?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "*gulp* Yes, Sir"
</span>
</p>
<p class="bg-text">You walk over to Sanny and push her towards the exit.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Let's go, love."
</span>
</p>
<<link "continue">>
<<set $tom to 2>>
<<goto "girls3f">>
<</link>>
<p class="bg-text">You accompany Sanny home. The fresh air slowly helps you think clearly again.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sanny, please tell me what happened. I'm worried."
</span>
</p>
<p class="bg-text">She takes your hand and you walk hand in hand to her home.</p>
<div class="bild-box">
<img src="pics/girls3f1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "It's nothing. I'm just an idiot who always falls in love with the wrong people."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "The guy you were talking to?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Yes. We had something together last week, and today he told me that he has a wife and children and it was just an affair."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What a jerk. I'm so sorry for you."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "It really wasn't that bad, but then I saw the three of you, how happy you were with your men, and that was just too much for me. I'm sorry, I know it's stupid to be jealous of your friends."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Forget it. Actually, I'm glad you saved me. Um... how much did you see?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Haha… you obviously had your fun."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. I think I drank a bit too much and lost self-control."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "If you say so.
You could have told me right away that you’re into men. But I don’t quite understand… you have a girlfriend, don’t you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ummm… yes. It's like…"
</span>
</p>
<p class="bg-text">You tell Sanny your story about Emma. About how she was the first one to reciprocate your feelings. That you weren't able to satisfy her like a real man and how your change is connected to all of that...</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "And that's why you decided to open up your relationship?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "yes"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Wow. And it doesn't bother you if she sleeps with other men?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I don't know. We only agreed on it last week, and tomorrow she will invite a stranger to our meeting for the first time."
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Will you be there when she does it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes. It's a matter of trust, she says. Sounds crazy, right?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "Hmm… honestly, I find it pretty hot."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Are you kidding me?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "No. You are like me. We are obviously attracted to both genders. Don't you see the possibilities that this opens up for you?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I've never looked at it that way… Thank you, Sanny, it felt good to talk to someone who can understand me."
</span>
</p>
<p class="bg-text">You have arrived at Sanny's house and she smiles at you. It's nice to see her happy again.</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "<<=$name2>>?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes?"
</span>
</p>
<p class="bg-sanny">
<img src="pics/sanny.png" class="portrait">
<span style="flex: 1;">
//''Sanny:''// "I really like you a lot, and if your relationship is open…?"
</span>
</p>
<p class="bg-text">Sanny looks at you shyly and questioning.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //She is so beautiful and the only one who probably really understands me. Emma wants me to open up, and if I tell her, it's not cheating. Those were her words...//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //...and she has a dick//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ich mag dich auch…"
</span>
</p>
<div class="bild-box">
<img src="pics/girls3f2.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You share a tender farewell kiss and then you go home lost in thought.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow. What a day. What a week. There’s so much I need to tell Emma and I still have so many questions. Emma was right that it’s good for me to open up. And what about what Sanny told me? Is there really no reason to be jealous if Emma invites a stranger? Could I even end up enjoying it?//
</span>
</p>
<<link "Go home">>
<<set $girls += 1>>
<<set $lust += 30>>
<<set $fem += 5>>
<<set $zeitIndex = $tageszeiten.indexOf("Latenight")>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>><<set _randomEvent = random(1, 6)>>
<<if _randomEvent == 1>>
<div class="video-box">
<video src="videos/porno4-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<set $lust += 30>>
<<elseif _randomEvent == 2>>
<div class="video-box">
<video src="videos/porno4-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<set $lust += 30>>
<<elseif _randomEvent == 3>>
<div class="video-box">
<video src="videos/porno4-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<set $lust += 30>>
<<elseif _randomEvent == 4>>
<div class="video-box">
<video src="videos/porno4-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<set $lust += 30>>
<<elseif _randomEvent == 5>>
<div class="video-box">
<video src="videos/porno4-5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<set $lust += 30>>
<<elseif _randomEvent == 6>>
<div class="video-box">
<video src="videos/porno4-6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<<set $lust += 30>>
<</if>>
<<if $emma <= 9>>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Do you see that big, beautiful cock? Can you imagine how hot it is to touch him?//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Am I supposed to imagine the scene from the girl's perspective?"
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Of course, that's what you want. To please men…//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh damn, why does the thought turn me on…?//
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mmh how I would like to be her now and satisfy this big cock."
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //good girl//
</span>
</p>
<<set $lust += 30>>
<</if>>
<<if $lust >= 60>>
<p class="bg-text">You can no longer hold back.</p>
<<link "take your vibrator">>
<<goto "cum">>
<</link>>
<<else>>
<p class="bg-text">you're not in the mood today.</p>
<<link "continue">>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "zimmer">>
<</link>>
<</if>><p class="bg-text">Emma sent you her location and you're meeting her in the city.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hey darling, I missed you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I missed you too."
</span>
</p>
<div class="bild-box">
<img src="pics/emma9-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "What are we doing here?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I thought that since today is our big day, we should really make ourselves look nice one more time. We want to make a good impression, don’t we?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… yeah, sure."
</span>
</p>
<p class="bg-text">Emma takes you into a beauty salon. She talks to the receptionist and you get served immediately.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I booked the all-round couple program for us and don't worry, our later date will cover the costs. Isn't that great."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yeah… that's... great."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Has she ever been so happy when we met...?//
</span>
</p>
<p class="bg-rw">
<img src="pics/rw.png" class="portrait">
<span style="flex: 1;">
//''Girl:''// "Please, make yourselves comfortable. We'll start with the full-body hair removal."
</span>
</p>
<div class="bild-box-2">
<img src="pics/emma9-1a.png">
<img src="pics/emma9-1b.jpg">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "So, sweetie, tell me. How was your week?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Everything went well at school. I am now officially registered as a girl. In sports, I was already in the girls' group, but it's easier now that it's official."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That's good news. I'm so happy for you."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thank you. There is also something less pleasant to report. My father is currently living with us. He lost his job and also his house."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, I'm sorry, little one."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I try to help him wherever I can. Lea, my landlady, has found an apartment for him. We will view it on Monday. And… I will support him financially."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That's great of you. You are such a good person, that's why I love you so much. But how can you afford that?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I… *sigh*"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Kein drumherum Gerede. Wir haben uns geeinigt über alles offen und ehrlich zu reden."
</span>
</p>
<div class="bild-box-2">
<img src="pics/emma9-2a.jpg">
<img src="pics/emma9-2b.jpg">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "You're right, I'm sorry. I asked at the wellness center if I could work more, and they offered me a more lucrative job. But I don't know what you think about it."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I can only tell you that if you tell me."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ok then... They also offer erotic massages there. With a happy ending guarantee."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Seriously?!"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "It's fine. I knew it was a stupid idea, and I can't imagine doing something like that. I will find another way."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What? No. That’s perfect."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Perfect?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, of course. There is nothing bad about it. It's just a service. Just like cutting hair. And you can learn so much from it. It will help you open up. And you also get money for it... You have to do this. Please promise me that you will at least try... Please."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //How does hair cutting? Is it really that harmless? Am I just overreacting…?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Yes, of course. What's the point. The people in the porn you watch aren't in love with each other either. It's just a service to entertain others, or like in your case, to do something good for others.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… okay. If you're happy with it. I could really use the money… but I… I don't really know how it works, if you know what I mean."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "yeah… don't worry, you'll learn it, and I'll help you with it."
</span>
</p>
<<link "continue">>
<<set $lust += 10>>
<<set $fem += 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma9a">>
<</link>>
<div class="bild-box">
<img src="pics/lea.png" style="width: 300px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Hello <<=$name2>>, I have good news."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Hi, yes?"
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "The apartment I told you about is available. I scheduled a viewing for you on Monday."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "That's great. Thank you very much, Lea."
</span>
</p>
<p class="bg-lea">
<img src="pics/lea.png" class="portrait">
<span style="flex: 1;">
//''Lea:''// "Here is the address. Good luck."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Thanks again."
</span>
</p>
<<link "continue">>
<<goto "gang">>
<</link>>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You haven't told me a hot story yet. Haven't you opened up to anyone else? You really need to be braver, little one."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Damn... she'll notice if I lie. I'd better tell her the harmless things. I should keep her away from the blackmail.//
</span>
</p>
<div class="bild-box-2">
<img src="pics/emma9a-1a.jpeg">
<img src="pics/emma9a-1b.jpg">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'm a bit embarrassed to talk about it…"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Don't be so shy. Finally accept that all of this is normal, dear."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Sanny said that too."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Sanny? Tell me more about this Sanny."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "She is one of the girls from my sports group that I now go out with more often. I think she has a crush on me…"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "*grumble* Hmm.. so a girl? And are you into her too?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Is Emma angry now after all?//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //She is jealous because she wants to be the only woman in your life. Tell her that Sanny has a cock, you idiot.//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... it's not what you think. Sanny is like me. She's also a girl with a penis, that's probably why we get along so well."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "*smiling* Ah, that's good. She can surely teach you quite a bit. ..."
</span>
</p>
<div class="bild-box-2">
<img src="pics/emma9a-2a.jpeg">
<img src="pics/emma9a-2b.png">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What about men?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um... my coach thinks I'm pretty. Sometimes we shower together, and recently we massaged each other a bit."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Now it's finally getting interesting. Tell me the details. How did you like it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "He wants me to shower without a cage, for hygienic reasons. In the shower I massaged his back. Her smells so good that I was all dim..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, that sounds hot, what happened next?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "He turned to me and started massaging me. My butt, then my breasts. Our cocks touched, his was so big..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "These are the stories I want to hear. Keep going, little one."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "It aroused me, but I just stood there. I had the feeling that it wasn't right because he is a man…"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "You really need to start accepting your feelings, honey. How did it turn out?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "He was unstoppable. He rubbed against my butt and came on my butt. I was kind of proud of it, but also confused..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'm proud of you, sweetie. Every beginning is hard, but next time you have to be a little braver, okay?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… I'll try."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Oh yeah. We kissed…"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "..so cute."
</span>
</p>
<p class="bg-text">The beauty day is slowly coming to an end, and you are relaxing in the quiet zone.</p>
<div class="bild-box">
<img src="pics/emma9a-3.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What about the guy from the club? Did you see each other again?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… yeah. It was a weird evening. The girls all had dates and I spent most of the time alone at the bar. I had already had a bit too much to drink, and then suddenly Tom was behind me, pressing me against the counter."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "That sounds hot. What did he do?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I could hardly move. He was really dominant. He pushed my skirt up and rubbed against my butt. He played with my chest with his hands. I was afraid that someone would see us, but somehow it made it all the more exciting..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I believe you. You're made to submit to others. That's a good quality for a good girl. What then?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "He almost undressed me and became more and more wild. I was so ashamed, but it was so hot and I was drunk. Then he wanted me to touch his cock. In public..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wow! And?! Did you?"
</span>
</p>
<<if $tom == 1>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No. It was too embarrassing for me and everything was happening way too fast..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh, what a shame. You can't turn men on first and then disappoint them, or you'll quickly get a bad reputation, darling."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I didn't mean that. I apologized to him and then I kissed him, and we went out again..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Very nice, and next time, there will be no no, understood?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… okay."
</span>
</p>
<<else>>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Y... yes. He was big and hard. I felt his heat through the fabric."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Wow. I'm proud of you. Tell me more."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "He became wild and rough, whispered dirty things in my ear, started to undress. We were still in the public eye, my breasts were free, and his fingers almost drove me crazy."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "So damn hot. That's exactly the right way, sweetie."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I completely lost control and was just his passenger. He wanted to pull me into the bathroom… I don’t know what would have happened then… but then we ran into Sanny. She was really feeling bad."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What shitty timing. It continued later, right?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "No. He insisted that I take her home. He's a real gentleman. But we arranged to meet again."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good. I want to know how this adventure ends *hehe*"
</span>
</p>
<</if>>
<p class="bg-text">You chat for a while longer, and then it's time to go home and wait for the stranger that Emma found through a dating app.</p>
<<link "continue">>
<<set $lust += 20>>
<<set $fem += 2>>
<<set $zeitIndex += 1>>
<<set $tageszeit = $tageszeiten[$zeitIndex]>>
<<goto "emma9b">>
<</link>><p class="bg-text">You are at Emma's home waiting for the guest. You are nervous, your hands are sweating, and a feeling of fear, sadness, but also excitement and eroticism spreads through you.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //So it's going to happen today. I am going to share my girlfriend with a stranger. What was I thinking when I agreed to this?//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Are you as excited as I am, darling? Everything inside me tingles with anticipation."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "mhm… yeah, honey."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //It's too late to back out now. Emma would never forgive me for that, and I want her to be happy and satisfied. So, eyes closed and through with it...//
</span>
</p>
<p class="bg-text">The doorbell rings. Emma opens the door and a tall, well-trained man enters the apartment.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Men:''// "Hello you sweethearts, I'm glad to finally meet you in person. I'm Alex"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Hi. The pleasure is all mine. Come in."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "h... hi"
</span>
</p>
<p class="bg-text">Emma introduces you to each other and explains the situation again. Alex smirks at you briefly, but most of the time his gaze lustfully lingers on Emma.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Before we get started, I have one more request for you, Alex."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "I am here to fulfill your wishes. What can I do for you?"
</span>
</p>
<p class="bg-text">Emma sits down next to you on the couch and hugs you gently.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Our little one here is still a bit shy and inexperienced. Would it be okay with you if she gets to practice a little?"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Hehe, yeah sure. A little foreplay has never hurt."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W... what…? m... m... me…? Tha… that's not necessary..."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Calm down, love. I told you I would help you with that."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh my God. I'm not prepared for this. I thought I was just supposed to watch.//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //And yet the thought turns you on...//
</span>
</p>
<p class="bg-text">Alex opens his pants and takes out his cock. Your gaze lingers on it with a mixture of awe and pleasure. You can no longer deny that you are attracted to big cocks.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "W... what should I do?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "It's best to take both hands, you don't have any experience with such a big cock. Just imitate me."
</span>
</p>
<div class="video-box">
<video src="videos/emma9b-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-text">Alex watches you amusedly</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What a magnificent cock, don't you think?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um.. yeah, he's really big."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "waits until it gets hard."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come on, little one, take it in your hand."
</span>
</p>
<p class="bg-text">You do what Emma tells you to do and take his cock in your hand</p>
<div class="video-box">
<video src="videos/emma9b-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "What does it feel like?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "G... good."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "And now move your hands up and down, just like I showed you."
</span>
</p>
<p class="bg-text">You focus on Emma's words and start jerking off Alex's cock. You can feel it slowly getting bigger and harder in your hands.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Mmmmh, not so bad for a start."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I never thought it would feel this good. I make his penis grow…//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //That has always been your destiny.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Very nice, love. You can go a bit faster."
</span>
</p>
<p class="bg-text">You take pleasure in it and pick up the pace.</p>
<div class="video-box">
<video src="videos/emma9b-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Mmmhh, it feels so good in my hands."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Uuuuhhhmm good girl. You are a natural talent"
</span>
</p>
<p class="bg-text">While you jerk his cock, Emma starts to undress</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Mmmhh, you two are driving me crazy"
</span>
</p>
<p class="bg-text">Alex stares at her naked body with a hungry look and suddenly pulls away from you.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Enough with kindergarten, now it's time for the adults."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Oh no, please don't, it's just starting to get fun.//
</span>
</p>
<<link "continue">>
<<set $fem +=5>>
<<set $lust += 30>>
<<goto "emma9c">>
<</link>>
<div class="bild-box">
<img src="pics/kapitel1.jpeg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<<link "your room">>
<<goto "zimmer">>
<</link>>
<p class="bg-text">Alex gets up and grabs Emma by the neck, he wildly pushes her against the wall and kisses her passionately</p>
<div class="video-box">
<video src="videos/emma9c-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "You are so damn hot, I can't wait any longer."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Uuumm oooh yes, take me."
</span>
</p>
<p class="bg-text">Emma responds to his kisses wildly and passionately.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //He's so dominant and Emma looks so hot. I've never seen her so aroused.//
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Watch and learn, Cucky"
</span>
</p>
<p class="bg-text">Alex pushes Emma down and rams his big cock into her mouth.</p>
<div class="video-box">
<video src="videos/emma9c-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "uuumm *gulp* *gag* *breathe* ...he is so big"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "ooohh yes deep bitch. Deeper!"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Do you see your little slut girlfriend sucking a real cock? You should learn to kneel next to her."
</span>
</p>
<div class="bild-box">
<img src="pics/emma9c-3.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //*gulp* why am I suddenly not sure anymore who I'm more jealous of? Alex, because I can never satisfy Emma like that, or of Emma…//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "*gulp* *gulp* *gag* aaaahhh"
</span>
</p>
<p class="bg-text">Alex yanks Emma up by her hair.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Is your pussy ready for me?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, Sir... I'm wet for you."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Good girl"
</span>
</p>
<div class="video-box">
<video src="videos/emma9c-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oooooohhhh I feel you inside me... aaaaahhh you are so big"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "ooohhh your pussy is so tight baby"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //His cock fills her pussy completely. I can understand that she missed that.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Ooooohhhhhuuu yes fuck me... use me aaaahhh"
</span>
</p>
<p class="bg-text">Alex holds Emma tight and rams his cock faster and faster, deep into her pussy</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "oh fuck… oh fuck… yesss I'm coming… I'm so close…"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "come for me baby"
</span>
</p>
<div class="video-box">
<video src="videos/emma9c-5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "AAAAAAAHHHHH AAAAAAAAHHH OOOOOOHHH YEEEESSssss"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Wow, she came so violently. It was so hot.//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "*breathing* *breathing* oooh Alex you are so good."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Don't be so shy, Sissy. Show us your little surprise."
</span>
</p>
<p class="bg-text">You obey and take off your panties.</p>
<div class="bild-box">
<img src="pics/emma9c-6.jpg" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">Alex turns Emma, who is still shaking, on her back and rams his cock into her pussy again.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Do you enjoy how I fuck your girlfriend, sissy?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… yes, Sir. I'm glad how much Emma is enjoying it."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Have you ever made her scream like that?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… no, sir."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "And that's why your place is in the stands."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I understand… sir."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oooohhuuu fuck Alex more... more... I'm close again..."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "oooohhh you insatiable bitch... beg me."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oooohhhuuu please, please give it to me… let me come… please"
</span>
</p>
<p class="bg-text">Alex rams his cock hard into Emma again and then rubs her pussy until Emma explodes in a violent orgasm.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I'm coming… I'm coming… aaaaahh"
</span>
</p>
<div class="video-box">
<video src="videos/emma9c-7.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "AAAAAAAAAAUUUUUUHHH OOOOOOOHHHHOOOO AAAAAHH"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //Already again? Wow, he’s made her come twice already and still isn’t done.//
</span>
</p>
<p class="bg-text">Emma is lying on the couch, trembling and out of breath</p>
<<link "continue">>
<<set $sub +=5>>
<<set $casty to 1>>
<<set $lust += 30>>
<<goto "emma9d">>
<</link>><p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "*breathe* *breathe* oh fuck, thank you <<=$name2>>, for agreeing to this. Do you see how much I needed this? What do you think of it?"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Yes, Emma. I'm glad when you're happy. And… um… it turns me on to see you like that."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh honey, sorry. I'm so selfish. You can open the cage and relieve yourself while you watch us."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Um… okay… thanks, honey."
</span>
</p>
<p class="bg-text">You open the cage and start jerking off while watching your girlfriend and Alex.</p>
<div class="video-box">
<video src="videos/emma9d-1.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Enough talking, ready for the next round?"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Yes, sir *smile*"
</span>
</p>
<p class="bg-text">Alex turns Emma around and takes her from behind</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "oooohhh my god Alex... You destroy my pussy"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "aaaaahhh fucking your pussy is so hot and wet"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "oooohhh fuck I'm coming again aaaahhh what are you doing to me..."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Yeah baby, come, come for me"
</span>
</p>
<div class="video-box">
<video src="videos/emma9d-2.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "AAAAAAAHHHHHH AAAAAAAAHHH AAAAAAAAHHH"
</span>
</p>
<p class="bg-text">Emma comes again and again...</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //I didn't know that a girl could come so often.//
</span>
</p>
<p class="bg-text">Emma is completely exhausted on the couch. Her legs shake uncontrollably, but Alex knows no mercy and pulls up her hips and fucks her doggy.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //He is insatiable. So strong, so dominant…//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "aaaaahh aaaahh I can't anymore uuuuhh…please Alex"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "I'll take you beyond your limits bitch"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //ooohh this is so hot… I can't last much longer either...//
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "ooooooouuuuuuhhhhhh Aaaaaaaaalexxx aaaaaaaahhh"
</span>
</p>
<div class="video-box">
<video src="videos/emma9d-3.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "OOOOHHH OOOOHH OOOOHH *heavy breathing*"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "yes, good girl. Look at your girlfriend, she can't get enough of my cock"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //oooohhh fuck mmmhhh this is so hot//
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I'll come too..."
</span>
</p>
<div class="video-box">
<video src="videos/emma9d-4.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "aaaahhh aaaahh aaaahh"
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Yes, Sissy, that's good. Come with your girlfriend. Good girl"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Good *breathe* done *breathe* darling *breathe*"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oooohh Alex, that was the best sex of my life."
</span>
</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Glad to hear that. Now it's my turn. On your knees"
</span>
</p>
<p class="bg-text">Emma obeys and kneels in front of Alex and jerks off his cock.</p>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "Oooohhh mmmmhh yeah… open your mouth, bitch"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "mmmhh yes give me your cum"
</span>
</p>
<div class="video-box">
<video src="videos/emma9d-5.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-rm">
<img src="pics/rm.png" class="portrait">
<span style="flex: 1;">
//''Alex:''// "AAAAAHHHH mmmaa yes take that bitch"
</span>
</p>
<p class="bg-text">Alex squirts a big load into Emma's mouth.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Mmmmhhh so delicious"
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "Ooh wow… you look hot, darling"
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Come here, little one. I love you"
</span>
</p>
<p class="bg-text">Without thinking about it, you kiss Emma, who is still full of his cum.</p>
<div class="video-box">
<video src="videos/emma9d-6.mp4" controls autoplay loop width="640" height="360"></video>
</div>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
''You think:'' //she's still full of his cum... but I don't mind... Actually, it tastes good//
</span>
</p>
<p class="bg-inner">
<img src="pics/hypnose.gif" class="portrait">
<span style="flex: 1;">
''Inner voice:'' //Good girl//
</span>
</p>
<<link "continue">>
<<set $sub +=5>>
<<set $fem += 5>>
<<set $lust to 0>>
<<set $casty to 2>>
<<goto "emma9e">>
<</link>><p class="bg-text">Alex has gone, and you're still in bed with Emma, cuddling a bit.</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "I love you so much, my darling. That was the best day of my life."
</span>
</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I love you too."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Please be honest. How was it for you?"
</span>
</p>
<p class="bg-text">You think about it for a while before you answer.</p>
<p class="bg-john2">
<img src="pics/jenny2.png" class="portrait">
<span style="flex: 1;">
//''You:''// "I was a little afraid, but not anymore.
I have realized how much you need this, and I want to give you everything you need.
I now understand your fascination with real men, because I feel it myself.
I am so grateful to you for showing me my true self and I hope so much that you will accompany me forever in my new life."
</span>
</p>
<p class="bg-emma">
<img src="pics/emma.png" class="portrait">
<span style="flex: 1;">
//''Emma:''// "Oh darling. I love you and I will always be there for you."
</span>
</p>
<div class="bild-box">
<img src="pics/emma9e-1.gif" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">You cuddle for a while longer and outside it gets dark. It's time for you to go home.</p>
<<link "go home">>
<<goto "ENDE">>
<</link>>
<div class="bild-box">
<img src="pics/theend.png" style="width: 500px; height: auto; display: block; margin: 0 auto;">
</div>
<p class="bg-text">This is the end of Chapter 1 and this version of the game.</p>
<p class="bg-text">Thank you for playing, I hope you had fun.</p>
<p class="bg-text">Chapter 2 will follow with the next update</p>