Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Transcripts:Uncosm: Difference between revisions

From Corru Observer Wiki
Content added Content deleted
(tiny transcript page but whatever)
 
(added nonono to transcript)
 
Line 1: Line 1:
[[Category:Transcripts]]
[[Category:Transcripts]]
{{Navbox/Transcripts}}<references />
{{Navbox/Transcripts}}<references />
= Moth Comment =
= Uncosm =
== Moth Comment ==
<syntaxhighlight lang="javascript" line=1>
<syntaxhighlight lang="javascript" line=1>
return "the readout here is like... complete nonsense. is there even anything you can interact with? does it hurt?"
return "the readout here is like... complete nonsense. is there even anything you can interact with? does it hurt?"
</syntaxhighlight>
= NO NO NO NO =
<syntaxhighlight lang="javascript" line=1>
setTimeout(()=>{
if(page.dialoguePrefix == "localuncosmno") {
play('criticalError', 1)
MUI("off"); MUI("prohibit")
flash(true)
readoutAdd({message: `WARNING::'data overload';'retracing';'last coherent position'`, name:"sys"})
setTimeout(()=>{ moveTo("/local/depths/"); MUI("deprohibit"); flash(false); cutscene(false) }, 1000)
}
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 11:25, 22 January 2024



Uncosm

Moth Comment

    return "the readout here is like... complete nonsense. is there even anything you can interact with? does it hurt?"

NO NO NO NO

    setTimeout(()=>{
        if(page.dialoguePrefix == "localuncosmno") {
            play('criticalError', 1)
            MUI("off"); MUI("prohibit") 
            flash(true)
            readoutAdd({message: `WARNING::'data overload';'retracing';'last coherent position'`, name:"sys"})
            setTimeout(()=>{ moveTo("/local/depths/"); MUI("deprohibit"); flash(false); cutscene(false) }, 1000)
        }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.