Deltarune (Chapter 2) 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(
No one can hear me, can they...?
"No one can hear me, can they...?", "UNUSED_slash_UNUSED_gml_1_0"
);
4
    unused_1 = stringsetloc(
...
"...", "UNUSED_slash_UNUSED_gml_2_0"
);
5
    unused_2 = stringsetloc(
I guess not.
"I guess not.", "UNUSED_slash_UNUSED_gml_3_0"
);
6
    unused_3 = stringsetloc(
To be honest, I'm not even sure if I can hear myself.
"To be honest, I'm not even sure if I can hear myself.", "UNUSED_slash_UNUSED_gml_4_0"
);
7
    unused_4 = stringsetloc(
It's so quiet here...
"It's so quiet here...", "UNUSED_slash_UNUSED_gml_5_0"
);
8
    unused_5 = stringsetloc(
... and yet, sometimes,
"... and yet, sometimes,", "UNUSED_slash_UNUSED_gml_6_0"
);
9
    unused_6 = stringsetloc(
I swear I hear something...
"I swear I hear something...", "UNUSED_slash_UNUSED_gml_7_0"
);
10
    unused_7 = stringsetloc(
Something like... scratching?
"Something like... scratching?", "UNUSED_slash_UNUSED_gml_8_0"
);
11
}