Deltarune script viewer

← back to main script listing

gml_Object_obj_carcutscene_ch1_Alarm_5

(view raw script w/o annotations or w/e)
1
global.typer = 8;
2
global.msg[0] = 
* Kris...Delay 11 It is a beautiful day today,Delay 11 is it not?Delay 55Close Message
scr_84_get_lang_string_ch1
scr_84_get_lang_string_ch1

function scr_84_get_lang_string_ch1(arg0) { return ds_map_find_value(global.lang_map, arg0); }
("obj_carcutscene_slash_Alarm_5_gml_2_0")
;
3
global.msg[1] = 
* I hope it stays this way when ASRIEL visits next week.Delay 55Close Message
scr_84_get_lang_string_ch1
scr_84_get_lang_string_ch1

function scr_84_get_lang_string_ch1(arg0) { return ds_map_find_value(global.lang_map, arg0); }
("obj_carcutscene_slash_Alarm_5_gml_3_0")
;
4
global.msg[2] = 
* But I wonder...Delay 11
* After the excitement of university...Delay 55Close Message
scr_84_get_lang_string_ch1
scr_84_get_lang_string_ch1

function scr_84_get_lang_string_ch1(arg0) { return ds_map_find_value(global.lang_map, arg0); }
("obj_carcutscene_slash_Alarm_5_gml_4_0")
;
5
global.msg[3] = 
* Will he still enjoy coming home to this little town...? Delay 99 Delay 99Close MessageClose Message
scr_84_get_lang_string_ch1
scr_84_get_lang_string_ch1

function scr_84_get_lang_string_ch1(arg0) { return ds_map_find_value(global.lang_map, arg0); }
("obj_carcutscene_slash_Alarm_5_gml_5_0")
;
6
myd = instance_create_ch1(__view_get(e__VW.XView, 0) + 40, __view_get(e__VW.YView, 0) + 40, obj_writer_ch1);
7
with (myd)
8
    skippable = 0;
9
with (myd)
10
    persistent = 1;
11
dhaver = 1;
12
13
enum e__VW
14
{
15
    XView,
16
    YView,
17
    WView,
18
    HView,
19
    Angle,
20
    HBorder,
21
    VBorder,
22
    HSpeed,
23
    VSpeed,
24
    Object,
25
    Visible,
26
    XPort,
27
    YPort,
28
    WPort,
29
    HPort,
30
    Camera,
31
    SurfaceID
32
}