<center> <img src="img/Misc/intro.png" width="40%"> </center>
<center><h1>WARNING</h1></center>
The game you are entering is entirely for adults.
If you are under 18, please leave. The responsibility lies entirely with you.
This game contains heavy NTR elements.
If you are interested, you can also check out other games on our patreon page.
-M.Y.H GAMES
[[I am over 18 years old.|tutorial]]
<<set $day = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $energy = 100>>
<<set $dayNum = 0>>
<<set $money = 0>>
<<set $officework = false>>
<<set $angelacor = 0>>
<<set $angelantr = true>>
<<set $angelabnw = true>>
<<set $angelabnwo = 0>>
<<set $fem = 0>>
<<set $femb = true>>
<<set $ariellacorslvl1 = 0>>
<<set $ariellacorlvl1 = false>>
<<set $alexiscors1 = 0>>
<<set $alexiscor = false>>
<<set $aubreycors = 0>>
<<set $aubrey = false>>
<<set $giannacors = 0>>
<<set $gianna = false>>
<<set $alinacors = 0>>
<<set $alina = false>>
<<set $jamescors = 0>>
<<set $james = false>>
<<set $ajcors = 0>>
<<set $aj = false>>
<<set $alexiscorslvl1 = 0>>
<<set $alexiscorlvl1 = false>>
<<set $victoracors = 0>>
<<set $victoria = false>>
<<set $traa1 = 0>>
<<set $traa1 = false>>
<<set $tra2 = 0>>
<<set $traa2 = false>>
<<set $tra3 = 0>>
<<set $traa3 = false>>
<<set $tra4 = 0>>
<<set $traa4 = false>>
<<set $tra5 = 0>>
<<set $traa5 = false>>
<<set $violet = 0>>
<<set $violet = false>>
<<set $santini = 0>>
<<set $santini = false>>
<<set $jessacorslvl1 = 0>>
<<set $jessacorlvl1 = false>>
<<set $kendracorslvl1 = 0>>
<<set $kendracorlvl1 = false>>
<<set $chanel = 0>>
<<set $chanel = false>>
<<set $bill = false>>
<<set $john = false>>
<<set $phone = false>>
<<set $obj1 = false>>
<<set $obj2 = false>>
<<set $obj3 = false>>
<<set $obj4 = false>>
<<set $obj5 = false>>
<<set $obj6 = false>>
<<set $obj7 = false>>
<<set $obj8 = false>>
<<set $obj9 = false>>
<<set $obj10= false>>
<<set $computer = false>>
<<set $spycam = false>>
<<set $marketwork = false>>
<<set $next = false>>
<<set $notificationActive = false>>
<<set $tags = {}>>
<<set setup.dayPart = ["Early Morning", "Morning", "Afternoon", "Evening", "Night"]>>
<<for _i to 0; _i < setup.dayPart.length; _i++>>
<<set _currentPart = setup.dayPart[_i]>>
Zaman Dilimi: <<print _currentPart>>
<br>
<</for>>
<<set $gameTime = 0>> /* start in the first day segment, morning */
$(document).on(':passagerender', function (event) {
$(event.content).addClass('slide-in');
});
<script>
document.getElementById('phone-notification').onclick = function() {
if (document.getElementById('phone-notification').classList.contains('blink-animation')) {
// Animasyonu durdur
document.getElementById('phone-notification').classList.remove('blink-animation');
document.getElementById('notification-text').style.display = 'none'; // Bildirim yazısını kaldır
State.variables.notificationActive = false;
SugarCube.Engine.play('Phone');
}
};
</script>
<<script>>
// StoryInit: Başlangıçta çalışacak kodlar
// gameTime ve next değişkenlerini kontrol et ve başlat
if (State.variables.gameTime == null) {
State.variables.gameTime = 0; // Başlangıç değeri 0
}
if (State.variables.next == null) {
State.variables.next = false; // Başlangıç değeri false
}
<</script>>
// Sayfa yüklendiğinde tıklama olayını tanımla
$(document).on('click', '#phone-notification', function(event) {
event.preventDefault(); // Varsayılan davranışı engelle
State.variables.gameTime += 1; // gameTime 1 artır
// gameTime 5'e ulaştıysa "Sleep" passage'ına git
if (State.variables.gameTime == 5) {
Engine.play("Sleep");
} else {
Engine.play(passage()); // Mevcut sayfayı yenile
}
});
<script>
// Home tuşuna basıldığında bir önceki sayfaya git
document.getElementById("home-button").addEventListener("click", function() {
window.history.back(); // Bir önceki sayfaya döner
});
</script>
<<= $day[$dayNum]>>
<<=setup.dayPart[$gameTime]>>
<hr>
<<if $phone>>
<a data-passage="Phone" id="phone-notification" class="link-internal link-image">
<img src="img/Misc/phoneic.png" style="max-height: 40px">
</a>
<<if $notificationActive>> <!-- Animasyon sadece aktif olduğunda çalışacak -->
<<script>>
document.getElementById('phone-notification').classList.add('blink-animation');
document.getElementById('phone-notification').onclick = function() {
// Animasyon durdur ve 'Phone' pasajına git
document.getElementById('phone-notification').classList.remove('blink-animation');
<<set $notificationActive = false>>
};
<</script>>
<</if>>
<</if>>
<hr>
Energy: <<= State.variables.energy >>
Money: <<= State.variables.money >>
<hr>
<<nobr>>
<div style="text-align: center; margin-top: 20px;">
<a href="https://www.patreon.com/user?u=25390293" target="_blank">
<img src="img/Misc/patreon.png" alt="Support us on Patreon" style="width: 150px; height: auto; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);">
</a>
</div>
<</nobr>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
Hello dude, what is your name? <<textbox "$name" "Tony">>
<<set $name = $name.trim()>>
<<if $name.length == 0>>
<<set $name = "Tony Miller">>
<</if>>
You are a software engineer specializing in your field.
You met a girl in college, her name is Angela, you fell in love with her as soon as you saw her.
<center><img src="img/characters/angela/intro.jpg" width="40%"></center>
You decided to get married after graduation.
<center><img src="img/characters/angela/intro2.jpg" width="40%"></center>
You are quite happy with your life, but an unfortunate event occurred.
<center><img src="img/characters/mc/crash.webp" width="50%"></center>
You've been in a coma for 10 years because of a car accident.
Are you leaving this world? So what will happen to Angela? She will be left alone. WAKE UP
<center><h5>WAKE UP </h5> </center>
<center><h4>WAKE UP </h4> </center>
<center><h3>WAKE UP </h3> </center>
<center><h2>WAKE UP </h2> </center>
<center><h1>WAKE UP </h1> </center>
[[Pleasee|intro]]
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center> "WAKE UP NOW YOU STUPID." </center>
<center><img src="img/characters/mc/wakeup.webp" width="50%"></center>
<<speech "You" "$name">>Where am I? What's going on?<</speech>>
<<speech "Nurse">>Oh my god, Mr. $name, you woke up, please don't move, I have to call the doctor.<</speech>>
<<speech "You" "$name">>Ok I am waiting.<</speech>>
<center> "A few minutes later" </center>
<<speech "Johnny">>"$name, you're finally awake, now I'm going to examine you."
<</speech>>
<<speech "You" "$name">>"What happened to me ?"<</speech>>
<<speech "Johnny">>"You were in a car accident and fell into a vegetative state."
<</speech>>
<<speech "You" "$name">>"No please no way, how long have I been like this."<</speech>>
<<speech "Johnny">>"10 years."<</speech>>
<<speech "You" "$name">>"You're kidding, right?"<</speech>>
<<speech "Johnny">>"No, I'm sorry, we informed your family, they will come soon, try to rest."<</speech>>
[[Your family arrived at the hospital 1 hour later.]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>"Angela runs in." </center>
<<speech "Angela">>"Thank you God, you gave me back my husband."<</speech>>
<center>Angela is hugging you so tightly that she's starting to cut off your circulation.</center>
<<speech "Angela">>"My love, you came back to me."<</speech>>
<<speech "You" "$name">>"My love, calm down, this time I'm going to die for real."<</speech>>
<<speech "Angela">>"I'm sorry, how are you, my love, how are you feeling?"<</speech>>
<<speech "You" "$name">>"Oh my god Angela you have become so much more beautiful."<</speech>>
<center><img src="img/characters/angela/hosp.jpeg" width="50%"></center>
<<speech "Angela">>"Don't embarrass me in front of the doctor. I miss you so much my dear."<</speech>>
<<speech "You" "$name">>"I miss you too, my woman."<</speech>>
<<speech "Johnny">>"Okay, I need to interject here. Mr. $name, you know that you have been here for 10 years and you have to pay the hospital expenses."<</speech>>
<<speech "You" "$name">>"Of course, doctor."<</speech>>
<<speech "Johnny">>"We gave you a special medicine to wake you up. We've been taking care of you here for 10 years, your debt to the hospital is $500,000."<</speech>>
<<speech "You" "$name">>"What!!!!."<</speech>>
<<speech "Angela">>"What!!!."<</speech>>
<<speech "You" "$name">>"I can't afford this."<</speech>>
<<speech "Johnny">>"I'm sorry Mr $name, you have to pay."<</speech>>
<<speech "Angela">>"My love, let's not think about it for now, we will think about it later."<</speech>>
<<speech "You" "$name">>"Angela, how will I handle this much debt?"<</speech>>
<<speech "Angela">>"Don't worry my love, we will handle it together."<</speech>>
<<speech "You" "$name">>"You are the best thing that ever happened to me, I love you very much, my dear wife."<</speech>>
<<speech "Angela">>"I love you so much too my love. Let's go home now."<</speech>>
<<speech "Johnny">>"Angela, if you need anything, you can write to me. I would like to follow up on your husband's condition."<</speech>>
<center> ( "Angela will remember this" )</center>
<<speech "Angela">>"Thank you doctor, I will write to you."<</speech>>
[[Go Home]]
</div>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="watchtv" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/Misc/tvv.webp" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Tv</div>
</a>
<a data-passage="hallway" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/hallway.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Hallway</div>
</a>
</div>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<<if $angelacor == 1 and $gameTime == 3>>
<<goto "angelantr1.2">>
<</if>><div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<<if $gameTime == 0 || $gameTime == 4>>
<p>"Angela is sleeping."</p>
<center><img src="img/characters/Angela/sleep.jpg" width="60%"></center>
<</if>>
<a data-passage="Sleep" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/Misc/sleep.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Sleep</div>
</a>
<a data-passage="hallway" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/hallway.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Hallway</div>
</a>
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<if $angelacor == 18>>
<p> I better come to the bedroom at night, Angela still hasn't arrived.</p><</if>></div>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<<if $fem == 12>>
<<goto "mcbroken">>
<</if>>
<<if $fem == 13>>
<<goto "mcbroken2">>
<</if>>
<<if $angelacor == 11 and $gameTime == 3>>
<<goto "angelantr4.4">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<<if $angelacor == 13 and $gameTime == 3>>
<<goto "angelantr4.7">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<<if $angelacor == 15 and $gameTime == 3>>
<<goto "angelantr5">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<<if $angelacor == 17 and $dayNum == 5>>
<<goto "angelantr5.3">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<<if $angelacor == 18 and $gameTime == 4>>
<<goto "angelantr5.6">>
<</if>>
<<if $angelacor == 20 and $gameTime == 0>>
<<goto "angelantr5.9">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="Take a shower" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/Misc/shower.webp" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Take a shower</div>
</a>
<a data-passage="hallway" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/hallway.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Hallway</div>
</a></div>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center>"A room made for Violet"</center>
<<return>>
</div>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<if $gameTime == 1>>
<center><img src="img/characters/angela/kitchen.jpg" width="80%"></center>
<<speech "Angela">>"Good morning my love, let's have breakfast and go to the company."<</speech>>
[[Eat and go|eatt]]
<<else>>
<center><img src="img/Misc/01.png" width="50%"></center>
[[Eat something|eat]]
<</if>></div>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Angela">>"Welcome home my love"<</speech>>
<<speech "You" "$name">>"When did you change our house?"<</speech>>
<center> ("Angela wraps her arms around you") </center>
<center><img src="img/Misc/hug.gif" width="40%"></center>
<<speech "Angela">>"Of course it will change, stupid. Did you think it would stay the same for 10 years?"<</speech>>
<<speech "You" "$name">>"Oh hello, I've been sleeping for 10 years and I don't realize it."<</speech>>
<<speech "Angela">>"hahaha, No more sleep big man. Are you hungry?"<</speech>>
<<speech "You" "$name">>"Oh no, I'm too tired to eat anything, let's talk for a while on the couch."<</speech>>
<center> ("You sit on the couch and there is a huge TV in front of you.") </center>
<center><img src="img/Misc/tv.jpg" width="40%"></center>
<<speech "You" "$name">>"Damn, what kind of TV is this?"<</speech>>
<<speech "Angela">>"Hahaha I'm going to die laughing, technology has improved, caveman, what did you think would happen in 10 years?"<</speech>>
<<speech "You" "$name">>"Anyway, let me get to the point, I need to find a job, we owe $500,000."<</speech>>
<<speech "Angela">>"Yes, we are in a difficult situation. Oh, I just thought of something. Why don't you apply for a job where I work?"<</speech>>
<<speech "You" "$name">>"Where do you work?"<</speech>>
<<speech "Angela">>"Did you see that huge building while coming to the downtown?"<</speech>>
<<speech "You" "$name">>"Have you been working there for 10 years?"<</speech>>
<<speech "Angela">>"Yes, I'm sure I can get promoted now, the company has grown a lot thanks to me."<</speech>>
<<speech "You" "$name">>"I'm so happy for you my love, I'll apply tomorrow *morning*, I hope I'll be accepted."<</speech>>
<<speech "Angela">>"I'll talk to them for you, let's go to bed now, it's going to be a tough day tomorrow."<</speech>>
[[Sleep]]
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center><p id="styled-text">"You've been sleeping for 10 years, isn't that enough, donkey?"</p></center>
<center><img src="img/Misc/sleep.webp" width="60%"></center>
[[Wake up|Bedroom]]
</div>
<<set $dayNum += 1>>
<<if $dayNum == 7>>
<<set $dayNum = 0>>
<</if>>
<<set $gameTime = 0>>
<<set $energy = 100>>
<<if $fem == 8>>
<<goto "dreamfem1">>
<</if>><!-- Eski storytitle -->
<div id="storytitle">Oyun Başlığı</div>
<!-- Yeni içerik olarak bir PNG resmi ekleyin -->
<div id="storytitle">
<img src="img/Misc/behindthetimes.png" alt="Başlık Resmi">
</div>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="Bedroom" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/ourroom.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Bedroom</div>
</a>
<a data-passage="Living Room" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/livingroom.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Living Room</div>
</a>
<a data-passage="Kitchen" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/kitchen.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Kitchen</div>
</a>
<a data-passage="Bathroom" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/bathroom.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Bathroom</div>
</a>
<a data-passage="Guest Room" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/guestroom.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Guest Room</div>
</a>
<a data-passage="Outside" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/suburb.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Outside</div></a><style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="hallway" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/home.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">House</div>
</a>
<a data-passage="downtown" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/downtown.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Downtown</div>
</a></div>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="office" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/office2.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Company</div>
</a>
<a data-passage="Mall" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/mall.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Mall</div>
</a>
<a data-passage="Night Club" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/nightclub.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Night Club</div>
</a>
<a data-passage="Outside" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/suburb.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Suburb</div>
</a></div>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<<if $officework == false and $gameTime == 1>>
<<goto "firstday">>
<</if>>
<<if !($officework == false and $gameTime == 1)>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center>You must arrive in the morning for the job interview.</center>
[[Return|downtown]]</div>
<</if>>
<<if $officework == true>>
<<goto "officein">>
<</if>>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="electronic store" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/elecstore.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Electronic Store</div>
</a>
<a data-passage="market" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/market.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Market</div>
</a> [[Return|downtown]]
</div>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<<if $fem == 4>>
<<goto "jessameet2">>
<</if>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<if $gameTime == 3 or $gameTime == 4>>
<<switch random(1, 3)>>
<<case 1>>
<center>"Snobs trying to take advantage of drunk girls." </center>
<center><img src="img/Misc/nc1.webp" width="60%"></center>
<<set $money += 50>>
<<set $gameTime += 1>>
<center> ("$50") </center>
<<return>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<case 2>>
<center>"Isn't she wearing underwear?." </center>
<center><img src="img/Misc/nc2.webp" width="30%"></center>
<center> ("$50") </center>
<<return>>
<<set $money += 50>>
<<set $gameTime += 1>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<case 3>>
<center>"a woman showed you tits?" </center>
<center><img src="img/Misc/nc3.webp" width="40%"></center>
<center> ("$50") </center>
<<return>>
<<set $money += 50>>
<<set $gameTime += 1>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<</switch>>
<<else>>
<center>Nightclub is only open in the evenings</center>
<<return>>
<</if>>
</div>
<<set $next = true>>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="Bill.home" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/bill.home.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Mr.Bill House</div>
</a>
<a data-passage="downtown" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/downtown.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Downtown</div>
</a><style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center><img src="img/Misc/wip.png" width="60%"></center>
<<return>>
</div>
<<set $next = true>>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<!-- Buy Phone -->
<div class="shop-item">
<img src="img/Misc/phone.png" alt="Phone" class="shop-image">
<<link "Buy Phone ($1.599)">>
<<if !$phone>>
<<if $money >= 1599>>
<<set $money -= 1599>>
<<set $phone = true>>
<<replace "#phone-status">><span style="color: black;">You bought the item!</span><</replace>>
<<goto "electronic store">>
<<else>>
<<replace "#phone-status">><span style="color: black;">Not enough money.</span><</replace>>
<</if>>
<<else>>
<<replace "#phone-status">><span style="color: black;">Already purchased.</span><</replace>>
<</if>>
<</link>>
<p id="phone-status"></p>
</div>
<style>
.shop-item {
background-color: #f8f9fa;
border: 2px solid #dee2e6;
border-radius: 10px;
padding: 20px;
margin: 10px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.shop-item:hover {
transform: scale(1.05);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.shop-image {
width: 100px;
height: auto;
margin-bottom: 10px;
border-radius: 5px;
}
</style>
<<return>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>"It looks like the cashier is not happy to be here at all (Poor will die)."</center>
<center><img src="img/Misc/cashier.webp" width="60%"></center>
<<if !$marketwork>>
<<speech "Cashier">>"Welcome bro, how can I help you? Talk fast, I have things to do."<</speech>>
<!-- $marketwork false ise iş başvurusunda bulunacaktım linkini göster -->
[[I need a job|iş başvurusunda bulunacaktım]]
<<set $marketwork = true>>
<<else>>
<<speech "Cashier">>"Another terrible day"<</speech>>
[[Work|work]]
[[Return|Mall]]
<</if>>
</div>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><center><div class="phone-container">
<div class="phone-frame">
<div class="phone-screen"> <div class="background-image"><img class="full-cover" src="img/Misc/phonebackk.jpg" alt="Background" usemap="#image-map">
<map name="image-map">
<area target="_self" alt="messages" title="messages" data-passage="messages" coords="51,87,181,235" shape="rect">
<area target="_self" alt="spy" title="spy" data-passage="spy" coords="296,73,427,231" shape="rect">
<area target="_self" alt="characters" title="characters" data-passage="characters" coords="106,433,85" shape="circle">
<area target="_self" alt="help" title="help" data-passage="help" coords="359,442,73" shape="circle">
</map>
</div>
<div class="home-button-container">
<div class="return-button" id="return-button">
<<link "Return">>
<<if ($lastLocation)>>
<<goto $lastLocation>>
<<else>>
<<goto "Başlangıç">>
<</if>>
<</link>>
</div>
</div></center>
</div>
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Cashier">>"Why do you want to work here? Are you crazy?"<</speech>>
<<speech "You" "$name">>"I'm not, I just need the money."<</speech>>
<<speech "Cashier">>"Wait, did you just move here?"<</speech>>
<center>Is this man stupid?</center>
<<speech "You" "$name">>"I haven't been here for a long time, will you give me a job."<</speech>>
<<speech "Cashier">>"Hahahaha.Man it's going to be so much fun."<</speech>>
<<speech "You" "$name">>("I think the city's intelligence level has dropped in 10 years.)<</speech>>
<<speech "Cashier">>"Look, my friend, if you want to work, I will not stop you. The manager is not here today, but you can enter if you sign the employment contracts."<</speech>>
<<speech "You" "$name">>"Ok I will sign."<</speech>>
[[Sign|market]]
</div>
<<set $next = false>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<switch random(1, 3)>>
<<case 1>>
<center>"You spent your time in a costume handing out leaflets to rich people." </center>
<center><img src="img/Misc/cashier4.webp" width="60%"></center>
<<set $money += 50>>
<<set $gameTime += 1>>
<center> ("$50") </center>
<<return>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<case 2>>
<center>"A woman is showing her asshole to people in the market." </center>
<center><img src="img/Misc/cashier3.webp" width="30%"></center>
<center> ("$50") </center>
<<return>>
<<set $money += 50>>
<<set $gameTime += 1>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<case 3>>
<center>"Couldn't you find another place to fuck?" </center>
<center><img src="img/Misc/cashier2.webp" width="60%"></center>
<center> ("$50") </center>
<<return>>
<<set $money += 50>>
<<set $gameTime += 1>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<</switch>>
</div>
<<set $next = false>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><center><div class="phone-container">
<div class="phone-frame">
<div class="phone-screen">
<!-- Kişi Listesi Başlığı -->
<div id="contacts-header">Kişiler</div>
<!-- Kişi Listesi -->
<div class="contacts-list">
<div class="contact-item" data-passage="passage1">
<div class="profile-pic-container">
<img src="img/Misc/angela.jpg" class="profile-pic" />
<div class="status online"></div>
</div>
<div class="contact-info">
<div class="contact-name">My love </div>
<div class="contact-status">Online</div>
</div>
</div>
<<if $fem >= 6>><div class="contact-item" data-passage="jessafemdomp">
<div class="profile-pic-container">
<img src="img/Characters/mc/jessa.jpg" class="profile-pic" />
<div class="status offline"></div>
</div>
<div class="contact-info">
<div class="contact-name">Miss.Jessa</div>
<div class="contact-status">Offline</div>
</div>
</div>
<<else>><</if>>
<!-- Daha fazla kişi ekleyebilirsiniz -->
</div>
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|Phone]] <!-- Return komutu buraya eklendi -->
</div>
</div>
</div></center>
</div>
<div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/characters/mc/avatar.pn.jpg" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Chat with Brother</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>>
<div class="message-bubble sender" data-type="40">
<img src="img/Misc/johnny.jpg" alt="Sender's Picture">
<div class="message-text">Dear player, it is too early for cuckold incidents. There will be a netorase event in the later parts of the game, I am going through netorare right now, thank you for your patience.</div>
</div>
<</type>>
</div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
<<return>> <!-- Return komutu buraya eklendi -->
</div>
</div>
</div>
</div></center>
</div>
<audio id="message-sound" src="img/audio/message.mp3"></audio>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="Angela" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/Misc/angelaff.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Angela ( Your Wife)</div>
</a>
[[Return|Phone]]
</div>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<if $angelacor == 17>>
<p> Saturday/ Bedroom.</p>
<</if>>
<<return>></div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center><img src="img/characters/angela/hosp.jpeg" width="50%"></center>
<hr>
Angella is my beautiful wife, there is no such devoted woman anywhere in the world.
She waited for me to wake up during the 10 years I was in a coma.
Angela always wants children, being a mother is very important to her.
<hr>
(Things $name doesn't know.)
"Big dicks are her biggest weakness" (She doesn't know yet)
She likes to be dominated (She doesn't know yet)
<hr>
<<return>>
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center>"$name came to the company to apply for a job."</center>
<<speech "You" "$name">>"God, I hope Angela convinced them to let me take the job. I need to talk to the reception."<</speech>>
<center><img src="img/Misc/reception.jpg" width="70%"></center>
<<speech "Receptionist">>"Welcome, how can I help you?"<</speech>>
<<speech "You" "$name">>"Hello, I came for a job interview."<</speech>>
<<speech "Receptionist">>"You must be $name."<</speech>>
<<speech "You" "$name">>"Yes, how do you know?"<</speech>>
<<speech "Receptionist">>"Mr.Bill said you were coming."<</speech>>
<<speech "You" "$name">>"Who?"<</speech>>
<<speech "Receptionist">>"Mr.Bill, Boss."<</speech>>
<<speech "You" "$name">>("Looks like Angela convinced her boss")<</speech>>
<<speech "Receptionist">>"Follow me, I will take you to Miss Kendra's room, she will take care of you."<</speech>>
<<speech "You" "$name">>"Okey, Thank you."<</speech>>
[[Who the fuck is Kendra?]]</div>
<<set $next = false>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>What kind of work pace will you follow?</center>
<hr>
<<button "Work alone">>
<<goto "wk">>
<</button>><hr><<button "Help your colleagues/sub path">>
<<goto "femdom">>
<</button>>
<hr><<button "Move Around/Ntr path">>
<<goto "Ntr">>
<</button>>
<hr><<button "Return">>
<<goto "office">>
<</button>>
</div>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Receptionist">>"Miss, I brought $name."<</speech>>
<<speech "Kendra">>"Okey, you can leave."<</speech>>
<<speech "You" "$name">>"Hello Miss.Kendra, it's an honor to meet you."<</speech>>
<<speech "Kendra">>"Welcome to our company."<</speech>>
<center>"Kendra stands before you with all its charm."</center>
<center><img src="img/characters/kendra/kendra.jpg" width="50%"></center>
<<speech "You" "$name">>("Damnnn, this woman is so sexy.")<</speech>>
<<speech "Kendra">>"We hired you at Angela's request, and she vouched for you, so if you screw up, we'll hold Angela responsible, too. Is it understood?"<</speech>>
<<speech "You" "$name">>"Understood miss, I will not disappoint you."<</speech>>
<<speech "Kendra">>"Angela's been working here for 10 years, she's getting a promotion soon, so don't embarrass her."<</speech>>
<<speech "You" "$name">>"I will listen to your orders, miss."<</speech>>
<<speech "Kendra">>"You are obedient, I like that, I like obedient people, $name."<</speech>>
<<speech "You" "$name">>"..."<</speech>>
<<speech "Kendra">>"Now get out of my office."<</speech>>
<<speech "You" "$name">>"Yes miss."<</speech>>
[[30 minutes ago]]
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Angela">>"Sir, can I come in?"<</speech>>
<center><img src="img/characters/angela/office.jpg" width="50%"></center>
<<speech "Bill">>"Yes you can, what's the problem?"<</speech>>
<<speech "Angela">>"Sir, I have a request from you."<</speech>>
<<speech "Bill">>"What do you want, Angela, I'm listening to you."<</speech>>
<<speech "Angela">>"My husband finally came out of his coma and he needs a job. Can you hire him?"<</speech>>
<<speech "Bill">>"Angela, hundreds of people are doing their best to get into this company. Why should I hire your husband?"<</speech>>
<<speech "Angela">>"Sir, we owe a lot of money to the hospital, I cannot handle this alone, I beg you please.."<</speech>>
<<speech "Bill">>"How much do you owe to the hospital?"<</speech>>
<<speech "Angela">>"500.000$"<</speech>>
<<speech "Bill">>"Okay, Angela, I'll hire your husband, but I'll hold you responsible for everything he does."<</speech>>
<<speech "Angela">>"Thank you very much sir, I am indebted to you."<</speech>>
<center>Angela hugs Bill with joy </center>
<<speech "Bill">>"Yes angela you owe me, be faithful to me."<</speech>>
<center>"Mr. Bill handed Angela a piece of paper."</center>
<center><img src="img/Misc/cont.jpg" width="60%"></center>
<<speech "Angela">>"What is this sir"<</speech>>
<<speech "Bill">>"This is a contract, in exchange for me hiring your husband you will be my personal assistant."<</speech>>
<<speech "Angela">>"Am I losing my title?"<</speech>>
<<speech "Bill">>"No, you can continue your normal job, you will just work for me as an extra."<</speech>>
<<speech "Angela">>"So what will I do for you?"<</speech>>
<<speech "Bill">>"You will come to meetings with me, and on the weekends you will come to my house and take care of tasks such as cleaning and cooking."<</speech>>
<<speech "Angela">>"I understand sir, it's a bit much, but I will do my best."<</speech>>
<<speech "Bill">>"Sign if you agree."<</speech>>
<center><img src="img/Misc/cont.webp" width="50%"></center>
<<speech "Angela">>"I hope $name doesn't disappoint me."<</speech>>
<<speech "Bill">>"Now get back to work."<</speech>>
<<speech "Angela">>"Yes sir."<</speech>>
[[Return|downtown]]
</div>
<<set $officework = true>>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>Congratulations donkey, you are now a white collar worker.</center></div>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="Work" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/Misc/officework.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Work</div>
</a>
<<if $fem >= 6>><a data-passage="Socialize cammon areas" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/commonareas.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Socialize in common areas</div>
</a><<else>> <</if>>
<a data-passage="downtown" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;">
<img src="img/location/downtown.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Return</div>
</a>
</div>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<if $fem == 9 and $dayNum == 1>>
<<button "Go to therapy">>
<<goto "therapi">>
<</button>>
<</if>>
<<if $fem == 10 and $dayNum == 1>>
<<button "Go to therapy">>
<<goto "therapy2">>
<</button>>
<</if>>
<<if $fem == 11 and $dayNum == 1>>
<<button "Go to therapy">>
<<goto "therapy3">>
<</button>>
<</if>>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center>Your first day at work </center>
<<speech "Kendra">>"$name, go to the accounting department, get this month's financial reports and bring them to me immediately."<</speech>>
<<speech "You" "$name">>"I'm coming right away miss."<</speech>>
<center>You are entering the accounting department.</center>
<<speech "You" "$name">>"Hi, Miss. Kendra asked for the reports, I came to get them."<</speech>>
<<speech "Colleague">>"Ok I'm bringing it"<</speech>>
<center>"Gives you reports" </center>
<<speech "Colleague">>"I heard you just started working, Miss Kendra, she said we could ask anything from you."<</speech>>
<center><img src="img/Misc/colleague1.jpg" width="50%"></center>
<<speech "You" "$name">>"Yes, I will do my best."<</speech>>
<<speech "Colleague">>"Will you really do it?"<</speech>>
<<speech "You" "$name">>"Yes I will. (I wonder what this woman wants from me, she asks for the second time.)"<</speech>>
<<speech "Colleague">>"I wonder if you could massage my feet. I've been working out for a long time and they're starting to hurt a little."<</speech>>
<center><img src="img/Misc/colleague2.jpg" width="70%"></center>
<<speech "You" "$name">>"How can you ask something like that to someone you just met?"<</speech>>
<<speech "Colleague">>"You know Miss.Kendra said you'd do anything we asked."<</speech>>
<<speech "You" "$name">>("Just for this reason, they will try to use me by making me do all their work, I should hold my head high.")<</speech>>
<<speech "Colleague">>"Come on, they only smell a little bit."<</speech>>
<center><img src="img/Misc/colleague3.jpg" width="50%"></center>
<<speech "You" "$name">>"No, I won't do that, you should ask for something more reasonable."<</speech>>
<<speech "Colleague">>"I could also ask you to put my feet in your mouth, you should be grateful that I want that."<</speech>>
<<speech "You" "$name">>"You are sick."<</speech>>
<<speech "Colleague">>"I will tell Miss Kendra that you disobeyed, now fuck off."<</speech>>
[[Give reports to kendra]]</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center>Kendra is talking on the phone</center>
<center><img src="img/characters/kendra/phone.jpg" width="70%"></center>
<<speech "Kendra">>"So $name called you sick. Did I hear right? ok i will take care of it"<</speech>>
<center>"Looks like I've already reported you."</center>
<<speech "You" "$name">>"Here you go Miss.Kendra, I brought the reports."<</speech>>
<<speech "Kendra">>"Fuck the reports now, you started disobeying from day one."<</speech>>
<<speech "You" "$name">>"That woman asked me to massage her feet."<</speech>>
<<speech "Kendra">>"You will, from now on, if she asks you to lick her asshole, you will lick it, do you understand me?"<</speech>>
<<speech "You" "$name">>"But miss."<</speech>>
<<speech "Kendra">>"Get the fuck out of my office, Angela will pay for this."<</speech>>
[[How will I explain this to Angela, I hope she understands me.]]
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Bill">>"Angela, come to my room immediately, we need to talk."<</speech>>
<<speech "Angela">>"Sir why are you angry?"<</speech>>
<<speech "Bill">>"Kendra said your husband insulted a woman on our staff."<</speech>>
<<speech "Angela">>"No sir, my husband would not do such a thing."<</speech>>
<<speech "Bill">>"So what, is Kendra lying?"<</speech>>
<<speech "Angela">>"I didn't mean it like that, I think there was a misunderstanding."<</speech>>
<<speech "Bill">>"I don't care, I told you from the beginning that I would hold you accountable."<</speech>>
<<speech "Angela">>"I am listening to your orders sir.($name you idiot you're a pain in the ass".)<</speech>>
<<speech "Bill">>"I don't care, I reduced your salary. If your husband continues to be stubborn, I will fire you both, understand?"<</speech>>
<<speech "Angela">>"Understood sir."<</speech>>
<<speech "Bill">>"Get out."<</speech>>
[[A fight started at home]]
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Angela">>""How could you do something stupid like that? How could you get into trouble from day one?"<</speech>>
<<speech "You" "$name">>"My love, believe me, it wasn't what you thought."<</speech>>
<<speech "Angela">>"No, listen to me, you will pull yourself together and not cause any problems at work."<</speech>>
<<speech "You" "$name">>"Do you know what the woman wants me to do?"<</speech>>
<<speech "Angela">>"I don't care, I'm being soft on you just because you were in a coma for 10 years, but that's enough."<</speech>>
<<speech "You" "$name">>"My love, listen to me"<</speech>>
<<speech "Angela">>"That's enough, I'm going to bed early today, don't disturb me."<</speech>>
<<speech "You" "$name">>("Fuck, what a situation I got into.")<</speech>>
[[I wish I hadn't woken up.|Living Room]]
</div>
<<set $next = false>>
<<set $gameTime = 3>>
<<set $fem += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Colleague">>"Mr. $name, please prepare the year-end paperwork and check it with me."<</speech>>
<<speech "You" "$name">>"I'm here, we can start."<</speech>>
<<speech "Colleague">>"There are some rumors circulating about you."<</speech>>
<<speech "You" "$name">>"What is it"<</speech>>
<<speech "Colleague">>"You are talented in foot massage."<</speech>>
<<speech "You" "$name">>("Damn it")<</speech>>
<<speech "Colleague">>"Can you get on your knees and massage me?"<</speech>>
[[Okey ı will.|Collague worship]]
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Colleague">>"$name come to my room right now I need some attention"<</speech>>
<<speech "You" "$name">>"How do you want me to take care of you?"<</speech>>
<<speech "Colleague">>"You will take good care of my feet"<</speech>>
[[Okey ı will.|Collague worship2]]
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Jessa">>"$name, meet me in my office, you'll be useful."<</speech>>
<<speech "You" "$name">>"How?"<</speech>>
<<speech "Jessa">>"I heard that you make the women in the company happy, you will make me happy too."<</speech>>
[[Okey ı will.|Collague worship3]]
[[No.|Angelaofev]]
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>You have free time in the office, do you want to walk around a bit?</center>
[[Okey ı will.|Collague worship4]]
[[No.|Angelaofev]]
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Colleague">>"Get on your knees and start the massage I need to relax."<</speech>>
<center>"Reluctantly, you sink down and start massaging."</center>
<video autoplay controls loop muted>
<source src="img/characters/mc/offfeetlick3.mp4" type="video/mp4"></video>
<<speech "Colleague">>"Doesn't it smell nice?"<</speech>>
<center>"You start to like the situation you are in."</center>
<<speech "Colleague">>"You look like you're going to eat my feet, I want you to kiss them."<</speech>>
<center>"The order comes and you obey."</center>
<video autoplay controls loop muted>
<source src="img/characters/mc/ofkissfeet4.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"The smell of her feet smells so good it will make me drunk"<</speech>>
<<speech "Colleague">>"Lie down on the floor, I want you to feel my feet on your face, enjoy."<</speech>>
<<speech "You" "$name">>"Yes ma'am""<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/ofkissfeet5.mp4" type="video/mp4"></video>
<<speech "Colleague">>"Say you love my feet."<</speech>>
<<speech "You" "$name">>"I love your feet"<</speech>>
<<speech "Colleague">>"Well done, you can go now, I have signed."<</speech>>
You leave your room satisfied.
<center> +$200 </center>
[[Return|office]]
</div>
<<set $money += 200>>
<<set $gameTime += 1>>
<<set $fem += 1>>
<<set $energy -= 25>>
<<set $next = false>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<switch random(1, 6)>>
<<case 1>>
<center>"What happened in the boss's room?"</center>
<center><img src="img/characters/angela/grope1.webp" width="60%"></center>
<<speech "Angela">>"Ahhnnn, sir please don't do it."<</speech>>
<<speech "Bill">>"Your boobs is really soft angela."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / Angela Corrpution + 2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $angelacorslvl1 += 2>>
<<case 2>>
<center>"What happened in the boss's room?." </center>
<center><img src="img/characters/angela/grope2.webp" width="60%"></center>
<<speech "Angela">>"Mr.Bill, this is so inappropriate, I can't do it to my husband."<</speech>>
<<speech "Bill">>"You took responsibility for your husband, it's not my fault."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / Angela Corrupiton +2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $angelacorslvl1 += 2>>
<<case 3>>
<center>"What happened in the boss's room?" </center>
<center><img src="img/characters/angela/grope3.webp" width="60%"></center>
<<speech "Angela">>"Mr. Bill, you're hurting me."<</speech>>
<<speech "Bill">>"It's almost time for your punishment to end. Hang on a little bit, Angela."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / Angela Corruption + 2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $angelacorslvl1 += 2>>
<<case 4>>
<center>"What happened in the boss's room?" </center>
<center><img src="img/characters/angela/grope4.webp" width="60%"></center>
<<speech "Angela">>"Sir we need to stop now."<</speech>>
<<speech "Bill">>"You're caressing my dick, Angela, don't you realize it?"<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / Angela Corruption +2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $angelacorslvl1 += 2>>
<<case 5>>
<center>"What happened in the boss's room?." </center>
<center><img src="img/characters/angela/grope5.webp" width="60%"></center>
<<speech "Angela">>"Aaahhhhh, mhhhğhh No ,sir please don't touch my pussy."<</speech>>
<<speech "Bill">>"Damn, you're so wet."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / Angela Corruption +2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $angelacorslvl1 += 2>>
<<case 6>>
<center>"What happened in the boss's room?." </center>
<center><img src="img/characters/angela/grope6.webp" width="60%"></center>
<<speech "Angela">>"Mr. Bill, my breasts are starting to hurt, stop. (it feels so nice)"<</speech>>
<<speech "Bill">>"Your nipples are hard and you look like you're enjoying it."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / Angela Corruption +2</center>
[[Return|office]]
<<set $angelacorslvl1 += 2>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<</switch>></div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Colleague">>"Come on start kissing my feet I don't have much time."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/ofkissfeet1.mp4" type="video/mp4"></video>
<<speech "Colleague">>"Yeah that's it, my fucking husband doesn't treat me like that."<</speech>>
<center>"You start to like the situation you are in."</center>
<<speech "Colleague">>"You're a little freak in love with my feet."<</speech>>
<center>"She started to humiliate you"</center>
<video autoplay controls loop muted>
<source src="img/characters/mc/ofkissfeet2.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Can I go now?"<</speech>>
<<speech "Colleague">>"No, little fag, you will lick it more eagerly, I will not let you leave until you are satisfied."<</speech>>
<<speech "You" "$name">>"Yes ma'am""<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/ofkissfeet3.mp4" type="video/mp4"></video>
<<speech "Colleague">>"I am your goddess, do you understand?"<</speech>>
<<speech "You" "$name">>"Yes I understand ma'ma"<</speech>>
<<speech "Colleague">>"Well done, you can go now."<</speech>>
<center> +$200 </center>
[[Return|officein]]
</div>
<<set $money += 200>>
<<set $gameTime = 3>>
<<set $fem += 1>>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center>"She grabs you by the neck and throws you to the ground." </center>
<<speech "Jessa">>"Come here and lick my fucking pussy and asshole"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/jessa1.mp4" type="video/mp4"></video>
<<speech "Jessa">>"You won't be able to live without my pussy from now on"<</speech>>
<center>"You attack her pussy and ass with appetite."</center>
<<speech "Jessa">>"Ohhhhmm, Does my asshole taste good? Loser, you would die for its taste, wouldn't you?"<</speech>>
<center>"Her humiliation of you gives you pleasure in a way you don't know why."</center>
<video autoplay controls loop muted>
<source src="img/characters/mc/jessa2.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Mmhmmm"<</speech>>
<<speech "Jessa">>"Ahamhmm, yesshshhh.Come here, focus more on my asshole, eat it like it's the best thing you've ever tasted."<</speech>>
<<speech "You" "$name">>("I can lick forever")<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/jessa3.mp4" type="video/mp4"></video>
<<speech "Jessa">>"I cum in your mouth, swallow everything that comes out of my pussy."<</speech>>
<<speech "You" "$name">>"Bluump glup glup."<</speech>>
<<speech "Jessa">>"Well done, you can go now."<</speech>>
<center> +$200 / sanity - 2 </center>
[[Return|office]]
</div>
<<set $money += 200>>
<<set $gameTime += 1>>
<<set $sanity -= 2>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<switch random(1, 6)>>
<<case 1>>
<center>"Mr.Bill having fun with an employee." </center>
<center><img src="img/characters/mc/officewalk1.webp" width="60%"></center>
<<speech "You" "$name">>"I have to keep my wife away from him, I don't want him to molest her."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / sanity -2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $sanity -= 2>>
<<case 2>>
<center>"Mr.Bill having fun with an employee." </center>
<center><img src="img/characters/mc/officewalk2.webp" width="60%"></center>
<<speech "You" "$name">>"I have to keep my wife away from him, I don't want him to molest her."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / sanity -2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $sanity -= 2>>
<<case 3>>
<center>"Mr.Bill having fun with an employee." </center>
<center><img src="img/characters/mc/officewalk3.webp" width="60%"></center>
<<speech "You" "$name">>"I have to keep my wife away from him, I don't want him to molest her."<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / sanity -2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $sanity -= 2>>
<<case 4>>
<center>"Your coworkers who make you lick their feet are making black men fuck them." </center>
<center><img src="img/characters/mc/officewalk4.webp" width="60%"></center>
<<speech "You" "$name">>"Their voices echo throughout the corridor"<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / sanity -2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $sanity -= 2>>
<<case 5>>
<center>"Your coworkers who make you lick their feet are making black men fuck them." </center>
<center><img src="img/characters/mc/officewalk5.webp" width="60%"></center>
<<speech "You" "$name">>"Their voices echo throughout the corridor"<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / sanity -2 </center>
[[Return|office]]
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $sanity -= 2>>
<<case 6>>
<center>"Your coworkers who make you lick their feet are making black men fuck them." </center>
<center><img src="img/characters/mc/officewalk6.webp" width="60%"></center>
<<speech "You" "$name">>"Their voices echo throughout the corridor"<</speech>>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> $200 / sanity -2 </center>
[[Return|office]]
<<set $sanity -= 2>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<</switch>>
</div>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>"Ridiculous TV shows haven't changed in 10 years"</center>
<center><img src="img/Misc/watchtv.webp" width="60%"></center>
<center> Energy + 20 </center>
[[Return|Living Room]]
</div>
<<set $gameTime += 1>>
<<set $energy += 30>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>"So you like ntr, you naughty one, I WILL MAKE YOU FLY"</center>
<center><img src="img/Misc/shower2.webp" width="60%"></center>
<center> Energy + 30 </center>
[[Return|hallway]]
</div>
<<set $gameTime += 1>>
<<set $energy += 30>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>v.0.2<center>
<img src="img/Misc/behindthetime.png" width="60%" class="transparent-image">
</center>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>"It's going to be a tiring day bro."</center>
<center><img src="img/Misc/work.webp" width="60%"></center>
<<set $money += 200>>
<<set $gameTime += 1>>
<center> +$200 </center>
[[Return|office]]
<<set $energy -= 30>>
</div>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<<if $fem >= 14>>
<<button "Return">>
<<goto "officein">>
<</button>>
<div style="border: 3px solid rgba(255, 192, 203, 0.7); border-radius: 15px; background-color: rgba(0,0,0,0.5); color: #ffffff; padding: 15px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; align-items: center;">
<a data-passage="jessaevent1" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;"> <img src="img/characters/jessa/office.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Miss.Jessa</div>
</a>
<a data-passage="colleagues" class="link-internal link-image" style="flex: 1 1 30%; max-width: 30%; box-sizing: border-box; position: relative; transition: transform 0.6s;"> <img src="img//Misc/other.jpg" style="width: 100%; height: auto; border-radius: 25px; box-shadow: 0px 10px 20px rgba(7249, 208, 71), 0px 0px 15px rgba(249, 208, 71); border: 4px solid #ffe642; filter: brightness(1.1); transition: transform 0.6s;">
<div style="position: absolute; bottom: 10px; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; padding: 5px 0; border-radius: 0 0 15px 15px;">Colleagues</div>
</a>
<style>
.link-internal.link-image:hover {
transform: scale(1.05); /* Daha az büyüme için ölçek oranını biraz düşürdüm */
}
.link-internal.link-image img:hover {
transform: scale(1.05); /* Resim büyümesi */
}
</style>
<<set $next = true>>
<<script>>
if (!State.variables.lastLocation) {
State.variables.lastLocation = ""; // İlk başta boş olarak tanımla
}
State.variables.lastLocation = passage(); // Son geçilen passage'ı kaydet
<</script>>
<<set $next = true>>
<</if>>
<<if $fem == 0>>
<<goto "reject">>
<</if>>
<<if $fem == 1>>
<<goto "workev1">> <!-- Event1'e git -->
<</if>>
<<if $fem == 2>>
<<goto "workev2">> <!-- Event2'ye git -->
<</if>>
<<if $fem == 3>>
<<goto "jessameet">> <!-- Event3'e git -->
<</if>>
<<if $fem == 4>>
<<goto "got">> <!-- Event4'e git -->
<</if>>
<<if $fem == 5>>
<<goto "jessa1">>
<</if>>
<<if $fem == 6>>
<<goto "buy">>
<</if>>
<<if $fem == 7>>
<<goto "buy1">>
<</if>>
<<if $fem == 9>>
<<goto "gototherapy">>
<</if>>
<<if $fem == 10>>
<<goto "buy3">>
<</if>>
<<if $fem == 11>>
<<goto "buy3">>
<</if>>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">I have nothing to do right now.
[[Return|office]]
</div>
<<if $angelacor == 0>>
<<goto "angelantr1">>
<</if>>
<<if $angelacor == 2>>
<<goto "angelantr2">>
<</if>>
<<if $angelacor == 3>>
<<goto "angelantr3">>
<</if>>
<<if $angelacor == 4>>
<<goto "angelantr3.3">>
<</if>>
<<if $angelacor == 5>>
<<goto "angelantr3.4">>
<</if>>
<<if $angelacor == 6>>
<<goto "angelantr3.5">>
<</if>>
<<if $angelacor == 7>>
<<goto "angelantr3.6">>
<</if>>
<<if $angelacor == 8>>
<<goto "angelantr4">>
<</if>>
<<if $angelacor == 9>>
<<goto "angelantr4.2">>
<</if>>
<<if $angelacor == 10>>
<<goto "angelantr4.3">>
<</if>>
<<if $angelacor == 12>>
<<goto "angelantr4.6">>
<</if>>
<<if $angelacor == 14>>
<<goto "angelantr4.9">>
<</if>>
<<if $angelacor == 16>>
<<goto "angelantr5.2">>
<</if>>
<<if $angelacor == 21>>
<<goto "angelantr6">>
<</if>>
<<if $angelacor == 22>>
<<goto "violet">>
<</if>>
<<if $angelacor == 23>>
<<goto "wip">>
<</if>>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "You" "$name">>"Nobody called me today, I think I'm comfortable today."<</speech>>
<<speech "Colleague">>"$name, Miss Kendra is calling you, don't keep her waiting."<</speech>>
<<speech "You" "$name">>("God, are you playing games with me?")<</speech>>
<center><img src="img/Misc/later.jpg" width="50%"></center>
<<speech "You" "$name">>"Did you call me miss?"<</speech>>
<center><img src="img/characters/kendra/kendraof.jpg" width="60%"></center>
<<speech "Kendra">>"Yes, $name, Ms. Jessa came from England, she will be with us today, I want you to take special care of her."<</speech>>
<<speech "You" "$name">>"Of course, what will I do for her?"<</speech>>
<<speech "Kendra">>"You will do whatever Jessa asks you, just don't make her angry."<</speech>>
<center>"You woke up after 10 years to be a slave."</center>
<<speech "You" "$name">>"I will do my best miss."<</speech>>
<<speech "Kendra">>"If you don't, I will make you the toilet slave of the women in the office."<</speech>>
<center>"Now you're starting to get scared,"</center>
<<speech "You" "$name">>"I understand miss."<</speech>>
<<speech "Kendra">>"Jessa is at the mall right now, go show her around a bit."<</speech>>
<<speech "You" "$name">>"Ok."<</speech>>
<<speech "Kendra">>"Ok what?"<</speech>>
<<speech "You" "$name">>"Ok miss."<</speech>>
<<speech "You" "$name">>("I have to go mall.")"<</speech>>
[[Return|office]]
</div>
<<set $fem += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>"You came to the mall, but since you didn't ask what Jessa looks like, you're looking around like an idiot."</center>
<<speech "You" "$name">>"I'm looking for someone who I don't know what he looks like, great."<</speech>>
<center>"Soon, a blonde woman with a perfect physique approaches you."</center>
<<speech "Jessa">>"Are you $name?."<</speech>>
<center><img src="img/characters/jessa/mall.jpg" width="50%"></center>
<<speech "You" "$name">>"Oh my god are you human?"<</speech>>
<<speech "Jessa">>"What are you saying? are you stupid?"<</speech>>
<center>"You said it out loud"</center>
<<speech "You" "$name">>"Oh, yes, I'm $name Jessa, are you?"<</speech>>
<<speech "Jessa">>"Why did it take you so long to arrive"<</speech>>
<<speech "You" "$name">>"I'm sorry I didn't know what you looked like so I didn't recognize you."<</speech>>
<<speech "Jessa">>"Anyway, I'm very tired, take me home, I'll come to the company tomorrow."<</speech>>
<<speech "You" "$name">>"As you wish miss."<</speech>>
<center><img src="img/misc/car.webp" width="50%"></center>
<<speech "Jessa">>"Good boy, I will have a lot of fun with you."<</speech>>
<<speech "You" "$name">>("I hope I'm misunderstanding.")<</speech>>
<center>"You will just be her slave, there is nothing to make a big deal about." </center>
<center> +$200 </center>
[[That's enough work for today.|downtown]]
</div>
<<set $money += 200>>
<<set $gameTime = 3>>
<<set $fem += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>Where all employees take a break</center>
<hr>
<<button "Talk to your colleagues/Sub path">>
<<goto "socialize">>
<</button>><hr><<if $fem >= 6 and $gameTime == 2>>
<<else>>
<</if>>
[[Return|officein]]
</div>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>Are you still here?</center>
<<speech "You" "$name">>"I have to go to the mall and find Miss Jessa."<</speech>>
[[Return|officein]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>"Jessa comes to your table."</center>
<<speech "Jessa">>"Tom this is my phone number text me I'll give you a task".<</speech>>
<<speech "You" "$name">>"I understand miss."<</speech>>
<<speech "Jessa">>"Good boy."<</speech>>
[[Return|officein]]
</div>
<<set $fem += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "You" "$name">>"I don't need to write anything right now.."<</speech>>
[[Return|Phone]]
</div>
<<if $fem == 6>>
<<goto "jessafemdomp1">>
<</if>>
<div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/characters/mc/jessa.jpg" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Miss.Jessa</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Miss, this is my number, I'm $name.</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">Tell me $name, are the rumors true that you have been in a coma for 10 years?</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Yes sir, I had a car accident 10 years ago and woke up a short time ago."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">You have bad luck. You're married to Angela, right?</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Yes, I wouldn't be able to get into this job without her, I owe everything to her."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"I think you white men should only work for us women."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"I respect your opinion, so what can I do for you miss?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"Although I have just arrived, news spreads very quickly in this company. I heard that you serve women in the company."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Miss Kendra told me not to refuse anyone, I have no choice, I will lose my job."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"Good, keep doing this, the self-confidence of the women in the company has increased since the day your services started, continue to serve them."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Well this is something I already do, what can I do for you?."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"You will serve me, even if I piss in your mouth, you will swallow it happily."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Miss Jessa, this is getting a little extreme now.."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"Then we should tell Angela that her husband licks and services other women's feet."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"No, don't do it, you will end my marriage."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"The choice is yours, either you become a slave or we fuck your life."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Okay, I'll do whatever you want, as long as you don't say anything to Angela."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"What an obedient slave, take it, this is my gift to you. I want to feel your tongue between my toes. See you soon, slave."</div>
</div>
Miss jessa sent a photo
<center><img src="img/characters/jessa/jes.jpg" width="80%"></center>
End of conversation<</type>>
</div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|messages]]
</div>
</div>
</div>
</div></center>
</div>
<<set $fem += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>"You're really hungry"</center>
<center><img src="img/characters/mc/lunch.webp" width="60%"></center>
<<set $gameTime += 1>>
<center> + 30 energy </center>
[[Return|office]]
<<set $energy += 30>>
</div>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center>"You spend time with your friends"</center>
<center><img src="img/characters/mc/fun.webp" width="60%"></center>
<<set $gameTime += 1>>
<<speech "You" "$name">>"It was good to chat a little."<</speech>>
[[Return|office]]
<<set $energy -= 20>>
</div>
<<if $fem == 7>>
<<goto "collague4">>
<</if>>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Colleague">>"You look like you're going to eat my feet, I want you to kiss them."<</speech>>
<<speech "You" "$name">>"You can stretch your feet and rest. Why do you want to rub it on my face?"<</speech>>
<<speech "Colleague">>"Because I want you to smell my feet. They smell very bad and I want the smell of my feet to spread in your mouth and face, now lie down immediately."<</speech>>
[[Lie down at her feet]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Colleague">>"Take off my high heels and start smelling."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/breaksniff1.mp4" type="video/mp4"></video>
<center>"Her nylon socks are soaked with sweat and she presses her sweaty feet to your face".</center>
<<speech "Colleague">>"I want you to inhale the smell of my sweaty feet deeply, as if you are in love with their smell."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/breaksniff2.mp4" type="video/mp4"></video>
<<speech "You" "$name">>(Her sweaty soles smell very strong")<</speech>>
<<speech "Colleague">>"Isn't the smell of my soles so nice? Inhale it deeper."<</speech>>
<center>The smell numbs your brain</center>
<<speech "Colleague">>"Come on now, stick out your tongue and lick my sweaty soles, you'll love the taste."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/breaksniff3.mp4" type="video/mp4"></video>
<<speech "You" "$name">>("I'm licking my colleague's sweaty nylons and it's turning me on, I think I'm about to go crazy")<</speech>>
<<speech "Colleague">>"Now open your mouth and suck all the sweat off my toes."<</speech>>
<<speech "You" "$name">>"Yees please"<</speech>>
<<speech "Colleague">>"What did you say?."<</speech>>
<<speech "You" "$name">>("What the hell did I say?")<</speech>>
<<speech "Colleague">>"Hahaha I told you you would love the taste of my feet, go ahead and suck my feet."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/breaksniff4.mp4" type="video/mp4"></video>
<center>Your colleague puts her foot in your mouth, and even though you have a gag reflex, you suck everything off her socks with all your determination.</center>
<<speech "Colleague">>"Did you suck all the sweat out of my socks?."<</speech>>
<<speech "You" "$name">>"Yeah I sucked up all your sweat."<</speech>>
<<speech "Colleague">>"Good boy, that's enough for today, I read my book, we'll continue another time."<</speech>>
<<speech "You" "$name">>("God damn, my mouth smells like her feet.")<</speech>>
[[Return|officein]]
</div>
<<set $money += 200>>
<<set $gameTime += 1>>
<<set $fem += 1>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>>
<<set $energy -= 25>>
<<if $energy <= 0>>
<<goto "Sleep">>
<</if>>
<<set $next = false>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Jessa">>"Hello slave, I was waiting for you to come."<</speech>>
<center><img src="img/characters/jessa/dream.webp" width="50%"></center>
<<speech "You" "$name">>"Jessa, what are you doing in my house?"<</speech>>
<<speech "Jessa">>"Everything you own belongs to me, you, your house, even your wife, you all belong to me and the company now."<</speech>>
<<speech "You" "$name">>"No, no, I don't want it anymore, leave me alone."<</speech>>
<<speech "Jessa">>"Shut up and obey our command, or we will make your wife our slave, just like we made you.."<</speech>>
<<speech "You" "$name">>"Stay away from my wife, I'll kill you all, leave us alone. "<</speech>>
<<speech "Jessa">>"You can't do anything anymore with that tiny dick of yours, now come here and lick my soles like a good dog."<</speech>>
<center><img src="img/characters/jessa/dream.jpg" width="50%"></center>
<<speech "You" "$name">>"No, get the fuck out of my life, get the fuck out of my life and leave me alone."<</speech>>
<<speech "You" "$name">>"God save me, HELP ME, HELP MEEEEE"<</speech>>
<<speech "Jessa">>"$name my love wake up what's wrong."<</speech>>
<<speech "You" "$name">>"What are you saying?"<</speech>>
<<speech "Jessa">>"My love wake up."<</speech>>
[[Wake|dreamfem2]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"$name my love, wake up."<</speech>>
<center><img src="img/characters/mc/nightmare.webp" width="50%"></center>
<<speech "You" "$name">>"GOD HELP ME"<</speech>>
<<speech "Angela">>"It's okay, it was just a nightmare."<</speech>>
<<speech "You" "$name">>"Where am i"<</speech>>
<<speech "Angela">>"We are in our room, my love, tell me what did you see in your dream? What are you so afraid of?"<</speech>>
<<speech "You" "$name">>"I'm fine, I was just being chased by a raccoon, that's all."<</speech>>
<<speech "Angela">>"Okay, I understand you don't want to tell me, but you have not been well since you started working at the company, I want you to see a psychologist."<</speech>>
<<speech "You" "$name">>"Angela I'm fine"<</speech>>
<<speech "Angela">>"No you are not, I want you to be well, I will make an appointment with the company psychologist on Tuesday and you will go, do you understand me?"<</speech>>
<<speech "You" "$name">>"Yes mistress"<</speech>>
<<speech "Angela">>"What?"<</speech>>
<<speech "You" "$name">>"So, okay my love I will go."<</speech>>
<<speech "Angela">>("What's happening to my husband?")<</speech>>
[[Office|dreamfem3]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"Hello Ms. Jessa, can I ask you something?"<</speech>>
<<speech "Jessa">>"I am listening to you."<</speech>>
<<speech "Angela">>"My husband $name is currently having psychological problems. Could you please arrange an appointment for him with the company psychologist on Tuesday?"<</speech>>
<<speech "Jessa">>"Oh dear, I'm so sorry. Of course, I will make an appointment. Your husband is a very valuable employee of ours."<</speech>>
<<speech "Angela">>"Thank you jessa you are great I have to get back to work now thanks for your help."<</speech>>
<<speech "Jessa">>("The fish is on the hook, now I can start.")<</speech>>
[[Go to work|officein]]
</div>
<<set $gameTime = 1>>
<<set $fem += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "You" "$name">>"Hello I'm $name"<</speech>>
<<speech "Psychologist">>"Welcome, lie down and let's start therapy."<</speech>>
<<speech "You" "$name">>"Thank you"<</speech>>
<<speech "Psychologist">>"Yes, Mr. $name, please explain calmly. I was told that you are psychologically disturbed. Please tell me what is bothering you."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy1.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"The women in the office and my bosses are starting to use me and humiliate me, they want me to be their slave and I'm starting to like it but I want to stop, I want to be a normal man"<</speech>>
<<speech "Psychologist">>"Do you like this situation?."<</speech>>
<<speech "You" "$name">>"Yes and this is very dangerous. If my wife finds out what happened, she will leave me. I love her, I owe her everything."<</speech>>
<<speech "Psychologist">>"I know a very useful method for your situation. By hypnotizing you, we can make you feel uncomfortable in this situation and your marriage can be saved."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy2.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Please if it works I'm in"<</speech>>
<<speech "Psychologist">>"Fine, then let's start hypnosis. Please relax and focus on the object in my hand."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy3.mp4" type="video/mp4"></video>
<center>You focus on the clock and slowly get sleepy.</center>
<<speech "Psychologist">>"$name, your whole life goal from now on will be to satisfy the women around you."<</speech>>
<<speech "You" "$name">>"Yess.."<</speech>>
<<speech "Psychologist">>"From now on, no matter what they ask of you, you will do it at the expense of your life. You are now their cute dog, you will be a good slave."<</speech>>
<<speech "You" "$name">>"Yess.."<</speech>>
<<speech "Psychologist">>"Now I'm going to snap my fingers and you're going to wake up and when you wake up you're going to be begging me to kick your balls."<</speech>>
<center>"You regain consciousness."</center>
<<speech "Psychologist">>"Yes Mr. $name, that's enough for today, we will continue our session next week."<</speech>>
<<speech "You" "$name">>"Is that all? Well, I'll come back next week to see you."<</speech>>
[[Home|hallway]]
</div>
<<set $fem += 1>>
<<set $gameTime = 4>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Psychologist">>"Welcome $name, how are you feeling?"<</speech>>
<<speech "You" "$name">>"I'm better now, thank you. Can I ask you something today?"<</speech>>
<<speech "Psychologist">>"Of course I'm listening to you, what do you want?"<</speech>>
<<speech "You" "$name">>"Could you please kick my balls, miss? I couldn't get this out of my mind for a week."<</speech>>
<<speech "Psychologist">>"Sure Tony, I hope you can bear the pain of this, get ready now."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy4.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Ahhhh ahhh it hurts so much but I feel so good."<</speech>>
<<speech "Psychologist">>"Look at you, you're a beta who exists to lick women's assholes."<</speech>>
<<speech "You" "$name">>"Yes I am, please continue doctor."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy5.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Ahhhhh doctor,I can't stand it, my balls hurt so much."<</speech>>
<<speech "Psychologist">>"You will endure, you have to be resilient when your mistress wants to kick you, beta."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy6.mp4" type="video/mp4"></video>
<<speech "Psychologist">>"You will endure, you have to be resilient when your mistress wants to kick you, beta."<</speech>>
<<speech "You" "$name">>"Yes miss I will be better from now on"<</speech>>
<<speech "Psychologist">>"Good boy, we will continue next week, I will kick you again next week, you can go out now."<</speech>>
<<speech "You" "$name">>"Thank you miss, have a good day"<</speech>>
[[Home|hallway]]
</div>
<<set $fem += 1>>
<<set $gameTime = 4>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Psychologist">>"Welcome $name, did you miss me?"<</speech>>
<<speech "You" "$name">>"Yes doctor, I've been waiting all week to see you."<</speech>>
<<speech "Psychologist">>"Well done son, let's continue your treatment, but I want you to take off your clothes."<</speech>>
<<speech "You" "$name">>"Why?."<</speech>>
<<speech "Psychologist">>"Don't ask me questions, you will do as I say like a good dog, NOW TAKE OFF YOUR CLOTHES."<</speech>>
<center>You take off your clothes like a timid dog.</center>
<<speech "Psychologist">>"Hahaha you have such a small dick, now get your balls ready."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy7.mp4" type="video/mp4"></video>
<<speech "Psychologist">>"Does this hurt you, naughty slave?"<</speech>>
<<speech "You" "$name">>"Ahhhhhhhh, please let's take a break, ahh miss?"<</speech>>
<<speech "Psychologist">>"No break, you useless bastard, your tiny dick deserves just that"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy8.mp4" type="video/mp4"></video>
<<speech "Psychologist">>"From now on, you will worship all the women in the company, do you understand me, you son of a bitch?"<</speech>>
<<speech "You" "$name">>"Ahhh please stop now, I'm going to die, it hurts so much."<</speech>>
<<speech "Psychologist">>"A good slave will be durable, do you understand, son of a bitch, hold on a little longer, be ready"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/therapy9.mp4" type="video/mp4"></video>
<<speech "Psychologist">>"That's enough, your treatment is completed, from now on, be a good dog and serve the company."<</speech>>
<<speech "You" "$name">>"Yes miss, thank you. Will I see you again?"<</speech>>
<<speech "Psychologist">>"Who knows, if you become a good slave, maybe I'll kick you again."<</speech>>
<<speech "You" "$name">>"Goodnight"<</speech>>
[[Home|hallway]]
</div>
<<set $fem += 1>>
<<set $gameTime = 4>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Angela">>"Welcome $name, how was the therapy?."<</speech>>
<<speech "You" "$name">>"It was good, I feel better now.(addicted)"<</speech>>
<<speech "Angela">>"You haven't been yourself since you came out of your coma, you can relax now, I'm with you."<</speech>>
<<speech "You" "$name">>"Thank you, what would I do without you?"<</speech>>
<<speech "Angela">>"Let's go to bed now, I have to go to the office tomorrow, Mr. Bill is a very busy man."<</speech>>
[[Sleep]]
</div>
<<set $fem += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<center><img src="img/characters/mc/wake.jpg" width="50%"></center>
<<speech "You" "$name">>"Man I really slept like a baby."<</speech>>
<center>"Constant notification sound coming from your phone"</center>
<<speech "You" "$name">>"Who is this, who keeps texting me?"<</speech>>
[[look at messages|mcbroken3]]
</div>
<div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/characters/mc/jessa.jpg" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Miss.Jessa</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">$name!!!</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">Wake up and answer me!!</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Miss Jessa, I'm listening to you, what happened?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"I woke up very horny today. You will come to the office and lick my wet pussy."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Is that all?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"Yes, prepare your mouth, you will drink the juice of my pussy and you will not waste even a drop, understand?"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Yes misstress, I will be ready."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/characters/mc/jessa.jpg" alt="Sender's Picture">
<div class="message-text">"I'm waiting for you slave."</div>
</div>
Miss jessa sent a photo
<center><img src="img/characters/jessa/femjes.jpg" width="80%"></center>
End of conversation<</type>>
</div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|messages]]
</div>
</div>
</div>
</div></center>
</div>
<<set $fem += 1>>
<<if $jessacorslvl1 == 0>>
<<goto "jessaevent2">>
<</if>>
<<if $jessacorslvl1 == 1>>
<<goto "jessaevent3">>
<</if>>
<<if $jessacorslvl1 == 2>>
<<goto "jessaevent4">>
<</if>>
<<if $jessacorslvl1 == 3>>
<<goto "jessaevent5">>
<</if>>
<<if $jessacorslvl1 == 4>>
<<goto "jessaevent6">>
<</if>>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Jessa">>"Where were you, freak?"<</speech>>
<<speech "You" "$name">>"Sorry for being late miss, it won't happen again."<</speech>>
<<speech "Jessa">>"Is this how you apologize? I'm not convinced, be more creative."<</speech>>
<center>" You don't know how to convince her"</center>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom1.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Forgive your helpless dog and let me lick your sacred pussy, misstress."<</speech>>
<<speech "Jessa">>"Hahaha, I'm in a good mood, lie down, my pussy needs attention."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.mp4" type="video/mp4"></video>
<<speech "Jessa">>"Do you like the enchanting smell of my pussy, you son of a bitch, would you like to lick it?."<</speech>>
<<speech "You" "$name">>"Yes miss, it is the most beautiful smell in the world, I beg you, let me lick your pussy."<</speech>>
<<speech "Jessa">>"You can lick it, come on $name, worship my pussy."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom3.mp4" type="video/mp4"></video>
<<speech "Jessa">>"Ahmmhhh.How does my pussy taste,slave?"<</speech>>
<<speech "You" "$name">>"It tasts very good miss."<</speech>>
<<speech "Jessa">>"Mhmhmmhhh, Do you want to lick my asshole? You will love the taste."<</speech>>
<<speech "You" "$name">>"Yess misstress pleasee."<</speech>>
<<speech "Jessa">>""Beg me!!!"<</speech>>
<<speech "You" "$name">>"I beg you miss let me lick your asshole."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom4.mp4" type="video/mp4"></video>
<<speech "Jessa">>"I'm going to cum, come and make me cum."<</speech>>
<<speech "You" "$name">>"Yess misstress, thank you misstress."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom5.mp4" type="video/mp4"></video>
<<speech "Jessa">>"Ahh keep going keep going!!!"<</speech>>
<center>J"essa squirts in your mouth"</center>
<<speech "You" "$name">>"*gulp* *gulp* *gulp*."<</speech>>
<<speech "Jessa">>"Good job $name, I need to get some rest, get the fuck out of my office."<</speech>>
<<speech "You" "$name">>"Yes misstress, (I was drowning)."<</speech>>
[[Return|officein]]
</div>
<<set $jessacorslvl1 += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Jessa">>"Yes $name why did you come?"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.1.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"I was wondering if you need anything?"<</speech>>
<<speech "Jessa">>"No I don't have time leave me alone"<</speech>>
<<speech "You" "$name">>("I will come back later")<</speech>>
[[Return|office]]
</div>
<<set $jessacorslvl1 += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Jessa">>"What do you want again"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.1.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Misstress I just want to serve you."<</speech>>
<<speech "Jessa">>"If you want to serve so much, lick my shoes."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.2.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Can't I lick your pussy?"<</speech>>
<<speech "Jessa">>"$name, don't make me angry."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.3.mp4" type="video/mp4"></video>
<<speech "Jessa">>"This is how you will know your place, your place is under my feet"<</speech>>
<<speech "You" "$name">>"Yes misstress"<</speech>>
<<speech "Jessa">>"Now leave my room and come back another time."<</speech>>
[[Return|office]]
</div>
<<set $jessacorslvl1 += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Jessa">>"My feet are so sweaty in my boots, $name, I want you to take off my boots and smell them."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.4.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"It smells very strong."<</speech>>
<<speech "Jessa">>"You will even adore the smell of my feet. Do you understand? Now lick them."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.5.mp4" type="video/mp4"></video>
<<speech "Jessa">>"Enjoy my sweaty toes, suck them, you useless son of a bitch."<</speech>>
<<speech "You" "$name">>"I'm gonna lick your feet every day misstress."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.6.mp4" type="video/mp4"></video>
<center>"Jessa spits in your face</center>
<<speech "Jessa">>"You have to deserve my spit, slave, now open your mouth, I will spit in your mouth and you will swallow."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/jessa/jessadom2.7.mp4" type="video/mp4"></video>
<<speech "You" "$name">>"Yes misstress"<</speech>>
<<speech "Jessa">>"Now leave my room and come back another time."<</speech>>
[[Return|office]]
</div>
<<set $jessacorslvl1 += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>The company is closed in the evenings</center>
[[Return|downtown]]
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center>"You go to see Angela in her room.</center>
<<speech "You" "$name">>"Hello my love, how are you?"<</speech>>
<center><img src="img/characters/Angela/office.jpg" width="50%"></center>
<<speech "Angela">>"I'm working, I'm very busy right now."<</speech>>
<<speech "You" "$name">>"Shall we have a romantic dinner at a restaurant?"<</speech>>
<<speech "Angela">>"Yes my love, please, I've been dreaming of this for years, let's do it."<</speech>>
<<speech "You" "$name">>"Ok get ready for the evening."<</speech>>
<<speech "Angela">>"Okay, I'll take a shower and put on a new dress, wait for me in the living room in the evening."<</speech>>
[[Return|office]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "You" "$name">>"Man, I've been waiting for her to come downstairs for 2 hours, what kind of make-up is this."<</speech>>
<center><img src="img/characters/Angela/evening2.jpg" width="50%"></center>
<<speech "Angela">>"$name."<</speech>>
<<speech "You" "$name">>"Yes?."<</speech>>
<center><img src="img/characters/Angela/evening.jpg" width="50%"></center>
<<speech "Angela">>"How am I ?"<</speech>>
<<speech "You" "$name">>"How can a woman be so beautiful, it takes my breath away."<</speech>>
<<speech "Angela">>"Take care of your breath, I don't want you to fall into a coma again."<</speech>>
<<speech "You" "$name">>"There is no one more beautiful than you in the world"<</speech>>
<<speech "Angela">>"You are so sweet, I'm ready, we can go out."<</speech>>
[[Let's go|dinner]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Angela">>"Do you know, $name, when you were in a coma, I was so alone, I was so scared."<</speech>>
<<speech "You" "$name">>"You don't have to be afraid anymore, you're not alone anymore, I won't leave you alone again."<</speech>>
<<speech "Angela">>"I hope you don't do it again, this time I'll unplug it."<</speech>>
<<speech "You" "$name">>"I love you so much Angela."<</speech>>
<<speech "Angela">>"I love you so much $name."<</speech>>
<center>"In the middle of your romantic dinner, Angela's phone starts receiving notifications."</center>
<<speech "You" "$name">>"You're getting a message on your phone, check it out if you want."<</speech>>
<<speech "Angela">>"Mr. Bill sent a message, let's see what he wants again."<</speech>>
[[What does this guy want at this time of the night?|dinner2]]
</div>
<div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/misc/avatar1.png" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Mr.Bill (Boss)</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>> Mr.Bill (Boss) sent a photo
<center><img src="img/characters/angela/billd.webp" width="80%"></center>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Sender's Picture">
<div class="message-text">"Can you take my huge dick in your mouth, baby?"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Oh my god, Mr Bill what is this"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"Damn Angela, I'm so sorry, I was sending it to someone else and accidentally sent it to you."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Oh, well I'll act like I never saw it."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"I'm sorry again, let's just pretend it never happened."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"I understand sir, good night"</div>
</div>
End of conversation<</type>></div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|dinner3]]
</div>
</div>
</div>
</div></center>
</div>
<<set $fem += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "You" "$name">>"My love, is everything okay? What did he want?"<</speech>>
<<speech "Angela">>"Some work related things."<</speech>>
<<speech "You" "$name">>"Okay, why are your cheeks red?"<</speech>>
<<speech "Angela">>"It must be because of the wine."<</speech>>
<<speech "You" "$name">>"OK, let's eat your food."<</speech>>
<<speech "Angela">>("My boss' dick is really big, I wonder who she tried to send that monster to?)"<</speech>>
<center>Mr. Bill's big cock occupies Angela's mind and makes her wet.</center>
<center><img src="img/characters/Angela/dinner2.jpg" width="50%"></center>
<<speech "Angela">>("Just seeing that huge dick made my pussy so wet, what is happening to me?")"<</speech>>
<<speech "You" "$name">>"Being with you is the best feeling in the world."<</speech>>
<<speech "Angela">>("Are we going to stay here a little longer or get up?")"<</speech>>
[[Let's spend some more time|dinner3.3]]
[[Let's go home|dinner3.2]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Angela">>"It was a great evening thank you $name."<</speech>>
<<speech "You" "$name">>"You're welcome my darling, let's go out again another time."<</speech>>
<<speech "Angela">>"I'm so sleepy, let's sleep."<</speech>>
[[End of the night|Sleep]]
</div>
<<set $angelacor += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Angela">>"("Oh I can't take it anymore my pussy is throbbing.)"<</speech>>
<<speech "Angela">>"$name, I have to go to the toilet, I'll be back in a minute."<</speech>>
<<speech "You" "$name">>"Ok my love I'm waiting."<</speech>>
<center><img src="img/Misc/later.jpg" width="50%"></center>
<<speech "You" "$name">>("Angela, what have you been doing in the toilet for half an hour?")<</speech>>
<<button "Meanwhile Angela">>
<<replace "#hiddenContent">>
<<speech "Angela">>"Ahhhmmmm, Yessshh I want big dick"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/dinnermast.mp4" type="video/mp4"></video>
<<speech "Angela">>"Ahhhmaa,Yes bill I want to take that huge cock in my mouth."<</speech>>
<<speech "Angela">>"What nonsense am I talking about? I need to cum and leave immediately."<</speech>>
<center><img src="img/Misc/later.jpg" width="50%"></center>
<<speech "Angela">>"I'm here my love, now we can go"<</speech>>
<<speech "You" "$name">>"Are you okay?"<</speech>>
<<speech "Angela">>"Yes my love I'm fine let's go home."<</speech>>
[[Let's go home|dinner3.2]]
<</replace>>
<</button>>
<div id="hiddenContent"></div></div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Colleague">>"Angela are you available?"<</speech>>
<center><img src="img/characters/angela/angelatalk.jpg" width="60%"></center>
<<speech "Angela">>"Yes, Mr. Bill, as you wish, sir."<</speech>>
<center>"Angela hangs up the phone"</center>
<<speech "Angela">>"I'm sorry, my boss is scolding me if I don't answer his phone."<</speech>>
<<speech "Colleague">>"My head is aching. Do you have any painkillers? Nobody has it."<</speech>>
<<speech "Angela">>"Sorry I don't have either."<</speech>>
<<speech "Colleague">>"How are you doing with your husband?"<</speech>>
<<speech "Angela">>"Great took me out to dinner and we had a romantic meal."<</speech>>
<<speech "Colleague">>"I'm glad you're happy."<</speech>>
<<speech "Angela">>"I want to surprise him, but I don't know what to do."<</speech>>
<<speech "Colleague">>"Use your femininity, throw some nudes at him and bam."<</speech>>
<<speech "Angela">>"Why didn't I think of this, thank you."<</speech>>
<<speech "Colleague">>"You're welcome, I'll go back to work, I don't think anyone has any painkillers, see you Angela."<</speech>>
[[Evening at home|angelantr2.1]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Angela">>"I'm sending a nude to $name after 10 years, I'm excited, I wonder what her reaction will be?"<</speech>>
<center>
<<button "Send">>
<<replace "#hiddenContent">><video autoplay loop muted style="width: 300px; height: auto;">
<source src="img/characters/angela/fnude.mp4" type="video/mp4">
</video>
<<button "You have a new message">>
<<goto "angelantr2.2">>
<</button>>
<</replace>></center>
<</button>>
<div id="hiddenContent">
</div>
<<set $gameTime = 3>>
<div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/misc/avatar1.png" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Mr.Bill (Boss)</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>> Angela send a video
<video autoplay loop muted controls style="width: 250px; height: auto;">
<source src="img/characters/angela/fnude.mp4" type="video/mp4">
</video>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"My love, my pussy is so wet, I need attention, come and fuck me"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"Your pussy is really beautiful, Angela."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"OH MY GOD!!!"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Mr. Bill, I am so sorry, I was going to send a message to my husband, please forgive me."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"It's okay Angela, you look so beautiful, you made my dick hard."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Boss, please delete the video I sent, I beg you."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"Don't worry Angela, this is a secret between us. I'm waiting for you in my office tomorrow, don't keep me waiting."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Ok I will come make sure you delete the message."</div>
</div>
End of conversation<</type>></div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|angelantr2.3]]
</div>
</div>
</div>
</div></center>
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Angela">>"FUCK,FUCK,FUCK,FUCK"<</speech>>
<<speech "Angela">>"Stupid Angela, how did you manage to send the message to your boss? He saw my pussy, he saw every part of me, what will I do now?"<</speech>>
[[Sleep|Sleep]]
</div>
<<set $angelacor += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Kendra">>"$name, Mr Bill is waiting for you."<</speech>>
<<speech "You" "$name">>"Why is Mr Bill calling me?"<</speech>>
<<speech "Kendra">>"I don't know, don't do anything to make him angry, understand?"<</speech>>
<<speech "You" "$name">>"Yes miss."<</speech>>
<div style="text-align: center;" id="buttonContainer">
<<button "Go see the big boss">>
<<replace "#hiddenContent">>
<<speech "Bill">>"Hi $name, we finally got to meet you."<</speech>>
<center>"He extends his hand to you with great confidence, and you shake it hesitantly".</center>
<center><img src="img/characters/mc/shake.webp." width="50%"></center>
<<speech "You" "$name">>"I'm glad sir, may I know why you called me?"<</speech>>
<<speech "Bill">>"You know Angela has been working here for 10 years and I wanted to meet her husband. Would you mind if we were friends, $name?"<</speech>>
<<speech "You" "$name">>"Sir, I don't understand, when you say being friends, do you mean both of us?"<</speech>>
<<speech "Bill">>"Yeah you and me best friends how does that sound."<</speech>>
<<speech "You" "$name">>"I understand sir, I will gladly accept it."<</speech>>
<<speech "Bill">>"Let me show you a woman from the company, she has such a beautiful pussy you won't believe it."<</speech>>
<center>"Bill takes out his phone and opens a video."</center><center>
<video autoplay loop muted controls style="width: 350px; height: auto;">
<source src="img/characters/angela/fnude2.mp4" type="video/mp4">
</video></center>
<<speech "Bill">>"Look at her big tits, her pink, wet, tight pussy, I'm going to make her my whore."<</speech>>
<<speech "You" "$name">>"Why can't her eyes be seen?"<</speech>>
<<speech "Bill">>"I'm keeping who she is a secret for now."<</speech>>
<<speech "You" "$name">>"I understand sir (I'm sure I saw this woman)"<</speech>>
<<speech "Bill">>"I'll show you more later. Now get back to work and we'll talk later."<</speech>>
<<speech "You" "$name">>"Ok sir, have a nice day"<</speech>>
<<speech "You" "$name">>"This was so weird"<</speech>>
[[1 hour later.|angelantr3.2]]
<</replace>>
<<replace "#buttonContainer">> <!-- Butonu içeren div'i boş bir içerikle değiştiriyoruz -->
<</replace>>
<</button>>
</div>
<div id="hiddenContent"></div>
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"Mr Bill can I come in?"<</speech>>
<<speech "Bill">>"Of course"<</speech>>
<<speech "Angela">>"Sir, I am so ashamed, please, you made the same mistake, let's ignore this this time."<</speech>>
<<speech "Bill">>"Calm down Angela, what happened will remain between us, but I don't think I can forget what happened."<</speech>>
<<speech "Angela">>"Can't you forget?"<</speech>>
<center>"Bill starts touching your wife."</center>
<center><img src="img/characters/Angela/grope2.webp" width="60%"></center>
<<speech "Bill">>"No you blew my mind, take responsibility for this."<</speech>>
<<speech "Angela">>("Ahnnnmm, He has very strong hands, he squeezes my ass.")<</speech>>
<<speech "Angela">>"Boss, I'm married, have you forgotten? Don't do it."<</speech>>
<<speech "Bill">>"I don't care, I will fuck your wet pussy very hard, Angela."<</speech>>
<<speech "Angela">>"I have work to do, good day Mr. Bill."<</speech>>
<center>"Angela quickly runs out of the room."</center>
[[Return|office]]
</div>
<<set $angelacor += 1>>
cc<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"Sir please don't do it. mhmmm"<</speech>>
<center><img src="img/characters/Angela/grope3.webp" width="60%"></center>
<<speech "Bill">>"Angela you really have a great ass."<</speech>>
<center>"Angela is becoming increasingly corrupt.</center>
[[Return|office]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"Ahaahmm, Mr bill my breasts are very sensitive leave it alonet."<</speech>>
<center><img src="img/characters/Angela/grope1.webp" width="60%"></center>
<<speech "Bill">>"I've never seen such beautiful juicy breasts in my life."<</speech>>
<center>"Angela is becoming increasingly corrupt.</center>
[[Return|office]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Bill">>"I think your pussy gets wet when you see me, Angela, my hands are soaked.."<</speech>>
<center>"Angela is becoming increasingly corrupt.</center>
<center><img src="img/characters/Angela/grope6.webp" width="60%"></center>
<<speech "Angela">>"Ahhaammm(I can't stand it anymore, the way he touches my pussy is so amazing, I'm going to cum!!)"<</speech>>
<center>"Angela is becoming increasingly corrupt.</center>
[[Return|office]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Bill">>"Looks like your pussy missed me"<</speech>>
<center>"Angela is becoming increasingly corrupt.</center>
<center><img src="img/characters/Angela/grope8.webp" width="60%"></center>
<<speech "Angela">>"Yess* *yess*mhmmm*(I need it now I need to touch that big dick)"<</speech>>
<center><img src="img/characters/Angela/grope7.webp" width="60%"></center>
<center>"Angela is becoming increasingly corrupt.</center>
[[Return|office]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Sofya" "???">>"*Aahhhh*Yes boss, play with my tits"*mhmm*<</speech>>
<<speech "You" "$name">>"Female voices come from Mr. Bill's office. He really fucks the woman he shows off."<</speech>>
<<speech "Sofya" "???">>"*Mr bill your dick is hard*<</speech>>
<<speech "Bill">>"Why don't you take my big dick between your tits, baby?"<</speech>>
<<speech "You" "$name">>"I better get back to work."<</speech>>
<div style="text-align: center;" id="buttonContainer">
<<button "What's going on inside?">>
<<replace "#hiddenContent">>
<<speech "Angela">>"But..."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/titjob0.webm" type="video/webm"></video>
<<speech "Bill">>"I know you can't stand it anymore"<</speech>>
<<speech "Angela">>"I shouldn't, I should hold myself back"<</speech>>
<<speech "Bill">>"I SAID DO IT!!!"<</speech>>
<center>"Angela couldn't stand it."</center>
<video autoplay controls loop muted>
<source src="img/characters/angela/titjob2.webm" type="video/webm"></video>
<<speech "Angela">>"This cock is so big."<</speech>>
<<speech "Bill">>"Did you like my dick?"<</speech>>
<<speech "Angela">>*oahh*" Yes yes I loved it, it's very big."<</speech>>
<<speech "Bill">>"I'm cumming, open your mouth and swallow it all."<</speech>>
<<speech "Angela">>"No, not in my mouth.."<</speech>>
<<speech "Bill">>"Shut up and swallow it."<</speech>>
<center><img src="img/characters/angela/titjobcum.webp" width="50%"></center>
<center>"Bill cums in Angela's mouth and face</center>
<<speech "Angela">>"It's a lot, it doesn't taste as bad as I thought it would."<</speech>>
<<speech "Bill">>"Ahh, that feels so good, you can go now."<</speech>>
<<speech "Angela">>("Forgive me $name.")<</speech>>
[[Return|office]]
<</replace>>
<<replace "#buttonContainer">> <!-- Butonu içeren div'i boş bir içerikle
<</replace>>
<</button>>
</div>
<div id="hiddenContent"></div>
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Bill">>"I love those juicy tits."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/titjob1.webm" type="video/webm"></video>
<<speech "Angela">>"I can see that you love, you don't leave me alone."<</speech>>
<center>"Angela is becoming increasingly corrupt.</center>
[[Return|office]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>"You go to your bedroom." </center>
<center><img src="img/Misc/door.jpg" width="60%"></center>
<center>*Click* *Click* *Click*</center>
<<speech "You" "$name">>"Why is the door locked?"<</speech>>
<<speech "You" "$name">>"Angela, my love, why did you lock the door?"<</speech>>
<<speech "Angela">>"$name, I'm a little busy inside. Come back in 10 minutes."<</speech>>
<<speech "You" "$name">>"What are you busy with?"<</speech>>
<<speech "Angela">>"$name, can you leave me alone for 10 minutes?"<</speech>>
<<speech "You" "$name">>"Fine."<</speech>>
<center><<button "What is she doing inside?">>
<<goto "angelantr5.1">>
<</button>></center>
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"Weird Mr. Bill didn't use me to cum today, I wonder if she got bored of me?"<</speech>>
<center><img src="img/characters/Angela/officev.webp" width="50%"></center>
<div style="text-align: center;" id="buttonContainer">
<<button "After a few minutes">>
<<replace "#hiddenContent">>
<<speech "Bill">>"Tell Kendra to sign the reports I asked for last week and bring them to me."<</speech>>
<<speech "Angela">>"Of course sir, how else can I help you?"<</speech>>
<<speech "Bill">>"I don't want anything else."<</speech>>
<<speech "Angela">>("Is he really bored of me?")<</speech>>
[[Return|office]]
<</replace>>
<<replace "#buttonContainer">> <!-- Butonu içeren div'i boş bir içerikle değiştiriyoruz -->
<</replace>>
<</button>>
</div>
<div id="hiddenContent"></div>
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "You" "$name">>"What are you doing my love"<</speech>>
<center><img src="img/characters/angela/angelabed.jpg" width="40%"></center>
<<speech "Angela">>"I'm texting with a friend at work."<</speech>>
<<speech "You" "$name">>"Is it a woman?"<</speech>>
<<speech "Angela">>"Yes, what difference does it make if it is a man?."<</speech>>
<<speech "You" "$name">>"I was just wondering."<</speech>>
<<speech "Angela">>"So don't worry too much"<</speech>>
<center><<button "What is she talking about">>
<<goto "angelantr4.5">>
<</button>></center>
</div>
<div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/misc/avatar1.png" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Mr.Bill (Boss)</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>> Mr.Bill (Boss) Send a photo
<center><img src="img/characters/Angela/billd2.webp" width="60%"></center>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"How are you beautiful?"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Sir this is..."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"I thought you missed my dick."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"This cock really huge."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"Glad you liked it, see you tomorrow."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Sure sir, see you later."</div>
</div>
End of conversation<</type>></div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|Bedroom]]
</div>
</div>
</div>
</div></center>
</div>
<<set $angelacor += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"He sent me a photo of his huge dick yesterday and he didn't touch me again, what's going on?"<</speech>>
<div style="text-align: center;" id="buttonContainer">
<<button "After a few minutes">>
<<replace "#hiddenContent">>
<<speech "Angela">>"Hello sir, I was wondering if you need anything??"<</speech>>
<center><img src="img/characters/Angela/ofev1.jpg" width="50%"></center>
<<speech "Bill">>"No, I'm fine, you can go out."<</speech>>
<<speech "Angela">>("WHAT THE FUCK.")<</speech>>
[[Return|office]]
<</replace>>
<<replace "#buttonContainer">> <!-- Butonu içeren div'i boş bir içerikle değiştiriyoruz -->
<</replace>>
<</button>>
</div>
<div id="hiddenContent"></div>
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "You" "$name">>"Again?"<</speech>>
<center><img src="img/characters/angela/phone3.jpg" width="40%"></center>
<<speech "Angela">>"We only talk girl to girl, why does this make you uneasy?"<</speech>>
<<speech "You" "$name">>"No it doesn't, enjoy yourself"<</speech>>
<<speech "Angela">>"Fine, you better not make me angry."<</speech>>
<<speech "You" "$name">>("She started scolding me")<</speech>>
<center><<button "Who is this texting with?">>
<<goto "angelantr4.8">>
<</button>></center>
</div>
<div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/misc/avatar1.png" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Mr.Bill (Boss)</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>> Mr.Bill (Boss) Send a photo
<center><img src="img/characters/Angela/billd3.webp" width="60%"></center>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"My dick was so hard all day"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Seems bigger than before."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">I fuck you in my dreams angela."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"😊😊😊🧡"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"Anyway, see you tomorrow, take care, baby."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Please let's spend time tomorrow."</div>
</div>
End of conversation<</type>></div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|Bedroom]]
</div>
</div>
</div>
</div></center>
</div>
<<set $angelacor += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Angela">>"What is this man trying to do? He didn't touch me again. Maybe I should provoke him a little."<</speech>>
<div style="text-align: center;" id="buttonContainer">
<<button "After a few minutes">>
<<replace "#hiddenContent">>
<<speech "Angela">>"Hello sir, I was wondering if you need anything??"<</speech>>
<center><img src="img/characters/Angela/ofev2.jpg" width="50%"></center>
<<speech "Bill">>"No, I'm fine, you can go out."<</speech>>
<<speech "Angela">>"Sir, it's a bit boring here right now, why don't we have some fun?"<</speech>>
<<speech "Bill">>"No, I'm fine like this, close the door when you leave."<</speech>>
<<speech "Angela">>("Son of a bitch.")<</speech>>
[[Return|office]]
<</replace>>
<<replace "#buttonContainer">> <!-- Butonu içeren div'i boş bir içerikle değiştiriyoruz -->
<</replace>>
<</button>>
</div>
<div id="hiddenContent"></div>
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>> <div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/misc/avatar1.png" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Mr.Bill (Boss)</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>> Angela send a video
<video autoplay loop muted controls style="width: 250px; height: auto;">
<source src="img/characters/angela/angelanud.mp4" type="video/mp4">
</video>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Hello boss, did you miss my tits?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"Look at those beautiful tits, you're not wearing any underwear."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Opss 😈"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"I want to lick your nipples, Angela"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Mhmmm, Yes boss lick my nipples and bite them."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"How's your pussy?"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"My pussy is getting so wet just thinking about that big dick of yours, touch it tomorrow and see how wet it is 😻."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/avatar1.png" alt="Receiver's Picture">
<div class="message-text">"Then see you tomorrow angela"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Yes boss pleasee.💋💋💋"</div>
</div>
End of conversation<</type>></div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|hallway]]
</div>
</div>
</div>
</div></center>
</div>
<<set $angelacor += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>"Bill enters his room and encounters a sight."</center>
<<speech "Angela">>"Hello boss, let's have some fun, shall we?"<</speech>>
<center><img src="img/characters/angela/ofev4.jpg" width="40%"></center>
<<speech "Bill">>"Horny bitch, you couldn't resist, huh?"<</speech>>
<<speech "Angela">>"I couldn't resist, look how wet my pussy is."<</speech>>
<center><img src="img/characters/angela/ofev5.jpg" width="70%"></center>
<<speech "Bill">>"I will fuck your wet pussy until you faint, angela."<</speech>>
<center><img src="img/characters/angela/billfinger.webp" width="70%"></center>
<<speech "Angela">>"Ahmmmhh* *mhahh*, Boss, if you keep playing with my pussy like this, I will cum."<</speech>>
<<speech "Bill">>"Be a good girl and cum, Angela."<</speech>>
<<speech "Angela">>"Yeahh, *oahhmm* ım cumming, ımmm cumminnggg"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/angelacum1.webm" type="video/webm"></video>
<<speech "Bill">>"Good girl, I will be waiting for you at my house on Saturday."<</speech>>
<<speech "Angela">>"Ahh, ahh, Yes boss I will come."<</speech>>
<<speech "Bill">>"Good girl, get yourself together now and get back to work."<</speech>>
<<speech "Angela">>("Oh my god I've never cum like this.")<</speech>>
[[Return|office]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "You" "$name">>"I think my beautiful wife is preparing breakfast"<</speech>>
<center><img src="img/characters/angela/02.jpg" width="50%"></center>
<<speech "Angela">>"Yes, I have work to do today. Mr. Bill specifically told me to do it. Can you drive me there?"<</speech>>
<<speech "You" "$name">>"Good morning to you too."<</speech>>
<<speech "Angela">>"Oh I'm sorry, I had too much work to do.?"<</speech>>
<<speech "You" "$name">>"Don't you think you work too hard? Could you spare some time for me?"<</speech>>
<<speech "Angela">>"I promise I will make time for you, now have your breakfast and drive me to my destination."<</speech>>
<<speech "You" "$name">>"Ok you promised."<</speech>>
<center><<button "Take Angela away">>
<<goto "angelantr5.5">>
<</button>></center>
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center><img src="img/characters/mc/wake.jpg" width="50%"></center>
<<speech "You" "$name">>"The sun is out, I'm going to spend the whole weekend watching anime."<</speech>>
<<speech "You" "$name">>"One of the things that has not ended for 10 years is my marriage and the other is One Piece."<</speech>>
<<speech "You" "$name">>"Angela must be in the kitchen making breakfast."<</speech>>
<center><<button "Go to kitchen">>
<<goto "angelantr5.4">>
<</button>></center>
</div>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Angela">>"Hello Mr.Bill, I'm here."<</speech>>
<<speech "Bill">>"Welcome Angela, I don't understand why my dick gets hard every time I see you."<</speech>>
<<speech "Angela">>"You are very horny sir."<</speech>>
<<speech "Bill">>"Do you have a wish from me, Angela, you make me very happy, I will do anything you want."<</speech>>
<<speech "Angela">>"Sir, I want to suck your big dick today. Can I do it?."<</speech>>
<<speech "Bill">>"Of course you can suck it angela do you want anything else."<</speech>>
<<speech "Angela">>"I wish you to cum in my mouth, sir. I miss the taste of your semen so much. I want to swallow it."<</speech>>
<<speech "Bill">>"Then start sucking my dick."<</speech>>
<center>"Angela undressed and knelt in front of Mr Bill".</center>
<video autoplay controls loop muted>
<source src="img/characters/angela/billbj1.mp4" type="video/mp4"></video>
<<speech "Angela">>"Mr. Bill, your huge cock is so delicious, I want to lick and suck it every day."<</speech>>
<<speech "Bill">>"Yes Angela, suck my dick, you will be my slut, won't you?."<</speech>>
<<speech "Angela">>"*sluurpp* If you let me suck your dick every day and cum in my mouth, I will be your slut"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/billbj2.mp4" type="video/mp4"></video>
<<speech "Angela">>"*sluurp*Lots of pre-cum coming into my mouth. Mhmmm"<</speech>>
<<speech "Bill">>"Yeah swallow them like a little slut worship my dick angela"<</speech>>
<<speech "Angela">>"Did you miss my tits? Let me take your big dick between my tits"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/billtitjob.mp4" type="video/mp4"></video>
<<speech "Angela">>"How boss, you missed my soft tits, how do they feel?"<</speech>>
<<speech "Bill">>"I feel great Angela, I'm going to cum"<</speech>>
<<speech "Angela">>"Please boss cum in my mouth I want to taste it."<</speech>>
<center><img src="img/characters/angela/bilcum.webp" width="50%"></center>
<<speech "Bill">>"Swallow it all my slut."<</speech>>
<<speech "Angela">>"*glup* *glup* You filled my mouth boss, you cum so much it was hard to swallow it all but it was delicious."<</speech>>
<<speech "Bill">>"Come on, let's take a shower, Angela."<</speech>>
<<speech "Angela">>"Yes boss."<</speech>>
<center>"Angela and Bill are kissing and taking a shower.</center>
<center><img src="img/characters/angela/billangela.jpg" width="50%"></center>
[[Return|Living Room]]
</div>
<<set $angelacor += 1>>
<<set $gameTime = 3>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "You" "$name">>"It's night and Angela still hasn't arrived. I'm dying of curiosity. I'd better send her a message."<</speech>>
<center><<button "Text Angela">>
<<goto "angelantr5.7">>
<</button>></center>
</div> <div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/misc/angela.jpg" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">My Wife</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>>
<div class="message-bubble receiver" data-type="40">
<img src="img/characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Angela, it's night, where are you?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"My love, I'm sorry I can't come home today, things aren't over yet, so I decided to stay at my friend's."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Who is your friend Angela?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Lena"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Angela you promised me but now you don't even come home !!!!"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"I have to think about my career too Tony, you better get used to it."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"Okay then, we'll talk when you get home."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Look, Lena gave me some of the face creams she uses."</div>
</div>
My Wife send a photo
<center><img src="img/characters/angela/angelaface.jpg" width="80%"></center>
<div class="message-bubble receiver" data-type="40">
<img src="img/characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"What kind of face cream is this?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"I applied too much and it came in my mouth. The taste is a little salty but delicious."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/characters/mc/avatar.png" alt="Receiver's Picture">
<div class="message-text">"We'll talk tomorrow when you come home."</div>
</div>
End of conversation<</type>></div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|Angelantr5.8]]
</div>
</div>
</div>
</div></center>
</div>
<<set $angelacor += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Bill">>"Were you talking to your husband?"<</speech>>
<<speech "Angela">>"Yeah I told him I'm not going home tonight."<</speech>>
<<speech "Bill">>"It's late, should we sleep?"<</speech>>
<<speech "Angela">>"I was wondering if we couldn't have some more fun before we go to sleep?"<</speech>>
<<speech "Bill">>"Get on your knees bitch."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/billbj3.mp4" type="video/mp4"></video>
<<speech "Bill">>"Yeah bitch take it deep down your throat"<</speech>>
<<speech "Angela">>"Yes bos, *glug*glug* *glug*"<</speech>>
<<speech "Angela">>"Let me taste those gorgeous balls of yours too."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/angelablow4.mp4" type="video/mp4"></video>
<<speech "Bill">>"Yes suck my balls."<</speech>>
<<speech "Angela">>"I never get bored of this."<</speech>>
<<speech "Bill">>"Now it's time to taste that sweet pussy of yours"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/billb4.mp4" type="video/mp4"></video>
<<speech "Angela">>"Amhmmhm*Yes boss, lick my sweet pussy"<</speech>>
<<speech "Bill">>"This is such a sweet pussy."<</speech>>
<<speech "Angela">>"I'm cumming, I'm cumming, I'm cumming"<</speech>>
<<speech "Angela">>"You are truly amazing come and kiss me"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/billbj5.mp4" type="video/mp4"></video>
<<speech "Angela">>*ahh* "We can sleep now."<</speech>>
[[Sleep|Sleep]]
</div>
<<set $angelacor += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Angela">>"I'm here $name"<</speech>>
<center><img src="img/characters/angela/evening.jpg" width="40%"></center>
<<speech "You" "$name">>"Welcome Angela, I don't want to talk too much, just know that I am very upset with you."<</speech>>
<<speech "Angela">>"$name come on, I just didn't come home one night"<</speech>>
<<speech "You" "$name">>"No, the issue is not that you stayed with your friend, the issue is that you did not keep your promise."<</speech>>
<<speech "Angela">>"Okay, I'm sorry, have we made peace?<</speech>>
<<speech "You" "$name">>"Don't make me angry anymore, Angela. If you allow me, I would like to rest my mind a little."<</speech>>
<<speech "Angela">>("What am I doing like this?")<</speech>>
[[Return|hallway]]
</div>
<<set $angelacor += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <<speech "Bill">>"What's up angela how are you?"<</speech>>
<<speech "Angela">>"I'm bad, we had a fight because I couldn't take care of my husband and he got angry at me."<</speech>>
<<speech "Bill">>"Sad story. By the way, Angela, I forgot to tell you, you are my bitch now, if I want you to bark like a dog, you will bark."<</speech>>
<<speech "Angela">>"I don't understand?"<</speech>>
<<speech "Bill">>"There is nothing to understand, you cheated on your husband with me, sucked my dick twice and slept in the same bed with me, now you are mine."<</speech>>
<<speech "Angela">>"Now I understand that I made a big mistake by succumbing to my desires. Nothing like this will happen from now on. I belong to $name, not you."<</speech>>
<<speech "Bill">>"Have you ever thought about what your husband will say to you if he sees these, Angela?"<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/angelabillkiss.mp4" type="video/mp4"></video>
<<speech "Angela">>"Motherfucker, why did you record this?"<</speech>>
<<speech "Bill">>"Look, it's not over yet, I took a photo of you while you were sucking my dick."<</speech>>
<center><img src="img/characters/angela/angelasuck.jpg" width="50%"></center>
<<speech "Angela">>"How would you do this? What a scumbag you are."<</speech>>
<<speech "Bill">>"You were very happy while sucking my dick, Angela, the choice is yours. I will fuck that pussy or I will show these to your husband."<</speech>>
<<speech "Angela">>"Fuck you !!!"<</speech>>
<<speech "Bill">>"I'll hear your decision tomorrow, see you tomorrow bitch."<</speech>>
<<speech "Angela">>"What did I do? I cheated on my husband and now I'm being blackmailed. What did I do? Damn you Angela."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/angela/angcry.mp4" type="video/mp4"></video>
[[Return|office]]
</div>
<<set $angelacor += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center><img src="img/Misc/eat.webp" width="50%"></center>
<<speech "You" "$name">>"Gomu gomu nooooo eat everything !!!"<</speech>>
cc
</div>
<<set $gameTime += 1>>
<<set $energy += 30>>
<<if $gameTime == 5>>
<<goto "Sleep">>
<</if>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> <center><img src="img/Misc/eat.webp" width="50%"></center>
<<speech "You" "$name">>"Gomu gomu nooooo eat everything !!!"<</speech>>
[[Return|office]]</div>
<<set $energy += 30>> <div class="phone-container">
<center> <div class="phone-frame">
<div class="phone-screen">
<!-- Chat Header -->
<div id="chat-header">
<div class="profile-pic-container">
<img src="img/misc/violet.jpg" alt="Profile Picture" class="profile-pic">
</div>
<div class="chat-info">
<div class="chat-title">Violet</div> <div class="chat-status">Online</div>
</div>
</div>
<!-- Chat Background -->
<div class="chat-background">
<div class="chat-container">
<!-- Message Bubbles -->
<<type 30ms>>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"Hi beauty."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Oh my god, Violet how are you?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"I'm fine, I'm traveling, how are you?"</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"I'm at work, working."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"How is my brother? I was planning to come to the hospital to visit him."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/Misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Damn, how did I miss this, I forgot to tell you, $name woke up."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"This is great news. I'll come see him as soon as possible."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Let's see how your world tour goes."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"I fuck a lot, now I'm an experienced QOS."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"What is Qos?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"Oh my god Angela you don't know anything black cocks Angela I don't fuck with white guys anymore their dicks are too small."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"What makes black men special?"</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"They fuck cocks better than a very big white man could ever fuck, look at this."</div>
</div>
Violet send a video
<video autoplay controls loop muted>
<source src="img/characters/angela/violetmessage.mp4" type="video/mp4"></video>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"This man made me cum so much that I still get horny when I think about it."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Damn this cock is really huge."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"Anyway, I have to go. See you very soon."</div>
</div>
<div class="message-bubble receiver" data-type="40">
<img src="img/misc/angela.jpg" alt="Receiver's Picture">
<div class="message-text">"Take care, see you."</div>
</div>
<div class="message-bubble sender" data-type="40">
<img src="img/misc/violet.jpg" alt="Receiver's Picture">
<div class="message-text">"Trust me black cocks are better."</div>
</div>
End of conversation<</type>></div>
</div>
<!-- Home Button -->
<div class="home-button-container">
<div class="return-button" id="return-button">
[[Return|office]]
</div>
</div>
</div>
</div></center>
</div>
<<set $angelacor += 1>>
<div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> Version v.0.2 end of ntr path wait for next update.
[[Return|office]].</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">Tuesday Go to therapy</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>Socialize</center>
[[Return|office]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><center>Pick up a phone at the mall and text jessa
</center>
[[Return|office]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">Tuesday Go to therapy
[[Return|office]]</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">Tuesday Go to therapy
[[Return|office]]</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> Version v.0.2 end of jessa femdom path wait for next update.
[[Return|office]].</div><<if $fem == 14>>
<<goto "colleagues1">> <!-- Event3'e git -->
<</if>>
<<if $fem == 15>>
<<goto "buy5">> <!-- Event3'e git -->
<</if>>
<<if $gameTime == 3 or $gameTime == 4>>
<<goto "closed">> <!-- Belirli pasajın adı buraya gelecek -->
<</if>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
<<speech "Colleague">>"Hello $name, it's me again, I was thinking of reading a book again, why don't you take care of them while my feet are still sweaty?"<</speech>>
<<speech "You" "$name">>"I miss the smell of your nylons so much misstress"<</speech>>
<<speech "Colleague">>"I know you miss my feet, now bring your face and start smelling, I'll let you lick my feet if I like it."<</speech>>
[[Lie down at her feet again]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "Colleague">>"Now you can start smelling."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/breaksniff5.mp4" type="video/mp4"></video>
<center>"Her nylon socks are soaked with sweat and she presses her sweaty feet to your face".</center>
<<speech "You" "$name">>("I love this scent so much.")<</speech>>
<<speech "Colleague">>"My shoes smell too $name, come on smell them too."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/breaksniff6.mp4" type="video/mp4"></video>
<<speech "Colleague">>"If you tell me that you like the smell of my feet more than your wife, I will let you lick my feet."<</speech>>
<<speech "You" "$name">>"I love the smell of your feet more than my wife, misstress".<</speech>>
<<speech "Colleague">>"Good, now you can lick my sweaty nylons, come on, lick and swallow all my foot sweat."<</speech>>
<video autoplay controls loop muted>
<source src="img/characters/mc/breaksniff7.mp4" type="video/mp4"></video>
<<speech "Colleague">>"Did you suck all the sweat out of my socks?."<</speech>>
<<speech "You" "$name">>"Yeah I sucked up all your sweat."<</speech>>
<<speech "Colleague">>"Good boy, that's enough for today, I read my book, we'll continue another time."<</speech>>
<<speech "You" "$name">>("God this was so beautiful.")<</speech>>
[[Return|officein]]
</div>
<<set $money += 200>>
<<set $gameTime = 3>>
<<set $fem += 1>><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> V.0.2 Femdom path end wait next update.
[[Return|office]]</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;">
If you want to see only ntr route or femdom route just focus on that route only, both routes are not interconnected.<hr>
Likewise, if you do not want to see the femdom path, proceed via ntr.
<hr>
I listen to all kinds of content suggestions on my Discord channel. Come join us and let's talk about the content you want.
<hr>
I turned the media volume down to avoid noise. If you want, you can turn on the sounds by hovering over them.
<hr>
The current routes available are ntr and femdom, but mc/trans and wife/trans will be added in the future.
<hr>
Of course, we can add any possible fetishes and contents you want, just write to us.
<hr>
Routes I want to do :
Wife BNWO - Alexis Texas femdom- Gianna Dior Femdom - Chanel Preston Femdom - Alina Lopez Femdom - Aj Applegate Femdom.
<hr>
[[Enjoy|Link]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"><<speech "You" "$name">>"I don't need to write anything right now.."<</speech>>
[[Return|Phone]]
</div><div style="border: 3px solid rgba(0,0,0,0.5); border-radius: 10px; background-color: rgba(0,0,0,0.5); color: #fff; padding: 10px;"> Go to therapy on tuesday
[[Return|office]]</div>