Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ch4_PDC03_choir_song_Alarm_5

(view raw script w/o annotations or w/e)
1
song_started = true;
2
global.typer = 41;
3
global.msg[0] = stringsetloc(
Heaven knows
Delay 66the story that we've born
Delay 44from our hearts Delay 22Close Message
"Heaven knows^6&the story that we've born^4&from our hearts^2 %", "obj_ch4_PDC03_choir_song_slash_Alarm_5_gml_6_0"
);
4
global.msg[1] = stringsetloc(
Of the shadows cutting deep
Delay 22and the heroes that save us Delay 44Close Message
"Of the shadows cutting deep^2&and the heroes that save us^4 %", "obj_ch4_PDC03_choir_song_slash_Alarm_5_gml_7_0"
);
5
global.msg[2] = stringsetloc(
Heaven knows
Delay 44The beauty of the soul
Delay 44and we weep Delay 44Close Message
"Heaven knows^4&The beauty of the soul^4&and we weep^4 %", "obj_ch4_PDC03_choir_song_slash_Alarm_5_gml_8_0"
);
6
global.msg[3] = stringsetloc(
To the majesty and
Delay 44pray we not forget
Delay 66the tale of DELTARUNE ^Delay 999 Delay 22Close MessageClose Message
"To the majesty and^4&pray we not forget^6&the tale of DELTARUNE ^9^9^2 %%", "obj_ch4_PDC03_choir_song_slash_Alarm_5_gml_9_0"
);
7
myd = instance_create(__view_get(e__VW.XView, 0) + 40, __view_get(e__VW.YView, 0) + 40, obj_writer);
8
with (myd)
9
    skippable = 0;
10
dhaver = 1;
11
timer = 0;
12
if (global.lang == "ja")
13
    myd.rate = 6;
14
15
enum e__VW
16
{
17
    XView,
18
    YView,
19
    WView,
20
    HView,
21
    Angle,
22
    HBorder,
23
    VBorder,
24
    HSpeed,
25
    VSpeed,
26
    Object,
27
    Visible,
28
    XPort,
29
    YPort,
30
    WPort,
31
    HPort,
32
    Camera,
33
    SurfaceID
34
}