(set: $transCounter to 1)\
(set: $hasDoll to false)\
(set: $hasDoneDoor1 to false)\
(set: $dollPoints to 0)\
(set: $therapistPoints to 0)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")+(text-style:"shudder")[(''//The choices you make will affect how Claire sees her actions... but you can never save her from this loop...//'')]]
|sample2)[(transition: "dissolve")[You wake up in a room. The room is very put together and clean, almost too clean.]]
|sample3)[(transition: "dissolve")[A small locked box sits in the middle of the room, chained to the floor. A voice comes over the intercom...<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/at69w1HcMnojWEXrZ5zMcSa9zON47IbO" type="audio/mpeg">
</audio>]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")["Claire."]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px;")[[Next->The Next Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}
(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[Your head is throbbing in pain as you steady yourself, and notice the familiar decor of your old family house. At that moment, all you can focus on is...]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[The Door->The Door Passage]](css: "font-size: 36px; padding-right: 20px;")[[The Room->The Room Passage]](css: "font-size: 36px; padding-right: 20px;")[[The Voice->The Voice Passage]](css: "font-size: 36px; padding-right: 20px;")[[The Box->The Box Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 0)\
(align:"=><=")+(box:"=XXX=")[=
|sample1)[(transition: "dissolve")[(css: "font-size: 125px; font-weight: Bold")[neath]]]
|sample2)[(transition: "dissolve")[<img alt="Two Hands Interlocked" src="https://i.imgur.com/TuR54ov.png" style="width:500px; height:500px;">]]
|sample3)[(transition: "dissolve")[(css: "color: #ffffff; font-size: 50px; font-weight: bold;")[[Let's Begin->Start]]]]
<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/4rxxXcLoyxSdq5weSl2K8Sd7Q13UsE6O" type="audio/mpeg">
</audio>
{
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample1, ?sample2)]
|sample1)[(transition: "dissolve")[You see a solitary door centered along the side of a wall.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px;")[[Try to Open the Door->Try to Open Door]](css: "font-size: 36px;")[[Return->The Next Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}
(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You recognize the couch, the fireplace, the TV, and most immediately, the gilded portrait adorned to the wall.]]
|sample2)[(transition: "dissolve")[It's a perfect copy of one hanging in the family room of your old childhood home, with the exception that the subject of the horrible thing has been rendered completely unrecognizable.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Next Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[A crackling profusion of sound only partially manages to twist itself free from out from the intercoms hiding within the corners of the room.]]
|sample2)[(transition: "dissolve")[A voice, barely recognizable from what you can only describe as a fork scraping across a ceramic plate, asks a series of questions as your eyes meander into the dark lenses of the many cameras bolted to the walls.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[["What are you feeling?"->What are you feeling]](css: "font-size: 36px; padding-right: 20px;")[["Where are you?"->Where are you]](css: "font-size: 36px; padding-right: 20px;")[["Who are you?"->Who are you]]]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[["What is your favorite color?"->What is your favorite color]](css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[The box is chained, locked, and embedded within the floorboards.]]
|sample2)[(transition: "dissolve")[As you observe the exterior you feel as if the static grain broadcasted by intercoms intensifies, the scratching becoming only more degrading.]]
|sample3)[(transition: "dissolve")[They stir to life, the voice now harsher, more impatient.]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“You haven’t answered all my questions, Claire. Focus on the questions.”]]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Break the Lock->Break the Lock]](css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage]]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You think for a minute about how you feel. This room, disregarding how you even got here, has always made you feel nauseous.]]
|sample2)[(transition: "dissolve")[You contemplate saying this but are soon cut off by another question.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Voice Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[This place is your childhood home, yet the more you test your memory of what it actually was like, the harder it becomes to recognize this place.]]
|sample2)[(transition: "dissolve")[You contemplate saying this but are soon cut off by another question.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[I'm in the family room->Family Room]](css: "font-size: 36px; padding-right: 20px;")[[I don't know->I Don't Know]](css: "font-size: 36px; padding-right: 20px;")[[I'm home->I'm Home]](css: "font-size: 36px;")[[Return->The Voice Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[Claire. Your name is Claire. It sounds so fitting, the only thing familiar, undeniable within the garble of your mind.]]
|sample2)[(transition: "dissolve")[It makes you feel strong to remember this.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Voice Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[For the life of you, you cannot remember.]]
|sample2)[(transition: "dissolve")[Your head spins at the thought, every hue and pigment blinking through your mind and yet they all are uniformly pallid and stripped of meaning.]]
|sample3)[(transition: "dissolve")[You can barely make out their names as you brain sifts them again and again. Perhaps it is best to dwell on something else.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Voice Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You hear muffled scratches as the voice cuts out, the red dot of the intercom flickering dead.]]
|sample2)[(transition: "dissolve")[With a harsh beep it returns only a second later, repeating the same questions again and again.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Voice Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You hear muffled scratches as the voice cuts out, the red dot of the intercom flickering dead.]]
|sample2)[(transition: "dissolve")[With a harsh beep it returns only a second later, repeating the same questions again and again.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Voice Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You hear muffled scratches as the voice cuts out, the red dot of the intercom flickering dead.]]
|sample2)[(transition: "dissolve")[With a harsh beep it returns only a second later, repeating the same questions again and again.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Voice Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[You notice the fat, antiquated brass contraption sealing the box from the top, holding together two sealed doors masking the contents within.]]
|sample2)[(transition: "dissolve")[You pull on the housing of the lock and to your surprise, the shackle snaps off with a resounding clank, the box now free from its prison.<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/BEgwekvyUhQpJkiDfI3fen06YuUfCfAj" type="audio/mpeg">
</audio>]]
|sample3)[(transition: "dissolve")[The voice within the intercoms has grown in its ferocity, now beckoning you to stop.]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“This isn’t helping, Claire. I need you to comply when I speak. That is what we agreed upon, yes?”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Open the Box->Open the Box]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6, ?sample7)]
|sample1)[(transition: "dissolve")[You let your hands open the box, prying apart the doors of the unbound cube and peering within.<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/gCYOZFYshzBU21is4YoRJrKCCUln93A8" type="audio/mpeg">
</audio>]]
<img alt="Disfigured Doll" src="https://i.imgur.com/7ajGKOW.png">
|sample2)[(transition: "dissolve")[Inside, you find only a misshapen amalgam of plaster, string, and twine, with a key wrapped around a protrusion you can barely describe as a head.]]
|sample3)[(transition: "dissolve")[To your horror the mass now stares directly up at you, its shattered porcelain face painfully twisting into a broken smile as it takes you in its broken eyes.]]
|sample4)[(transition: "dissolve")[As you wrap your hands around the doll, the speakers crackle and split your ears as they die, the red light fading from the cameras.]]
|sample5)[(transition: "dissolve")[The silence is replaced by a sound cutting its way from the wireframe throat of the figure in your hands.]]
|sample6)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Finally, you let me free. I thought for a second you never would.”]]]
|sample7)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Take the Doll->Take the Doll]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else-if: $transCounter is 7)[
(show: ?sample7)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $hasDoll to true)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[The doll is already in your hands, and now it can never leave.]]
|sample2)[(transition: "dissolve")[It seems to have understood this before even you, given that cracked, wicked smile taunting you. ]]
|sample3)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Don’t worry, you can trust me. You always could.”]]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage Post Doll]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(replace: ?sample3)[(css: "color: #ff8127; font-size: 36px;")[“Don’t worry, you can trust me. You always can.”]]
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[As you begin to reach for the key strapped to the dolls head, the intercom comes back to life,]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Claire, where do you think you're going, all the doors out of here are loc-”]]]
|sample3)[(transition: "dissolve")[The voice trails off, it appears that the cameras have picked up on the key lying in your hand.]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“How did you manage to get that!”]]]
|sample5)[(transition: "dissolve")[The intercom stammers out, the pretense of civility in his tone having vanished and been replaced with frustration and discontent.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Open Door 1 Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Claire, listen to me, put the key down, let’s just go back to answering my questions”]]]
|sample2)[(transition: "dissolve")[His tone has changed back to his previous demeanor.]]
|sample3)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Quite the trickster, isn’t he? Don’t let his politeness fool you, you just saw what he’s really like a moment ago.“]]]
|sample4)[(transition: "dissolve")[The doll grins. You expect to hear a response from the intercom, but only silence follows.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Open Door 1 Part 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Don’t worry about me. That creep can’t see me at all, nor hear a word I say!“]]]
|sample2)[(transition: "dissolve")[The doll exclaims, then gestures to the lock on the door.]]
|sample3)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“ Well? What are you waiting for, we need to get out of here!”]]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Go Through the Door->Through Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/q705t7IPohAgCDmCHhc1TWkF5LyKtX9m" type="audio/mpeg">
</audio>
|sample1)[(transition: "dissolve")[As you walk through the door, you hear a faint muttering from the intercom ]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“All my efforts, gone to waste. I’ll have to come up with a new strategy, I just hope that it isn’t too late.”]]]
|sample3)[(transition: "dissolve")[Through the metallic, abrasive shrill, you think you hear what appears to be a tinge of sorrow and regret.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Door 1->Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[Bright, fluorescent light floods your vision. It takes a few moments for your eyes to overcome the blaze.]]
|sample2)[(transition: "dissolve")[As they adjust, you find yourself adrift trapped within a sea of never-ending sea of cubicles. You turn around.]]
|sample3)[(transition: "dissolve")[As you feared, the door is no longer there, in its place are cubicles, spanning as far into the horizon.]]
|sample4)[(transition: "dissolve")[Before you can even process what your next step should be, you feel a small thud against the side of your leg.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Look Down->Look Down]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[Below you is a small, robed figure, whose height barely goes up to your knees. You notice a splay of papers strewn across the floor.]]
|sample2)[(transition: "dissolve")[The “thing” probably dropped them after bumping into you.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Pick Up the Papers->Pick up the papers]](css: "font-size: 36px; padding-right: 20px;")[[Let it Pick Up the Papers->Let it Pick Up the Papers]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[You bend down to help collect the mess. Once you finish, you try handing them back to “it”.]]
|sample2)[(transition: "dissolve")[<img alt="Small Robed Creature" src="https://i.imgur.com/EWhb1Bw.png">
Now that you’re at eye level with the creature, you notice the creature lacks arms or legs, and the creeping smile below a pair of large, oval shaped eyes peering into the depths of your soul. ]]
|sample3)[(transition: "dissolve")[You start pulling the papers back, but feel a sharp tug of resistance. You let go of the stack and watch as it perturbingly hovers back to hooded figure.]]
|sample4)[(transition: "dissolve")[You hear a weak “thank you.”as the creature scurries off. As you attempt to stand, you feel a tight grip on one of your shoulders.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Turn Around->Turn Around]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You turn and are met with a large, imposing person.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[“I’m so glad I'm not the only one stuck here! Do you know where we are right now? I’m trying to find a way o--"->Way Out]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The creature hastily collects its papers together as you stand back to watch.]]
|sample2)[(transition: "dissolve")[Curiously, the creature has no arms or legs, yet manages to scurry away. ]]
|sample3)[(transition: "dissolve")[You think you hear it say,]]
|sample3)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“He’s here”]]]
|sample4)[(transition: "dissolve")[as it enters into the maze of cubicles. Before the words enter your mind a commanding grip takes hold of your shoulder.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Turn Around->Turn Around]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[A voice, inhumane and hollow, cuts you off]]
|sample2)[(transition: "dissolve")[(css: "color: #00a7ff; font-size: 36px;")["Claire, you have failed to report your two week absence to management. Your pay has been adjusted accordingly. To avoid incurring further penalties, get back to work now!"]]]
|sample3)[(transition: "dissolve")[You shrink back as the voice booms at you, and you can barely manage a response...]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[“I have no idea what you’re talking about, I’m just trying to find the-"->Sir]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The voice once again doesn’t wait for you to finish.]]
|sample2)[(transition: "dissolve")[(css: "color: #00a7ff; font-size: 36px;")[“Leave? Look around you, all the other workers are giving it their all, are you really trying to extend your absence?]]]
|sample3)[(transition: "dissolve")[You notice the countless limbless creatures crawling about the maze.]]
|sample4)[(transition: "dissolve")[(css: "color: #00a7ff; font-size: 36px;")[ “Why is it always like this with you forcing your coworkers, your family to pick up your slack.” ]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Look at the workers->Look At Workers]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[To your horror, you watch as thin red droplets begin running down their lifeless eyes. Eyes fixating directly on you, they begin wailing. ]]
|sample2)[(transition: "dissolve")[(css: "color: #00a7ff; font-size: 36px;")[“Help us”, “Save us from this place.”]]]
|sample3)[(transition: "dissolve")[The “boss” speaks up once again.]]
|sample4)[(transition: "dissolve")[(css: "color: #00a7ff; font-size: 36px;")[“Do not place your blame upon the workplace. You know what they say, a chain is only as strong as its weakest link! We could be thriving, but Claire continues to hold us back, she does not care for your livelihoods, your families! She is too absorbed in her own personal “issues” to care about any of you!” ]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Look At Workers Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[You watch as the moans from the mob turn into jeers. ]]
|sample2)[(transition: "dissolve")[The workers begin snickering amongst themselves. It is then that the true horror is revealed. ]]
|sample3)[(transition: "dissolve")[<img alt="Small Robed Creature" src="https://i.imgur.com/M9nrZGh.png">
The “boss” speaks up once again.]]
|sample4)[(transition: "dissolve")[Slowly, you see the creatures' true faces revealed behind the masks they adorned. ]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Look At Workers Part 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[Their mouths extend to the edges of their head, brandishing a crooked smile with reptilian, jagged teeth.]]
|sample2)[(transition: "dissolve")[Thousands of weary, sleepless eyes with pupils emanating the fluorescent hue office lights pierce you all at once. ]]
|sample3)[(transition: "dissolve")[Thousands of weary, sleepless eyes with pupils that seem to mimic the cold, fluorescent office lights pierce into you at once.]]
|sample4)[(transition: "dissolve")[You hear the workers mutter obscenities amongst themselves, looking at you, then turning away to sneer amongst their peers. ]]
|sample4)[(transition: "dissolve")[You have been made their enemy, their scapegoat for their burdens.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Look At Workers Part 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“This ain’t looking good, we need to get you out of here before you're crushed under the struggles of the working class.”]]]
|sample2)[(transition: "dissolve")[You look down, and notice that the doll is still gripped tightly in your hand, snickering at its own remark. The workers are now inching closer to you.]]
|sample3)[(transition: "dissolve")[If you don't do something fast, you will be torn apart by the masses]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Come on, that can’t be all you have in you! Think with that bulbous head of yours!”]]]
|sample5)[(transition: "dissolve")[The world fades away for a second as scour your mind for a memory of the past.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Look At Workers Part 5]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[(css: "color: #00a7ff; font-size: 36px;")[“Please Claire, reconsider! We all need you here? You don't want to let the team down, do you?”]]]
|sample2)[(transition: "dissolve")[A sharply dressed man leans against the exit door, his brow furrowed, clearly displeased by your announcement.]]
|sample3)[(transition: "dissolve")[Your head is full of words, retorts, yet you only attempt to push the figure aside, to finally escape this “family”.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[“This is not how family treats each other.” ->Look At Workers Part 6]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/K2CH4QCyp5XMK0Y4MXl3UCBJsHlaJznx" type="audio/mpeg">
</audio>
|sample1)[(transition: "dissolve")[The man's voice has gone cold. ]]
|sample2)[(transition: "dissolve")[As your hand twists the doorknob, you barely notice the words escape your lips: This is not my "family"]]
|sample3)[(transition: "dissolve")+(text-style:"shudder")[The monsters have managed to reach up to your neck and you're unable to move away from the writhing bodies pressing against you, and with your last breath you scream out... ]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[["I Quit"->Look At Workers Part 7]]]]
{
(show: ?sample1)
(live: 10s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The world goes black, the endless row of cubicles, the harsh lights, the workers & boss, all gone. The only thing that remains is you, the doll, and a door.]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Well done Claire, you made it through the first test, I’m glad”]]]
|sample3)[(transition: "dissolve")[From seemingly nowhere, you hear a voice, his voice.]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“I didn’t think you would be able to do it, seeing as how you ignored all my steps. Luckily though, you managed to pull through, and now you’re all the better for it.”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Look At Workers Part 8]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Better, he says? You nearly died in that place, and he sees it as a learning experience for you?”]]]
|sample2)[(transition: "dissolve")[The doll says through clenched teeth, its porcelain face contorted in anger.]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Listen Claire, I am not the enemy.”]]]
|sample4)[(transition: "dissolve")[The voice’s words seem to enrage the doll even further.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Look At Workers Part 9]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“The nerve of this psycho! First, he captures you, then, he has you go through an insane death game, only to have the gall to tell you that it was actually a good thing, and that he's on your side! Don’t believe him for a second, there’s no way this freak can ever be trusted.”]]]
|sample2)[(transition: "dissolve")[You pause for a moment and reflect. ]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Trust the Doll->The Doll Is Right]]]]
{
(show: ?sample1)
(live: 5s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[“I don't believe you” You yell into the void.]]
|sample2)[(transition: "dissolve")[“You can’t thrust me into this nightmare, then expect me to be on your side” The intercom spits out a garble of incomprehensible noise before retorting back .]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“I pushed you into this? Nevermind, if you don’t understand now, you will have ample opportunity to later.“]]]
|sample4)[(transition: "dissolve")[His last words leave you with a sense of unease.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Proceed->Proceed]](css: "font-size: 36px; padding-right: 20px;")[[Trust the Voice->The Voice Is Right]]]]
{
(show: ?sample1)
(live: 5s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $therapistPoints to it + 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[“I think I understand. And if I don’t, I’ll at least try...” ]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Good, I'm glad that we are finally starting to cooperate. You will see soon enough.”]]]
|sample3)[(transition: "dissolve")[Through the distortions you think you hear him say]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“I am not the enemy who is trapping you here.”]]]
|sample5)[(transition: "dissolve")[ The voice seems almost jubilant, the assertion having greatly relieved the entity. The doll, however, has gone silent.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Escape->Proceed]]]]
{
(show: ?sample1)
(live: 5s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(if: $therapistPoints is 0)[
(set: $dollPoints to it + 1)\
]
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[You make your way to the door. As you near it, you reach into your pockets only to feel the cold steel of another key.]]
|sample2)[(transition: "dissolve")[As you move to take it out of your pocket, the monotone of the intercom cuts you short,]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“What are you doing? The door is already unlocked, you don’t need that key, yet.”]]]
|sample4)[(transition: "dissolve")[<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/q705t7IPohAgCDmCHhc1TWkF5LyKtX9m" type="audio/mpeg">
</audio>You twist the knob and the door easily swings open. The key however, still burdens your pocket.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->The Next Passage Post Door 1]]]]
{
(show: ?sample1)
(live: 5s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample1, ?sample2)]
|sample1)[(transition: "dissolve")[The metal bolts rattle against their sockets as you wrestle the dilapidated brass knobs. Perhaps the keyholes are a better chance at an egress.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Next Passage]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}
(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[Silence permeates the room, leaving you alone with that dreadful doll. Your eyes now fall to...]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[The Door->The Door Passage Post Doll]](css: "font-size: 36px; padding-right: 20px;")[[The Room->The Room Passage Post Doll]](css: "font-size: 36px; padding-right: 20px;")[[The Box->The Box Passage Post Doll]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You turn back to, expecting to see the now opened box, only to find that it's no longer there. ]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage Post Doll]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample1, ?sample2)]
|sample1)[(transition: "dissolve")[You see a solitary door centered along the side of a wall.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px;")[[Try to Open the Door->Try to Open Door Post Doll]](css: "font-size: 36px;")[[Return->The Next Passage Post Doll]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample1, ?sample2)]
|sample1)[(transition: "dissolve")[The metal bolts rattle against their sockets as you wrestle the dilapidated brass knobs. Perhaps the keyholes are a better chance at an egress.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Next Passage Post Doll]](css: "font-size: 36px;")[[Take the Key from the Doll->Open Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[You emerge from the door. You are back exactly where you started.]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Let’s get back on track Claire. No more distractions.”]]]
|sample3)[(transition: "dissolve")[The voice grades into your mind, each word stomping you further into despair.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[ “Don’t listen to him Claire, let’s get out of here.”]]]
|sample5)[(transition: "dissolve")[The doll flicks his hand to one side of the room where another door lies. As your body begins to move, you make your way to...]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[The Portrait->The Portrait]](css: "font-size: 36px; padding-right: 20px;")[[The Desk->The Desk]](css: "font-size: 36px; padding-right: 20px;")[[The Intercoms->The Intercoms]](css: "font-size: 36px; padding-right: 20px;")[[The Doors->The Door Passage Post Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You recognize the couch, the fireplace, the TV, and most immediately, the gilded portrait adorned to the wall.]]
|sample2)[(transition: "dissolve")[It's a perfect copy of one hanging in the family room of your old childhood home, with the exception that one of the figures in the painting has been rendered completely unrecognizable.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage Post Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[An office desk sits tucked away in the corner of the room. Its metallic appearance so distinctly contrasts the other furnishings that it immediately stands apart.]]
|sample2)[(transition: "dissolve")[The top of the desk is empty, yet as you rifle through the desk drawer you find a picture frame, its back facing towards you.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Pick Up the Frame->Pick Up the Frame]](css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage Post Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[Though not currently disparaging you with questions and remarks, the presence of the omnipresent monotone, the flickering red lights, and that drowning voice still leaves a repugnant malaise. ]]
|sample2)[(transition: "dissolve")[He is always watching.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage Post Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You see that there is now a new door standing to the right of the first. Its appearance is identical to the first, save for the number ‘2’, which has been carved into the header.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Examine the First Door->Examine the First Door]](css: "font-size: 36px; padding-right: 20px;")[[Examine the Second Door->Examine the Second Door]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[You attempt to pick up the frame, but fail. The borders feel as if they are tethered to the desk itself.]]
|sample2)[(transition: "dissolve")[As you move to turn around, you notice faint markings on the frame's stand. “Claire & -----”]]
|sample3)[(transition: "dissolve")[The rest of the letters are too faded to make out, but you feel a slight prick in your heart as you close the drawer and move away from the desk.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Next Passage Post Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The door stands ajar, but there is no room behind the doorway.]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Guess we can’t head back.”]]]
|sample3)[(transition: "dissolve")[The doll grins.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Not like we wanted to in the first place.”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Door Passage Post Door 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You try your hand at opening the newly appeared door. It appears to be locked. Perhaps the key you found earlier could be of some use...]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Turn the Key into the Lock->Going Through Door 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Claire, you may be thinking that you're ready for what lies beyond that door, you are wrong.”]]]
|sample2)[(transition: "dissolve")[You feel his words wring out what little confidence you had, replacing it with a sense of fear and apprehension that has become all too familiar to you by now. ]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Each trial you face will be worse than the last. The doors will only continue to become more painful, more agonizing, more personal.”]]]
|sample4)[(transition: "dissolve")[Your underlying fear morphs into complete panic. You're unable to even mouth a response.]]
|sample5)[(transition: "dissolve")[Just as you feel as though your mind is on the verge of collapse, a sharp pain pricks at your hand, the sensation bringing you back into reality.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Going Through Door 2 Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[It appears the doll was trying to get your attention, as it sighs before proceeding.]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Who cares if there are more doors? The only way we’re getting out of here is if we keep pushing forward!"]]]
|sample3)[(transition: "dissolve")[The doll’s words of encouragement resurge your confidence.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Twist the Doorknob->Twist Doorknob]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/q705t7IPohAgCDmCHhc1TWkF5LyKtX9m" type="audio/mpeg">
</audio>“I see, so that is your answer.”]]]
|sample2)[(transition: "dissolve")[The voice affirms your decision.]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")["I guess it was the only choice left to you, ideally, we would still be having our little QnA, but..."]]]
|sample4)[(transition: "dissolve")[The voice trails off for a moment, before picking back up again.]]
|sample5)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")["Clearly that ship has sailed, what has been done cannot be undone."]]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Go Through Door 2->Door 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[As your vision returns, a sense of unease crawls up from inside of you. You find yourself located in a kitchen.]]
|sample2)[(transition: "dissolve")[This place is familiar, or atleast, it was. The first thing that grabs your attention is a mountain of dishes precariously stacked to the point where they nearly meet with the ceiling.]]
|sample3)[(transition: "dissolve")[Though the sight momentarily transfixes you, it isn’t before long that you quickly move on, the smell from the heap of silverware having become too repugnant to bear.]]
|sample4)[(transition: "dissolve")[Scanning around the room, you notice a sleek fridge, tucked away into the corner, you realize that you can’t remember the last time you’ve had anything to eat, perhaps grabbing a quick bite wouldn’t be such a bad idea?]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Open The Fridge->Open The Fridge]](css: "font-size: 36px; padding-right: 20px;")[[Don't Open The Fridge->Open The Fridge]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[Before you even have the chance to consider your next action, A deep and derogatory voice fills the room.]]
|sample2)[(transition: "dissolve")+(text-style:"bold","expand","shudder")[(css: "color: #FF0000; font-size: 36px;")[“WHAT DID YOU DO?!!?”]]]
|sample3)[(transition: "dissolve")[You freeze. Never did you expect, did you think it was even possible, that you would hear this voice again. But that tone, that anger, is unmistakable. You turn around, and come face to face with the monster you knew as your father. ]]
|sample4)[(transition: "dissolve")+(text-style:"bold","expand","shudder")[(css: "color: #FF0000; font-size: 36px;")[“YOU PUT THE MILK BACK ON THE WRONG SHELF IN THE FRIDGE!!! WHY ARE YOU LIKE THIS? WHY DO YOU MAKE ME WATCH YOU SO CLOSELY?”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Open The Fridge 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[ The endless gauntlet of beratement stabs at you, the overwhelming force of his words bringing you to your knees.]]
|sample2)[(transition: "dissolve")[<img alt="Dad?" src="https://i.imgur.com/teyxt5E.png">
You try to face him, but can’t bring yourself to look him in the eye, or eyes, in this case. Though his voice is the same as it ever was, his appearance could only be described as nightmarish.]]
|sample3)[(transition: "dissolve")[A limp torse shuffles on the ground , you see its nails break off as it’s boney hands dig into the ground in an attempt to claw itself forward.]]
|sample4)[(transition: "dissolve")[ Though you're certain that his voice is coming from it, you cannot fathom how. He has no mouth, no face, only eyes.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Open The Fridge 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The eyes encompass the entirety of his bulbous head, all focused on one thing, you.]]
|sample2)[(transition: "dissolve")[Though you aren’t looking back, the weight of his gaze is palpable, crushing you into the deepest chasms of your mind.]]
|sample3)[(transition: "dissolve")[Repressed memories of tormented nights come flooding back.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[One Particular Night Keeps Playing in Your Head->One Night]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[On that night, your father was livid about the placement of the milk carton in the refrigerator.]]
|sample2)[(transition: "dissolve")[Your father had a place for everything in the house and if one thing was just the slightest bit out of place, there was going to be trouble.]]
|sample3)[(transition: "dissolve")[He enters the kitchen enraged from the travesty he had just witnessed.]]
|sample4)[(transition: "dissolve")+(text-style:"bold","expand","shudder")[(css: "color: #FF0000; font-size: 36px;")[“WHO DID THIS??”]]]
|sample5)[(transition: "dissolve")[He yells.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->One Night 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[You raise your hand, since it was you who misplaced the carton.]]
|sample2)[(transition: "dissolve")+(text-style:"bold","expand","shudder")[(css: "color: #FF0000; font-size: 36px;")[“WHO DID THIS??”]]]
|sample3)[(transition: "dissolve")[ You suddenly feel anxious. For the next 20 minutes, furious insults and scalding remarks are thrown towards you by your father.]]
|sample4)[(transition: "dissolve")+(text-style:"bold","expand","shudder")[(css: "color: #FF0000; font-size: 36px;")[“Don’t ever make that mistake again.”]]]
|sample5)[(transition: "dissolve")[There is still a menacing stare on his face, so you quietly agree that it will never happen again.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[As you awaken from the flashback...->Back from Flashback]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[You return to the kitchen with the torso still approaching you. The next moment you decide to run away from the creature approaching you.]]
|sample2)[(transition: "dissolve")[You dash out of the kitchen exit on the left, only to appear in its right entrance. You attempt to leave from the right, only to be met with a similar result.]]
|sample3)[(transition: "dissolve")[Your futile attempts at escape leave the creature momentarily perplexed. There is no way out of the room.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“It seems the only way out of this situation is by defeating this hideous abomination, no?”]]]
|sample5)[(transition: "dissolve")[ the doll asks you. You nod your head in agreement. You must defeat the creature. ]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[But How?->But How?]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[A sinister revelation comes to you.]]
|sample2)[(transition: "dissolve")[The creature seems to take on the characteristics of your father, so perhaps it would be possible to have them both meet the same ultimate fate.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Turn Back to the Monster->Turn Back]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[You pivot around. As you expected, the creature is still crawling towards you. ]]
|sample2)[(transition: "dissolve")[ The display is pathetic, but it’s eyes, eyes of sheer malice, prevent you from finding any sort of humor from its ineptitude.]]
|sample3)[(transition: "dissolve")[Eyes which you have to confront if you want any hopes of escaping from this nightmare.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Gaze Back at the Creature->Gaze Back]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[As you expected, you cannot withstand the full brunt of his gaze for longer than a few seconds.]]
|sample2)[(transition: "dissolve")[A searing pain shoots into your head, vivid memories of abuse, of neglect, and yes, of even “that”.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Recall the final painful memory of your father->Final Memory]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[You remember one particular night. Your father had just picked you up from school.]]
|sample2)[(transition: "dissolve")[While he was driving you home, he decided to lecture you about how to be a better listener. Ironically, you chose not to listen to him.]]
|sample3)[(transition: "dissolve")[<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/A0PItLCs9ICIBb1R8HVIyzwXHhPG2FMQ" type="audio/mpeg">
</audio>
His tone slowly became angrier and angrier as the drive went on. Your father started to pay less attention to the road and attention to the one-sided conversation that he was having with you.]]
|sample4)[(transition: "dissolve")[ The next you know, the car is struck. You remember waking up later after you have been rescued from the car. The person watching over you tells you the news. ]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[I am sorry to say, but your father passed away in the accident.->Memory Ends]]]]
{
(show: ?sample1)
(live: 7s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The memory ends. You are back in the kitchen, the presence of ever-watching eyes can no longer be felt.]]
|sample2)[(transition: "dissolve")[You look down, in front of you lies the creature, eyes closed, head crushed.]]
|sample3)[(transition: "dissolve")[The sight is abhorrent, but preferable to ever having to spend one more moment with him looking over you ever again.]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“I am sorry to hear about your father. I do have one more question for you. How did your fathers death affect you and the rest of your family's relationship?”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[You don’t need to know->Doll Door 2]](css: "font-size: 36px; padding-right: 20px;")[[Tell the voice->Therapist Door 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $dollPoints to it + 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6, ?sample7, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Is that so?”]]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“He is so annoying. I wish we could just kill him and be on our own path.”]]]
|sample3)[(transition: "dissolve")[The doll now has a horrifying grin with murderous intent in its eyes. The doll’s intentions concern you but are still somehow comforting.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Trust me. We will be free of him and no one will harm us again,”]]]
|sample5)[(transition: "dissolve")[The doll begins to laugh uncontrollably. ]]
|sample6)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Oh, sorry. I got ahead of myself. Let us leave,”]]]
|sample7)[(transition: "dissolve")[ the doll finishes. You agree with the doll that leaving this room would be the best option.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Leave Room->Interlude 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else-if: $transCounter is 7)[
(show: ?sample7)
]
(else-if: $transCounter is 8)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[A wave of both relief and disappointment washes over you. Relief from escape into a relatively “safe” room, and disappointment that this is once again the room you started your ordeal in.]]
|sample2)[(transition: "dissolve")[You doubted that the last door would be the end, especially considering the voice’s warning, but you still cannot help but feel some hopelessness about your predicament.]]
|sample3)[(transition: "dissolve")[The doll looks as if it's about to speak up, but stops itself as you begin to move around, perhaps realizing that a little pep talk isn't necessary to get you to keep pushing forward anymore.]]
|sample4)[(transition: "dissolve")[Like last time, the room has changed, for now, you decide to focus on...]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[The Room->The Room]](css: "font-size: 36px; padding-right: 20px;")[[The Desk->The Desk]](css: "font-size: 36px; padding-right: 20px;")[[The Cigars->The Cigars]](css: "font-size: 36px; padding-right: 20px;")[[The Voice->The Voice]](css: "font-size: 36px; padding-right: 20px;")[[The Doors->The Door Passage Post Door 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $therapistPoints to it + 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6, ?sample7)]
|sample1)[(transition: "dissolve")["Even though he treated me horribly, he was still my father, so I was sad for a little bit. Eventually, my life was better off without his constant gaze over it" you said.]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Interesting.”]]]
|sample3)[(transition: "dissolve")[ The doll glares at you angrily.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“You should trust me and not that outsider on the intercom.”]]]
|sample5)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“It is time to leave the room Claire.”]]]
|sample6)[(transition: "dissolve")[You decide to follow the voice’s advice and leave the room.]]
|sample7)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Leave Room->Interlude 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else-if: $transCounter is 7)[
(show: ?sample7)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[You recognize the couch, the fireplace, the TV, and most immediately, the gilded portrait adorned to the wall.]]
|sample2)[(transition: "dissolve")[It's a perfect copy of one hanging in the family room of your old childhood home.]]
|sample3)[(transition: "dissolve")[One of the figures appears to be wearing a dress, but the rest of them has been rendered completely unrecognizable.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[On one of the furnishings previously present in the room sits a small box of cigars. His preferred brand, you think to yourself as you further inspect one of the cigars lying outside of the box.]]
|sample2)[(transition: "dissolve")[The sight brings back bad memories. Father was an incessant smoker.]]
|sample3)[(transition: "dissolve")[When you got into arguments with him, the stench of the smoke from the cigars as he accosted you would often strangle you, leaving you sputtering as you tried to respond to his frequent verbal attacks.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[The intercom has remained silent since you’ve come back.]]
|sample2)[(transition: "dissolve")[The voice is certainly watching you, but perhaps it’s lost the nerve to speak, at least for now.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[Once again, a new door has appeared to the right of the previous, with it’s only distinguishing feature being a ‘3’ engraved into its header.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Examine the First Door->Examine Doors Past Door 2]](css: "font-size: 36px; padding-right: 20px;")[[Examine the Second Door->Examine Doors Past Door 2]](css: "font-size: 36px; padding-right: 20px;")[[Examine the Third Door->Examine the Third Door]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[Like both of the doors before it, you’ll need a key if you want to have any hope of going through.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Turn Key Into Lock->Turn Key Into Lock]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/q705t7IPohAgCDmCHhc1TWkF5LyKtX9m" type="audio/mpeg">
</audio>You mentally fortify yourself in anticipation for that hollow, soulless voice to echo to challenge your actions, only to be met with utter silence.]]
|sample2)[(transition: "dissolve")[The doll looks at you quizzically.]]
|sample3)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Uhh, why are you just standing there-you waiting for something? ]]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Go Through the Door->Door 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[As you enter the room, you are almost taken aback by the red sienna dresser, the cottage lamp atop the nightstand, and the twin-sized mattress dressed with clean white sheets. This was your bedroom. ]]
|sample2)[(transition: "dissolve")[The cream colored pillows, the alabaster white carpet, and the walls that were the shade of teal you always disliked: everything is identical to how you last remembered it—the day you left.]]
|sample3)[(transition: "dissolve")[You’re not surprised by the silence permeating the room. This place itself is more than enough to make you feel weak, without the need for cameras, intercoms, or talking dolls.]]
|sample4)[(transition: "dissolve")[You drift around in a daze, wandering about this place, its every detail burned into your memory from all those sleepless nights spent atop these wrinkled sheets.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Door 3 Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $hasSeenTheDoll to false)\
(set: $hasSeenMom to false)\
(set: $hasSeenJoy to false)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[It's funny almost, how small everything is by comparison now. It's not until you sit down on the bed that you notice that the walls are //breathing//.]
|sample2)[(transition: "dissolve")+(text-style:"blur","shudder")[<audio controls autoplay hidden>
<source src="https://audio.jukehost.co.uk/o2FaleT93DPFg5GQD1cO58bgJx9daMRu">
</audio>
Suddenly, you hear their voice—hundreds of conversations of the past swirling around you, fragments of every bedside conversation flooding into your mind.]]]
|sample3)[(transition: "dissolve")+(text-style:"blur","shudder")[The room blooms into shades of purple and red as walls warp and twist violently as the chorus grows louder, the light erupting so brilliantly from every surface until it consumes your eyes and leaves you blind.]]
|sample4)[(transition: "dissolve")+(text-style:"blur","shudder")[As the voices drown out your scream, and the only voice you recognize is…]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Mom->Mom]](css: "font-size: 36px; padding-right: 20px;")[[The Doll->The Doll]]]]
{
(show: ?sample1)
(live: 7s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $hasSeenMom to true)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“You need to understand, things are going to be different now.”]]]
|sample2)[(transition: "dissolve")[Mom’s voice is almost muted, only barely rising above the pattering of rain against the windowsill, every word lacking the comfort and life they once held.]]
|sample3)[(transition: "dissolve")[“Is that why we won’t be going to church anymore?" You asked.]]
|sample4)[(transition: "dissolve")[You barely recognize your own voice from that long ago. Mom smiles, but there is no joy in her expression.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Mom 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“No more churches.”]]]
|sample2)[(transition: "dissolve")[You remembered this moment as a child: mom’s hand on the bedpost, her mascara running down her face; how strange she looked in black.]]
|sample3)[(transition: "dissolve")[What you hadn’t caught then was the pain in her voice, or the subtle tinge of resentment in those hollow eyes staring back at you.]]
|sample4)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“Get some sleep sweetie. We can pray tomorrow.” ]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Mom 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[Mom is already standing at the door, her head barely cocked to face you with eyes staring past into some forlorn place. That look you would remember.]]
|sample2)[(transition: "dissolve")[“Will you tell me a bedtime story?” You asked.]]
|sample3)[(transition: "dissolve")[Mom’s hand stops cold, her wrist stuck twisting the brass of the doorknob. From where you are you see her eyes turn to glass.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Mom 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“No sweetie, I’m too tired today. Let’s read some other time.”]]]
|sample2)[(transition: "dissolve")[That was the last memory of that kind woman who would always tuck you in, who defended and comforted you.]]
|sample3)[(transition: "dissolve")[You remembered her crying behind the door that night. You also remembered the person who came to wake you in the morning. The ghost who replaced her.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Falling->Falling]](css: "font-size: 36px; padding-right: 20px;")[[The Doll->Doll Door 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $hasSeenTheDoll to true)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“What do you mean, she doesn’t like you?”]]]
|sample2)[(transition: "dissolve")[The doll’s head cocks left, inquisitively looking back at you.]]
|sample3)[(transition: "dissolve")[You remembered the voice you gave her, how you tried to emulate that girl in your pre-algebra class. You sigh, and rub the doll’s smooth porcelain face.]]
|sample4)[(transition: "dissolve")[“She just doesn’t talk to me anymore. She used to always ask about school, and make me cookies on saturdays,” You said.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->The Doll 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Oh, so you’re mad about Mom not making us cookies?”]]]
|sample2)[(transition: "dissolve")[You tilt the doll’s head forward, as if it's looking down at you, a pitiful smile painted across its lips.]]
|sample3)[(transition: "dissolve")[“Quiet. I meant she isn’t like she used to. When dad was around,” you said.]]
|sample4)[(transition: "dissolve")[The last part comes out as a whisper. Mom would get mad if she heard you. Your heart drops as you hear your door creak and see her march in.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->The Doll 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“Talking to your dolls again? Didn’t we go over this?”]]]
|sample2)[(transition: "dissolve")[She stands in the doorway, arms crossed, her shadow crossing the floor and filling the room.]]
|sample3)[(transition: "dissolve")[“I was just playing,” you said. You try to hold your ground, but it's in vain. She can hear the shaking in your voice. “This one’s name is—”]]
|sample4)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“Claire dear, you know what other kids are doing at your age?”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->The Doll 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[Her eyes burn holes into you. Something reaches your lips, ready to spill out, but you are too afraid to let it escape.]]
|sample2)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“We don’t have to visit Dr. Rutherford again, do we?”]]]
|sample3)[(transition: "dissolve")[You stay silent, having already made the mistake of speaking. You swallow your words and shake your head, burying the doll into your hands.]]
|sample4)[(transition: "dissolve")[You feel tears welling up, but you try your best to wait until mom’s back is turned, as closes the door. Anything but Dr. Rutherford.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Falling->Falling]](css: "font-size: 36px; padding-right: 20px;")[[The Doll->Doll Door 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[As the memory escapes your mind, you regain only a fraction of your senses. The room is a blur, the walls and floor pulsating, churning, screaming.]]
|sample2)[(transition: "dissolve")[You grasp onto the bed for dear life, the only bastion amidst tumultuous waters. The floor collapses beneath you, revealing a maw of endless jagged teeth penetrating the infinite darkness below.]]
|sample3)[(transition: "dissolve")[The voices are interrupted by a blood-curdling roar as the room surges to life, its hunger matched only by its ferocity.]]
|sample4)[(transition: "dissolve")[The bed tilts back under the command of an unseen entity, curling up like a tongue as the sheets begin to slide and you claw hopelessly at the mattress beneath.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Falling 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[
(if: $hasSeenTheDoll is true)[
(show: ?sample2, ?sample3, ?sample5, ?sample6)
]
(else-if: $hasSeenMom is true)[
(show: ?sample2, ?sample3, ?sample4, ?sample6)
]
(else-if: $hasSeenJoy is true)[
(show: ?sample2, ?sample3, ?sample4, ?sample5)
]]
|sample1)[(transition: "dissolve")[The walls cackle and scream, familiar voices flooding out of every facet of your room.]]
|sample2)[(transition: "dissolve")[The bed finally flips back, its mattress coming apart from the frame as you fall, enveloped by darkness along with the rest of your room.]]
|sample3)[(transition: "dissolve")[The last voice you hear, your solace and only salvation from the abyss is...]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[The Doll->The Doll]]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Mom->Mom]]]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Joy->Joy]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(if: $hasSeenTheDoll is true)[
(show: ?sample5, ?sample6)
]
(else-if: $hasSeenMom is true)[
(show: ?sample4, ?sample6)
]
(else-if: $hasSeenJoy is true)[
(show: ?sample4, ?sample5)
]
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $hasSeenJoy to true)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: ffe000; font-size: 36px;")[“It’s gonna be fun.”]]]
|sample2)[(transition: "dissolve")[Joy smiles, the morning sun shining off her braces.]]
|sample3)[(transition: "dissolve")[(css: "color: ffe000; font-size: 36px;")[“Most of the boys won’t be going anyway, so we’ll have the whole place to ourselves.”]]]
|sample4)[(transition: "dissolve")[You glance back at her quizzically, then back to the permission slip. You try and play down the real reason you won’t be able to come. ]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Joy 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: ffe000; font-size: 36px;")[“But what’s so special about an art museum trip? Ms. Rosebloom is gonna make the whole thing a snore-”]]]
|sample2)[(transition: "dissolve")[Before you can hand back the page, Joy's hand is around your wrist, pushing the page back to your chest. She laughs, barely noticing your face turn beet red.]]
|sample3)[(transition: "dissolve")[(css: "color: ffe000; font-size: 36px;")[“Then we’ll sneak away. Old Ms. Rose isn’t gonna be keeping her good eye on Ms. Teacher’s Pet.”]]]
|sample4)[(transition: "dissolve")[You scowl and try smacking her with a pillow, but she’s already one step ahead—grabbing the cream cushion off the bed and whacking you square in the face.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Joy 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[For a second the room goes silent. Then a snicker: you can’t hold it in any longer. ]]
|sample2)[(transition: "dissolve")[The room explodes into laughter as more pillows fly, and soon your room is a mess of papers, books, and strewn stuffed animals. Suddenly Mom’s voice cuts you both short.]]
|sample3)[(transition: "dissolve")[Joy takes one look at you and reads the exhaustion scrawled over your face. This is the part you dreaded the most. You try to find the words.]]
|sample4)[(transition: "dissolve")[To explain it all to Joy—how you’d never be allowed to go on the trip, what Mom would say—but before you spill everything out, Joy seizes the wrinkled orange permission slip from the floor.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Joy 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[A black pen disappears off the nightstand and before you can protest she’s scribbled something out on the dotted line, shoving it down into your backpack.]]
|sample2)[(transition: "dissolve")[(css: "color: ffe000; font-size: 36px;")[“Say we’re going to my place after school. My mom will vouch for you.”]]]
|sample3)[(transition: "dissolve")[Joy grabs her stuff, tosses her half-eaten breakfast into a Ziploc bag and bolts out the door—ready for school in less than a second.]]
|sample4)[(transition: "dissolve")[She looks back from the living room only to notice that you haven’t moved. Time only starts up again when she smiles back at you and chuckles...]]
|sample5)[(transition: "dissolve")[(css: "color: ffe000; font-size: 36px;")[“Everything is gonna be fine, Claire.”]]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Therapist Door 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[Joy. Her name was Joy. You don’t even notice as the words slip out your lips, and the tears drawing lines down your face.]]
|sample2)[(transition: "dissolve")[You see her in the open doorway, standing in the living room, staring back at you. The walls have quieted now, the room slumbering once again.]]
|sample3)[(transition: "dissolve")[Joy watches you as you leave the bed, her glowing smile scaring away the darkness. You hear her chuckle one final time, and before you can chase after her she's gone. Joy. Joy. Joy...]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Joy”]The intercom in the living room cackles to life.(css: "color: #c07eff; font-size: 36px;")[“You remember her.”]]]
|sample5)[(transition: "dissolve")[You straightened up, mortified by the voice. You can’t take those words back. He knows now.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Therapist Door 3 Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[You feel yourself falling for centuries, embraced by the void beneath. As you steel yourself, you try to count the seconds—the minutes as they pass, grasping onto anything as you fall deeper into the endless expanse.]]
|sample2)[(transition: "dissolve")[The dresser, the bed, and the rest of the furnishings melt away, scattered into the darkness until there is nothing left to echo your cries.]]
|sample3)[(transition: "dissolve")[Soon enough the minutes and hours meld together as time escapes your mind, with only the omnipresent void to comfort and embrace you, grasping you tightly as you start to forget the world from where you came.]]
|sample4)[(transition: "dissolve")[You don’t recall which way is up; you lose any memory of the house, the bedroom, the memories, and even the sound of your own voice as a deafening silence takes hold.]]
|sample5)[(transition: "dissolve")[You cry until your eyes run dry. At some point you begin to gnaw on your fingers to feel something, anything, until soon enough they go numb, followed by the rest of your body limb by limb.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Doll Door 3 Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6, ?sample7)]
|sample1)[(transition: "dissolve")[You stand upright, frozen in place, anticipating the demon you’ve unshackled. For what feels to be an eternity, a silence envelops the room.]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Good”]]]
|sample3)[(transition: "dissolve")[The voice, unlike before, sounds exhausted. For the first time, you think you hear a man behind the cameras, the omnipresent intercom.]]
|sample4)[(transition: "dissolve")[You recognize a tired, strained heart carrying the burden of the world within each letter before the static interrupts again, and the cold, calculating entity returns.]]
|sample5)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“I’m happy we’ve made progress.”]]]
|sample6)[(transition: "dissolve")[The intercom shuts off abruptly, the glow of the cameras die, and the silence returns.]]
|sample7)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Leave Room->Interlude 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else-if: $transCounter is 6)[
(show: ?sample7)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You are back to the living room from which you came. You steady yourself and take a deep breath, then begin to examine...]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[The Room->The Room]](css: "font-size: 36px; padding-right: 20px;")[[The Desk->The Desk]](css: "font-size: 36px; padding-right: 20px;")[[The Cigars->The Cigars]](css: "font-size: 36px; padding-right: 20px;")[[The Mirror->The Mirror]](css: "font-size: 36px; padding-right: 20px;")[[The Voice->The Voice 3]](css: "font-size: 36px; padding-right: 20px;")[[The Doors->The Doors]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[And then there truly is nothing. Nothing in the infinite beyond except you. You and the doll. You ~~anrǝd~~ the doll.
You look uʍop into your hands, bitten raw into protrusions of _____ and ____,]]
|sample2)[(transition: "dissolve")[and to your disbelief the doll rests within your palm, soaked crimson in your shaking grasp. ʇI has always been ʇhere, always been with]]
|sample3)[(transition: "dissolve")[noʎ as noʎ llǝɟ
as noʎ llǝɟ noʎ
noʎ as noʎ llǝɟ]]
|sample4)[(transition: "dissolve")[You cannot hear yourself scream but you hear its voice her voice r not the doll but it smiles, its shattered porcelain face pressed against yours, tilted pɹɐʍɹoɟ as if it's looking down at you, a pitiful smile painted across its lips.]]
|sample5)[(transition: "dissolve")[It’s head cocks left, and speaks to you.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Doll Door 3 Part 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Trust me, Claire. Everything is going to be alright.]
And then the world ʎɐʍɐ slɹᴉʍs goes black silence.]]
|sample2)[(transition: "dissolve")[You wake up in the living room, convulsing, choking in a puddle of black ichor. The static of the intercom hums for only a second before dying out, as if you had just missed the broadcast.]]
|sample3)[(transition: "dissolve")[You try to speak but all that leaves is the same dark, fluid matter. The doll rests within your hands, staring up at you, its painted smile brighter than ever. You think you see it nod.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Then so be it.”]]]
|sample5)[(transition: "dissolve")[It, too, then goes silent.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Next->Interlude 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[Lying on the couch is an ornate silver mirror. Supposedly, it was a family heirloom, one that was meant to be passed down to you once you came of age. That never came to pass. ]]
|sample2)[(transition: "dissolve")[Mom would never allow you to rife through her belongings after he passed. Maybe it was because she hated how you played with it, or maybe because she never was too infatuated with family after the accident.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Pick Up the Mirror->Pick Up the Mirror]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[In a pattern you have become all too accustomed to now, you see that a door engraved with the number ‘4’ has appeared to the right of all of the others.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Examine the First Door->Examine Doors Past Door 3]](css: "font-size: 36px; padding-right: 20px;")[[Examine the Second Door->Examine Doors Past Door 3]](css: "font-size: 36px; padding-right: 20px;")[[Examine the Third Door->Examine Doors Past Door 3]](css: "font-size: 36px; padding-right: 20px;")[[Examine the Fourth Door->Examine the Fourth Door]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You look through the mirror. In its reflection, you see yourself. There is nothing out of the ordinary, just… you. It’s almost refreshing.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You gaze upon the intercom. You feel it gazing back, but do not flinch. You may still be under his surveillance, but you don’t fear him anymore.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You begin fishing the key you got from the previous trial out of your pocket. By this point, you're already well aware that the door will be locked.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Turn Key Into Lock->Turn Key Into Lock 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Congratulations, Claire”] The voice booms out, the metallic shrill of the intercom making it hard to determine whether his tone was genuine or sarcastic.(css: "color: #c07eff; font-size: 36px;")[“You have made it to the final door.”]]]
|sample2)[(transition: "dissolve")[You instantly feel a resurgence of hope well up inside of you. You have no idea how long you have been stuck in this limbo of torment, but now, you know that it is almost finally over. The doll gives you a funny look.]]
|sample3)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Listen, I’m as ready to get out of this place as you are, but what if this is some sort of trick? I don’t think you should trust this freak, considering he’s probably the one who put you here in the first place”. ]]]
|sample4)[(transition: "dissolve")[You pause on the doll’s words for a moment. Although it is true that the voice is far from trustworthy, you still cannot help but feel hopeful for a near future where you are free from his grasp.]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Twist the Doorknob->Twist the Doorknob]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Before you go, Claire, I must give you one final warning”] The voice is back to it’s normal, detached tone. [(css: "color: #c07eff; font-size: 36px;")[“This last door will be different.”] Though the voice’s warnings usaully cause you to collapse from anxiety, you are instead unphased. After overcoming the previous trials, you feel ready to tackle whatever's next, regardless of how different it may be.]]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Go through the Door->Door 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[Before your vision is fully able to return, you are thrown into a heavy coughing fit. Specks of dust flood your field of view as you begin to recover.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Examine your Surroundings->Door 4 Surroundings]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[The space is filthy. Old clothes are strewn all across the room. Boxes lie haphazardly stacked on top of eachother, with layers of grime indicating that they haven’t been disturbed for years. The floorboards creak from any slight movement, each step seemingly wringing what little life they have left.]]
|sample2)[(transition: "dissolve")[The walls haven’t fared much better, looking cracked and in a great state of disrepair. A solitary, Oval-shaped window is centered upon one of the walls, though beyond it lies no light, only an empty abyss. Despite the lack of light from outside however, the room, which you assume to be an attic, still appears to be dimly lit.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Look for the source of Light->Door 4 Light]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[It doesn’t take long for you to identify where the light is emanating from. Turning around, you see that a large screen has taken up most of the wall opposite of the window. An empty slide projector lies a few feet away, along with a box filled with slides.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Examine the Slides->Door 4 Slides]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[The slides, unlike the rest of the room, appear to have been relatively well kept, with groups of them being held in three compact containers. The containers themselves can only be distinguished by the markings written on the sides. //Past, Present, Future//.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Take the container labeled Past->Door 4 Slides Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You pick up the container and begin carefully allocating the slides onto the carousel of the projector. Once all of them are in place, you shift your gaze back towards the screen, the blank light now having been replaced by an image of...]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Joy->Door 4 Slides Part Joy]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[The name escapes your mouth. For the first time since you’ve awoken in this tortuous prison, you are not overwhelmed by a feeling of fear or anxiety, but of //warmth//. Sitting there, in the picture, are two girls, no, //you// and //Joy//, beaming with expressions filled with a sentiment you have long become foreign to you, happiness. ]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue through the slides->Door 4 Slides Part 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[As you press through more and more of the slides, you feel the long lost memories progressively trickle back into your mind. There, on the screen, is Joy, your lifelong best, and only, friend. The slides encapture an ensemble of emotions.]]
|sample2)[(transition: "dissolve")[From moments of laughter, where you and Joy filled your days with play, to moments of comfort, where Joy was there to console you after a particularly rough clash with your father, and later on, your mother. Yes, you remember now! Whenever you needed someone to play with, Joy would be there, waiting outside the door.]]
|sample3)[(transition: "dissolve")[Whenever you needed a shoulder to cry on, Joy was there to lend one. Joy was a light shining in darkness, her radiance strong enough to s--]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Uh, are you doing alright? You’ve been pressing through the photos non stop, I think this is the fifth time we’ve gone through them all”] The doll’s voice brings you back into reality, your brief ascension into the realm of fantasy crumbling back into your current, cruel predicament.]]
|sample5)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Taking a stroll through memory lane is nice and all, but remember, we’re trying to escape from this place,let’s hurry up and get through the rest of these”]]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Take the second Container->Door 4 Slides Part 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You carefully remove the slides in the carousel,placing them back into their proper container. You then pick up the container labelled “present” and begin to once again methodically lay each of the slides into the narrow slots.]]
|sample2)[(transition: "dissolve")[Looking up, you see an image of yourself storming out of a towering skyscraper, you remember this scene all too vividly, having re-lived it only a short while ago. You advance onto the next photo, this time, the anger on your photographic counterpart has subsided into sadness, with tears welling in your eyes.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Advance through the rest of the Slides->Door 4 Slides Part 5]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[Already aware of what's going to occur next, a slight smile etches across the side of your face as your memories are reconfirmed by the events displayed on the slides. Yes, no matter when it was or where you were, Joy would always be there for you.After you lost your job, and were unable to afford your own place, Joy was more than willing to take you in, continuing to act as your one and only ray of hope.]]
|sample2)[(transition: "dissolve")[You quickly relapse back into the state of nostalgia you had been in while viewing the prior set of slides, only to be abruptly interrupted once again. However, it’s not by the doll, but by the contents of the image displayed before you.]]
|sample3)[(transition: "dissolve")[Standing there, right beside Joy, is him. Though you're unable to recall so much as his name, the very sight of this person standing beside Joy, gripping his filthy hands on her shoulder, fills you with absolute disgust. You try to escape from his repugnant visage, but to no avail. His presence looms over all the remaining slides, his bestail aura dominating the frame of each photo, as your presence next to joy only diminishes further and further. ]]
|sample4)[(transition: "dissolve")[In the last frame, your spot next to joy has all but diminished, in its place, he stands. Though his expression is static, you cannot help but feel as if it is actively mocking you, taunting you for your inability to save joy from his savage grasp.]]
|sample5)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“I think you’ve had enough of this already, could you hurry up and play the last of the slides? I don’t want to spend one more second in this dusty nightmare. The grime is starting to stick to my skin”]]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Take the Third Container->Door 4 Slides Part 6]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You hurriedly begin removing the slides from the projector’s carousel, damaging a large portion of them in the process as you jam them back into their container. You pick up the container labelled “future”, a wave of unease creeps over your body. After seeing the contents of the last set of slides, you feel nothing but dread at the thought of what may come after. After having placed all the slides into their respective holes, you once again tilt your head up towards the screen, and are met with...]]
|sample2)[(transition: "dissolve")[Nothing, at least, that's what it seems like at first, squinting as hard as you can, you can make out the faint outline of amorphous, shadowy figures.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue scrolling through the photos->Door 4 Photos]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You advance to the next slide, only to be met with the same blurred image. The image looks slightly clearer than before, though it's still impossible to distinguish anything of note. Even still, you feel a sense of anxiety rise from the pit of your stomach, as if your body is trying to tell you to turn back, before it's too late.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue scrolling through the photos->Door 4 Photos Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[The images are progressively becoming clearer and clearer. The amorphous blobs have now become people. Their shadowy appearance can be attributed to their choice of attire. Everyone in the photo is wearing black. You move to press the button to advance, but notice your hands quivering. The trivial feeling you had earlier has spread into every fiber of your being, pleading with you to stop moving forward.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue scrolling through the photos->Door 4 Photos Part 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[The image is almost crystal clear now. In the photo, you see a pale, clear blue sky. Below, a large number of figures are dressed in black, though you're unable to discern any of their identities, as their faces are turned away from the camera. All of their attention seems to be diverted into one, singular corner of the frame. Your eyes follow their direction, finally, you will be able to see what has caught all of their interest. ]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Look at "it"->Door 4 It]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[For a split-second, your eyes connect with the center of everyone’s attention.]]
|sample2)[(transition: "dissolve")[The projector cuts off. The sole trace of light in the attic has now vanished, leaving only darkness to fill in its absence]]
|sample3)[(transition: "dissolve")[The room is pitch black. You are unable to see anything, however, you do hear something.]]
|sample4)[(transition: "dissolve")[Heavy, raspy breathing permeates the air. A foul stench , the stench of him, follows after. The beast, having stolen your shining light, has returned, hungry for more.]]
|sample5)[(transition: "dissolve")[Panic overtakes you, the breathing has grown quieter. The beast is stilling itself, you hear the sound of metal scraping against metal, most likely the beast sharpening its claws, preparing them for the fatal strike.]]
|sample6)[(transition: "dissolve")[Quickly, you realize that your only option is to bring back the light.]]
|sample7)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Sacrifice the Projector->Doll Door]](css: "font-size: 36px; padding-right: 20px;")[[Try to turn the projector back on->Therapist Door]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else-if: $transCounter is 7)[
(show: ?sample7)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $dollPoints to it + 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6, ?sample7, ?sample8, ?sample9)]
|sample1)[(transition: "dissolve")[You idly wait for the beast to lunge, gauging its movements by it’s ever fading breaths, moments go by, until finally, silence.]]
|sample2)[(transition: "dissolve")[The beast lunges towards you, claws extended, primed to pierce through your flesh.]]
|sample3)[(transition: "dissolve")[That’s why the beast is shocked, when it realizes that it has pierced not body, but bolts.]]
|sample4)[(transition: "dissolve")[The shock only lasts a brief moment however, as a more pressing, more instinctual urge overtakes the beast.]]
|sample5)[(transition: "dissolve")[''Fear.'']]
|sample6)[(transition: "dissolve")[The beast had struck through the projector so fiercely that sparks had flown off. Sparks which landed on the dilapidated, dry, wood below.]]
|sample7)[(transition: "dissolve")[The pitiful flame rapidly grows into an all out inferno. The flaming maw consumes both projector and slides, then sets its sight on the beast. He is nothing compared to the light, and soon enough, he is nothing at all.]]
|sample8)[(transition: "dissolve")[As the world begins fading into darkness, the last thing you hear are not the cries of a beast, but the tears of a broken man.]]
|sample9)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[A necessary Sacrifice...->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else-if: $transCounter is 7)[
(show: ?sample7)
]
(else-if: $transCounter is 8)[
(show: ?sample8)
]
(else-if: $transCounter is 9)[
(show: ?sample9)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(set: $therapistPoints to it + 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6, ?sample7)]
|sample1)[(transition: "dissolve")[You grope the ground in front of you, fumbling to find the power switch for the projector. The beast's breathing grows softer and softer, until finally silence.]]
|sample2)[(transition: "dissolve")[The beast lunges towards you, it’s face inches away from your own, when suddenly, it haltz.]]
|sample3)[(transition: "dissolve")[The radiant light has returned. The beast howls out in agony, writhing wildly in protest, but it is nothing in face of such purity. It’s body contorts, it is not being destroyed, no, it is being healed.]]
|sample4)[(transition: "dissolve")[It’s metallic claws rescind into hands. It’s savage breathing has grown meek. It’s contorted, bestial face is no longer that of a monster, but of a man.]]
|sample5)[(transition: "dissolve")[(css: "color: #4067db; font-size: 36px;")[“Thank you Claire”] The main sputters weakly, still in a state of debility. [(css: "color: #4067db; font-size: 36px;")[“For saving me, along with these memories. They’re all we have left, after all.”] The man gives an affable, yet pained laugh.]]]
|sample6)[(transition: "dissolve")[As the world begins fading into darkness, your mind can’t help but wonder about the mysterious disablement of the projector. You stare at the doll, but in return are met only with silence.]]
|sample7)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Peace...for the both of us->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else-if: $transCounter is 7)[
(show: ?sample7)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You emerge from the darkness and find yourself where it began. It is familiar yet that the furnishings are coated with a dense, inimical malaise. The room is now hostile. Any semblance of respite has vanished; the decor having grown cold and decrepit. Even the cameras have suffered under the malevolent decay. [(css: "color: #c07eff; font-size: 36px;")[“I must say, I'm surprised you made it this far, Claire.”] The voice pounds through the mold and rot festering around the intercoms, its sound rancid yet powerfully visceral, the professionalism worn clean from its hue.]]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“You’re likely upset, given my promise of egress, but remember my words carefully: I said that it was your last door, not the last ordeal.”] You hear the tonality shift, the cameras’ making note of your visible dissonance. [(css: "color: #c07eff; font-size: 36px;")[“Don’t worry Claire, this will all be over soon, I just need your faith one last time.”] It’s only fair to disagree, but you withhold your discontent.Your priority remains unmistakably clear: escape. Observing your surroundings, you see....]]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[The Room->The Room Final]](css: "font-size: 36px; padding-right: 20px;")[[The Desk->The Desk Final]](css: "font-size: 36px; padding-right: 20px;")[[The Cigars->The Cigars Final]](css: "font-size: 36px; padding-right: 20px;")[[The Mirror->The Mirror Final]](css: "font-size: 36px; padding-right: 20px;")[[The Voice->The Voice Final]](css: "font-size: 36px; padding-right: 20px;")[[The Doors->The Doors Final]](css: "font-size: 36px; padding-right: 20px;")[[A Ladder->A Ladder]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[The couch has been torn apart , pieces of padding are strewn across the room like cotton entrails. The fireplace has been snuffed out, its embers still trailing onto moldy floorboards. The TV emanates a droning static that reverberates over the rot.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Look at the Painting->The Painting]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[The steel desk has deteriorated considerably. Its top has completely oxidized, the surface jacketed by a crude umber haze. You rifle through the drawer, and finding an untouched frame, it back facing you.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Don't Look->Interlude 4]](css: "font-size: 36px; padding-right: 20px;")[[Pick Up the Frame->Don't Look]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[The cigars have disintegrated, almost becoming almost indistinguishable from ash they’d become. You remember Father’s ashtray, how it’s beautiful jade surface would be veiled under a mass of charcoal stubs, its eminent figure masqueraded by ash and cinders heaping off the sides. Mom would be the one to unmask the green from the rot, wash away the soot, and unknowingly perpetuate that evil cycle.]]
|sample2)[(transition: "dissolve")[Father insisted that he would quit, but his words always ran perpendicular to his actions. Perhaps behind all those evils there was a pure heart, choking in the ash. Perhaps he would have changed had the car not swerved off, taking him away, along with his mountain of good intentions.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[After father died, Mom denied any right you had to this family heirloom. You were never a family after the accident, only two strangers sharing the house haunted by the dead. The mirror’s silver has tarnished, its reflection warped into some indecipherable distortion of reality. Mom became far more possessive as time passed. You remember you tried to play with it once, unaware of the grave transgression you made in her presence.]]
|sample2)[(transition: "dissolve")[The shouting was bad, but being treated as a hostage at the dinner table scared you more than the cold spaghetti. Now, you can hardly see what she beheld within it, besides her reflection.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Leave->Interlude 4]](css: "font-size: 36px; padding-right: 20px;")[[Pick up the Mirror->Reflection]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[The intercom has melted into an amalgam of mold, splintered plastic, and loose wiring protruding from wall to wall. Its face is a fusion of rotten colors, the ominous static choking behind the decay. Even the red lights of the cameras flicker and dim, unable to stave off the ruinous malaise clouding this place. The voice is silent, yet the thrum of the everpresent monotone remains, an audience to your every move.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[What used to be a line of ornate oaken doors is now a shattered composite of debris. Each door has been reduced to matchwood, leaving no trace of an egress. [(css: "color: #ff8127; font-size: 36px;")[“I guess there really is no going back now, is there?” ] The doll peers up at you with its usual, painted grin.]]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[In the middle of the room, standing in place of where the box initially was, is a wooden ladder. It’s appearance matches the furnishings of the rest of the room, the wood is dilapidated and rotten, with rungs looking to collapse at any moment. The most unusual aspect of the ladder though, is its height. As your eyes begin to move up the ladder, you realize that there appears to be no end. Instead, where its end should be is a singular hole in the ceiling barely large enough for a person to climb through.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Climb the Ladder->Climb Higher]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[Your eyes gander towards the painting. It seems to have remained despite its surroundings.]]
|sample2)[(transition: "dissolve")[In it, mother and father are smiling, and you are standing]]
|sample3)[(transition: "dissolve")[//right//]]
|sample4)[(transition: "dissolve")[ //next//]]
|sample5)[(transition: "dissolve")[ //to//]]
|sample6)[(transition: "dissolve")[Bile splatters over the misaligned floorboards, your throat now coated with a thick acidic ooze. You tear your eyes away from the canvas. You cannot bring yourself to allow your mind purchase, not after what you //did//.]]
|sample7)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[You attempt to pick up the frame, and succeed.]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Please don't look...->Interlude 4]](css: "font-size: 36px; padding-right: 20px;")[[Turn Over the Frame->Don't Look Part 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[It is a beautiful picture of Joy and... someone else. Before it was unmistakably a picture of you and Joy.]]
|sample2)[(transition: "dissolve")[The markings engraved into the stand read Joy & (text-style:"double-strike","blurrier","mirror","rumble")[Thief]. Sharp painful memories stab into your mind, cutting into your skull like jagged thorns. You fling the picture back into the drawer, shattering it, and slam the rusted cabinet closed.]]
|sample3)[(transition: "dissolve")[The drawer slides groan as the metal crate dislodges from its housing, collapsing into the box below. The frame is lost, but its image is eternally burned into your mind.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Leave...it hurts...->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4)]
|sample1)[(transition: "dissolve")[You see your own cracked, distorted reflection within the grainy image. The projection holds nothing but yourself and the shadowy, malicious entity manifesting behind you.]]
|sample2)[(transition: "dissolve")[First, it’s //neck//, then, its //mouth//, next, its //ears//, finally, its //ey-//]]
|sample3)[(transition: "dissolve")[You tear your hand free from your paralysis and slam the mirror down, its glass crunching as its bulk smashes into the arm cover. You look behind, but the figure is gone. It’s just you, alone.]]
|sample4)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Leave->Interlude 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2)]
|sample1)[(transition: "dissolve")[(text-style:"bold","outline")[Are you sure? You cannot return to this place]]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->Interlude 4]](css: "font-size: 36px; padding-right: 20px;")[[Climb Higher->Going to Ending]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You take a deep breath as your foot hits the first rung. This place will be your prison no longer. You’re almost surprised by the silence as you ascend, the only response a hollow echo of a wooden ladder.]]
|sample2)[(transition: "dissolve")[You make it to the top, then stop in place when you start to notice. There is nothing above the top, just the ladder swimming in an endless expanse of pure, cold dark. It is an infinite sea of nothing.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Go into the Abyss->Abyss]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}
(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[You pass the ceiling and into the void above, viewing the living room below through a doorway drifting amongst an endless black ocean. Your hands move almost mechanically, pulling yourself farther from the beacon of light.]]
|sample2)[(transition: "dissolve")[Soon, only the touch of ancient wood against your skin is left to guide you higher, your body consumed in darkness. You hear as the rungs below splinter and crackle as you ascend, devoured by the abyss below.]]
|sample3)[(transition: "dissolve")[For a brief moment, you contemplate if the same would happen to you if you stopped. Then the feeling passes, and you hasten yourself.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue Climbing->Climbing 1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample6)]
|sample1)[(transition: "dissolve")[Your breaths get heavier as you continue up the ladder, unable to pause for a quick respite. The splintering of wood has grown louder, closer.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue Climbing->Climbing 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample6)]
|sample1)[(transition: "dissolve")[...]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue Climbing->Climbing 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[Your legs burn with each step you take, sweat drips down your hands and arms. Splinters run into your hands, burrowing deeper as you throw yourself onto the coarse oaken mass sprawling into infinity. ]]
|sample2)[(transition: "dissolve")[You climb faster and faster as you hear the rungs splitting and snapping below, torn apart by entities lurking in the darkness, or perhaps the abyss itself. You’ve come too far to fail.
]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue Climbing->Climbing 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample3)
]
(else-if: $transCounter is 3)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample6)]
|sample1)[(transition: "dissolve")[...]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue Climbing->Climbing 5]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample6)]
|sample1)[(transition: "dissolve")[...]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue Climbing->Climbing 6]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample6)]
|sample1)[(transition: "dissolve")[...]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue Climbing->Climbing 7]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[Your arms and legs scream in agony as you blindly hurl yourself to another rung, only to be met with nothing. Just as the panic sets, you are met with a feeling that you haven’t experienced in ages, wind.]]
|sample2)[(transition: "dissolve")[Although you can't see what’s beyond, you know that just above you lies open skies. This is it, this is the moment you’ve dreamt of, trapped within the inescapable oblivion.]]
|sample3)[(transition: "dissolve")[You reach up and run your hand atop a cold surface. Ground, you think to yourself, finding purchase above the void. One final push is all you need.
]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Escape->Beginning of the End]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[Darkness engulfs you, however, it no longer carries the same emptiness as the void you previously navigated. This darkness is natural, it's the darkness of the open sky. You roll over on your back, exhausted from your climb.]]
|sample2)[(transition: "dissolve")[You gaze upon an endless sea of stars that dot the evening horizon. You are free, you begin closing your eyes, the ground is cold and unwelcoming, but after what you've been through, any surface seems like a luxurious bed. You take one final glimpse at the stars above, then doze off to sleep.]]
|sample3)[(transition: "dissolve")[It isn’t before long that you're woken up by the sound of raised voices.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Beginning of the End 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[Your body quickly shoots up. Any feeling of fatigue has been overridden by a rush of adrenaline. You’ve come too far, been through too much. You're ready for whatever may come next. That is, until you see her.]]
|sample2)[(transition: "dissolve")[You realize that you're standing on the roof of a building, and only a short distance away, standing on its edge, is your best friend, Joy. You should be overcome with happiness, if it weren’t for the fact that someone else is there. Someone who Joy appears to be in a heated argument, someone who, although you can’t see their face, can immediately identify.]]
|sample3)[(transition: "dissolve")[That someone, is you.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Save Joy->Beginning of the End 3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample6)]
|sample1)[(transition: "dissolve")[You break into a sprint. Your legs scream out in pain, still reeling from the arduous climb, but you don’t care, you know what's going to happen next. You know what you did.]]
|sample2)[(transition: "dissolve")[You’ll be there in a fraction of a second, but it’s already too late. Just as you're about to reach out and grab your copy self, you hear a blood-curdling scream. ]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Joy has fallen->Beginning of the End 4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[Joy has fallen off the roof.]]
|sample2)[(transition: "dissolve")[Joy has fallen off the roof, onto the solid ground below.]]
|sample3)[(transition: "dissolve")[Joy has fallen off the roof, and is now dead.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[“Fallen, you say?”->Beginning of the End 5]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[The clone turns towards you, its expression blank, but its tone full of malice and scorn.]]
|sample2)[(transition: "dissolve")[“Even after all this time, after you see it happen right before your eyes, you still run away from the truth.”]]
|sample3)[(transition: "dissolve")[“Fine, I guess I'll just have to spell it out to you in terms you can understand.”]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Joy is pushed->Beginning of the End 6]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[Joy is pushed off the top of the roof.]]
|sample2)[(transition: "dissolve")[Joy is pushed off the top of the roof, onto the solid ground below.]]
|sample3)[(transition: "dissolve")[Joy is pushed off the roof, and is now dead, having been murdered by you.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Beginning of the End 7]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample6)]
|sample1)[(transition: "dissolve")[Your legs buckle from underneath you—once again, exhaustion consumes your senses. You remember everything. The pitiful existence that was your life, and how Joy was the only one who brought you meaning.]]
|sample2)[(transition: "dissolve")[That is until even that small token of relief was stolen away from you. Stolen away by a man you had never even met, a man who you knew didn’t care about Joy the way you did, but still, Joy picked him over you. ]]
|sample3)[(transition: "dissolve")[Which is why you argued endlessly with her on the night of her engagement. A bitter back and forth of betrayal and vitriol. You can’t remember her final words to you, what caused you to finally snap, all you remember is the look of sheer terror on her face as she plummeted from the building and onto the walkway below.
]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Beginning of the End 8]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
|sample1)[(transition: "dissolve")[Your clone is gone. The ground below opens into the abyss, an abyss that consumes everything around you, until there is nothing. Your mind has been devoured with it, along with reality itself. ]]
|sample2)[(transition: "dissolve")[The darkness beckons, with its sweet promise of absolute emptiness. You embrace it, watching as it slowly consumes you, eagerly anticipating the moment it devours you completely.]]
|sample3)[(transition: "dissolve")[You will finally be free, free of the madness, of the torment, of her. Your vision goes blank. You brace yourself for the final release.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending A]]]]
|sample7)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending B]]]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending C]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3 )[
(show: ?sample3)
]
(else-if: ($transCounter is 4) and ($dollPoints > $therapistPoints) )[
(show: ?sample6)
]
(else-if: ($transCounter is 4) and ($dollPoints is $therapistPoints) )[
(show: ?sample7)
]
(else-if: ($transCounter is 4) and ($dollPoints < $therapistPoints))[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")["What do you think you’re doing back here, so close to the end...? You've gotten here to lose to that? That's pathetic.”]]]
|sample2)[(transition: "dissolve")[The doll’s voice echoes in the abyss—a cynical yet welcome sound at the end. You clutch the doll tightly as the void enveloping you erupts into a roar, the clouds of swirling darkness growing closer, a torrent of wind separating its tendrils to reveal the roof from where you fell.
]]
|sample3)[(transition: "dissolve")[“Oh, it seems you’ve decided to come back. Haven’t you done enough already?” The clone chides you, observing your return.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending A1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Claire, I need you to snap out of it.”]]]
|sample2)[(transition: "dissolve")[The intercom impossibly crackles within the void between your ears, but this time it is human, frail, and mortal. Hearing it now, it surprises you. The static is gone. The void that surrounded you has washed away, leaving you on the roof. You see your reflection staring at you.]]
|sample3)[(transition: "dissolve")[“Oh, you’ve returned. Haven’t you done enough already?” It chides. Your head is throbbing, overcome by a thousand memories, thoughts.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending B1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[As your body is devoured by the abyss, your mind slowly comes to a revelation. You had become so absorbed into your own psyche, that you had forgotten how to wield it.]]
|sample2)[(transition: "dissolve")[Centimeter by centimeter, you learn how to conjure the void, warping and twisting it until it shatters, dropping you back onto the roof. Your alternate self stares at you, quizzically.]]
|sample3)[(transition: "dissolve")[“Oh, it seems you’ve decided to come back. Haven’t you done en-.” The clone is silenced, its presence erased from your reality.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending C1]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[Anger bubbles into your mind under her mockery. The doll cackles as your fists clench, her shattered eyes peering up to you.]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Get angry! Retaliate against the one who keeps us chained here. All of them! The doppelganger, those voices, curse them! You didn’t murder Joy! This is all a part of the house’s sick game. The Intercom, that voice is behind it all!”]]]
|sample3)[(transition: "dissolve")[The doll’s words ring true within your head, imbuing you with newfound purpose. There will be no end to your torment without rooting out the lies or cutting off the source.
]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Approach the Edge of the Roof->Ending A2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Can you not see it too? The invalidity of this supposed “truth”? The one the voice feeds us, the lie he propagated?” ]]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Look Down->Ending A3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[Below, from the edge of the roof where “Joy” fell, is… light. A light so spectacular, so brilliant, that your eyes tear up from its luminescence. ]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“There is no “Joy”, the fool was just trying to trick you from finding the exit, but he failed to bury the truth in his deceit.”]]]
|sample3)[(transition: "dissolve")[The doll’s voice drips with honesty, each word emboldened by passion; there is no “Joy”. None of this was ever real, this entire ordeal has been a ruse, a gauntlet of suffering all for the cruel amusement of him. All that’s left is the radiant light below.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Take the Plunge->Ending A4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[As you plunge into the luminest below, you hear the doll scream between the radiant beams,]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Remember my words Claire, it will never end until the lies end, and it must end.”]]]
|sample3)[(transition: "dissolve")[You collide with the light, and your consciousness slips away.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending A5]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[Your eyes open, as if the weight of the world was carried upon them. Your surroundings flicker, mold into view. The room is immaculate, its furnishings bare, with pure white walls towering over you.]]
|sample2)[(transition: "dissolve")[You find yourself in the center, lying on unmade sheets of a cream-colored bed. Then you hear his voice. It is void of the horrible, monotone shrill yet the tone is unmistakable.]]
|sample3)[(transition: "dissolve")[ It's him. The lies will not leave his throat. You know what must be done.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Kill Him->Ending A6]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[Adrenaline surges through your body as it flies through the air, the brunt of your weight smashing into him.]]
|sample2)[(transition: "dissolve")[The man braces as he’s hit yet his footing gives way, causing him to topple over and bash his head against the metal door. He’s dazed, soaking in a pool of his own blood.]]
|sample3)[(transition: "dissolve")[His hand loosens as he struggles to earn his bearing, a blue metallic pen clattering to the linoleum tiles as he pushes himself from the ground.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Take the Pen->Ending A8]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample8)]
|sample1)[(transition: "dissolve")[You dive for the pen, gripping it tightly before he can react. He's back on his feet but it’s too late, you’ve determined to free yourself from that eternal purgatory.
]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Stab->Ending A9]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample8)]
|sample1)[(transition: "dissolve")[You lunge first, your muscles blazing as the pen sinks into the side of his neck. He howls, begging for mercy as he realizes he’s lost.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Stab->Ending A10]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[The bloodied pen wrestles free of the man’s neck, carving its way through the air before it plunges deep into his nape and releases a fountain of blood.]]
|sample2)[(transition: "dissolve")[The man doesn’t even scream as his body crashes to the floor, his shirt slick with red crimson.]]
|sample3)[(transition: "dissolve")[You hear a flurry of footsteps—alarms blaring—you have to finish this.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Stab->Ending A11]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[The pen thrusts again and again until the tip snaps off in a spray of ink, yet your arm still carries it deeper into his scalp.]]
|sample2)[(transition: "dissolve")[Blood and brain matter covers your skin, your hands, your pale-blue gown. You raise it high for the final blow, but a thousand icy hands engulf you, dragging you, ripping you away.]]
|sample3)[(transition: "dissolve")[It doesn’t matter. He is dead; you have won.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending A12]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[You don’t know how long it's been since you escaped. Days, weeks, months, years? It doesn’t matter, all you know is that you’re free. ]]
|sample2)[(transition: "dissolve")[The memories, the guilt, the nightmares, all gone.You are still locked away. You sit invariably, boxed within an immaculate, porcelain white cube, twenty feet in all directions, with only a skylight to illuminate your face. The walls are padded, your arms are bound, but your mind is of the voices, of the lies.]]
|sample3)[(transition: "dissolve")[There is nothing here but you, and that misshapen amalgam of plaster, string, and twine ten feet from every wall, perfectly lit within the light.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending A13]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[She sits upright within the center of your porcelain palace and looks into your glazed, lifeless eyes.]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Even in a world as twisted as ours, I’ll always be by your side.”]]]
|sample3)[(transition: "dissolve")[The doll grins.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Final Ending]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
|sample1)[(transition: "dissolve")[(css: "color: #009E60; font-size: 64px;")[The End?]]]
|sample2)[(transition: "dissolve")[(css: "font-size: 36px;")[[What if...I just forget everything...Therapy...wasn't so bad afterall...->Start]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“Claire, please.”]]]
|sample2)[(transition: "dissolve")[The cracking voice is pleading now.]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“I know what happened, that’s why you came here. Let go of that burden, be free.” ]]]
|sample4)[(transition: "dissolve")[You see your copy become irritated, lashing out violently.]]
|sample5)[(transition: "dissolve")[“How could you possibly know the truth, you know nothing, just like everyone else!”]]
|sample5)[(transition: "dissolve")[You almost agree. You were the one to blame, the one who pushed Joy off the ledge. Why is the voice fighting for you?]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending B2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample6)]
|sample1)[(transition: "dissolve")[The voice struggles against your mind, its echoes bobbing to the surface, wrestling against the current.]]
|sample2)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[ “I’ve told you since the beginning, Claire, I need you to remember. think into your past—”]]]
|sample3)[(transition: "dissolve")[The voice thrashes within your skull, drowning into your memories. You hear its distant echo surface, if only for a moment.]]
|sample4)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")[“—about what you were trying to do on that rooftop, to Joy.”]]]
|sample5)[(transition: "dissolve")[The answer is obvious, yet the question dominates you. Your head writhes and aches as it conjures that memory, your arm reaching out, Joy suspended in space, in time. You pause, the colors, sounds, and lights flooding your eyes, but something is different.]]
|sample6)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending B3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample6)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample8)]
|sample1)[(transition: "dissolve")[Joy stands across from you on the rooftop. Your voices’ freshly spent, the screams now transform into garbles, bitter overtures. Joy walks off to the edge, the spot, the haven the two of you snuck away to as children.]]
|sample2)[(transition: "dissolve")[Nostalgia rushes over as you recall those golden days and eternal nights. Days where you would spend hours laughing with Joy, the two of you cooking in the summer sun. Nights that you wished never ended, as you stared into an endless abyss of the star-studded sky.]]
|sample3)[(transition: "dissolve")[The sweet memories wash everything else away. You move towards Joy, the apology hanging to your lips, your body ready to relive those days of youthful bliss. Joy stands at the edge.]]
|sample4)[(transition: "dissolve")[She turns around, eyes your smile, and puts on that iconic grin, tears still running down her face. Then it happens. Joy loses her balance while she turns. Her smile evaporates, a panic shoots through her body. ]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending B4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample8)]
|sample1)[(transition: "dissolve")[You remember sprinting to the edge, hand outstretched. You go for her hand, grasp it, but it’s too late. Joy's fingers slip from yours, and her life is whisked away, forever.]]
|sample2)[(transition: "dissolve")[Tears well up in your eyes. You remember now, you truly remember everything. You were trying to save her. You failed.]]
|sample3)[(transition: "dissolve")[The voice is gone, its bearer washed away within the ocean of your mind. It's reverberance is all that remains]]
|sample4)[(transition: "dissolve")[“When you find the truth Claire, remember this: no matter how bitter it may be, it is yours and yours alone; you can only grow from accepting it.”]]
|sample5)[(transition: "dissolve")[ You look around, your vision coming back to you from the sea of tears spilling onto the ground. Your other self is gone. Within you, something’s presence has been lifted, but you can’t recall what it was.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending B5]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample8)]
|sample1)[(transition: "dissolve")[A moment passes, and you steel yourself, mustering the courage to crawl towards the edge. You know what you must do.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Sit on the Edge->Sitting on the edge]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample8)]
|sample1)[(transition: "dissolve")[You lie on the edge of the roof, a foreign wind sweeping your feet as they dangle off the sides, causing an uncorrupted, nostalgic sensation you thought was lost to time. You turn to your right, sitting right beside you, looking as radiant and vibrant as ever, is Joy.]]
|sample2)[(transition: "dissolve")[A million words flood your mouth, yet your lips only quiver. Joy chuckles at the sight of you.]]
|sample3)[(transition: "dissolve")[“Still the quiet one, I suppose.” Her words alleviate your worry, unshackle you from your guilt, your transgressions.]]
|sample4)[(transition: "dissolve")[Then your mouth goes free. You talk for hours. Sharing laughs, memories, and tears. ]]
|sample5)[(transition: "dissolve")[Before you know it, the abyss above turns to a burgeoning dawn.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending B6]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else-if: $transCounter is 6)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample8)]
|sample1)[(transition: "dissolve")[“I guess it's about time, then” Joy says dejectedly.]]
|sample2)[(transition: "dissolve")[You nod your head. A part of you wishes that this moment could last forever, but you know that it wouldn’t be right.]]
|sample3)[(transition: "dissolve")[This place is still a prison: no matter how pleasant your cell, it cannot substitute the freedom of reality.]]
|sample4)[(transition: "dissolve")[Joy stares at you, stuck in thought. Then, her mind concluded, she flashes you the biggest smile you've ever seen.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Gaze Onward->Ending B7]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5, ?sample8)]
|sample1)[(transition: "dissolve")[You share one last glance before your eyes trail off towards the orange sky.]]
|sample2)[(transition: "dissolve")[You feel light envelop you as the sun breaches the horizon, the burden you carried burned away as dawn approaches.]]
|sample3)[(transition: "dissolve")[The world beyond the house is slowly illuminated as the luminous glow reveals the colors of trees and foliage.]]
|sample4)[(transition: "dissolve")[Although you're uncertain of what reality brings, you feel prepared for whatever comes—your mind is unshackled from your past; your body is free to escape this illusion. ]]
|sample5)[(transition: "dissolve")[Those matters can wait for now. You smile, basking in the light of a new day.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Final Ending]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
](else-if: $transCounter is 6)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Wow, I didn’t think you had it in you, for a second-.”]]]
|sample2)[(transition: "dissolve")[The doll falls from your hand, falling through the ground, through space, until it is consumed by the void below. You feel a grin spread across your face.]]
|sample3)[(transition: "dissolve")[This is your reality. It is under your command.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending C2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 72px;")[“It seems you understand now.”]]]
|sample2)[(transition: "dissolve")[The cold static of the intercom suddenly explodes within the space between your ears, its tone now void of all emotion, each word drowning in static.]]
|sample3)[(transition: "dissolve")[You struggle to nod your head, aware that the voice is watching from somewhere, although not for much longer.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending C3]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 72px;")[“So, you know where it is that you are, what is this all for?”]]]
|sample2)[(transition: "dissolve")[You nod again. There’s a pause, with the monotone pulsating within your mind before he returns.]]
|sample3)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 72px;")[“If you know, then... why?"]]]
|sample4)[(transition: "dissolve")[What a terrible question. You decide to give him a demonstration.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Recreate Reality->Ending C4]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[The rooftop crumples inward, the sky sinks, and soon, the entire world collapses in on itself. Then, just as it disappears, reality is reborn.]]
|sample2)[(transition: "dissolve")[You wake up in your childhood bedroom, exactly as you remember. As you mozy out of bed, you hear Mom’s call from the kitchen.]]
|sample3)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“Claire, dear, could you hurry on down? Your breakfast is starting to get cold!”]]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending C5]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[You eagerly race to put on your clothes and rush down the stairs. You trip into the kitchen, where a platter of pancakes and bacon adorns the strawberry tablecloth.]]
|sample2)[(transition: "dissolve")[(css: "color: #00ccff; font-size: 36px;")[“Claire, dear, you have to start going to bed earlier! It isn’t healthy for girls your age to stay up so late!”]]]
|sample3)[(transition: "dissolve")[Mom scolds you.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending C6]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: #ff0000; font-size: 36px;")[“Come on, honey, don’t give Claire such a hard time, she’s wide awake, isn't that right, sweetie?”]]]
|sample2)[(transition: "dissolve")[You see your father sitting on the recliner in the family room. He flashes you a quick smile before returning to the morning newspaper.]]
|sample3)[(transition: "dissolve")[After finishing breakfast, you dash to the front door, excited to meet up with your best friend. Fortunately, she’s standing just outside the door, her iconic smile eagerly greeting you.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Ending C7]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample8)]
|sample1)[(transition: "dissolve")[(css: "color: ffe000; font-size: 36px;")[“What took you so long, Claire? Come on, we gotta hurry or else we're gonna be late!”]]]
|sample2)[(transition: "dissolve")[Joy’s hand envelops yours as you both bound the curb, racing towards the bus.]]
|sample3)[(transition: "dissolve")[Today is going to be a perfect day, you think to yourself, and the day after, and the day after that. Everyday will be a perfect one, in this new, beautiful world.]]
|sample8)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Continue->Final Ending]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample8)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample1, ?sample5)]
|sample1)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 72px;")["Tell me about yourself."]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px;")[[Next->The Beginning]]]]
|sample6)[(transition: "dissolve")[(css: "color: #c07eff; font-size: 36px;")["Tell me about yourself."]]]
{
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 2)[
(show: ?sample1)
]
(else-if: $transCounter is 3)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}
(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3)]
|sample1)[(transition: "dissolve")[You recognize the couch, the fireplace, the TV, and most immediately, the gilded portrait adorned to the wall.]]
|sample2)[(transition: "dissolve")[It's a perfect copy of one hanging in the family room of your old childhood home, with the exception that the subject of the horrible thing has been rendered completely unrecognizable.]]
|sample3)[(transition: "dissolve")[(css: "font-size: 36px;")[[Return->The Next Passage Post Doll]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The door stands ajar, but there is no room behind the doorway.]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Guess we can’t head back.”]]]
|sample3)[(transition: "dissolve")[The doll grins.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Not like we wanted to in the first place.”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Door Passage Post Door 2]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}(set: $transCounter to 1)\
(click: ?Page)[(show: ?sample2, ?sample3, ?sample4, ?sample5)]
|sample1)[(transition: "dissolve")[The door stands ajar, but there is no room behind the doorway.]]
|sample2)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Guess we can’t head back.”]]]
|sample3)[(transition: "dissolve")[The doll grins.]]
|sample4)[(transition: "dissolve")[(css: "color: #ff8127; font-size: 36px;")[“Not like we wanted to in the first place.”]]]
|sample5)[(transition: "dissolve")[(css: "font-size: 36px; padding-right: 20px;")[[Return->The Doors]]]]
{
(show: ?sample1)
(live: 3s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else-if: $transCounter is 5)[
(show: ?sample5)
]
(else:)[
(stop:)
]
]
}