(set: $playerName to (prompt: "Your name is required", ""))
(set: $badWords to (array:
"fuck", "shit", "bitch", "asshole", "your mom", "dick", "piss", "cunt", "fag", "retard",
"no", "why", "you don't need my name", "none of your business", "idk", "nah", "nope"
))
(set: $isBadName to false)
(set: $lowerName to (lowercase: $playerName))
(if: $playerName's length > 20)[(set: $isBadName to true)]
(if: $playerName's length < 2)[(set: $isBadName to true)]
(for: each _word, ...$badWords)[
(if: $lowerName contains _word)[(set: $isBadName to true)]
]
(if: $isBadName)[(go-to: "Introduction")]
(if: $lowerName is "brokenx22")[(go-to: "DifferentName")]
(if: $lowerName is "brokenx2")[(go-to: "DifferentName")]
(if: $lowerName is "brokenx")[(go-to: "DifferentName")]
(if: $lowerName is "")[(go-to: "DifferentName2")]
(if: $lowerName is "broken")[(go-to: "DifferentName")]
(if: $lowerName is "duc nguyen")[(go-to: "DifferentName")]
(if: $lowerName is "duc")[(go-to: "DifferentName")]
(if: $lowerName is "nguyen")[(go-to: "DifferentName")]
(if: $lowerName is "brian")[(go-to: "DifferentName")]
(if: $lowerName is "nguyen duc")[(go-to: "DifferentName")]
(if: $lowerName is "nguyenduc")[(go-to: "DifferentName")]
(if: $lowerName is "ducnguyen")[(go-to: "DifferentName")]
(if: $lowerName is "kasane")[(go-to: "Kasane Route")]
(if: $lowerName is "tyke mison")[(go-to: "Tyke Mison")]
(if: $lowerName is "carrier of pain")[(go-to: "Carrier of Pain")]
(go-to: "Ready?")
What describe you the best?
[[Student]]
[[Adult]]
[[Dead]]Then you don't need to be here.Nice try(set: $numberCandy to 1)(set: $greedTriggered to false)After a long day of creativity and colorful smiles, the teacher gave you and your group a bowl full of sweets as a way to reward the hard work. There are only 14 pieces of sweets in the bowl, and your group members have contributed 84% of the work without you. Only take as many treats as you deserve.
[[Take one piece]]
[[Leave]]
(set: $numberCandy to $numberCandy - 1)
You left with $numberCandy
(if: $numberCandy is 14)[You left with all the treats]
(else-if: $numberCandy is 2)[You knew exactly what you deserve]
(else-if: $numberCandy < 2)[You left, knowing that you deserve more]
(else:)[You left, knowing that you deserve less]
[[Okay?]]
<p style="color: #4B2E00; text-align: right; font-weight: bold;">
Desire Level: $Desire/5
</p>You took $numberCandy candy
(set: $numberCandy to $numberCandy + 1)
(if: $numberCandy > 3 and $greedTriggered is false)[
(set: $Desire to $Desire + 1)
(set: $greedTriggered to true)
](else:)[
]
(if: $numberCandy < 14)[
[[Take one piece]]
]
[[Leave]]
I don't like that name
Try a different one
(set: $differentNameCount to $differentNameCount + 1)
(if: $differentNameCount > 22)[(go-to: "Jumbscare")]
[[Go Back|Introduction]]Everyone has a name, I do need a way to call you.
[[Go Back|Introduction]]This is my art. You are not me. Therefore you don't think like me.
Don't try to go through the story with my name.
I am not the characters in this.
From now on to make it easier, your name is [[Player]]
[[Let's gooo]]Yes, that's your name now, or you can just reset.
[[Right|Jumbscare]][you ready?]
[[yes]] [[no]]<p style="color: #444; font-weight: bold; text-align: center;">
Hello. This is "Creatures of Conditions." My art experiment.
(There's custom musicals, when a bgm stops... you have to click some where random on a passage for it to play :D)
</p>
<p style="text-align: center; margin-top: 1.5em;">
[[Hi|Introduction]]
</p>
(print: "<div id='vhs-overlay' style='pointer-events:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:url(https://i.imgur.com/3rrIdCy.gif) repeat;opacity:0.4;mix-blend-mode:screen;'></div>")
<div id="blackout"></div>
(set: $differentNameCount to 0)
(set: $DeadCount to 0)
(set: $Isolation to 0)
(set: $Love to 0)
(set: $Obsession to 0)
(set: $Desire to 0)
(set: $Playfulness to 0)
(set: $Anger to 0)
(set: $Regret to 0)
(set: $Ambiguity to 0)
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/General%20bpm.mp3';
audio.loop = true;
audio.volume = 0.1;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch(() => {});
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>I see, which to you is the hardest part of being an adult?
[[Nothing is hard for me|Playfulness route]]
[[Finding a good sexual relationship|Love route]]
[[Being overly attached with someone|Obsession route]]
[[Dealing with deadlines and work tasks obviously|Anger route]]
[[Failing to have friends|Isolation route]]
[[Just being truely happy again|Mixed route]]
Do you ever wish you could go back to your kindergarten days?
[[I would love to go back|Desire route]]
[[Nah I'm good]]We all dream of going back, not really to fix our mistakes, but to feel that pure, carefree joy we had as kids and throw away all of the burden from now. But if we returned with all our memories, would it still feel the same? Maybe the magic only lives in the not knowing, in forgetting the weight of what we’ve learned. To truly be children again, we’d have to let go of everything, even the reason we wanted to return. Just one more moment, simple and free, without knowing how precious it really is when we can.
[[Let's go|password]]
(set: $KanaChildCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script>(set: $chapter4 to "Chapter 4: The Creature of Desire")
<center><h2>$chapter4</h2></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 4]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Kanaria%20bpm.mp3';
audio.loop = true;
audio.volume = 1.0;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
Interesting, which to you is the hardest part of being a student?
[[Nothing is hard for me|Playfulness route]]
[[Finding a perfect school love|Love route]]
[[Being overly attached with someone|Obsession route]]
[[Dealing with the tests and homework obviously|Anger route]]
[[Failing to have friends|Isolation route]]
[[Just being truely happy again|Mixed route]][[Back|yes]]
(set: $DeadCount to $DeadCount + 1)
(if: $DeadCount > 22)[(go-to:"X")]
(set: $chapter0 to "Chapter 0: X")
<center><h2>$chapter0</h2></center>
Only music and Emotions
[[Continue|Conitnue 0]]Really? The truth is, you only fell in love when your heart was starving. You created a fake someone in your mind based on a real person, a perfect reflection of what you needed at the time, and now you’re chasing that relationship like it’s real. The truth is, you only value love because of the pleasure, true love has to come from the initial intention of family creation and bloodline continuation with the person you trust regardless of burden, pain or even non-compatable, the moment you love someone outside of these reason, maybe for looks, maybe for personality, is the moment you fall into fake love, the type of lust disguised as pure love, that can only last for the first few days. You treat love like a type of unique entertainment to satisfy your current desires, love will come back at you. How greedy and heartless you are if you found this relatable.
[[Let's go|password]]
(set: $YoasoflyCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script>[[Let's go|password]]
(set: $NokiCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script>"Overly attached"...It’s not them you’re obsessed with, it’s the way they made you feel that they're superior, putting their voice inside you that says you’re hard to love. You rush for connection without noticing it, chasing relief and building them into something divine, you need someone to worship, not god, but someone "exists" physically. You never loved them, not truly. You loved how they distracted you from yourself.
They only need to leave you for a long enough time, 1 month or just 2 months, you'll find someone or something else to be obsessed with, again...
[[Let's go|password]]
(set: $KiMothCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script><span id="glitch">HELLO</span>
<script>
setInterval(function() {
const el = document.getElementById("glitch");
const chars = ["#", "$", "@", "&", "%", "*", "!"];
el.innerText = chars[Math.floor(Math.random() * chars.length)];
setTimeout(() => el.innerText = "HELLO", 100);
}, 800);
</script>
<span id="flicker">He is behind you.</span>
<script>
setInterval(() => {
const el = document.getElementById("flicker");
el.style.visibility = (el.style.visibility === "hidden") ? "visible" : "hidden";
}, 500);
</script>
You hear breathing close to your ear. Say something?
(set: $responded to false)
(live: 5s)[
(if: not $responded)[
(replace: ?response)[You waited too long.]
(stop:)
]
]
(link: "Say something")[
(set: $responded to true)
(replace: ?response)[You whisper... nothing.]
]
<span|response></span>
[[Let's go|password]]
(set: $PCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script>[[Let's go|password]]
(set: $DCTSCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script>Right... I assume you say you’re used to being alone, like it’s a strength, but you know it wasn’t a choice, no one picks silence unless they’ve been talked over too many times. You didn’t cut people off when you could, you just stopped trying, and maybe at first it felt like hell, but that silence gets familiar. Admit that you’re not safe in here, being alone doesn’t protect you, it softens you, quiets you, makes you easy to swallow. You don't exist in people's eyes
[[Let's go|password]]
(set: $MARETCHCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script>(set: $money to 0)You wake up in the body of a child, about 7 years old, not in your body, you are a completely new person. (check your [[money]]?)
You only stay mature, thoughtful for about a few seconds after you wake up before forgetting everything, every problem, slowly you become a child again
externally and internally
Your 6 years old friendis calling you from outside the windows
"Hey $playerName, wake up! let's play tag or hide and seek. This time if you win, i'll give you 5 bucks"
[[WHAT?!, where did he get that money, does not matter, it's mine now]](set: $chapter1 to "Chapter 1: The Creature of Playfulness")
<center><h2>$chapter1</h2></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 1]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Ro2noki%20bpm.mp3';
audio.loop = true;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
(set: $chapter2 to "Chapter 2: The Creature of Love")
<center><h2>$chapter2</h2></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 2]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Yoasobi%20bpm.mp3';
audio.loop = true;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
(set: $chapter3 to "Chapter 3: The Creature of Obsession")
<center><h2>$chapter3</h2></center>
<center><em>17th October, 2024 – Melbourne</em></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 3]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Kikuo%20bpm.mp3';
audio.loop = true;
audio.volume = 1;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
(set: $chapter5 to "Chapter 5: The Creature of Anger")
<center><h2>$chapter5</h2></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 5]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Deco27%20bpm.mp3';
audio.loop = true;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
(set: $chapter6 to "Chapter 6: The Creature of Isolation")
<center><h2>$chapter6</h2></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 6]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Maretu%20bpm.mp3';
audio.loop = true;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>(set: $chapter8 to "Chapter 8: The Creature of Ambiguity")
<center><h2>$chapter8</h2></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 8]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Deco27%20bpm.mp3';
audio.loop = true;
audio.volume = 1.0; // Max volume
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
[[I don't know|Ambiguity route]]
[[It doesn’t matter|Regret route]][[Let's go|password]]
(set: $InamoriCount to 0)
<script>
if (window.audio) {
window.audio.pause();
window.audio.currentTime = 0;
window.audio.remove();
window.audio = null;
}
</script>(set: $chapter7 to "Chapter 7: The Creature of Regret")
<center><h2>$chapter7</h2></center>
<center><em>A song you can recognize in milliseconds, playing in your head.</em></center>
<center><em>[[Continue|Continue 7]]</em></center>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20inabakumori%20bpm.mp3';
audio.loop = true;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
Now $playerName, you are a single, young lady. You woke up on your bed, still living with your parents tho. But hey, today that is gonna change. You have planned out all your calendars. You have found a job at a bar.
[[Let's gooooo]]<span style="color:#000000;">You wake up in your bed in the morning, as usual.</span>
<span style="color:#000000;">But, your room smells funny, the door is open,</span>
<span style="color:#000000;">and you can clearly remember that you closed it yesterday.</span>
<span style="color:#000000; font-style:italic;">What do you do?</span>
[[Ask roommate]]
[[Get out of bed and go check around the house]]
[[Stay in bed for a while to see if anyone's in the house besides me]]
[[Just go to work already, nothing to worry about]]
[[Call the Police]]
CARRIER OF PAINNNNNNNNPasswords' in my music videos you really have to listen to it first -_-$playerName.
Whether this is your real name or not.
I'm X or X-entity, as people like to call me
Let's run through the stories of some of my most notable victims
[[Damn|yes]]<p style="text-align: justify; color: #333; line-height: 1.6em;">
You spend some time looking around the house, nothing is missing. But you can feel the weird, rotten smell of something coming from the entrance doors towards your room.
</p>
<p style="text-align: justify; color: #444; line-height: 1.6em;">
Other rooms in the house remain completely untouched, with no sign of an intruder.
</p>
<p style="text-align: right; margin-top: 2em;">
[[Weird|Continue 6 (host)]]
</p>
<p style="color: black; font-style: italic; text-align: center; margin-top: 3em;">
You've waited dead in bed for 30 minutes, there's no sign of intruder, you're gonna be late for work!
</p>
<p style="text-align: center; margin-top: 2em;">
[[Ok, then let's go to work|Just go to work already, nothing to worry about]]
</p>
<p style="text-align: justify; color: #222; line-height: 1.6em;">
You rush to work, but the streets are way more crowded, noisier than normal. It's like the whole city is out of their houses, moving through the streets.
A ton of people are staring at a billboard TV, which is showing some kind of documentary or report instead of the usual annoying skincare ad you see every morning on your way to the office.
"They talked about creatures and whatever. Might be a new trending horror movie or scandal," you think.
</p>
<p style="margin-top: 1.2em;">
What do you do?
</p>
<ul style="list-style-type: none; padding: 0; margin-top: 2em;">
<li>[[Stop to check what the hype is about, I am already late anyway]]</li>
<li>[[Ignore and just go to the office]]</li>
</ul>
<p style="text-align: justify; color: #222; line-height: 1.6em;">
You called the police, but your call got put into a queue due to too many people calling at the same time. Seems like justice is busy today.
</p>
<p style="margin-top: 1.5em;">
[[Wow ok, I'll call later then|Continue 6 (host)]]
</p>
<p style="text-align: justify; color: #222; line-height: 1.6em;">
You wake up in your bed in the morning, as usual. But your room smells funny, the door is open, and you can clearly remember that you closed it yesterday.
<p style="margin-top: 1.5em;">
What do you do?
<ul style="list-style-type: none; padding: 0; margin-top: 2em;">
<li>[[Just go to work already, nothing to worry about]]</li>
</ul>
<p style="text-align: justify; color: #222; line-height: 1.6em;">
Unfortunately, people are talking over the news. Sounds of arguments in the middle of the streets, women crying, men swearing, all drown out the news audio.
You can’t just rely on the vague visuals on the billboard to understand what’s happening.
"I'll just check the news after work," you think.
</p>
<p style="margin-top: 1.5em;">
[[At the office]]
</p>
<p style="text-align: justify; color: #222; line-height: 1.6em;">
"Can not let these unnecessary trends distract me from my work," you think. A very dedicated character you are.
</p>
<p style="margin-top: 1.5em;">
[[At the office]]
</p>
<p style="text-align: justify; color: #222; line-height: 1.6em;">
Your boss is a disciplined man. He has a lovely wife whom everyone admires. He always arrives early, focused, mature, and calm to the max.
He’s the type who would just say "OK," even if he got shot in the foot (which, of course, never happened). An absolute pillar of steadiness.
</p>
<p style="margin-top: 1em;">
So, today feels strange. For the first time, he does not seem calm. You see him standing near the window, staring down at the street filled with chaos.
His hands are behind his back, but they tremble.
</p>
<p style="margin-top: 1em;">
He doesn’t care that you’re late. In fact, only a few people are in the office right now.
What is happening? Is the “trend” really this impactful?
</p>
<p style="margin-top: 1.5em;">
[[Ask the boss what's up]]<br>
[[Just give him his space, what can I even do in this situation?]]
</p>
Your Boss: Oh hey $playerName, thanks for always caring for others. Well... we have no work today, but I thought I would come to the office anyway to look after you guys.
[[Yeah, I'm just checking in, is everything okay?]]
You kept on working, just like usual....
But it has been hours, and the hype is still there, people are still arguing on the street down there, the urge to just ask your boss for a break, to go out and ask "what is happening?" is way too big.
But still, you think to yourself, "Whatever is happening does not matter, I want that employee of the month title, I'll work like a robot until lunch, then I'll ask what is happening later."
[[Let's work till lunch!]]It's lunch time, now let's take advantage and go ask someone about all this. You are the only person in the office today who actually worked, everyone else seems to have other problems, and you are about to find out.
Who should I ask?
[[The boss]]
[[Your co-worker]]
[[Online people]]
(set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You approach your boss.
</p>
]
(if: $step is 2)[
<p style="color: darkred; text-align: center; font-weight: bold; text-shadow: 0 0 5px black;">
But before you get to say anything. Your boss, all of a sudden, <span style="text-decoration: underline;">jumps off the building</span>.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; font-weight: bold; font-size: 1.2em; margin-bottom: 1em; letter-spacing: 1.5px;">
</p>
]
(if: $step is 4)[
<p style="color: darkred; text-align: center; font-style: italic; font-weight: 700; font-size: 1.1em; text-shadow: 0 0 6px crimson;">
Committing suicide right in front of your eyes?
</p>
]
(if: $step is 5)[
<p style="color: dimgray; text-align: center; font-weight: 600; opacity: 0.7;">
You stand there, unable to comprehend what just happened. Yet other people in the office clearly don't care about what just happened.
</p>
]
(if: $step is 6)[
<p style="color: #222; text-align: center; font-weight: 600; margin-bottom: 2em;">
You are once again, alone in this space, the odd one out.
</p>
]
(if: $step is 7)[
<p style="height: 1.5em;"></p>
]
(if: $step is 8)[
(set: $Isolation to $Isolation + 1)
(if: $Isolation >= 5)[(goto: "Isolation Transformation")]
<p style="color: maroon; text-align: right; font-weight: bold;">
Isolation Level: $Isolation/5
</p>
]
(if: $step is 9)[
(goto: "Who Should I Ask")
]
(set: $step to it + 1)
]
"Bro, you live under a fucking rock or something. Let me tell you what’s happening."
(Your co-worker sits down, looking through you, not at you)
"There’s something spreading. It’s not a virus. It's like a curse. And the moment you feel something too deeply, your body doesn’t know what to do with it. So it rewires. Adapts. Becomes something else. Our boss... he probably felt too much."
[[Our boss?]]You tried to get information from every platform you have access to, but every platform is freezing. You can't access YouTube, Instagram, or anything else. They keep appears to be in a loading state.
At the end, your phone shuts off.
[[Oh, dang it!]]It's lunch time, now let's take advantage and go ask someone about all this. You are the only person in the office today who actually worked, everyone else seems to have other problems, and you are about to find out.
Who should I ask?
[[Your co-worker|Your co-worker 2]]
[[Online people|Online people 2]]
{
(set: $bg to "#000000",
$subColor to "#bbbbbb",
$textColor to "#ffffff",
$fontMain to "'Courier New', monospace",
$titleColor to "#ffffff")
}
<div style="
background-color: (print: $bg);
color: (print: $textColor);
text-align: center;
padding: 1em;
font-family: (print: $fontMain);
line-height: 1.2;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
">
<div style="
font-size: 2.5em;
color: (print: $titleColor);
text-shadow: 0 0 10px (print: $titleColor);
margin: 0.2em 0;
line-height: 1;
">
Creatures of Conditions
</div>
<div style="
font-size: 1em;
color: (print: $subColor);
margin: 0.5em 0;
">
by BrokenX22
</div>
<div style="
font-size: 1.1em;
margin: 0.5em 0;
">
<strong>You turned into one of the monster.</strong><br>
Congrats?<br>
You can enjoy the music now.
</div>
<div style="margin: 0.5em 0;">
(link: "Try Again")[(goto: "Init")]
</div>
<div style="
font-size: 0.8em;
margin: 0.5em 0;
">
<a href="https://linktr.ee/BrokenX22"
style="color: #08d9d6; text-decoration: none;"
target="_blank">
Linktr
</a>
</div>
</div>
<style>
html, body {
background: #ffffff !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
</style>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/MARETCH%20transformation.mp3';
audio.loop = false;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
"Our boss?, well ok, that shouldn't be your main worry right now. There’s something spreading. It’s not a virus. It's like a curse. And the moment you feel something too deeply, your body doesn’t know what to do with it. So it rewires. Adapts. Becomes something else. Our boss... he probably felt too much."
[[I don't understand what is happening?]]You tried to get information from every platform you have access to, but every platform is freezing. You can't access YouTube, Instagram, or anything else. They keep appears to be in a loading state.
At the end, your phone shuts off.
[[Oh, dang it!|Oh, dang it!2]](set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You remembered that your roommates moved out months ago.
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Too much loneliness you feel in your body
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
<!-- Pause for effect, no text -->
</p>
]
(if: $step is 4)[
(set: $Isolation to $Isolation + 1)<br>
(if: $Isolation >= 5)[(goto: "Isolation Transformation")]<br>
<p style="color: maroon; text-align: right; font-weight: bold;">
Isolation Level: $Isolation/5
</p>
]
(if: $step is 5)[
(goto: "Continue 6 (host)")
]
(set: $step to it + 1)
]
It's lunch time, now let's take advantage and go ask someone about all this. You are the only person in the office today who actually worked, everyone else seems to have other problems, and you are about to find out.
Who should I ask?
[[The boss|The boss2]]
[[Your co-worker]]
It's lunch time, now let's take advantage and go ask someone about all this. You are the only person in the office today who actually worked, everyone else seems to have other problems, and you are about to find out.
Who should I ask?
[[Your co-worker|Your co-worker 2]](set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You approach your boss.
</p>
]
(if: $step is 2)[
<p style="color: darkred; text-align: center; font-weight: bold; text-shadow: 0 0 5px black;">
But before you get to say anything. Your boss, all of a sudden, <span style="text-decoration: underline;">jumps off the building</span>.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; font-weight: bold; font-size: 1.2em; margin-bottom: 1em; letter-spacing: 1.5px;">
</p>
]
(if: $step is 4)[
<p style="color: darkred; text-align: center; font-style: italic; font-weight: 700; font-size: 1.1em; text-shadow: 0 0 6px crimson;">
Committing suicide right in front of your eyes?
</p>
]
(if: $step is 5)[
<p style="color: dimgray; text-align: center; font-weight: 600; opacity: 0.7;">
You stand there, unable to comprehend what just happened. Yet other people in the office clearly don't care about what just happened.
</p>
]
(if: $step is 6)[
<p style="color: #222; text-align: center; font-weight: 600; margin-bottom: 2em;">
You are once again, alone in this space, the odd one out.
</p>
]
(if: $step is 7)[
<p style="height: 1.5em;"></p>
]
(if: $step is 8)[
(set: $Isolation to $Isolation + 1)
(if: $Isolation >= 5)[(goto: "Isolation Transformation")]
<p style="color: maroon; text-align: right; font-weight: bold;">
Isolation Level: $Isolation/5
</p>
]
(if: $step is 9)[
(goto: "Oh, dang it!2")
]
(set: $step to it + 1)
]
(set: $step to 1)
(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center; font-weight: 600; margin-bottom: 1em;">
Confused, you look over your boss's table, but he's not there.
</p>
]
(if: $step is 2)[
<p style="color: darkred; text-align: center; font-style: italic; margin-bottom: 1em;">
The window is wide open.
</p>
]
(if: $step is 3)[
<p style="color: crimson; text-align: center; font-weight: bold; margin-bottom: 1em; text-shadow: 0 0 6px darkred;">
From the window looking down, a human figure lies down in the midst of street chaos.
</p>
]
(if: $step is 4)[
<p style="color: maroon; text-align: center; font-weight: 700; font-style: italic; margin-bottom: 1.5em;">
Your boss's body lies on the street below, twisted, he's dead.
</p>
]
(if: $step is 6)[
<p style="color: dimgray; text-align: center; opacity: 0.7; margin-bottom: 1em;">
Yet your co-worker and everyone surrounding the scene don't seem to care
</p>
]
(if: $step is 7)[
<p style="color: gray; text-align: center; font-style: normal; margin-bottom: 1em;">
Around the office, no one reacts. Phones ring. Someone prints a document. It's like nothing happened.
</p>
]
(if: $step is 8)[
<p style="color: black; text-align: center; font-weight: 600; margin-bottom: 1em;">
You feel something sink inside you.
</p>
]
(if: $step is 9)[
(set: $Isolation to $Isolation + 1)<br>
(if: $Isolation >= 5)[(goto: "Isolation Transformation")]<br>
<p style="color: maroon; text-align: right; font-weight: bold;">
Isolation Level: $Isolation/5
</p><br>
]
(if: $step is 10)[
(goto: "Your co-worker 3")
]
(set: $step to it + 1)
]
"Maybe he knew what was coming and wanted to go while he still had a name. Don't ask questions, I want to keep my emotions neutral. If I knew that you and other people are all clueless and hopeless like this, I wouldn't come to the office, I would just stay home and plan out how to survive. I'm going home."
Your co-worker starts to pack his stuff up a head straight to home.
[[What even is happening]]You are confused. You don't know what's happening.<br>
But all of your confusion is cut short by a sudden [[SMS message|Image MARETCH]]"Really? So you don't know what's happening. The news literally auto-plays on every device this morning. Did you oversleep again? You know what, don't ask questions, I want to keep my emotions neutral. If I knew that you and other people are all clueless and hopeless like this, I wouldn't come to the office; I would just stay home and plan out how to survive. I'm going home."vive. I'm going home."
Your co-worker starts to pack his stuff up a head straight to home.
[[What even is happening]](set: $step to 1)
<div style="text-align:center; margin-top: 20px;">
<img
src="https://i.imgur.com/m0Ul6Py.png"
alt="SMS message"
style="max-width: 300px; height: auto; display: inline-block;"
>
(live: 4s)[
<div style="margin-top: 10px; color: black; font-weight: bold; font-size: 1.1em;">
[[IEBCRO? What the hell is this]]
</div>
]
</div>
You stand there and think for a little bit
"I need more context" you think.
Your other co-worker approached with an optimistic voice, he's your favourite person to work with, consequently the only person you actually remember their name
[[Tyke Mison|TM passage 1]]: Hey $playerName, I know things feel uncertain right now, but if you heard what they announced this morning, they said that the pandemic has only just begun, and the chances of anyone turning into monsters are extremely low, remember?. That’s why you still see people out on the streets, arguing. If not, they'd act emotionless.
[[Can you tell me what they announced this morning? What did I miss]]{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|IEBCRO? What the hell is this]][[Tyke Mison|TM passage 2]]: Yeah so, the world kind of changed. There’s been a pandemic. But not the usual kind. People aren’t just getting sick, they’re turning into creatures based on their strongest emotions. And there's this organization called IEBCRO where they do research on these creatures. They mention that it all started after a black X-shaped thing showed up in the sky. Now music’s banned. Devices can mess with your brain. And if you feel too much of anything, you might not stay human. There's a lot of information, but all you have to know is, Stay emotionally stable.
[[Wait what? Creatures? From emotions? My boss just killed himself, and there's a ton of people arguing on the streets, and you’re telling me to stay calm? What the hell is happening?]]
Mike Tyson
[[Shut up]]
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/Hey%20Maretu%20bpm.mp3';
audio.loop = true;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>[[Tyke Mison|TM passage 3]]: If I were you I would not panic like that, trust me, I am confused too, but I think we should trust whatever they said, they seems to be serious and is telling the truth, never in the history of human where the government have to use that automatic force audio anouncements through digital device thing, this is the first time so I assume this pandemic is legit. Just do what they advice, stay calm and emotionally stable.
[[Ok, so I only have to stay calm and act emotionless?]][[Tyke Mison|TM passage 4]]: Yeah exactly, I think you also have to feel emotionless too, but as they said, it's the first day of the pandemic so the effects are not prominent yet, So today is the day for us to disccuss and kinda talk about the plans, and how are we planning to live from now on, I bet tommorow everything is gonna be so different
[[What about our boss?]][[Tyke Mison|TM passage 5]]: Stop mentioning him, after the news got announced, there has been multiple cases of people taking their own lives, just get through it man
[[How can you tell that this is legit?]][[Tyke Mison|TM passage 6]]: Dude, there are literal pictures and videos of people turning into creatures, although today specifically, the effect is not high, but it is there. I walked past a creature this morning, luckily, it did not attack me. But yeah, this is real. Alright, excuse me, I'm gonna go somewhere else to discuss with someone who has a plan, I'm sorry but I have to use every second I have for today, I don't want to be turned into a monster, and certainly I don't want to be harmed by one of them.
[[...]]You are still skeptical about the situation
"Ok, stay calm, that's all I need to know."
You walk toward the office balcony. Everyone in the office, having made no progress on a survival plan, is leaving to go somewhere else. At the end, there's only you on the office's balcony, looking down at the chaos in the streets. Your vision extends, and you can see a giant butterfly at a distance. The size of that creature is not normal
"Not a dream" you thought to yourself
[[I see, so today is the "safe day", only if I woke up early, I would've known what the message is about]]{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|Can you tell me what they announced this morning? What did I miss]]{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|Wait what? Creatures? From emotions? My boss just killed himself, and there's a ton of people arguing on the streets, and you’re telling me to stay calm? What the hell is happening?]]{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|Ok, so I only have to stay calm and act emotionless?]]{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|What about our boss?]]{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|How can you tell that this is legit?]]You light up a cigarette, looking down, you see 1 or 2 dead bodies on the streets besides your boss, your reaction to the scene is not the same anymore. You are getting through it, accepting the truth
"Well, at least I don't have to work today."
Still finding reasons to be positive tho. The internet is still not working, you slowly but surely, delete all of your music apps unconsciously.
[[Stay emotionless, I'll find out what will happen tomorrow]]After all the chaos, you eventually made your way back home, half walking, half stumbling
It's 3 pm, you are home, checking your phone every few minutes. Hoping that the internet would work so that you can learn more about the situation. Notifications stayed silent. Socials wouldn’t load. You stared at the screen like it owed you an explanation.
You close all doors and [[windows]]. That night, you lay in bed, phone on your chest, eyes wide open in the dark.
[[Sleep]] came late. But it came.
<timed 3s><p style="color: #a0a0a0; font-style: italic; font-size: 1.2em; line-height: 1.6em;filter: blur(1.5px);">
Your eye closed.
The room blurs out, with a little bit of alertness left on your body
You look at the door to make sure it is closed
It is closed
You swear to yourself that you will move out tomorrow if the door appears to be open when you wake up
</p>
</timed>
<timed 6s>
<p style="color: #888; font-style: italic; font-size: 1em; line-height: 1.6em; filter: blur(1px);">
You are sitting at your class desk again
No more office work, those days of endless grinding are all over.
You feel young again, being a student.
You check your student ID card to make sure, and yes, you are back again.
Back to all the homework, breaktimes, summertimes, where everything is just surreal again
Time to talk to your friends again!, But then you realize that when you were younger, you had no friends
Isolated in your class, sitting alone, sinking into your desk, ignoring all the fun that other classmates had during breaktimes
Those sounds are loud, full of youth and happiness, but to your ears, they sound blurry, muted.
Are you waiting for the class to end, or are you waiting for some extrovert to come? To break your emotionless patterns?
You were sad, you were not emotionless, it's just that the level of isolation is so big, you don't even realize that you are being depressed.
Do you feel someone is constantly watching you while you sitting alone at your desk at school, talking behind your back
You don't feel it.
But there surely are
</p>
</timed>
<timed 9s>
<p style="color: #888; font-style: italic; font-size: 1em; line-height: 1.4em; filter: blur(0.5px);">
Someone's watching
</p>
</timed>
[[Continue|MARETCH ENCOUNTER 1]]
<p>You look through the window, the street is being a little less crowded, people are starting to go home, a few more bodies lie on the street, again no one cares. You see one creature that looks like its head is a sunflower just standing there in the middle of the lanes. A tall humanoid figure, lurking, running away from humans.</p>
<p>Too many questions you have on your head, but your energy level ain't gonna allow you to do anything about this anymore.</p>
<p>"Let's just see what happens tomorrow," as you closed the [[window|Stay emotionless, I'll find out what will happen tomorrow]].</p>
<timed 2s>
<p style="color: #dcdcdc; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Your eyes open slowly, but not fully.<br>
The smell isn’t normal.
</p>
</timed>
<timed 5s>
<p style="color: #e8e8e8; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Something’s wrong.<br>
You can feel it.
</p>
</timed>
<timed 8s>
<p style="color: #ffffff; font-size: 1.3em; line-height: 1.6em; text-align: center;">
You look at the door with half open eyes.<br>
It’s wide open.<br>
You *swore* you locked it last night.
</p>
</timed>
<timed 10s>
<p style="color: #d1d1d1; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Something is standing there. It’s not moving, just staring at you.<br>
It’s shaped like a person, but its face is hollow... long limbs.
</p>
</timed>
<timed 13s>
<p style="color: #c0c0c0; font-size: 1.1em; line-height: 1.6em; text-align: center;">
Your brain hits you with a shock. Your heartbeat is loud enough to drown out everything else.<br>
“Is this a real creature? Is it looking directly at me?”<br>
The figure doesn’t move. It’s waiting for something.
</p>
</timed>
<timed 15s>
<p style="color: #b2b2b2; font-size: 1.1em; line-height: 1.6em; text-align: center;">
Luckily, you’re calm enough to keep your eyes half open, but your fingers twitch.<br>
No answers come.<br>
It’s real.<br>
The creature tilts its head.
</p>
</timed>
**What do you do?**
*[[Shut your eyes and pretend to be asleep again]]*
*[[Jump out of bed and sprint toward the window]]*
*[[Keep your eyes in that half open state, relax, pretend to sleep|MARETCH SURVIVAL]]*(set: $step to 1)
(if: $step is 1)[
<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
You squeeze your eyes shut.<br>
You feel the shift in the air. The floor creaks.
</p>
</timed>
<timed 4s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: normal; opacity: 0.7;">
It knows that you are awake.
</p>
</timed>
(live: 22s)[
(set: $step to 2)
(go-to: "Credit")
]
]
(set: $step to 1)
(live: 6s)[
(if: $step is 1)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#000;">
<i>You jump out of bed...</i><br>
<span style="font-size:1.4em;">You instantly run towards the window</span>
</p>
(set: $step to 2)
]
(else-if: $step is 2)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#ff2222;">
<b>The glass bursts.</b><br>
You hit the ground hard.<br>
<i>Painful, but you’re outside. Free. For now.</i>
</p>
(set: $step to 3)
]
(else-if: $step is 3)[
<p style="text-align:center; font-size:1.1em; line-height:1.6em; color:#336699;">
You’ve been running. Ten minutes, maybe more.<br>
The sky above is still. Cold air presses your skin.<br>
You don't hear anything now.<br>
<i>Maybe... maybe you’re safe.</i>
</p>
(set: $step to 4)
]
(else-if: $step is 4)[
<p style="text-align:center; font-size:1.1em; line-height:1.6em; color:#336699;">
You’ve been running. Ten minutes, maybe more.<br>
The sky above is still. Cold air presses your skin.<br>
You don't hear anything now.<br>
<i>Maybe... maybe you’re safe.</i>
</p>
(set: $step to 5)
]
(else-if: $step is 5)[
<p style="text-align:center; font-size:1.1em; line-height:1.6em; color:#444444;">
Then you hear it.<br>
That <i style="color:#555555;">silent</i> pressure behind you.<br>
<span style="letter-spacing: 2px;">It followed.</span>
</p>
(set: $step to 6)
]
(else-if: $step is 6)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#ff0000;">
<b><i>It...followed?</i></b><br>
<span style="font-size:1.5em; letter-spacing:2px;">IT RUNS TOWARDS YOU</span>
</p>
(set: $step to 7)
]
(else-if: $step is 7)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#ff0000; letter-spacing:2px;">
<b><i>AND IT SEEMS TO BE FASTER THAN YOU</i></b>
</p>
(set: $step to 8)
]
(else-if: $step is 8)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
**What now?**<br><br>
*[[Run into the street crowd far away]]*<br><br>
*[[Hide behind a dumpster nearby and hope it passes]]*
</p>
]
]
<timed 1s>
<p style="color: #dddddd; font-size: 1.1em; line-height: 1.6em; text-align: center;">
You run towards the crowded heart of the city,<br>
hoping the creature will leave you alone.<br>
Though the distance is far, you don’t stop.<br><br>
The figure stands there.<br>
It tilts its head watching you run.
</p>
</timed>
<timed 4s>
<p style="color: #cccccc; font-size: 1.1em; line-height: 1.6em; text-align: center;">
Then... it steps back.<br>
And it disappears.
</p>
</timed>
<timed 7s>
<p style="color: #999999; font-size: 1.1em; line-height: 1.6em; text-align: center;">
You’re alive.<br>
The door to your house stands open.<br>
You change course, running now<br>
towards the nearest police station.
</p>
</timed>
[[Continue|MARETCH SURVIVAL2]]{
(set: $bg to "#000000",
$subColor to "#bbbbbb",
$textColor to "#ffffff",
$fontMain to "'Courier New', monospace",
$titleColor to "#ffffff")
}
<div style="
background-color: (print: $bg);
color: (print: $textColor);
text-align: center;
padding: 1em; /* Minimal padding */
font-family: (print: $fontMain);
line-height: 1.2; /* Tighter line spacing */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
">
<div style="
font-size: 2.5em; /* Smaller title */
color: (print: $titleColor);
text-shadow: 0 0 10px (print: $titleColor);
margin: 0.2em 0; /* Minimal margins */
line-height: 1;
">
Creatures of Conditions
</div>
<div style="
font-size: 1em;
color: (print: $subColor);
margin: 0.5em 0;
">
by BrokenX22
</div>
<div style="
font-size: 1.1em;
margin: 0.5em 0;
">
<strong>You died.</strong><br>
Guess it wasn't your moment.<br>
Feel like proving fate wrong?
</div>
<div style="
margin: 0.5em 0;
">
(link: "Try Again")[(goto: "Init")]
</div>
<div style="
font-size: 0.8em;
margin: 0.5em 0;
">
<a href="https://linktr.ee/BrokenX22"
style="color: #08d9d6; text-decoration: none;"
target="_blank">
Linktr
</a>
</div>
</div>(set: $step to 1)
(if: $step is 1)[
<p style="color: #aa0000; font-size: 1.1em; line-height: 1.6em; text-align: center;">
You crouch behind the dumpster, hands over your mouth.<br>
You wait. And wait.
</p>
<p style="color: #880000; font-size: 1.1em; line-height: 1.6em; text-align: center;">
The creature runs past you, you feel the winds cutting through, what an incredible speed.<br>
Seems like it does not know you are hiding there.
</p>
(live: 10s)[
(set: $step to 2)
[
<p style="color: #ff0000; font-size: 3em; font-weight: 900; line-height: 1.2em; text-align: center; letter-spacing: 10px; margin: 0; padding: 0;">
...
</p>
<p style="color: #cc0000; font-size: 1.3em; font-weight: bold; line-height: 1.6em; text-align: center; letter-spacing: 1.5px; margin-top: 0.5em;">
But then... it comes back.<br>
Walking slow and calm.<br>
<em>IT KNOWS YOU ARE THERE.</em>
</p>
]
]
<span id="twist"></span>
]
(if: $step is 2)[
]
(live: 22s)[
(go-to: "Credit")
]
(set: $step to 1)(live: 4s)[(if: $step is 1)[<p style="color: black; text-align: left; font-size: 1em; line-height: 1.6em;">You faked sleeping for 3 hours straight. During this time, the creature just stood there in a still position, looking at you. Eventually, when the sun is about the rise, it leaves you alone, leave the door half open.</p>](if: $step is 2)[<p style="color: black; text-align: left; font-size: 1em; line-height: 1.6em;">You faked sleeping for 3 hours straight. During this time, the creature just stood there in a still position, looking at you. Eventually, when the sun is about the rise, it leaves you alone, leave the door half open.
In the morning, you ran into the nearest police station to report the monster.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: left; font-size: 1em; line-height: 1.6em;">
But all of the police officer yells at you.
</p>
]
(if: $step is 4)[
<p style="color: black; text-align: left; font-style: italic; font-weight: bold; font-size: 1em; line-height: 1.6em;">
"Are you stupid?, this is not our job, don't bring trouble to us, the local IEBCRO station is only 2 minutes away, fuck off"
</p>
]
(if: $step is 5)[
<p style="color: black; text-align: left; font-size: 1em; line-height: 1.6em;">
You are a little confused, but you asked for the exact location of the nearest one, which is station number 6, and came there immediately.
</p>
]
(if: $step is 6)[
<p style="color: black; text-align: left; font-style: italic; font-size: 1em; line-height: 1.6em;">
</p>
]
(if: $step is 7)[
<p style="color: black; text-align: left; font-style: italic; font-size: 1em; line-height: 1.6em;">
Thinking back, no one believed you. Not even the ones meant to protect.
</p>
]
(if: $step is 8)[
<p style="color: black; text-align: left; font-style: italic; font-size: 1em; line-height: 1.6em;">
It feels like that classroom again. A younger you. No one by your side.
</p>
]
(if: $step is 9)[
<p style="color: black; text-align: left; font-style: italic; font-weight: bold; font-size: 1em; line-height: 1.6em;">
You didn’t even realize it, but the Isolation never left.
</p>
]
(if: $step is 10)[
(set: $Isolation to $Isolation + 1)<br>
(if: $Isolation >= 5)[(goto: "Isolation Transformation")]<br>
<p style="color: maroon; text-align: right; font-weight: bold;">
Isolation Level: $Isolation/5
</p>
](if: $step is 11)[
(goto: "IEBCRO1")
]
(set: $step to it + 1)
]"We don't have work today? Now I want to know what's happening even more," you think.
But then your boss's response freezes you instantly.
Your Boss: My wife turned into a monster. I know that this pandemic thing is real. I also knew that today is a "safe day"... I just didn't expect my wife to be affected this fast, on such a safe day, they said.
[[Your wife turned into a monster? What do you mean?]]
You stand there and think for a little bit.
"I need more context."
Your other co-worker approaches with an optimistic voice. He's your favorite person to work with—consequently, the only person you actually remember by name.
[[Tyke Mison|TM passage 7]]: Let me explain to you, $playerName. I know things feel uncertain right now, but if you heard what they announced this morning, they said the pandemic has only just begun, and the chances of anyone turning into monsters are extremely low, remember? That’s why you still see people out on the streets, arguing. If not, they'd act emotionless.
[[Can you tell me what they announced this morning? What did I miss|Can you tell me what they announced this morning? What did I miss2]]
{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|Your wife turned into a monster? What do you mean?]][[Tyke Mison|TM passage 8]]: Yeah, so the world kind of changed. There’s been a pandemic. But not the usual kind. People aren’t just getting sick, they’re turning into creatures based on their strongest emotions. And there's this organization called IEBCRO where they do research on these creatures. They mention that it all started after a black X-shaped thing showed up in the sky. Now music’s banned. Devices can mess with your brain. And if you feel too much of anything, you might not stay human. There's a lot of information, but all you have to know is, Stay emotionally stable.
[[Wait what? Creatures? From emotions? There's a ton of people arguing on the streets, and you’re telling me to stay calm? What the hell is happening?|Wait what? Creatures? From emotions? My boss just killed himself, and there's a ton of people arguing on the streets, and you’re telling me to stay calm? What the hell is happening?2]]
{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|Can you tell me what they announced this morning? What did I miss2]]Your Boss: If I were you, I would not panic like that. I am confused too. We should trust whatever they said. Never in the history of humans has the government had to use those automatic force audio announcements through digital devices. Just do what they advise: stay calm and emotionally stable.
[[Ok, so I only have to stay calm, but what do you mean by your wife turned into a monster?]]
Without a question, your boss shows you the live camera footage in his house.
<p><span id="flicker">Static flashes.</span></p>
<script>
setInterval(() => {
const el = document.getElementById("flicker");
if (el) el.style.visibility = (el.style.visibility === "hidden") ? "visible" : "hidden";
}, 500);</script>Then the living room appears.
A giant butterfly with a human head floats across the screen, moving too fast.
She bumps into the wall, hitting the ceiling.
Then she rises again, twitching in place.
"That’s my wife,"</strong> the boss finally says.
<strong>"After hearing the news this morning, she told me how much she loves me and even if I turned into one of the creatures, she would still love me."</strong>
You stare at the screen.
<strong>"I never expected my wife to be turned into one of them."</strong><br>
<strong>"I can't go back home anymore."</strong>
The footage glitches for a second.
<strong>"What do you think this is?"</strong> he asks, but not like he expects an answer.
[[Keep Watching]]<br>
[[Ask when this started]]<br>
[[Look away|Keep Watching]]
[[Tyke Mison|TM passage 9]]: After the news got announced, there have been multiple cases of people taking their own lives, just get through it, man. You just have to act emotionally stable, I think you also have to feel emotionless too, but as they said, it's the first day of the pandemic so the effects are not prominent yet.
So today is the day for us to discuss and kinda talk about the plans, and how are we planning to live from now on, I bet tomorrow everything is gonna be so different.
[[OK...I got it]]
Your Boss: This morning, they announce it as soon as the pandemic started.
[[Tyke Mison|TM passage 10]]: After the news got announced, there have been multiple cases of people taking their own lives, just get through it, man. You just have to act emotionally stable, I think you also have to feel emotionless too, but as they said, it's the first day of the pandemic so the effects are not prominent yet.
<p>So today is the day for us to discuss and kinda talk about the plans, and how are we planning to live from now on, I bet tomorrow everything is gonna be so different.
<em>*a moment of silent*</em>
Your Boss: It's great to see all of you here today. There were definitely some people I had hoped to catch in the office, but unfortunately, they couldn’t make it. I’ll see you all tomorrow, the mood will be very different from today. I’m expecting a completely emotionless vibe.
[[OK...I got it]]{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|Keep Watching]]You are still skeptical about the situation.
"Ok, stay calm, that's all I need to know."
You walk toward the office balcony. Everyone in the office, having made no progress on a survival plan, is leaving to go somewhere else. At the end, there's only you on the office's balcony, looking down at the chaos in the streets. Your vision extends, and you can see a giant butterfly at a distance. The size of that creature is not normal.
"Not a dream," you thought to yourself.
[[I see, so today is the "safe day", only if I woke up early, I would've known what the message is fully about]]
After all the chaos, you eventually made your way back home, half walking, half stumbling.
It's 3 pm, you are home, checking your phone every few minutes. Hoping that the internet would work so that you can learn more about the situation. Notifications stayed silent. Socials wouldn’t load. You stared at the screen like it owed you an explanation.
You close all doors and [[windows|windows2]]. That night, you lay in bed, phone on your chest, eyes wide open in the dark.
[[Sleep]] came late. But it came.
<p>You look through the window, the street is being a little less crowded, people are starting to go home, a few dead bodies lie on the street, but no one cares.</p>
<p>You see one creature that looks like its head is a sunflower just standing there in the middle of the lanes. A tall humanoid figure, lurking, running away from humans.</p>
<p>Too many questions you have on your head, but your energy level ain't gonna allow you to do anything about this anymore.</p>
<p>"Let's just see what happens tomorrow," as you closed the [[window|I see, so today is the "safe day", only if I woke up early, I would've known what the message is fully about]].</p>
{
(enchant: ?tyke-box, (css: "background-color: #111; color: #0ff; border: 2px solid #0ff; padding: 1.2em; margin: 1em 0; font-family: 'Courier New', monospace; font-size: 0.95em; line-height: 1.6;"))
}<div ?tyke-box>
<strong>ARCHIVED PROFILE: TYKE MISON</strong><br>
<br>
<strong>Alias:</strong> "Iron Tyke Mison"<br>
<strong>Status:</strong> Office Worker<br>
<strong>Former Occupation:</strong> Heavyweight Boxing Champion<br>
<strong>Current Occupation:</strong> Financial Analyst<br>
<strong>Last Known Fight:</strong> Unanimous Loss, 8 Rounds vs. Snake Raw ("The Problem Child")<br>
<hr>
<strong>BIOGRAPHY:</strong><br>
Tyke Mison is an American former professional boxer. A living weapon in the ring at his prime, after one unusual loss to a younger opponent, Tyke Mison quit his glory in the ring to work an office job, became a normal, average person.<br>
Now? He wears a tie. Files reports. Keeps his voice low. No one at the office brings up who he was, but everyone feels it when he enters a room.<br>
<hr>
<strong>NOTES:</strong><br>
- Avoid asking him too much questions.<br>
- Do not challenge him to an arm wrestle<br>
- Often found near the break room mirror, shadow boxing.<br><br>
[[Back|Ask when this started]]You ran into the nearest police station to report the monster.
But all of the police officers seeing your panic, they offer to give you all the locations of the IEBCRO stations
You are a little confused, but you asked for the exact location of the nearest one, which is the "[[IEBCRO]]" station number 6, and came there immediately.You came to the IEBCRO station, but there's no actual "station" there, it's just a wooden public chair, there's an old man sitting there.
Look closer at the old man's hat, you can barely see the "IEBCRO" logo, you sat down.
Although there is a lot of confusion and questions. You talked to the old man and reported about the monster, professionally, just like how you would report to a police officer.
Old Man: [[Location, ID, and contact details?]]You provide the old man location of your house, your ID, and contact details.
Old Man: Here's the key card and address for [[temporary accommodation]]. Since the creature you just described only hunts at night. Please use this time in the morning and afternoon to collect the necessary items and move to your new accommodation. We will notify you when your home is safe.
*You were about to ask some questions after, but then the old man moved closer to you, and put a pistol in your pocket, labeled IEBCRO Glock 19*
Old Man: The creature you encountered last night is called MARETCH. It ranks sixth on the scale of humanity threats among the seven known creatures. Protect yourself when you encounter anything not human. Thank you for your co-operation.
*The man then walks away, his walking speed is incredible, and he's not even making any footstep sounds*
*your phone rings a notification: **IEBCRO station 6 moved to<timed 3s><p style="color: #a0a0a0; filter: blur(3px); display: inline;"> next location </p></timed>**, seems like this message is notified for everyone, not just you*
<div style="
pointer-events: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 9999;
background: url('https://i.imgur.com/Ev0gTR3.gif') repeat;
opacity: 0.15;
mix-blend-mode: screen;
"></div>
It’s night time.
You arrive at the location given by the man. The area is in the jungle, far from any buildings or roads. The entrance is hidden by leaves, branches, and other natural materials. You push through it.
Behind the camouflage is a metal door with no handle. In the lower corner, there’s a small card scanner. You swipe the key card.
The door unlocks and slowly opens.
Inside is a small room, about the size of a bathroom. It contains: One blanket on the floor, a toilet, a sink, awalkie-talkie, some cans of beans, some packets of water. And a [[thick report documentary|thick report documentary1]] left on the floor.
There’s no shower, no Wi-Fi, and no other items. The metal door shuts behind you.
I sat down to read the report.
To find out that there are 8 creatures that emerge from human transformation. IEBCRO (International Emotion-Based Creatures Research Organization) has all the info about the monsters, their appearance, behaviour, where they came from, pictures, everything... Although this pandemic only started barely yesterday, it is like they have done multiple research on these beings and somehow have years, if not centuries, worth of knowledge about these monsters.
*If human emotion goes too extreme, they turn into monsters*
"That's why they advise us to be emotionless." When you had enough knowledge to cure your confusions, you flip through the doc, skipping all the reports about other monsters, trying to find [[the exact creature you encountered last night]]."THERE IT IS"
After flipping through endless pages. You found the report section of the creature you met last night.
MARETCH is labeled the 3rd most dangerous creature among every creature, with incredibly high physical capabilities, hunts at night, only targets sleeping "overly introverted" or "overly extroverted" individuals, will just stand there, observe, and go away in the morning, only attacks if the target appears to be not sleeping anymore.
There's one line on the doc that caught your attention the most: "We've run multiple studies on the creature’s limb. Even when detached, it still alters its durability, becoming dense when shot and flexible when cut. When both attacks happen close together, one area hardens while the other softens, even side by side. The skin adapts before impact, proving each cell senses and controls itself."
Your thoughts pop right after reading that sentence: "Then what is the purpose of the gun if the creature can just take the shot?.
You found yourself staying in there, finish reading the doc, ALL OF IT, including the doc about other creatures. You are determine to inform people, make survival plans and all that the second you get out of this temporary room.
Again, the [[sleep comes later that night.]]You wake up at midnight again.
Someone is knocking at your door. I think to yourself that you might have overslept and didn't hear the walkie-talkie.
Impressed by how fast IEBCRO resolves the situation, you can finally open the door, come back to your house while remaining unharmed, and even own a free Glock to save yourself from some of the other creatures if you encounter them.
But something feels off. This person knocking at your door is not actually "knocking", he's [[banging at the door]]...
Refuses to answer your question of "Whose knock may I ask?"You hid and waited in a bush to skip through the night. During that time, looking at the sky, you can see a giant moth with glowing wings fly over your head. Now you know that there are different types of creatures
Before you notice, it's morning, you come back home to pack all of your stuff into a case.
The scene in your house is all a mess. The creature broke down your door, leaving broken items everywhere, and it even smashed your bed and other unrelated items. It must have been pissed.
If the monster had not wasted time to break the stuff, it would have outrun you
You pack all of your stuff into a case. And move to your [[temporary location]]
You came to the IEBCRO station, but there's no actual "station" there, it's just a wooden public chair, there's an old man sitting there.
Look closer at the old man's hat, you can barely see the "IEBCRO" logo, you sat down.
Although there is a lot of confusion and questions. You talked to the old man and reported about the monster, professionally, just like how you would report to a police officer.
Old Man: [[Location, ID, and contact details?|Location, ID, and contact details?1]]You provide the old man location of your house, your ID, and contact details.
Old Man: Here's the key card and address for temporary accommodation. Since the creature you just described only hunts at night. Please use this time in the morning and afternoon to collect the necessary items and move to your new accommodation. We will notify you when your home is safe.
*You were about to ask some questions after, but then the old man moved closer to you, and put a pistol in your pocket, labeled IEBCRO Glock 19*
Old Man: The creature you encountered last night is called MARETCH. It ranks sixth on the scale of humanity threats among the seven known creatures. Protect yourself when you encounter anything not human. Thank you for your co-operation.
*The man then walks away, his walking speed is incredible, and he's not even making any footstep sounds*
*your phone rings a notification: **IEBCRO station 6 moved to<timed 3s><p style="color: #a0a0a0; filter: blur(3px); display: inline;"> next location </p></timed>**, [[seems like this message is notified for everyone, not just you|temporary accommodation1]]*You come back home to pack all of your stuff into a case.
And move to your [[temporary location]](set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Now even the most outgoing person you know decided to left you
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
"Oh that feeling comes again"
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
<!-- Pause for effect, no text -->
</p>
]
(if: $step is 4)[
(set: $Isolation to $Isolation + 1)<br>
(if: $Isolation >= 5)[(goto: "Isolation Transformation")]<br>
<p style="color: maroon; text-align: right; font-weight: bold;">
Isolation Level: $Isolation/5
</p>
]
(if: $step is 5)[
(goto: "....")
]
(set: $step to it + 1)
]
(set: $step to 1)(live: 5s)[(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You sat down to read to documentary.... The moment felt nostalgic
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Back then, you used to read stories alone, too. Even your parents can't spend a few seconds reading you a story
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You learned everything by yourself, not because you were a smart kid. But because no one helped
</p>
]
(if: $step is 4)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
The feeling never stops, even in your grown up body
</p>
]
(if: $step is 5)[
(set: $Isolation to $Isolation + 1)<br>
(if: $Isolation >= 5)[(goto: "Isolation Transformation")]<br>
<p style="color: maroon; text-align: right; font-weight: bold;">
Isolation Level: $Isolation/5
</p>
]
(if: $step is 6)[
(goto: "thick report documentary")
]
(set: $step to it + 1)
]
The breathing sound seems to be familiar.
It's the same breathing rhythm.
It's breaking down the iron door.
The door was not designed to keep me safe. It was designed to keep me in.
"The tricked me, IEBCRO tricked me. They left me here to die..."
You thought that while the monster is slowly breaking the door down.
You feel hopeless, with all of your bravery left. You pull out the Glock.
"The gun has 15 rounds in total, [[I'll shoot you beast 14 times]], and if you don't fall. I'LL FUCKING SHOOT MYSELF" you are determine, if you are going to die anyway. You'll die, leaving the creature with a bad meal and taking away what IEBCRO wants from this "experiment."The creature successfully broke down the top half of the door, sticking its head in.
You can finally take a look at what it looks like
"It's hollow, hollow head monster!"
You raise the gun, point blank, straight and close, aiming at its head.
You fire the first bullet. The creature burst into a loud demonic scream
You fire the second bullet. But its head became extremely dense and hard. Knocking the bullet away
Panic.
You shoot the rest of the bullet, its head knocks away all the bullets you shot, into the ceiling, the flour, one bullet even got knocked back right into your knee. But your fear consumes the pain.
There's one bullet left.
[[Shoot my self]]
[[Wait until the monster enters, try to shoot a different spot and run away]](set: $step to 1)(if: $step is 1)[<timed 1s><p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">With the firearm aimed at yourself<br>
The monster is looking at your behaviour
</p>
</timed>
<timed 4s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: normal; opacity: 0.7;">
Become even more hostile, banging, and breaking the door even more violently. Trying to get to you before you end it all.
But still, you died a peaceful death, with a quirky smile.
</p>
</timed>
(live: 22s)[
(set: $step to 2)
(go-to: "Credit")
]
]
It only takes a few seconds to break into the room
You duck down, aim the gun at its stomach, and fire your last hope.
It didn't work. The bullet bounced off...
It got knocked back through your cheeks. You scream, not because of pain.
You fell on purpose, [[pretending to be dead]] by the bullet.
*The creature stops to observe you a little*It didn't attack you. Seems like they do not consume dead humans
It stands there for minutes, maybe it is hoping that you were just pretending
You're starting to feel pain from the bullets. But you have to stay still
It's working, the faking death is working.
[[*There's footstep noises behind the monster*]](set: $step to 1)
(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
A loud gunshot, not from a pistol, but a sniper sound, smashed through the creature's breathing and the silent environment.
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center;">
Without moving your neck, you look up.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center;">
Just to see the monster, now having a huge, <span style="color: red;">square hole</span> in its body.
</p>
]
(if: $step is 4)[
<p style="color: black; text-align: center;">
The creature was shot by a <span style="color: red;">super weapon</span> that you have never seen before.
</p>
]
(if: $step is 5)[
<p style="color: black; text-align: center;">
It falls down on top of your body.
</p>
]
(if: $step is 6)[
<p style="color: black; text-align: center;">
You, still faking your death, look outside of the room.
</p>
]
(if: $step is 7)[
<p style="color: black; text-align: center;">
Just to see the "<span style="color: red;">old man</span>", in full black suit labeled <span style="color: red;">IEBCRO</span>, aiming the weapon at you and the creature’s body.
</p>
]
(if: $step is 8)[
<p style="color: red; text-align: center; font-style: italic;">
"Is he going to shoot me?".
</p>
]
(if: $step is 9)[
(goto: "Credit")
]
(set: $step to it + 1)
]
You woke up early in the morning, not because of your alarm but because of a sudden loud automatic audio anoucement from your phone.
[[What is this about?]]After listening to the audio. You realize that this is a global phenomenon that has emerged where extreme human emotions trigger physical transformations into creatures. These entities pose varying threats to public safety. To protect yourself, you need to avoid intense emotions, limit exposure to music, and report any sightings to emergency authorities. Stay indoors at night, travel in groups, and follow official updates. Your cooperation with the organization, IEBCRO (International Emotion-Based Creatures Research Organization), is critical to your survival
[[Got it]]Everything happened so suddenly that you decided to check the news to see if this was real. And yes, after looking through tons of reports, pictures of actual creatures, videos in HD proving that these are real monsters and not animations or CGI, along with images of people killing themselves after hearing the news
You finally accepted: [[Okay, this is legit, I'll still go to the office today to hear what my co-workers think.]]Driving through the street, the sun hasn’t fully risen yet, but the roads are more crowded than ever. You’ve never seen this many people outside let alone this many arguing all at once. It’s a scene you never imagined witnessing, not even on TV
You check your phone one more time to be sure, but now every platform is frozen. You can’t access YouTube, Instagram, or anything else, they’re all stuck loading. Even phone calls are slow and glitchy.
You assume the overload of people using digital devices today is crashing the system. And you’re right.
[[Let's just drive as fast as possible to the office first]], you certainly don't know what else to do, and you also don't want to lose your job in this pandemic for not coming to see office. You arrived.
There's only 3 people in the place, normally there are 22, people in this office don't ever want to be late. Special day today anyways
Your Boss looking down thorugh the window near his desk
One of your coworkers, usually calm and logical, looks visibly panicked, completely contradicting the reassuring audio message you heard this morning.
But yeah, they did say this is just the first day of the curse, so the effects aren't too strong yet. We can still [[discuss]] a plan and get ready to operate tomorrow, which is when the real pandemic begins.You try to approach them, but one looks too panicked to speak, as if he might snap the moment you touch his shoulder.
The other seems too sad, ambiguous, and focused, so much that you decide not to bother him.
[[Ok, I'll wait until someone come into the office, then I'll talk to him]]Time passes. One minute feels like an hour. But this is the office anyway, so you decide to work like there is no pandemic. Still, the noise outside, the voice of the audio echoing in your head, and the lingering shock make it impossible to focus. Your laptop is also running super slow today. A perfect cherry on top.
You found yourself just sit there, waiting for something to happen
After overthinking a bit, you conducted in your head an obvious answer
[[Just stay emotionally stable, in other words, don't have emotions then I'll be ok, I will not turn into a monster]]Good. You now understand how to stay human.
"But then you wonder, how do I keep myself safe from the monsters?"
Your thoughts are cut off by a familiar sound. Keyboard clicks. It’s your favorite coworker. Always late, but always dedicated. He’s at his desk now, working. That makes four people in the office.
[[Why does he look so calm, does he even know what's going on?]]Being a respectful person you are, you waited until lunch to talk to him
After awhile, it's lunch time
You stand up to walk to him. But then he [[approach the boss]](set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
He approach your boss.
</p>
]
(if: $step is 2)[
<p style="color: darkred; text-align: center; font-weight: bold; text-shadow: 0 0 5px black;">
But before he get to say anything. Your boss, all of a sudden, <span style="text-decoration: underline;">jumps off the building</span>.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; font-weight: bold; font-size: 1.2em; margin-bottom: 1em; letter-spacing: 1.5px;">
</p>
]
(if: $step is 4)[
<p style="color: darkred; text-align: center; font-style: italic; font-weight: 700; font-size: 1.1em; text-shadow: 0 0 6px crimson;">
Committing suicide right in front of your eyes?
</p>
]
(if: $step is 5)[
<p style="color: dimgray; text-align: center; font-weight: 600; opacity: 0.7;">
You stand there, comprehending what just happened. "So even your boss committed suicide, just like them"
</p>
]
(if: $step is 6)[
<p style="color: #222; text-align: center; font-weight: 600; margin-bottom: 2em;">
You calm yourself down, you are getting used to it.
</p>
]
(if: $step is 7)[
(goto: "TM boss suicide")
]
(set: $step to it + 1)
]
Your favourite co-worker looks shocked. It's normal behaviour for sure, but at this point, he should be used to things like this already. Something's telling you that this guy does not know what is happening.
He approached the still-panicking co-worker. Asking him what's going on.
[[Oh yeah, he sure does not know wtf is going on]]Panicking co-worker: "Our boss?, well ok, that shouldn't be your main worry right now. There’s something spreading. It’s not a virus. It's like a curse. And the moment you feel something too deeply, your body doesn’t know what to do with it. So it rewires. Adapts. Becomes something else. Our boss... he probably felt too much."
You stand there, thinking
"That is such a bad explanation, this mf is definitely turning into a monster tomorrow with that behaviour"
In fact,
[[I am surprised that this person is not transforming todayI am supprised that this person is not transforming today]]Oh, the panic dude is going home, it seems like there are only 2 people in the office now.
You slowly walk towards to confused favourite bro. Trying to explain what's happening, he properly overslept again, missing the [[audio message]]You told him everything he needed to know.
Yet he still look confused, asking questions that pisses you off a little
You said
"Dude, there are literal pictures and videos of people turning into creatures, although today specifically, the effect is not high, but it is there. I walked past a creature this morning, luckily, it did not attack me. But yeah, this is real. Alright, excuse me, I'm gonna go somewhere else to discuss with someone who has a plan, I'm sorry but I have to use every second I have for today, I don't want to be turned into a monster, and certainly I don't want to be harmed by one of them."
Then just [[walk off]]You are going back home after your least productive day, driving through the roads, less crowded than before, more dead people lying down, properly by suicide, or suffercation since this morning the streets where just packed, especially in areas with a clear view of the billboards or TVs, large suffocated bodies are in those area. Poor beings.
[[At home]]You arrive home.
Cook up some food, which you forgot to add salt to. Tastes bland. Even in your cozy house, your thoughts wouldn't leave you alone.
You kept forcing, reminding yourself, to stay emotionless.
You spend the rest of the day planning how to survive if you encounter one of the creatures.
Maybe society has to go online calls again in this pandemic. After drafting your survival plans, you go to bed, ready for tomorrow. Feeling a bit bad for going off at your only favourite person in the office.
But still, you kept reminding yourself to stay calm, these emotions should never exist
[[Let's sleep]]<timed 3s><p style="color: #a0a0a0; font-style: italic; font-size: 1.2em; line-height: 1.6em;filter: blur(1.5px);">
Your eye closed.
The room blurs out, with a little bit of alertness left on your body
You look at the window, it's not fully closed yet.
But your body doesn't let you get up to close it. You're tired
You swear to yourself that you will text your co-worker tomorrow to say sorry to him
</p>
</timed>
<timed 6s>
<p style="color: #888; font-style: italic; font-size: 1em; line-height: 1.6em; filter: blur(1px);">
You are back at your young years again
No more office work, those days of endless grinding are all over.
You feel powerful, being a boxer, a boxing legend.
You look at your belt, the golden worthless belt that you have to trade blood for it, you remembered you threw it away like some kind of trash after your first lost.
Abandon your legendary boxing name, to be an ordinary office worker.
You used to inspire millions, being known as the perfect form of human with hardwork, but then lose to a nobody.
You let millions down, a bad mirror for people to follow. chance your face, wear tight clothes to hide yourself, selfish.
Those sounds are loud, full of agression and determinations, you are in the ring again. With the same nobody that defeated you.
This is your chance, to take revenge. You have not trained for years. But it does not matter. You want this more. Boxing is your real passion. You are the King of this sport.
The strongest human. You can defeat anything...
Usually you would feel confident, blood-thristy, but this is not it. The blood-thristy one is not you. Your oponent seems...Tall, and have long limbs?, this is not the same guy you fought in the ring
You don't feel it.
You don't feel like you are the hunter.
</p>
</timed>
<timed 9s>
<p style="color: #888; font-style: italic; font-size: 1em; line-height: 1.4em; filter: blur(0.5px);">
Someone's watching
</p>
</timed>
[[Continue|MARETCH ENCOUNTER 2]]
<timed 2s>
<p style="color: #dcdcdc; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Your eyes open slowly, and fully.<br>
You look through the window
</p>
</timed>
<timed 5s>
<p style="color: #e8e8e8; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Something’s wrong.<br>
You can feel it.
</p>
</timed>
<timed 8s>
<p style="color: #ffffff; font-size: 1.3em; line-height: 1.6em; text-align: center;">
You see a humanoid figure chasing someone<br>
But then it stopped.<br>
"The creature, the same creature you see in the news, but why did it stop?"
</p>
</timed>
<timed 10s>
<p style="color: #d1d1d1; font-size: 1.2em; line-height: 1.6em; text-align: center;">
It does not even turn its head to look at you.<br>
It just stands there, and all of a sudden runs towards you, towards your window
</p>
</timed>
<timed 13s>
<p style="color: #c0c0c0; font-size: 1.1em; line-height: 1.6em; text-align: center;">
Your brain hits you with a shock. Your heartbeat is loud enough to drown out everything else.<br>
“Is this a real creature? Is it running at me?”<br>
You feel it again, it's like all of your skills coming back. REMATCH
</p>
</timed>
<timed 15s>
<p style="color: #b2b2b2; font-size: 1.1em; line-height: 1.6em; text-align: center;">
You got into your signature boxing stance, the power in your right hand feels like a lightning-fast sledgehammer<br>
The creature Bruce Force, breaking through your windows<br>
It’s real. It's inside your room<br>
The creature tilts its head.
</p>
</timed>
**What do you do?**
*[[Wait for it do make a move and counter]]*
*[[Run at him to catch him off guard, give him a combo]]*
*[[Run away towards to door, get out and lock the ceature inside, try to escape through the main entrance]]*(set: $step to 1)
(if: $step is 1)[
<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">You stand there waiting for something to happen.
You think you are ready.
It gets closer to you, not to attack, it is trying to hug you.
You punched it, kicked it, and even tried to bite it. But nothing works. After all, you are just a former human champion, you were never the strongest warrior on earth, as you have always embodied this role into your life
You thought of every mistake you have made in your life. While the creature is slowly consuming you. You died with a quirky smile.
</p>
</timed>
(live: 22s)[
(set: $step to 2)
(go-to: "Credit")
]
](set: $step to 1)
(if: $step is 1)[
<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
You run at the monster and attack. Its humanoid body is perfect for you to do the combo you have practiced the most in your prime. A living punching bag.
But the creature just stands there with no defense, it's just waiting for you to finish.
The creature's skin and "meat?" is really soft, the feeling of punching through it is weird, but the excitement in your body cuts everything out. You are just repeating the same combo over and over again.
</p>
</timed>
<timed 4s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: normal; opacity: 0.7;">
And the more you hit it. The more dense, solid, and hard its skin becomes. Till the point that you felt like you were hitting a metal wall. Your hands bled, and you even broke one of your fingers during the process.
The excitement slowly turned into fear, that level of adrenaline means nothing.
</p>
</timed>
(live: 50s)[
(set: $step to 2)
(go-to: "Credit")
]
](set: $step to 1)
(if: $step is 1)[
<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
You run out of your room, lock the door after you get out. And sprint towards the entrance. Right when you are just getting your hands on the handle.
You hear a loud breaking sound, the creature just broke through your door, and is running at you.
</p>
</timed>
<timed 4s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: normal; opacity: 0.7;">
Without turning back, you run outside, but the creature is faster, it is already behind your back. Unfortunately.
</p>
</timed>
(live: 22s)[
(set: $step to 2)
(go-to: "Credit")
]
]"Ok, you are allowed to hide anywhere in this area to THAT area"
Your friend point from your position to a random far away position, obviously you with your kid brain don't understand nothing but still, you're here for the bucks and fun, not for the logic.
"But you can't go inside houses! got it"
[[I got you]]Your friend gives you 100 seconds to hide
You found a very good place and waited in there for a long time.
Eventually, it comes to a point where you only need to stay there for 15 more minutes to get that 5 bucks.
But, from only 2 miles away, you see your friend, facing you backwards, seems like you are about to lose. You have two choices.
Break the rules and run inside of the house near your current hiding place, since the owner forgot to close the doors
Or accept defeat.
[[5 bucks aint worth it]]
[[Anything for the W]]You stayed still in your position, waiting for your friend to find you so that you could do your ancient crying technique
But to your surprise
Your friend did not see you hiding and walked away
[[NICE|Safe route]](set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You run inside the stranger's house
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
An elderly person sitting in a wheelchair saw you, a stranger, in their home.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Overwhelmed by panic and shock, they suddenly passed away. You were clearly too focused on the game of hide and seek to care.
</p>
]
(if: $step is 4)[
(set: $Desire to $Desire + 1)<br>
(if: $Desire >= 5)[(goto: "Desire Transformation")]<br>
<p style="color: #4B2E00; text-align: right; font-weight: bold;">
Desire Level: $Desire/5
</p>
]
(if: $step is 5)[
(goto: "Cheater route")
]
(set: $step to it + 1)
]
You wait in the house, looking through the window. Your friend did not even look inside houses...Easy win for you!
Minutes later, you and your friend meet at your house
"You never won in hide and seek before, did you cheat?"
[[no i did not]]
[[yes|yess]]
[[silent]]
You wait there, wait and wait. Your friend did not even look like they were pretending...Easy win for you!
Minutes later, you and your friend meet at your house
"You never won in hide and seek before, did you cheat?"
[[no i did not]]
[[silent]]"Okay, it is what it is"
You receive 5 bucks, the feeling of making [[money|money2]] at this age is beyond awesome
(set: $money to 5)
[[Supercalifragilisticexpialidocious]]"You cheated, I knew it!, I'm keeping this money."
Your friend runs out of the house, mocks you, and never looks back
[[-_-]]"Oh damn, well...At least you were honest, I'll give you 2"
(set: $money to 2)
You admitted the cheating for some reason?, should have just lied
But hey, you got [[2 bucks|money4]]
[[Supercalifragilisticexpialidocious]]Damn you got "scammed"
Wanna check your [[money|money3]] real quick?
[[Not Supercalifragilisticexpialidocious|Supercalifragilisticexpialidocious]]You have $$money
[[Back|Continue 4]]You have $$money
[[Back|no i did not]]You have $$money
[[Back|-_-]]You have $$money
[[Back|yess]]During that summer, you lived in that body for the rest of the summer, nobody knew that you were just another person in the kid's body, their mom did not know they were taking care of a random fully grown person inside their kid's body, your friend never knew that they were playing hide and seek with an adult.
Anyways, summer ends. Are you ready for dat school?
[[I'm ready bruh]]School time! You arrived at the class, and the scene feels nostalgic
Your teacher decides to let the class be free style for the first class of the semester
"Yall allowed to do whatever yall want for the rest of the morning class, in the afternoon we'll be having a group work then that's it."
[[Only one task? This is the best class ever!]]You spent the whole morning hanging out with your friends, talking about how good your summer was...
Too much energy you have in your body. You feel like you can play all day.
Lunch time comes later, you eat, feel sleepy for a little but then get a sudden energy boost out of nowhere to keep on talking with your friends, typical children's stuff
It's afternoon now, ready for the [[group work?]]Your group has 4 members: you, your best friend, the class genius, and the quiet one.
Your task is to each write a short story. All four stories must have completely different themes and twists.
The better your stories connect and fit together as a group, the more points your team earns. (you can't look at what your team members are writing during the activity)
The higher your team’s points, the more candy your group will receive at the end of the day.
[[Light work then]]You and your team sit down and start writing. The classroom shifts from the most chaotic place on earth to complete silence. Everyone is focused except you.
No matter how hard you try to be creative, nothing comes to mind. Your head stays blank. Then you start to overthink.
“If my story doesn’t match the others, even if it’s good, I’ll ruin all our hard work. My friend will be disappointed in me... and the class genius? They’ll destroy my reputation.”
"But wait, someone is not hard working..."
You look to your right just to see the (no talking) member sit there, [[looking at his piece of paper doing nothing]]You look around the class, everyone is so focused, their head is locked down. Except you, it feels like you are outside of the educational system's control, right?
Before you know it, the no-mouth dude in your group starts to ask to go to the toilet. Leaving his piece of paper on the group's desk
What you do?
[[Look at his paper and see what he wrote]]
[[Sabotage his writting, I don't want to be the worst one in the group]]
[[Do nothing]](set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You wait for the perfect moment.
</p>
]
(if: $step is 2)[
<p style="color: dimgray; text-align: center;">
The teacher looks away.
</p>
]
(if: $step is 3)[
<p style="color: darkorange; text-align: center; font-weight: bold;">
You reach for his paper.
</p>
]
(if: $step is 4)[
<p style="color: saddlebrown; text-align: center; font-weight: bold;">
It's completely blank.
</p>
]
(if: $step is 5)[
<p style="color: crimson; text-align: center; font-style: italic; font-weight: bold;">
Pissed off, you grab a pen and write:
</p>
]
(if: $step is 6)[
<p style="color: black; text-align: center; font-weight: bold; font-size: 1.2em; letter-spacing: 1.5px;">
“F*** you, Teacher.”
</p>
]
(if: $step is 7)[
<p style="color: black; text-align: center; font-weight: 600;">
You place the paper back like nothing happened.
</p>
]
(if: $step is 8)[
<p style="color: darkgreen; text-align: center; font-weight: 600;">
No matter what happens now, you won’t be the worst in the group :D
</p>
]
(if: $step is 9)[
<p style="height: 1.5em;"></p>
]
(if: $step is 10)[
(set: $Desire to $Desire + 1)
(if: $Desire >= 5)[(goto: "Desire Transformation")]
<p style="color: #4B2E00; text-align: right; font-weight: bold;">
Desire Level: $Desire/5
</p>
]
(if: $step is 11)[
(goto: "Moments later, the activity is over!")
]
(set: $step to it + 1)
]
(set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You wait for the perfect moment.
</p>
]
(if: $step is 2)[
<p style="color: dimgray; text-align: center;">
The teacher looks away.
</p>
]
(if: $step is 3)[
<p style="color: darkorange; text-align: center; font-weight: bold;">
You reach for his paper.
</p>
]
(if: $step is 4)[
<p style="color: saddlebrown; text-align: center; font-weight: bold;">
You draw a BIG, clear piece of poop on it.
</p>
]
(if: $step is 5)[
<p style="color: crimson; text-align: center; font-style: italic;">
Everyone only gets one sheet, and the teacher’s out of paper.
</p>
]
(if: $step is 6)[
<p style="color: black; text-align: center; font-weight: 600;">
No matter what happens now, you won’t be the worst in the group :D
</p>
]
(if: $step is 7)[
<p style="height: 1.5em;"></p>
]
(if: $step is 8)[
(set: $Desire to $Desire + 1)
(if: $Desire >= 5)[(goto: "Desire Transformation")]
<p style="color: #4B2E00; text-align: right; font-weight: bold;">
Desire Level: $Desire/5
</p>
]
(if: $step is 9)[
(goto: "Moments later, the activity is over!")
]
(set: $step to it + 1)
]
Moments later, the activity is over!
You manage to get something out of your paper, not the best, but it's something
[[Candy time!|Classroom situation]]Moments later, the activity is over!
You manage to get something out of your paper, not the best, but it's something
The no-talking dude is now looking extremely sad in the corner of the class. Your best friend and the class's genius is clowning on him. But let's just ignore that :]
[[Candy time!|Classroom situation]]Class ends, you're going home with your $numberCandy candy, eating while walking home.
You see your other classmate walking in the same direction as you, holding one hammer and one lollipop. the person is a weird member of your class, so it doesn't surprise you that they hold random stuff while walking home like this.
But then, the classmate chance walking direction all of a sudden. And ask:
Do you want my hammer? it's 3 dollars
Do you also want my loli? 2 dollars
What you do?(if: $money >= 5)[
[[Buy Both]]
](if: $money >= 3)[
[[Buy Hammer]]
](if: $money >= 2)[
[[Buy loli]]
]
[[Just leave]]You left, ignore the weird classmate, and walk straight home.
By the time you got home, you had eaten up all the candy you had
In the living room, you turn on the TV to burn time, it's a routine of yours, you're always home before your mom and dad, and you have to wait for one of them to arrive home so that they can cook [[you dinner]]You bought a hammer. Nice, now you can use it to...
Well, you'll figure it out, I guess.
You eventually reach home, and by that time, you have already eaten up all your candies. In the living room, you turn on the TV to burn time, it's a routine of yours, you're always home before your mom and dad, and you have to wait for one of them to arrive home so that they [[can cook you dinner]]You bought a lollipop and enjoyed it while going home. The sweets are starting to take over your head, so you decided to save some candy for later instead of eating everything now.
Later, you reach home. In the living room, you turn on the TV to burn time, it's a routine of yours, you're always home before your mom and dad, and you have to wait for one of them to arrive home so that they can cook you [[dinner]]You bought both. Now you have a lollipop to eat while walking home, and you have a hammer now XD for whatever reason
By the time you reach home, you have finished the loli already, and still have some candy left for the night. In the living room, you turn on the TV to burn time, it's a routine of yours, you're always home before your mom and dad, and you have to wait for one of them to arrive home so that they can [[cook you dinner]]Your dad arrives home!
But wait, something is not right, he looks...sad, and scared?
You look behind him to see a kid, not a normal kid
Its body seems to be identical to a human 14 years old, but it does not have eyes, and it has a wide mouth with a stretched-out face, its face is even as long as its whole body.
Your dad leads that thing into the house like it's his kid, walks slowly towards you
"Please sweetheart, just pretend that it is your sister" - Your dad whisper
[[H-Hey sis, how everything going|xscdrvtfbgyunhujm]]Your dad arrives home!
But wait, something is not right, he looks...sad, and scared?
You look behind him to see a kid, not a normal kid
Its body seems to be identical to a human 14 years old, but it does not have eyes, and it has a wide mouth with a stretched-out face, its face is even as long as its whole body.
Your dad leads that thing into the house like it's his kid, walks slowly towards you
"Please sweetheart, just pretend that it is your sister" - Your dad whisper
[[H-Hey sis, how everything going]]Your dad arrives home!
But wait, something is not right, he looks...sad, and scared?
You look behind him to see a kid, not a normal kid
Its body seems to be identical to a human 14 years old, but it does not have eyes, and it has a wide mouth with a stretched-out face, its face is even as long as its whole body.
Your dad leads that thing into the house like it's his kid, walks slowly towards you
"Please sweetheart, just pretend that it is your sister" - Your dad whisper
[[H-Hey sis, how everything going|exscdrvftgbynhujmik]]Your dad arrives home!
But wait, something is not right, he looks...sad, and scared?
You look behind him to see a kid, not a normal kid
Its body seems to be identical to a human 14 years old, but it does not have eyes, and it has a wide mouth with a stretched-out face, its face is even as long as its whole body.
Your dad leads that thing into the house like it's his kid, walks slowly towards you
"Please sweetheart, just pretend that it is your sister" - Your dad whisper
[[H-Hey sis, how everything going|azsxrdctvfybgnhj]]The creature starts to talk in a language you can't understand, you can still see your dad trying to keep a fake smile, he looks even more sad now.
Then he walks to the kitchen to prepare dinner as usual
[[What is this?]]*The Creature tilts its head*
You feel threatened but the creature's small gesture, you glance at your dad. You see him glancing back at you with horrified eyes, he's trying to tell you to do something, but he can't say it.
[[W-What is this movie even about tho?, the twist is not even good]]
The creature stops tilting its head, moves closer, and sits right next to you.
Once again, it is speaking this weird language. It is trying to mimic human language!
You can feel the tone in all the nonsense the creature is speaking, it's like the tone of a "sister" telling you about her day at school.
[[Really, that must have been crazy!]]"I̸̳̥͔̍́̓͛͝͠ ̸̫̙͖̗̳̫̥̮̌̄̈̿̂͆̍̋͘͜k̶̡͎̘̙̫͚̻̗̞̺̪̺̻̫̻̮̩̖͇̣̯̤̪̥̬͚͐̐̀́́̾̂̔́̐͐̍̚͜͠ͅn̷̢̧̛̬͙̤̝̣͎̬̱̭̪̘͈͓̙̘͚̯̖͉̰̬͇̫͗͛̑́̓͜͠ͅo̴̘̮̖̒̆̽́̍̐̇̾̑̌̃̇̊̏̓̌͑̐̅̈́͗͝ẉ̴̨̢͓̰̮͓͐̍̀͛̓̾ͅ ̶̧̨̛̝̣̻̻͍̲̗͕̲͇͙͓͚̣̫̝̜̪͊̌̀͂͒̋͗͆̍̍̋̆͠ͅr̸̛̞̪͍͒͗̆̈į̴̢̩̘̹̻̙͉̮̩̟̺̯̺͉͕͈̹͉̣͓̳͙̏̓̈́̓͊̓̓̃̄͐̏̐̚̕͜͜͝ͅͅģ̵̡̲̲̠̮͇̬̗̙̰̣͉̦̪̺͙͙̖̼͔̌̒̍̽̅́̚͝ͅͅͅh̵̬͇̭͚̭̝̗̦̺̘̯̳̃̀͗̽̌̅͊̓̓̅͌̓͆͒̅͆̓t̸̨̢̡̨̡͚̬̙̼̥̩͓̥̗̞̤̱̪͈͈̟̭͔̱̘̋̿͐̔̀͑̊̂̏͐͝ͅ?̴͚̖̦̺͎͈̼̺̘̺͕̱̹̳̝̺͓̪͕̠̖̬̦̤͕̞͐̑̂̀̆̍͋̅̋͆̃̇̍̈́́̈́̒̽̊̇͊̏͑̏̚̕̕͠͝͝ͅ"
You can feel the tone, just the tone only. Does this creature really think that I am her sibling? and that it is a part of our family now. (I can't take this)
Your dad never looked this scared before, you can even see that he's preparing an extra dish of food for the creature.
The monster is still talking...
Its noise is getting louder and louder and louder. You're starting to wonder, "Why does the creature slowly sound more human every second that passes? is it because of me?"
But then, after a while, your dad breaks the uncanny moment. His voice sounds calm and coordinated: "Your mom will be home late for today, so we will have to eat dinner sooner without her. Dinner is very important, you'll need it for school tomorrow!"
[[I'm not hungry dad]]You go to your room, leaving your dad to have dinner with the "thing."
You are in your room, thinking: "What is that? What did my dad just bring home? why do I have to act like it is my sister?"
After a moment, while you are still not done with your own mind, your dad walks into the room and says: "I have to put the creature to sleep now, just so you know this. You are my real treasure, my one and only kid. I love you, but from now on, the creature is a part of our family. Now you have to act like it is your sister. Otherwise, we'll all be dead."
[[...Okay?]]Your dad leaves the room and closes the door.
You are in your bed, thinking of this sudden shift in your life, and everything does not make sense.
But then you hear the main doors open...Mom's home
You can feel the errie silent in your house until that silent got CUT by a loud scream from your mom?, instictively, you reallize that mom has seen that monster and is [[freaking out]]Your mom's scream of terror slowly turns into the scream of desperation, in your room. You can hear 3 different sounds: your mom's agonized scream, it's like she's being attacked. Your dad's crying sounds, begging the creature to stop. And of course, [[the creature's weird, random language.]](set: $step to 1)
(live: 6s)[
(if: $step is 1)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#000;">
The crying... the screaming...<br>
<i>It stopped.</i>
</p>
(set: $step to 2)
]
(else-if: $step is 2)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#555;">
But something else remains.<br>
<span style="font-style:italic;">The creature’s sounds...</span>
</p>
(set: $step to 3)
]
(else-if: $step is 3)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#772222;">
They’re getting louder.
</p>
(set: $step to 4)
]
(else-if: $step is 4)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#991111;">
<b>Louder?</b>
</p>
(set: $step to 5)
]
(else-if: $step is 5)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#cc0000;">
<span style="letter-spacing:1px;"><i>It’s moving closer...</i></span>
</p>
(set: $step to 6)
]
(else-if: $step is 6)[
<p style="text-align:center; font-size:1.5em; line-height:1.6em; color:#ff0000;">
<b><i>Closer to your room?</i></b>
</p>
(set: $step to 7)
]
(else-if: $step is 7)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
**What will you do?**<br><br>
*[[Stand up and wait for the worst]]*<br><br>
*[[Step into the hallway to check]]*
</p>
]
]
<p style="text-align:center; font-size:1.2em; line-height:1.7em; color:#333;">
You quietly open the door, heart pounding.
</p>
<p style="text-align:center; font-size:1.3em; line-height:1.7em; color:#550000;">
The hallway is empty.<br>
Or so you think.
</p>
<p style="text-align:center; font-size:1.3em; line-height:1.7em; color:#770000;">
It stands at the end, back turned.
</p>
<p style="text-align:center; font-size:1.4em; line-height:1.7em; color:#990000;">
It slowly turns its head toward you.<br>
The mouth stretches wide.
</p>
<p style="text-align:center; font-size:1.5em; line-height:1.7em; color:#aa0000;">
Your vision blurs. Your mind locks in place.<br>
You feel...Responsible.
</p>
<p style="text-align:center; font-size:1.4em; line-height:1.7em; color:#cc0000;">
<br>
Forever and unwilling.
</p>
(link: "...")[(go-to: "Credit")]
<p style="text-align:center; font-size:1.2em; line-height:1.7em; color:#333;">
You stand up, ready to run, but then your fear changed your mind
</p>
<p style="text-align:center; font-size:1.3em; line-height:1.7em; color:#440000;">
The footsteps stop right outside your door. You hide under your bed
</p>
<p style="text-align:center; font-size:1.3em; line-height:1.7em; color:#550000;">
It enters silently.<br>
Then... you see two little feet beside your bed.
</p>
<p style="text-align:center; font-size:1.4em; line-height:1.7em; color:#770000;">
Your body starts shaking.<br>
Not from fear... but from something else.
</p>
<p style="text-align:center; font-size:1.5em; line-height:1.7em; color:#aa0000;">
You can't stop it.<br>
Your head won’t stop moving.<br>
It gets worse every second.
</p>
<p style="text-align:center; font-size:1.4em; line-height:1.7em; color:#cc0000;">
<i>Then everything snaps.</i>
</p>
(link: "...")[(go-to: "Credit")]
The creature starts to talk in a language you can't understand, you can still see your dad trying to keep a fake smile, he looks even more sad now.
Then he walks to the kitchen to prepare dinner as usual
[[What is this?|scasdcvasvsfodpjnhok]]The creature starts to talk in a language you can't understand, you can still see your dad trying to keep a fake smile, he looks even more sad now.
Then he walks to the kitchen to prepare dinner as usual
[[What is this?|qwdcvbfhkmyuoip]]The creature starts to talk in a language you can't understand, you can still see your dad trying to keep a fake smile, he looks even more sad now.
Then he walks to the kitchen to prepare dinner as usual
[[What is this?|asdcscefqewqewf]]*The Creature tilts its head*
You feel threatened but the creature's small gesture, you glance at your dad. You see him glancing back at you with horrified eyes, he's trying to tell you to do something, but he can't say it.
[[W-What is this movie even about tho?, the twist is not even good|19v8ybhsasdfdvjd]]
*The Creature tilts its head*
You feel threatened but the creature's small gesture, you glance at your dad. You see him glancing back at you with horrified eyes, he's trying to tell you to do something, but he can't say it.
[[W-What is this movie even about tho?, the twist is not even good|19v8ybhsfdvjd]]
*The Creature tilts its head*
You feel threatened but the creature's small gesture, you glance at your dad. You see him glancing back at you with horrified eyes, he's trying to tell you to do something, but he can't say it.
[[W-What is this movie even about tho?, the twist is not even good|19v8ybhjd]]
The creature stops tilting its head, moves closer, and sits right next to you.
Once again, it is speaking this weird language. It is trying to mimic human language!
You can feel the tone in all the nonsense the creature is speaking, it's like the tone of a "sister" telling you about her day at school.
[[Really, that must have been crazy!|asdfasd]]The creature stops tilting its head, moves closer, and sits right next to you.
Once again, it is speaking this weird language. It is trying to mimic human language!
You can feel the tone in all the nonsense the creature is speaking, it's like the tone of a "sister" telling you about her day at school.
[[Really, that must have been crazy!|asdfaxcasd]]The creature stops tilting its head, moves closer, and sits right next to you.
Once again, it is speaking this weird language. It is trying to mimic human language!
You can feel the tone in all the nonsense the creature is speaking, it's like the tone of a "sister" telling you about her day at school.
[[Really, that must have been crazy!|asadfasd]]"I̸̳̥͔̍́̓͛͝͠ ̸̫̙͖̗̳̫̥̮̌̄̈̿̂͆̍̋͘͜k̶̡͎̘̙̫͚̻̗̞̺̪̺̻̫̻̮̩̖͇̣̯̤̪̥̬͚͐̐̀́́̾̂̔́̐͐̍̚͜͠ͅn̷̢̧̛̬͙̤̝̣͎̬̱̭̪̘͈͓̙̘͚̯̖͉̰̬͇̫͗͛̑́̓͜͠ͅo̴̘̮̖̒̆̽́̍̐̇̾̑̌̃̇̊̏̓̌͑̐̅̈́͗͝ẉ̴̨̢͓̰̮͓͐̍̀͛̓̾ͅ ̶̧̨̛̝̣̻̻͍̲̗͕̲͇͙͓͚̣̫̝̜̪͊̌̀͂͒̋͗͆̍̍̋̆͠ͅr̸̛̞̪͍͒͗̆̈į̴̢̩̘̹̻̙͉̮̩̟̺̯̺͉͕͈̹͉̣͓̳͙̏̓̈́̓͊̓̓̃̄͐̏̐̚̕͜͜͝ͅͅģ̵̡̲̲̠̮͇̬̗̙̰̣͉̦̪̺͙͙̖̼͔̌̒̍̽̅́̚͝ͅͅͅh̵̬͇̭͚̭̝̗̦̺̘̯̳̃̀͗̽̌̅͊̓̓̅͌̓͆͒̅͆̓t̸̨̢̡̨̡͚̬̙̼̥̩͓̥̗̞̤̱̪͈͈̟̭͔̱̘̋̿͐̔̀͑̊̂̏͐͝ͅ?̴͚̖̦̺͎͈̼̺̘̺͕̱̹̳̝̺͓̪͕̠̖̬̦̤͕̞͐̑̂̀̆̍͋̅̋͆̃̇̍̈́́̈́̒̽̊̇͊̏͑̏̚̕̕͠͝͝ͅ"
You can feel the tone, just the tone only. Does this creature really think that I am her sibling? and that it is a part of our family now. (I can't take this)
Your dad never looked this scared before, you can even see that he's preparing an extra dish of food for the creature.
The monster is still talking...
Its noise is getting louder and louder and louder. You're starting to wonder, "Why does the creature slowly sound more human every second that passes? is it because of me?"
But then, after a while, your dad breaks the uncanny moment. His voice sounds calm and coordinated: "Your mom will be home late for today, so we will have to eat dinner sooner without her. Dinner is very important, you'll need it for school tomorrow!"
[[I'm not hungry dad|asdc]]"I̸̳̥͔̍́̓͛͝͠ ̸̫̙͖̗̳̫̥̮̌̄̈̿̂͆̍̋͘͜k̶̡͎̘̙̫͚̻̗̞̺̪̺̻̫̻̮̩̖͇̣̯̤̪̥̬͚͐̐̀́́̾̂̔́̐͐̍̚͜͠ͅn̷̢̧̛̬͙̤̝̣͎̬̱̭̪̘͈͓̙̘͚̯̖͉̰̬͇̫͗͛̑́̓͜͠ͅo̴̘̮̖̒̆̽́̍̐̇̾̑̌̃̇̊̏̓̌͑̐̅̈́͗͝ẉ̴̨̢͓̰̮͓͐̍̀͛̓̾ͅ ̶̧̨̛̝̣̻̻͍̲̗͕̲͇͙͓͚̣̫̝̜̪͊̌̀͂͒̋͗͆̍̍̋̆͠ͅr̸̛̞̪͍͒͗̆̈į̴̢̩̘̹̻̙͉̮̩̟̺̯̺͉͕͈̹͉̣͓̳͙̏̓̈́̓͊̓̓̃̄͐̏̐̚̕͜͜͝ͅͅģ̵̡̲̲̠̮͇̬̗̙̰̣͉̦̪̺͙͙̖̼͔̌̒̍̽̅́̚͝ͅͅͅh̵̬͇̭͚̭̝̗̦̺̘̯̳̃̀͗̽̌̅͊̓̓̅͌̓͆͒̅͆̓t̸̨̢̡̨̡͚̬̙̼̥̩͓̥̗̞̤̱̪͈͈̟̭͔̱̘̋̿͐̔̀͑̊̂̏͐͝ͅ?̴͚̖̦̺͎͈̼̺̘̺͕̱̹̳̝̺͓̪͕̠̖̬̦̤͕̞͐̑̂̀̆̍͋̅̋͆̃̇̍̈́́̈́̒̽̊̇͊̏͑̏̚̕̕͠͝͝ͅ"
You can feel the tone, just the tone only. Does this creature really think that I am her sibling? and that it is a part of our family now. (I can't take this)
Your dad never looked this scared before, you can even see that he's preparing an extra dish of food for the creature.
The monster is still talking...
Its noise is getting louder and louder and louder. You're starting to wonder, "Why does the creature slowly sound more human every second that passes? is it because of me?"
But then, after a while, your dad breaks the uncanny moment. His voice sounds calm and coordinated: "Your mom will be home late for today, so we will have to eat dinner sooner without her. Dinner is very important, you'll need it for school tomorrow!"
[[I'm not hungry dad|palplokojoin]]"I̸̳̥͔̍́̓͛͝͠ ̸̫̙͖̗̳̫̥̮̌̄̈̿̂͆̍̋͘͜k̶̡͎̘̙̫͚̻̗̞̺̪̺̻̫̻̮̩̖͇̣̯̤̪̥̬͚͐̐̀́́̾̂̔́̐͐̍̚͜͠ͅn̷̢̧̛̬͙̤̝̣͎̬̱̭̪̘͈͓̙̘͚̯̖͉̰̬͇̫͗͛̑́̓͜͠ͅo̴̘̮̖̒̆̽́̍̐̇̾̑̌̃̇̊̏̓̌͑̐̅̈́͗͝ẉ̴̨̢͓̰̮͓͐̍̀͛̓̾ͅ ̶̧̨̛̝̣̻̻͍̲̗͕̲͇͙͓͚̣̫̝̜̪͊̌̀͂͒̋͗͆̍̍̋̆͠ͅr̸̛̞̪͍͒͗̆̈į̴̢̩̘̹̻̙͉̮̩̟̺̯̺͉͕͈̹͉̣͓̳͙̏̓̈́̓͊̓̓̃̄͐̏̐̚̕͜͜͝ͅͅģ̵̡̲̲̠̮͇̬̗̙̰̣͉̦̪̺͙͙̖̼͔̌̒̍̽̅́̚͝ͅͅͅh̵̬͇̭͚̭̝̗̦̺̘̯̳̃̀͗̽̌̅͊̓̓̅͌̓͆͒̅͆̓t̸̨̢̡̨̡͚̬̙̼̥̩͓̥̗̞̤̱̪͈͈̟̭͔̱̘̋̿͐̔̀͑̊̂̏͐͝ͅ?̴͚̖̦̺͎͈̼̺̘̺͕̱̹̳̝̺͓̪͕̠̖̬̦̤͕̞͐̑̂̀̆̍͋̅̋͆̃̇̍̈́́̈́̒̽̊̇͊̏͑̏̚̕̕͠͝͝ͅ"
You can feel the tone, just the tone only. Does this creature really think that I am her sibling? and that it is a part of our family now. (I can't take this)
Your dad never looked this scared before, you can even see that he's preparing an extra dish of food for the creature.
The monster is still talking...
Its noise is getting louder and louder and louder. You're starting to wonder, "Why does the creature slowly sound more human every second that passes? is it because of me?"
But then, after a while, your dad breaks the uncanny moment. His voice sounds calm and coordinated: "Your mom will be home late for today, so we will have to eat dinner sooner without her. Dinner is very important, you'll need it for school tomorrow!"
[[I'm not hungry dad|zxczxc]]You go to your room, leaving your dad to have dinner with the "thing."
You are in your room, thinking: "What is that? What did my dad just bring home? why do I have to act like it is my sister?"
After a moment, while you are still not done with your own mind, your dad walks into the room and says: "I have to put the creature to sleep now, just so you know this. You are my real treasure, my one and only kid. I love you, but from now on, the creature is a part of our family. Now you have to act like it is your sister. Otherwise, we'll all be dead."
[[...Okay?|xzcvcxv xv]]You go to your room, leaving your dad to have dinner with the "thing."
You are in your room, thinking: "What is that? What did my dad just bring home? why do I have to act like it is my sister?"
After a moment, while you are still not done with your own mind, your dad walks into the room and says: "I have to put the creature to sleep now, just so you know this. You are my real treasure, my one and only kid. I love you, but from now on, the creature is a part of our family. Now you have to act like it is your sister. Otherwise, we'll all be dead."
[[...Okay?|plplokokijihuhyu]]You go to your room, leaving your dad to have dinner with the "thing."
You are in your room, thinking: "What is that? What did my dad just bring home? why do I have to act like it is my sister?"
After a moment, while you are still not done with your own mind, your dad walks into the room and says: "I have to put the creature to sleep now, just so you know this. You are my real treasure, my one and only kid. I love you, but from now on, the creature is a part of our family. Now you have to act like it is your sister. Otherwise, we'll all be dead."
[[...Okay?|azxcfvfvf]]Your dad leaves the room and closes the door.
You are in your bed, thinking of this sudden shift in your life, and everything does not make sense.
But then you hear the main doors open...Mom's home
You can feel the errie silent in your house until that silent got CUT by a loud scream from your mom?, instictively, you reallize that mom has seen that monster and is [[freaking out|asdasdfabgjnyt]]Your dad leaves the room and closes the door.
You are in your bed, thinking of this sudden shift in your life, and everything does not make sense.
But then you hear the main doors open...Mom's home
You can feel the errie silent in your house until that silent got CUT by a loud scream from your mom?, instictively, you reallize that mom has seen that monster and is [[freaking out|asdaasdfabgjnyt]]Your dad leaves the room and closes the door.
You are in your bed, thinking of this sudden shift in your life, and everything does not make sense.
But then you hear the main doors open...Mom's home
You can feel the errie silent in your house until that silent got CUT by a loud scream from your mom?, instictively, you reallize that mom has seen that monster and is [[freaking out|asdasdfabfgnhfghngjnyt]]Your mom's scream of terror slowly turns into the scream of desperation, in your room. You can hear 3 different sounds: your mom's agonized scream, it's like she's being attacked. Your dad's crying sounds, begging the creature to stop. And of course, [[the creature's weird, random language.|sdvsfgweg]]Your mom's scream of terror slowly turns into the scream of desperation, in your room. You can hear 3 different sounds: your mom's agonized scream, it's like she's being attacked. Your dad's crying sounds, begging the creature to stop. And of course, [[the creature's weird, random language.|sdvsasdcxbzxcv`fgweg]]Your mom's scream of terror slowly turns into the scream of desperation, in your room. You can hear 3 different sounds: your mom's agonized scream, it's like she's being attacked. Your dad's crying sounds, begging the creature to stop. And of course, [[the creature's weird, random language.|sdvsfgrgiuytreweg]](set: $step to 1)
(live: 6s)[
(if: $step is 1)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#000;">
The crying... the screaming...<br>
<i>It stopped.</i>
</p>
(set: $step to 2)
]
(else-if: $step is 2)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#555;">
But something else remains.<br>
<span style="font-style:italic;">The creature’s sounds...</span>
</p>
(set: $step to 3)
]
(else-if: $step is 3)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#772222;">
They’re getting louder.
</p>
(set: $step to 4)
]
(else-if: $step is 4)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#991111;">
<b>Louder?</b>
</p>
(set: $step to 5)
]
(else-if: $step is 5)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#cc0000;">
<span style="letter-spacing:1px;"><i>It’s moving closer...</i></span>
</p>
(set: $step to 6)
]
(else-if: $step is 6)[
<p style="text-align:center; font-size:1.5em; line-height:1.6em; color:#ff0000;">
<b><i>Closer to your room?</i></b>
</p>
(set: $step to 7)
]
(else-if: $step is 7)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
**What will you do?**<br><br>
*[[Stand up and wait for the worst]]*<br><br>
*[[Step into the hallway to check]]*<br><br>
*[[Give it some candy, hope for the best]]*
</p>
]
]
(set: $step to 1)
(live: 6s)[
(if: $step is 1)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#000;">
The crying... the screaming...<br>
<i>It stopped.</i>
</p>
(set: $step to 2)
]
(else-if: $step is 2)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#555;">
But something else remains.<br>
<span style="font-style:italic;">The creature’s sounds...</span>
</p>
(set: $step to 3)
]
(else-if: $step is 3)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#772222;">
They’re getting louder.
</p>
(set: $step to 4)
]
(else-if: $step is 4)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#991111;">
<b>Louder?</b>
</p>
(set: $step to 5)
]
(else-if: $step is 5)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#cc0000;">
<span style="letter-spacing:1px;"><i>It’s moving closer...</i></span>
</p>
(set: $step to 6)
]
(else-if: $step is 6)[
<p style="text-align:center; font-size:1.5em; line-height:1.6em; color:#ff0000;">
<b><i>Closer to your room?</i></b>
</p>
(set: $step to 7)
]
(else-if: $step is 7)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
**What will you do?**<br><br>
*[[Stand up and wait for the worst]]*<br><br>
*[[Step into the hallway to check]]*<br><br>
*[[Give it some candy, hope for the best]]*<br><br>
*[[Give it some candy to distract it, then swing the hammer]]*<br><br>
*[[Break the windows with the hammer and leave]]*
</p>
]
]
(set: $step to 1)
(live: 6s)[
(if: $step is 1)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#000;">
The crying... the screaming...<br>
<i>It stopped.</i>
</p>
(set: $step to 2)
]
(else-if: $step is 2)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#555;">
But something else remains.<br>
<span style="font-style:italic;">The creature’s sounds...</span>
</p>
(set: $step to 3)
]
(else-if: $step is 3)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#772222;">
They’re getting louder.
</p>
(set: $step to 4)
]
(else-if: $step is 4)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#991111;">
<b>Louder?</b>
</p>
(set: $step to 5)
]
(else-if: $step is 5)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#cc0000;">
<span style="letter-spacing:1px;"><i>It’s moving closer...</i></span>
</p>
(set: $step to 6)
]
(else-if: $step is 6)[
<p style="text-align:center; font-size:1.5em; line-height:1.6em; color:#ff0000;">
<b><i>Closer to your room?</i></b>
</p>
(set: $step to 7)
]
(else-if: $step is 7)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
**What will you do?**<br><br>
*[[Stand up and wait for the worst]]*<br><br>
*[[Step into the hallway to check]]*<br><br>
*[[Break the windows with the hammer and leave]]*
</p>
]
]
(set: $step to 1)
(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You slowly reach into your pocket...
</p>
]
(else-if: $step is 2)[
<p style="color: dimgray; text-align: center;">
The creature tilts its head as you unwrap the candy.
</p>
]
(else-if: $step is 3)[
<p style="color: darkorange; text-align: center; font-weight: bold;">
You offer it with an open palm.
</p>
]
(else-if: $step is 4)[
<p style="color: saddlebrown; text-align: center; font-weight: bold;">
It takes the candy gently.
</p>
]
(else-if: $step is 5)[
<p style="color: crimson; text-align: center; font-style: italic; font-weight: bold;">
Its mouth stretches just slightly.
</p>
]
(else-if: $step is 6)[
<p style="color: darkgreen; text-align: center; font-weight: bold;">
Then... it walks away.
</p>
]
(else-if: $step is 7)[
(set: $Desire to $Desire + 1)
(if: $Desire >= 5)[(goto: "Desire Transformation")]
<p style="color: #4B2E00; text-align: right; font-weight: bold;">
Desire Level: $Desire/5
</p>
]
(else-if: $step is 8)[
<p style="color: #222; text-align: center; font-weight: 600;">
You’re safe, you feel safe.
</p>
]
(else-if: $step is 9)[
(goto: "Deep deadly punishment")
]
(set: $step to it + 1)
]
Years after that incident, you moved into a new home under foster care. Although being a full-grown adult, the noises back then of the monster, your family screaming, won't leave you alone at night.
It has been so usual that you even memorize the creature's tone, voice signature in the back of your head
...You haven't talked to your best friends or any of your classmates after the incident. Today is the day when you and your once best friend from the old times meet up, and talk about life in a [[coffee shop]](set: $step to 1)
(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You unwrap the candy slowly, trying not to shake.
</p>
]
(else-if: $step is 2)[
<p style="color: dimgray; text-align: center;">
It focuses on your hand.
</p>
]
(else-if: $step is 3)[
<p style="color: darkorange; text-align: center; font-weight: bold;">
You offer the candy and ready your grip on the hammer.
</p>
]
(else-if: $step is 4)[
<p style="color: crimson; text-align: center;">
It steps forward and takes it.
</p>
]
(else-if: $step is 5)[
<p style="color: saddlebrown; text-align: center; font-weight: bold;">
You swing the hammer at its head...
</p>
]
(else-if: $step is 6)[
<p style="color: #770000; text-align: center;">
The creature drops down. You take this time to call the police
</p>
]
(else-if: $step is 7)[
<p style="color: #444; text-align: center;">
But when you look back at the body, the creature's body is not there.
</p>
]
(else-if: $step is 8)[
(set: $Desire to $Desire + 1)
(if: $Desire >= 5)[(goto: "Desire Transformation")]
<p style="color: #4B2E00; text-align: right; font-weight: bold;">
Desire Level: $Desire/5
</p>
]
(else-if: $step is 9)[
<p style="color: #222; text-align: center; font-weight: 600;">
After that> You still feel safe.
</p>
]
(else-if: $step is 10)[
(goto: "Deep deadly punishment")
]
(set: $step to it + 1)
]
(set: $step to 1)
(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You grab the hammer and rush to the window.
</p>
]
(else-if: $step is 2)[
<p style="color: dimgray; text-align: center;">
With a loud crack, the glass shatters.
</p>
]
(else-if: $step is 3)[
<p style="color: darkorange; text-align: center; font-weight: bold;">
You dive through, cutting your arms.
</p>
]
(else-if: $step is 4)[
<p style="color: saddlebrown; text-align: center;">
But you’re outside. Cold. Breathing.
</p>
]
(else-if: $step is 5)[
<p style="color: darkgreen; text-align: center; font-weight: bold;">
You run into the night. And It doesn’t follow.
</p>
]
(else-if: $step is 6)[
<p style="color: #222; text-align: center; font-weight: 600;">
You made it. Although your parents didn't, you still made it out alive
</p>
]
(else-if: $step is 7)[
(goto: "Moments later, the activity is over")
]
(set: $step to it + 1)
]Years after that incident, you moved into a new home under foster care. Although being a full-grown adult, the noises back then of the monster, your family screaming, won't leave you alone at night.
It has been so usual that you even memorize the creature's tone, voice signature in the back of your head
You have this big notable scar in your arm cause by the time you escape through the window
...You haven't talked to your best friends or any of your classmates after the incident. Today is the day when you and your once best friend from the old times meet up, and talk about life in a [[coffee shop]]BFF:
“So how’s everything been? After that one class activity, the next day you came in and didn’t say a word. Not to me, not to the teacher, not anyone. You looked... messed up. I didn’t want to ask, but I’ve been wondering. What happened that day? What could change you that much overnight?”
You:
“Yeah... my parents were killed that night. By one of the emotion creatures.”
BFF:
“Oh... the creatures. Damn. I don’t blame you, though. That was back when the outbreak was still new. No one knew what to do... Which one was it?”
You:
“The child-like one. With the long-ass head.”
BFF:
"...The Mocker one?"
You:
“No, the regular one.”
BFF:
“Couldn’t you just smack it with a bat or something? I thought those ones were weak, like, as weak as a kid. All they can really do is that shaking thing, right?”
You:
“Yeah. My dad was trying to hint at me to attack it. Using his eyes, and this little code language we made. He was the host... so as his kid, I was the one who could’ve ended it easily. But I didn’t get the hint. They both died that night. My mom and dad. Partly ‘cause of me.”
BFF:
“That’s... heavy. But... did you hit it? Or escape?”
You:
“…”
You:
“How much was your coffee?”
BFF:
“Five bucks. Why?”
You:
“I’m covering it. You saved my life that night... with a stupid game of hide and seek. Let me pay you back today. With a game of [[drink and sleep.]]”
BFF:
“You’re weird as hell... Alright. I won’t ask anything else.”After a whole night of party, making up the older times when you and your best friend could have hang around for forever.
You both are now hammered, at your house. Drinks everywhere. There are broken glasses of wine bottles on the ground
BFF: "Hey, i did not want to mention this at the coffee shop."
You: "Hit me."
BFF: "You know i have kids right, and i told you that their mom is on a long bussiness trip"
You: "Ok"
BFF: "I lied bruh, I never had a wife. My kids are not humans. They are just KanaChilds. I bring them home years ago when they were just little stupid, cute little weird language talking small mutated humans you know?. I love them so much, i raise them and raise them and raise them. And now all of a sudden, they look identical to human now. I just made 2 Elder KanaChild bruh. But I love them so much, I don't wanna tell IEBCRO about this. They know that I love them too."
*Your head snaps, the alcohol disapears*
You: "WHAT?"
BFF: "I told you bruh r u deaf?"
You: "You raise not one but two elder variant of that creature?. AND you did not even inform IEBCRO? Are you dumb?"
BFF: "shut up bruh, whosp... I forgot to feed my kids bruh, I'll be back"
You: "Right...You know what?...go feed your kids, and bring me with you."
*You talked as you move toward the kitchen, your hand slipping into a drawer. The weight of the gun is familiar.*
You: [["Let's go"]]Your guns hold tights. No one, even every single goverment, IEBCRO or G.R.A.V.E. have any ideas what power or abilities does this elder varient have. Maybe they do but they can't inform it publicly somehow.
You calm yourself down, while following your best friends car with his drunk ass driving.
You thought to yourself.
"I'll go there to confirm if he's being drunk or is he actually is having two creature in his house, then I'll report it."
You have your location SHARED with every source, social media you know, [[just in case anything happens to you.]]You arrived at his house, he gets out of the car and stumbles towards the door
You're still staying inside your car, looking out.
You can't see any sign of monsters in his house.
You finally made the hard decision to [[get out of the car to come in.]]You are inside the house now, your best friend is sticking his head in the fridge.
You: "Where's it?"
BFF: "Here bruh"
Your friend pull out a frozen body of a child out of the fridge. And then put on the ground.
BFF: "I'm home honey"
*The body twitches. Ice cracks. Color bleeds back into its skin, slow and wrong, like meat thawing in fast-forward. The body slowly gain the color of life again, slowly it becomes normal, unfrozen. The creature opens its eyes.*
???: "Dad!, did you drink again!"
???: "..."
???: [["Who's that?"]]BFF: "This is my friend, be nice okay?"
???: "Okay"
*You can feel the tension, this thing has some kind of threat to your mental right at that moment, your true emotion is panic, traumatized seeing the elder variant of the same creature that killed your parents. But your expression stays blank, not because you are acting. It's like the creature is controlling you, to make you act this way.*
*But hey, this one looks a little odd... The face, the neck, and the tone are a little off. Seems like this mocker variant is not mimicking well. Or at least not fully metamorphosed yet. You can tell the slight difference between this thing and a real child if you really pay attention to the details*
You: [["Where's the other one?"]]*Your friend suddenly falls into the kitchen counter, his eyes roll back*
???: "I know you are asking to see my sister."
You: "..."
???: "It'd be better for you to just go somewhere else. We are hungry hungry, and sis doesn't like to share food."
*You feel terror, a weird kind of terror that can only be felt inside and not expressed. Too much negative emotion in your body right now. "This creature is messing with me!", you think in your head, but can't pull out the gun, your hands don't want to move*
**You hear footsteps upstairs**
[[RUN OUT OF THE HOUSE]]
[[USE THE GUN]]
[[STAND STILL]](set: $step to 1)(if: $step is 1)[<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
The fear leaves your body like a passing tide<br>
</p>
</timed>
<timed 3s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.7;">
Your parents stand before you as memories made flesh<br>
All the words you never said now spill from your lips
</p>
</timed>
<timed 2s>
<p style="color: #440000; font-size: 1.1em; line-height: 1.7em; text-align: center; opacity: 0.6;">
...<br>
A final moment of peace
</p>
</timed>
<timed 3s>
<p style="color: #330000; font-size: 1.2em; line-height: 1.7em; text-align: center; font-weight: bold; opacity: 0.8;">
Your neck begins to shake<br>
Just a tiny little tremble.
</p>
</timed>
<timed 4s>
<p style="color: #220000; font-size: 1.3em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.9;">
The creature's laughter in near perfect human tone<br>
</p>
</timed>
(live: 18s)[
(set: $step to 2)
(go-to: "Credit")
]
]You run as if your whole life depends on it.
You reached your car. And start the engine.
You glance back into the house to see 2 creatures.
The one you were talking to was pointing at you while talking to the other one, the sister?
It then turns its head toward you. And you can feel an unsettling, ever-uncanny feeling. This one looks identical to an actual child, no imperfections. A fully developed mocker variant.
Somehow, you feel like you have encountered this creature before. It kinda acts like the same one who killed your parents back then.
*You get back to reality instantly*, [[Twist the keys and drive away.]]After driving for a long time, you stop in a hotel, and you could not bring yourself to go near your house. You got the live footage, and you have your friend's location.
You called IEBCRO.
???: "Sorry, we can't resolve this problem, since there's no actual way to know whether or not the family holds 2 normal children or two mocker variants."
You: "I have the footage to prove that they are actual monsters. It was even live."
*You check your phone to see if you can send the footage over. But the footage is just black?, no sounds, no nothing?*
???: "Sorry, we cannot resolve your problem. We refuse any form of proof or info about the mocker variants. Have a nice day and please stay safe."
*Hungs up*
At that same time, you receive a message from your best friend.
BFF: "Go to <timed 3s><p style="color: #a0a0a0; filter: blur(3px); display: inline;"> mocker location </p></timed> we need to talk"
[[Go there]]
[[Ask for more context]]
[[Ignore]]
(set: $step to 1)(if: $step is 1)[<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
You reach to your gun, but something stops you, you can't move<br>
</p>
</timed>
<timed 3s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.7;">
Your parents stand before you as memories made flesh<br>
All the words you never said now spill from your lips
</p>
</timed>
<timed 2s>
<p style="color: #440000; font-size: 1.1em; line-height: 1.7em; text-align: center; opacity: 0.6;">
...<br>
A final moment of peace
</p>
</timed>
<timed 3s>
<p style="color: #330000; font-size: 1.2em; line-height: 1.7em; text-align: center; font-weight: bold; opacity: 0.8;">
Your neck begins to shake<br>
Just a tiny little tremble.
</p>
</timed>
<timed 4s>
<p style="color: #220000; font-size: 1.3em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.9;">
The creature's laughter in near perfect human tone<br>
</p>
</timed>
(live: 18s)[
(set: $step to 2)
(go-to: "Credit")
]
]You arrived at the location, but the person waiting there is not your friend.
It's the elder variant, the "older sister" one from your friend's house
You arrived already, it is too late to go back, so the only option is to [[confront it]]You asked "What for?"
Then your friend just blocks you.
What now?
[[Go there]]
[[Ignore]](set: $step to 1)(if: $step is 1)[<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
You ignored the message
</timed>
<timed 3s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.7;">
That night you feel a bit shaky
</timed>
<timed 2s>
<p style="color: #440000; font-size: 1.1em; line-height: 1.7em; text-align: center; opacity: 0.6;">
A final moment of peace
</timed><timed 3s><p style="color: #330000; font-size: 1.2em; line-height: 1.7em; text-align: center; font-weight: bold; opacity: 0.8;">
Your neck begins to shake more
(live: 18s)[
(set: $step to 2)
(go-to: "Credit")
]
]???: "I am not sorry for killing your mom and dad, they deserve to die anyway. Who would scream and act scared like that when seeing me?, I'm just a kid"
*Your body filled with anger, but also fear. You can't speak*
???: "It's funny because you humans are born with a family, while I have to find them. Your parents love you unconditionally, while I have to live in their head for years just for a little bit of not-so-real love."
You: "..." (Can't talk)
???: "I just wanted to be a part...Do you want me dead, human?"
What to say?
[[Yes]]
[[No]]
[[Silent]](set: $step to 1)(live: 4s)[
(if: $step is 1)[
<p style="color: black; text-align: center;">
You said yes.
</p>
]
(if: $step is 2)[
<p style="color: dimgray; text-align: center;">
The creature's head twitches.
</p>
]
(if: $step is 3)[
<p style="color: darkorange; text-align: center; font-weight: bold;">
Then it begins shaking. VIOLENTLY.
</p>
]
(if: $step is 4)[
<p style="color: saddlebrown; text-align: center; font-weight: bold;">
A sickening SNAP echoes through the room.
</p>
]
(if: $step is 5)[
<p style="color: crimson; text-align: center; font-style: italic;">
Your lifelong desire fulfilled before your eyes.
</p>
]
(if: $step is 6)[
<p style="color: black; text-align: center; font-weight: 600;">
That strange warmth spreading through your body...
</p>
]
(if: $step is 7)[
<p style="height: 1.5em;"></p>
]
(if: $step is 8)[
(set: $Desire to $Desire + 1)
(if: $Desire >= 5)[(goto: "Desire Transformation")]
<p style="color: #4B2E00; text-align: right; font-weight: bold;">
Desire Level: $Desire/5
</p>
]
(if: $step is 9)[
(goto: "Aftermath")
]
(set: $step to it + 1)
]You said no. (That's a lie)
???: "Right, so you valued your life more than what you lived for."
You: "..."
???: "Meaningless"
The creature [[walks away]]You stayed silent, but the creature won't let it slide, it can stand here all day.
Both don't talk, you don't even look at its eyes.
Wanna break the silent? Do you want it dead?
[[Yes]]
[[No]](set: $step to 1)(if: $step is 1)[
<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
You look at its dead body
</timed>
<timed 3s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.7;">
Your life's purpose now complete
</timed>
<timed 2s>
<p style="color: #440000; font-size: 1.1em; line-height: 1.7em; text-align: center; opacity: 0.6;">
The gun feels heavy in your hand
</timed>
<timed 3s>
<p style="color: #330000; font-size: 1.2em; line-height: 1.7em; text-align: center; font-weight: bold; opacity: 0.8;">
A single shot is all it takes to end it all.
</timed>
(live: 18s)[
(set: $step to 2)
(go-to: "Credit")
]
](set: $step to 1)(if: $step is 1)[
<timed 1s>
<p style="color: #660000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.8;">
You watch it walk away, so gracefully
</timed>
<timed 3s>
<p style="color: #550000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.7;">
The gun feels alive in your pocket, this is your only chance
</timed>
<timed 2s>
<p style="color: #440000; font-size: 1.1em; line-height: 1.7em; text-align: center; opacity: 0.6;">
The shot rings out, point blank to its skull
</timed>
<timed 3s>
<p style="color: #330000; font-size: 1.2em; line-height: 1.7em; text-align: center; font-weight: bold; opacity: 0.8;">
It doesn't even flinch. Just keeps walking...
</timed>
<timed 4s>
<p style="color: #220000; font-size: 1.3em; line-height: 1.7em; text-align: center; font-weight: bold; opacity: 0.9;">
Your head begins to shake violently
</timed>
(live: 20s)[
(set: $step to 2)
(go-to: "Credit")
]
]{
(set: $bg to "#000000",
$subColor to "#bbbbbb",
$textColor to "#ffffff",
$fontMain to "'Courier New', monospace",
$titleColor to "#ffffff")
}
<div style="
background-color: (print: $bg);
color: (print: $textColor);
text-align: center;
padding: 1em;
font-family: (print: $fontMain);
line-height: 1.2;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
">
<div style="
font-size: 2.5em;
color: (print: $titleColor);
text-shadow: 0 0 10px (print: $titleColor);
margin: 0.2em 0;
line-height: 1;
">
Creatures of Conditions
</div>
<div style="
font-size: 1em;
color: (print: $subColor);
margin: 0.5em 0;
">
by BrokenX22
</div>
<div style="
font-size: 1.1em;
margin: 0.5em 0;
">
<strong>You turned into one of the monster.</strong><br>
Congrats?<br>
You can enjoy the music now.
</div>
<div style="margin: 0.5em 0;">
(link: "Try Again")[(goto: "Init")]
</div>
<div style="
font-size: 0.8em;
margin: 0.5em 0;
">
<a href="https://linktr.ee/BrokenX22"
style="color: #08d9d6; text-decoration: none;"
target="_blank">
Linktr
</a>
</div>
</div>
<style>
html, body {
background: #ffffff !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
</style>
<script>
(function () {
if (window.audio) {
window.audio.pause();
window.audio.remove();
}
const audio = document.createElement('audio');
audio.src = 'https://brokenx22.github.io/twine-audio/KanaChild%20transformation.mp3';
audio.loop = false;
audio.volume = 0.5;
document.body.appendChild(audio);
window.audio = audio;
function startMusic() {
audio.load();
audio.play().catch((e) => console.warn('Audio playback failed:', e));
document.removeEventListener('click', startMusic);
}
document.addEventListener('click', startMusic, { once: true });
})();
</script>
In the morning, you go to a beauty salon to make yourself look GOOD...
Can't let the dudes in the bar down right?
Although your job is just to bring drinks to people, you expect to dance at some point. So after, you go home to practice some sick dance move.
The place you got the job from suggests you bring your own outfit, or you would have to pay extra for the uniform... (weird)
What you wear?
[[The goth outfit]]
[[Your old school uniform]]
(yeah, that's all the options, pick one)Dang you look GOOD!
[[Ok, I'm going to the bar]]Interesting
[[Ok, I'm going to the bar]]You have arrived!
The bar seems odd, it is the basement of a normal restaurant. Obviously nobody in their right mind would open a bar in this "non-marketable" place where you have to enter a restaurant to find it!
It's weird...But anyways
The music is way too loud. You can barely think. You're standing near the bar, dressed in your outfit. It's tight, feels uncomfortable.
You know your job is to take drinks from the bar and bring them to the tables. That’s it. But no one really explained how.
You don’t know which tables are which. There are no numbers, no map, and the lights are low. Everything feels crowded and chaotic, people laughing, *moaning*, shouting, waving their hands to get someone’s attention.
A bartender places 3 drinks on a tray and gives you a quick nod. You assume they’re meant for someone, but who? You weren’t told.
Do you just [[take the tray and hope you figure it out?]]
Do you [[ask?]]
Do you [[wait around and risk]] looking like you’re doing nothing?
You take the tray, and stand in the middle of the counter.
Have no idea what to do, you look at the cups, and deep through the perfectly clear, expensive cups, you can barely see number "3", showing up on the bottom of a cup.
You scan for table 3
The numbers are labeled on the walls right on top of the tables.
Right when you decide to move the tray to the table. A bunny girl snaps the tray out of your hands and runs towards table 3.
She placed the tray down and sat on the men's laps, this is the first time you have ever seen this...[[weird bar]]
You ask the bartender which table to bring this to
"Look at the cups". You look closely at the perfectly clear, expensive cups to see the number "3", barely showing up on the bottom of a cup.
You pick of the tray full of drinks, and then scan for table 3
The numbers are labeled on the walls right on top of the tables.
Right when you decide to move the tray to the table. A bunny girl snaps the tray out of your hands and runs towards table 3.
She placed the tray down and sat on the men's laps, this is the first time you have ever seen this...[[weird bar]]
(set: $step to 1)(live: 4s)[(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You stand there and just wait.
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
A really handsome guy at a random table caught your eye.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You look at him for a little, then later he also pays attention to your glance.
</p>
]
(if: $step is 4)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
He points at the tray full of drinks, then at you, and gestures for you to bring it to his table.
</p>
]
(if: $step is 5)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You feel something on your body.
</p>
]
(if: $step is 6)[
(set: $Obsession to $Obsession + 1)<br>
(if: $Obsession >= 5)[(goto: "Obsession Transformation")]<br>
<p style="color: #00008B; text-align: right; font-weight: bold;">
Obsession Level: $Obsession/5
</p>
]
(if: $step is 7)[
(goto: "weird bar 2")
]
(set: $step to it + 1)
]
A handsome man approach you and ask you some personal questions.
"Have you ever watched someone sleep?"
[[TF?]]
[[Yes|yetsdf]]
[[No absolutely not]]
[[Fuck off]]Normally, with your jobless ego, you wouldn't budge, but this man is so magnetic. You carry the tray toward his table. He doesn't take his eyes off you, not once.
You place the tray down. He leans in slightly.
“You felt it too, didn’t you?” he says, voice calm.
The room doesn’t feel like a bar anymore. It feels staged, unreal. People are still talking, but none of the words are real.
The woman that sitting with him appears to be jealous, he drags the woman out of the chair to make space for you.
"Fuck off bitch"
He gestures to the seat across from him.
“Sit here beauty”
[[...|........]]
"I am not joking, answer the question if you want"
Something about this person is so attractive, although weird, that you still decided to answer.
[[No absolutely not]]
[[Yes, my mom and my bigger brother]](set: $step to 1)
(if: $step is 1)[
<timed 1s>
<p style="color: #5a0000; font-size: 1.2em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.9;">
The man pulls out a knife.
</p>
</timed>
<timed 3s>
<p style="color: #2e0000; font-size: 1.1em; line-height: 1.7em; text-align: center; font-style: normal; opacity: 0.8;">
Too fast for you to even react.
</p>
</timed>
<timed 6s>
<p style="color: #000000; font-size: 1em; line-height: 1.7em; text-align: center; font-style: italic; opacity: 0.6;">
Everything fades to black.
</p>
</timed>
(live: 12s)[
(set: $step to 2)
(go-to: "Credit")
]
]You sat down, but before you knew,
It has already been hours.
You are still sitting there, the man has already offered you tens of drinks already. How many drinks specifically? Can't tell.
Wait...The work, you have to get back to your job! You stand up fast, but the man holds your hand and drags you back down.
[[The force is too much]]"Yub, I can tell"
You are about to make an excuse to get out of the situation. But then the man followed up with:
"We are made for each other"You try to pull back.
A smile stretches across his face, too calm for the force he's using.
“You’re not done yet,” he says softly. “Don’t be rude.”
His voice is sugar. To be honest you are way to drunk now.
The music in the background is slower than it should be. You glance at the clock.
The man offer you to [[go out of the bar]] with him"Hmmmm, right, I can tell"
You are about to make an excuse to get out of the situation. But then the man followed up with:
"We are made for each other""What a waste of my time then. But I do like your look, would you like to have a drink?"
(This guy, tf?), But looking at the menu of the bar, you can see that even the cheapest drink costs over $300 - (Might as well reward myself with a drink for doing absolutely nothing)
[[Sure, rich boy!]]He smiles. “I like people who know their worth.”
The drink tastes like nothing you’ve had before. Cold, sweet, light, but deep enough to make your throat burn.
You look over again at the menu.
That drink?
$1,280.
[[He notices your stare. “Don’t worry. I cover the ones I like.”]]It has already been hours.
You are still sitting there, the man has already offered you tens of drinks already. How many drinks specifically? Can't tell.
Wait...The work, you have to get back to your job! You stand up fast, but the man holds your hand and drags you back down.
[[The force is too much]]Outside, the air bites cooler than you expected. He takes off his coat and puts it around your shoulders without asking.
“You're freezing,” he says.
You try to laugh, but it feels hollow in your throat. He leads you down a quiet street.
“I don’t take people out like this,” he says with a low voice.
You glance at him. He’s looking forward, not at you. But his hand finds yours. You don’t pull away.
Your head spins, not from the alcohol. Something else. It’s warm here, next to him. Warm and safe.
“You deserve to be seen,” he says. “The way I see you.”
You’re not sure what to say. So you say [[nothing]]
you said something. Telling the man that [[he's just weird and that you are going home]](set: $step to 1)
(live: 3s)[
(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
His coat still wraps around your shoulders. His scent lingers in it.
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You walk beside him, your hands brush once. Then again. You don't move away.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
“You’re not like the others,” he says. “You’re interesting.”
</p>
]
(if: $step is 4)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You smile. You shouldn’t, but you do.
</p>
]
(if: $step is 5)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
The street feels quieter. Or maybe the world’s just softer beside him.
</p>
]
(if: $step is 6)[
(set: $Obsession to $Obsession + 1)<br>
(if: $Obsession >= 5)[(goto: "Obsession Transformation")]<br>
<p style="color: #00008B; text-align: right; font-weight: bold;">
Obsession Level: $Obsession/5
</p>
]
(if: $step is 7)[
(goto: "Trust Scene 2")
]
(set: $step to it + 1)
]You end up at a quiet rooftop restaurant. One of those hidden places no one ever talks about but everyone dreams of finding.
The city glows below. Golden. Blurry. Like it was made for this exact moment.
He orders without looking at the menu. Somehow, it’s exactly what you like.
You laugh more than you should. He listens like everything you say matters. And when he speaks, it’s not just smooth, it’s precise. Every word lands like a secret only meant for you.
There’s no rush. No pressure. Just that soft tension in the air, like the moment before a first kiss. But he never takes the first move.
He just leans closer and says, “You’re not like the others.”
Then he pulls back. Like it’s enough for him just to look at you.
You feel warm in a way you haven’t in years.
He tells you little things, his favorite childhood smell, his first heartbreak, the way he sees people like books no one bothers to read.
And then he looks at you like you’re written in gold.
“You’re rare,” he says. “Don’t let anyone convince you otherwise.”
The sky starts to dim. Wind tugs gently at your sleeves. And before you know it, the date is over.
He looks at you, not asking, but waiting.
You [[nod]]After saying that, you walked out of the bar and left the job. And go back to your house
[[Nice|After Job Loss]]
Before you know, it's night time.You don’t remember going home, but here you are. The lights are off. His hands are gentle, steady, guiding you like he’s done it before.
Your door clicks shut behind you. Not slammed, it clicked. Soft. Controlled.
“Goodnight, sweet heart” he says. Then he leaves you alone.
You sit on the edge of the bed. Can't bring yourself to lay down, still thinking about him.
“I want you to rest well” he texted you.
You try to respond, but your thoughts doesn’t come out right. Maybe you’re just too tired. Maybe it’s the drink. Maybe it’s him.
You lie down. You feel his presence still near. Sitting in your room. Watching over you.
Like protection.
Like possession.
[[But wait, the shift?]](set: $step to 1)
(live: 3s)[
(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Your phone buzzes. A message from the bar.
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
"We noticed your lack of performance lately. You're no longer scheduled."
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You stare at the screen.
</p>
]
(if: $step is 4)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Your fingers tremble, but not from sadness. From something emptier.
</p>
]
(if: $step is 5)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
He texts. "I got you."
</p>
]
(if: $step is 6)[
(set: $Obsession to $Obsession + 1)<br>
(if: $Obsession >= 5)[(goto: "Obsession Transformation")]<br>
<p style="color: #00008B; text-align: right; font-weight: bold;">
Obsession Level: $Obsession/5
</p>
]
(if: $step is 7)[
(goto: "After Job Loss")
]
(set: $step to it + 1)
]
<timed 2s>
<p style="color: #cccccc; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Your room is still.<br>
</p>
</timed>
<timed 5s>
<p style="color: #e0e0e0; font-size: 1.2em; line-height: 1.6em; text-align: center;">
The curtains move slightly<br>
but there’s no wind.
</p>
</timed>
<timed 8s>
<p style="color: #ffffff; font-size: 1.3em; line-height: 1.6em; text-align: center;">
You glance at the window.<br>
Something’s outside.
</p>
</timed>
<timed 10s>
<p style="color: #bfbfbf; font-size: 1.2em; line-height: 1.6em; text-align: center;">
A huge black figure.<br>
Glowing cyan wings. A red split down its chest. A giant humanoid moth
</p>
</timed>
<timed 13s>
<p style="color: #a8a8a8; font-size: 1.1em; line-height: 1.6em; text-align: center;">
It doesn’t move.<br>
Just hovers, waiting, inches from the glass.
</p>
</timed>
<timed 16s>
<p style="color: #999999; font-size: 1.1em; line-height: 1.6em; text-align: center;">
<br>
Your thoughts get louder. His voice echoes inside your skull.
</p>
</timed>
<timed 19s>
<p style="color: #aaaaaa; font-size: 1.1em; line-height: 1.6em; text-align: center;">
It is watching you.<br>
</p>
</timed>
**What do you do?**
*[[Let it look. You don’t move. You feel… seen.|KiMoth Obsession +1]]*
*[[Tear the curtain down. Scream. Run.|KiMoth Death]]*
*[[Close your eyes. Breathe slowly. Stay still.|KiMoth Survival]]*
(set: $step to 1)
(live: 3s)[
(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You let it look. Then you let it in.
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Its eye flickers once. Something inside you flickers back.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Your heartbeat doesn’t race. It slows. You feel warm and wanted. It left you alone.
</p>
]
(if: $step is 4)[
(set: $Obsession to $Obsession + 1)<br>
(if: $Obsession >= 5)[(goto: "Obsession Transformation")]<br>
<p style="color: #00008B; text-align: right; font-weight: bold;">
Obsession Level: $Obsession/5
</p>
]
(if: $step is 5)[
(goto: "Morning After Encounter")
]
(set: $step to it + 1)
]
(set: $step to 1)
(if: $step is 1)[<timed 2s>
<p style="color: #ffffff; font-size: 1.2em; line-height: 1.6em; text-align: center;">
You rip the curtains down, gasping. Screaming. Light floods the room.
</p>
</timed>
<timed 5s>
<p style="color: #c00000; font-size: 1.2em; line-height: 1.6em; text-align: center;">
The KiMoth splits open.<br>
Tentacles pour out like smoke.
</p>
</timed>
<timed 8s>
<p style="color: #900000; font-size: 1.2em; line-height: 1.6em; text-align: center;">
You don’t feel pain.<br>
You just feel pulled, gently, too gently, until everything goes quiet.
</p>
</timed>
<timed 11s>
<p style="color: #660000; font-size: 1.2em; line-height: 1.6em; text-align: center;">
You’re inside something now.
Dissolving.
</p>
</timed>
(live: 22s)[
(set: $step to 2)
(go-to: "Credit")
]
](set: $step to 1)
(if: $step is 1)[<timed 2s>
<p style="color: #dddddd; font-size: 1.2em; line-height: 1.6em; text-align: center;">
You close your eyes. Focus on your breathing.
</p>
</timed>
<timed 5s>
<p style="color: #bbbbbb; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Inhale. Exhale. Stay still.<br>
</p>
</timed>
<timed 8s>
<p style="color: #999999; font-size: 1.2em; line-height: 1.6em; text-align: center;">
A faint scrape. The sound of something peeling away from glass.
</p>
</timed>
<timed 11s>
<p style="color: #888888; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Then silence. It’s gone.
</p>
</timed>
(live: 11s)[
(set: $step to 2)
(go-to: "Morning After Encounter")
]
]You stayed awake for the whole night. You tell yourself it was a dream.
Still, your hands shake as you dress up, you are going to a cafe to kinda think about everything that happened yesterday.
A coffee sits infront of you. You are still worring about jobs and stuffs.
But he's there, the handsome guy, is sitting across you. "When did he get here?"
“You look pale,” he says, brushing your hair gently behind your ear.
he sit down and ask why is the mood.
You try to explain monster encounter, what you saw, what you felt, what you think you saw. The eye. The wings.
He doesn't flinch. He listens like it matters. (He looks kinda scared, like trauma)
When you're finished, he takes your hand. His thumb strokes the top gently.
His voice is calm. Too calm. But it feels good to hear someone say it's not real.
“You need rest. Real rest. Not just sleep.”
He leans closer, voice lower. “And you need someone you can trust.”
You nod.
You're not sure if you believe him.
But you [[want to]]You’re still holding the coffee. It’s warm, but your fingers are cold.
He watches you in silence for a while. Then:
“You don’t need that job,” he says.
“You’ve always been more than what they tried to make you.”
He leans forward, resting his elbows on the table.
“If you come, stay with me… I’ll cover everything. No pressure, and don't expect more or less. Just comfort. You can rest and be safe.”
You stare at him. This is something you’ve needed for a long time.
He just waits for the answer
And deep down, you already know your answer
[[No thanks weirdo]]Now, he looks really angry. But his voice was still soft.
"I bet you will", then he walks away out of the coffee shop. He even left a few bucks on the table. Indicating that he covered your coffee.
After a while, you've made your decision.
[[I'll find another job tommorrow, let's pretend that the monster encounter never happened]]You get up from the café table.
You’ll find another job tomorrow. Restart everything.
That’s the plan.
But your thoughts won’t let go.
His voice. His hands.
The way he looked at you.
The glowing eye of that Moth.
You try to distract yourself.
Phone. Old messages.
Clean your room.
Walk aimlessly.
None of it helps.
By sundown, your head buzzes. Everything feels off.
Like you’re waiting for something.
Then it happens.
You stop walking.
You weren’t going anywhere anyway.
You don’t even remember deciding.
But your feet are turning on their own.
Down a street you’ve never seen before.
Toward the train station you have never been before.
Toward something pulling at your chest like a hook.
And then you’re there.
The house. His house.
He’s outside, waiting.
How did you know where to go?
Why did you come here?
And
Why is he looking at you like he expected this?
[[What is this]]You can't control your legs, something is moving your legs, it's not like you are resisting it. You can't control it, your legs feels confortable out of your control. It is moving inside his house, walk pass him into the basement.
Your hear [[something]]<timed 1s>
<p style="color: #bbbbbb; font-size: 1.2em; line-height: 1.6em; text-align: center;">
You see
</p>
</timed>
<timed 3s>
<p style="color: #999999; font-size: 1.2em; line-height: 1.6em; text-align: center;">
A giant Moth?
</p>
</timed>
<timed 5s>
<p style="color: #f0f0f0; font-size: 1.3em; line-height: 1.6em; text-align: center;">
Not the same as before.<br>
This one has two wings.<br>
The last one had four.<br>
</p>
</timed>
<timed 8s>
<p style="color: #ffffff; font-size: 1.3em; line-height: 1.6em; text-align: center;">
This one feels like a dream.<br>
The last one tore through the dark like a scream.
</p>
</timed>
<timed 11s>
<p style="color: #d0d0d0; font-size: 1.2em; line-height: 1.6em; text-align: center;">
That one hunted.<br>
This one watches.<br>
And smiles.
</p>
</timed>
<timed 14s>
<p style="color: #aaaaaa; font-size: 1.1em; line-height: 1.6em; text-align: center;">
Your limbs does not obeys.<br>
</p>
</timed>
<timed 17s>
<p style="color: #888888; font-size: 1.1em; line-height: 1.6em; text-align: center;">
You are not in control.<br>
Your body is a shell.
</p>
</timed>
<timed 20s>
<p style="color: #666666; font-size: 1.1em; line-height: 1.6em; text-align: center;">
And yet<br>
you feel relaxed in your non-controlable body.<br>
*Why?*
</p>
</timed>
<timed 23s>
<p style="color: #444444; font-size: 1.1em; line-height: 1.6em; text-align: center;">
Your mind is screaming,<br>
</p>
</timed>
<timed 26s>
<p style="color: #222222; font-size: 1.2em; line-height: 1.6em; text-align: center;">
You are fully awake.<br>
But your body don't listen
</p>
</timed>
<timed 28s>
<p style="color: #000000; font-size: 1.3em; line-height: 1.6em; text-align: center; text-shadow: 0 0 4px #444;">
[[no control.]]
</p>
</timed>You walked into the other corner of the basement. You can see dark-red stains all over the flour, that's actual dried-out human blood.
While you still cannot comprehend what is happening, you tried tied yourself to a table, still, no control.
The Moth expands its tentacles through its belly to help you secure your body on the table [[Disgusting]]The man walks in...
Closes the basement door
"This is my god, can you see the beauty on her"
[["This monster, his god?"]]"I'll only take a little inside, I won't kill you now, since I really do like you a lot. Unfortunate" he says.
"..."
"I find people, my god attracts them, I play with your body, my god eats it"
[[You bastard]]He pulls out a knife and starts to cut your skin, starting from your legs.
You scream in pain. The room sounds mono, like everything is so hyper close...so the basement is soundproof.
The creature flies around the room, around you and the bed like it is doing a ritual, or maybe it is just mocking you.
while the guy is still skinning your legs, this fucker don't skin in a precise experienced way, he's doing it like a moron, cutting the skin with a little of your meat each cut. The pain is unmeasureable.
[[AAAAAGGHHH]]<timed 1s>
<p style="color: #c0c0c0; font-size: 1.2em; line-height: 1.6em; text-align: center;">
Ah, yes, now you gain back your body.<br>
You can control it again.<br>
Does it really matter...
</p>
</timed>
<timed 4s>
<p style="color: #b0b0b0; font-size: 1.2em; line-height: 1.6em; text-align: center;">
This person messed up your legs,<br>
not artistic at all.
</p>
</timed>
<timed 7s>
<p style="color: #999999; font-size: 1.2em; line-height: 1.6em; text-align: center;">
You started to remember the way your mom used to embrace your beautiful skin.<br>
"Who has the smoothest, most beautiful, priceless two little legs. That's my girl"<br>
- Your mom when you were a little kid.
</p>
</timed>
<timed 11s>
<p style="color: #a1a1a1; font-size: 1.2em; line-height: 1.6em; text-align: center;">
"I'm sorry, Mom, it's all ugly now.<br>
I'm so sorry."
</p>
</timed>
<timed 14s>
<p style="color: #909090; font-size: 1.2em; line-height: 1.6em; text-align: center;">
But just a few days ago,<br>
"You are such a useless person, why can't you find a job or do something beneficial at this age?"<br>
- Your mom crying over your uselessness
</p>
</timed>
<timed 18s>
<p style="color: #7a7a7a; font-size: 1.2em; line-height: 1.6em; text-align: center;">
[[I'm so sorry, mom]]
</p>
</timed>
For the next 5 hours, this guy spent to skin you, till the point where you body adapts to the pain, it's something normal now.
You can't open your eyes clearly anymore. You glance down...
Your body is a mess. Your whole body.
How much blood is pouring out...how much.
You can see your bone sticking out a little.
And the guy is feeding meat from your body to "his god",apearently it's this giant moth monster.
You [[faint out]] without even noticing.
(set: $step to 1)
(live: 6s)[
(if: $step is 1)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#000;">
When you wake up, you feel dizzy.
</p>
(set: $step to 2)
]
(else-if: $step is 2)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#444;">
Glancing down again, you can see that your whole body is covered with bandages.
</p>
(set: $step to 3)
]
(else-if: $step is 3)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
The monster is still there.<br>
Seems like it does not know you are awake yet.
</p>
(set: $step to 4)
]
(else-if: $step is 4)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
You try to move your body slight. But then the pain hits
</p>
(set: $step to 5)
]
(else-if: $step is 5)[
<p style="text-align:center; font-size:1.6em; line-height:1.6em; color:#cc0000;">
<b>"AGGGGHHHHHH"</b>
</p>
(set: $step to 6)
]
(else-if: $step is 6)[
<p style="text-align:center; font-size:1.3em; line-height:1.6em; color:#000;">
THE MONSTER NOTICES, RELEASE TENTACLES FROM IT'S BELLY.
</p>
(set: $step to 7)
]
(else-if: $step is 7)[
<p style="text-align:center; font-size:1.4em; line-height:1.6em; color:#222;">
AND
</p>
(set: $step to 8)
]
(else-if: $step is 8)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#444;">
free you?
</p>
(set: $step to 9)
]
(else-if: $step is 9)[
<p style="text-align:center; font-size:1.2em; line-height:1.6em; color:#000;">
then it gives you a knife, the same [[knife]] he used to torture your body.
</p>
]
](set: $step to 1)
(live: 3s)[
(if: $step is 1)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
It shoots something at your face, too fast for you to dodge
</p>
]
(if: $step is 2)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
Suddenly, your weak body has this weird energy, this weird temptation, this weird motivation.
</p>
]
(if: $step is 3)[
<p style="color: black; text-align: center; margin-bottom: 1em;">
You want to do something, and you can. You feel so fast and strong. Like your body has never been tortured.
</p>
]
(if: $step is 4)[
(set: $Obsession to $Obsession + 1)<br>
<p style="color: #00008B; text-align: right; font-weight: bold;">
Obsession Level: $Obsession/5
</p>
]
(if: $step is 5)[
(goto: "Next thing")
]
(set: $step to it + 1)
]
The monster flies out of the basement, and you follow it holding the knife tightly.
The creature leads you to his room(set: $password to (prompt: "Code?", ""))
(set: $Count to $Count + 1)
(set: $pass to (lowercase: $password))
(if: $pass is "yjeslz" or $pass is "smvij cqabhi")[(goto: "Obsession: KiMoth")]
(if: $pass is "jcvwztgc ")[(goto: "Love: Yoasofly")]
(if: $pass is "czkgkfzjij")[(goto: "Playfulness: NokiFlower")]
(if: $pass is "nefitllpv" or $pass is "psusvv nefitllpv")[(goto: "Desire: KanaChild")]
(if: $pass is "dpzw dufnvfoz" or $pass is "eyjii dpzw dufnvfoz")[(goto: "Anger: DCTS Mushroom")]
(if: $pass is "usfptvp")[(goto: "Isolation: MARETCH")]
(if: $pass is "zrgdskz")[(goto: "Regret: Inamori")]
(if: $pass is "p'zpkn")[(goto: "Ambiguity: P'noch")]
(else-if: $Count < 22)[(goto: "password")]
(else:)[(goto: "Blank")]