Deltarune (Chapter 5) 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(
I do have one thing, though.
"I do have one thing, though.", "UNUSED_slash_UNUSED_gml_2_0_b"
);
4
    unused_1 = stringsetloc(
And that's memories.
"And that's memories.", "UNUSED_slash_UNUSED_gml_3_0_b"
);
5
    unused_2 = stringsetloc(
Memories of my life...
"Memories of my life...", "UNUSED_slash_UNUSED_gml_4_0_b"
);
6
    unused_3 = stringsetloc(
Maybe that's all I am at this point.
"Maybe that's all I am at this point.", "UNUSED_slash_UNUSED_gml_5_0_b"
);
7
    unused_4 = stringsetloc(
A collection of memory...
"A collection of memory...", "UNUSED_slash_UNUSED_gml_6_0_b"
);
8
    unused_5 = stringsetloc(
...
"...", "UNUSED_slash_UNUSED_gml_7_0_b"
);
9
    unused_6 = stringsetloc(
Then all I can do is... not forget, right?
"Then all I can do is... not forget, right?", "UNUSED_slash_UNUSED_gml_8_0"
);
10
    unused_7 = stringsetloc(
"Don't forget."
"\"Don't forget.\"", "UNUSED_slash_UNUSED_gml_9_0"
);
11
    unused_8 = stringsetloc(
I just have to keep telling myself that...
"I just have to keep telling myself that...", "UNUSED_slash_UNUSED_gml_10_0"
);
12
}