<audio id="bgm" src="bgsound.mp3" autoplay></audio>
(font: "monospace")+(text-size: 2)[Nothingness surrounds you.]
(if: $clue1 is not true)[
(font: "monospace")+(text-size: 2)[There is no escape.]
(font: "monospace")+(text-size: 2)[Only void...]
|secretlink>[ ]
(click: ?secretlink)[(go-to: "error A2")]
(live: 10s)[
(go-to: "Voice")
]
]
(else:)[
(font: "monospace")+(text-size: 2)[There is ](font: "monospace")+(text-size: 2)+(color: "red")[NO ESCAPE]
(live: 4s)[
(go-to: "Voice")
]
]
=><=
(font: "monospace")+(text-size: 2)+(color: "red")[ERROR: A2]
(font: "monospace")+(text-size: 1)[Returning to starting sequence in...]
(set: $clue1 to true)
{
(set: $counter to 5)
=><=
(font: "monospace")+(text-size: 1)[
|countdown>[(print: $counter)]
]
(live: 1s)[
(set: $counter to it - 1)
(if: $counter >= 0)[
(replace: ?countdown)[(print: $counter)]
]
(else:)[
(go-to: "Wake up")
]
]
}
<audio id="bgm" src="glitch_sound.mp3" autoplay></audio>
(font: "monospace")+(text-size: 3)+(color: "blue")[For best experience,]
(font: "monospace")+(text-size: 3)+(color: "blue")[sound is recommended.]
(font: "monospace")+(text-size: 4)[[Begin->Wake up]]
(set: $clue1 to false)
<audio id="bgm" src="bgsound.mp3" autoplay></audio>
(if: $clue1 is not true)[
(font: "monospace")+(text-size: 2)[You attempt to speak, ]
(font: "monospace")+(text-size: 2)[but nothing seems to come out...]
(live: 8s)[
(go-to: "Friend 1")
]
]
(else:)[
(font: "monospace")+(text-size: 2)[You attempt to speak, ]
(font: "monospace")+(text-size: 2)[but only manage to produce a singular, incoherent sound...]
(live: 3s)[
<audio src="creepyvoice1.mp3" autoplay></audio>
(stop:)
]
(live: 11s)[
(go-to: "Friend 1")
]
]<audio id="bgm" src="bgsound.mp3" autoplay></audio>
(if: $clue1 is not true)[
(font: "Courier")+(text-size: 1.5)[
(color: "green")["Who's there?"] (font: "monospace")[- says a quiet voice.]
(font: "monospace")[...]
(font: "monospace")[... ...]
(font: "monospace")[You attempt to reply, but yet again, nothing comes out.]
]
(live: 8s)[(go-to: "Friend 2")]
]
(else:)[
(font: "Courier")+(text-size: 1.5)[
(color: "green")["W..ho...oo's th..the..re?!"] (font: "monospace")[- says a scared voice.]
(font: "monospace")[...]
(font: "monospace")[^#* #@( ...?!?]
(font: "monospace")[You attempt to reply, but something seems to stop you this time.]
]
(live: 8s)[(go-to: "Friend 2")]
]
<audio id="bgm" src="bgsound.mp3" autoplay></audio>
(if: $insight is true)[
(font: "Courier")+(text-size: 1.5)[
(color: "red")["..."] (font: "monospace")[the voice said nothing, and yet... ]
(color: "green")["PLEE..ASE D..DON'T DO THAT AGAIN! "] (font: "monospace")[- yelps a scared voice]
(color: "green")["..."]
(color: "green")["It's already dark, and scary in here..."]
(color: "green")["...and we don't even know who or what you are!"]
(live: 8s)[(go-to: "Your Name")]
]
]
(else:)[
(if: $clue1 is not true)[
(font: "Courier")+(text-size: 1.5)[
(color: "red")["Another one..."] (font: "monospace")[- says a different voice, with a seemingly disinterested tone.]
(font: "monospace")[...]
(font: "monospace")[... ...]
(color: "red")["Don't bother."] (font: "monospace")[- says the same voice.]
(font: "monospace")[... ... ...]
(color: "green")["No need to be so rude, we've only met... this..."]
(color: "green")["this..."]
(color: "green")["Uhmm... who are you?"] (font: "monospace")[- says a quiet voice, with a bit of hesitation]
(live: 13s)[(go-to: "Your Name")]
]
]
(else:)[
(font: "Courier")+(text-size: 1.4)[
(color: "red")["Interesting. You've caught on fast."] (font: "monospace")[- says a different voice, with a hint of admiration]
(font: "monospace")[*($! ^&%&@"!]
(color: "red")["Stop."] (font: "monospace")[- says the same promptly voice, as though [[worried]] about something.]
(font: "monospace")[... ...]
(color: "green")["Ple..ee..ase d..don't do that again! "] (font: "monospace")[- says a scared voice]
(color: "green")["It's already dark, and scary in here..."]
(color: "green")["and we don't even know who or what you are!"]
(live: 16s)[(go-to: "Your Name")]
]
]
](set: $insight to true)
<audio id="bgm" src="secret.mp3" autoplay></audio>
(font: "monospace")+(text-size: 2)[...it seems the voice wants to say something more, but won't just yet...]
(font: "monospace")+(text-size: 2)[there may be an ] (font: "monospace")+(text-size: 2)+(color: "red")[''underlying ''](font: "monospace")+(text-size: 2) [meaning to what it says...]
(live: 6s)[(go-to: "Friend 2")](font: "monospace")+(text-size: 2)[What is your name?]
(input-box: bind $name, "", 1)
(if: $name is "")[
(set: $name to "Nameless")
]
[[Confirm->Reaction to Name]]Hello, $name!
End of Test, [[Replay? ->Start]]