Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_UNUSED

(view raw script w/o annotations or w/e)
1
function UNUSED()
2
{
3
    unused_0 = stringsetloc(
What is this place, anyway...?
"What is this place, anyway...?", "UNUSED_slash_UNUSED_gml_2_0_b"
);
4
    unused_1 = stringsetloc(
How did I get here?
"How did I get here?", "UNUSED_slash_UNUSED_gml_3_0_b"
);
5
    unused_2 = stringsetloc(
... as if I haven't asked that question a billion times already.
"... as if I haven't asked that question a billion times already.", "UNUSED_slash_UNUSED_gml_4_0_b"
);
6
    unused_3 = stringsetloc(
I...
"I...", "UNUSED_slash_UNUSED_gml_5_0_b"
);
7
    unused_4 = stringsetloc(
I always did have that nightmare.
"I always did have that nightmare.", "UNUSED_slash_UNUSED_gml_6_0_b"
);
8
    unused_5 = stringsetloc(
Walking into the darkness,
"Walking into the darkness,", "UNUSED_slash_UNUSED_gml_7_0_b"
);
9
    unused_6 = stringsetloc(
With the light shining from the doorway...
"With the light shining from the doorway...", "UNUSED_slash_UNUSED_gml_8_0_b"
);
10
    unused_7 = stringsetloc(
Then the door slams behind me.
"Then the door slams behind me.", "UNUSED_slash_UNUSED_gml_9_0"
);
11
    unused_8 = stringsetloc(
And everything goes black.
"And everything goes black.", "UNUSED_slash_UNUSED_gml_10_0"
);
12
    unused_9 = stringsetloc(
... is this that nightmare?
"... is this that nightmare?", "UNUSED_slash_UNUSED_gml_11_0"
);
13
    unused_10 = stringsetloc(
... or was everything else a dream?
"... or was everything else a dream?", "UNUSED_slash_UNUSED_gml_12_0"
);
14
}