Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_scene_hospital_sideb_Create_0

(view raw script w/o annotations or w/e)
1
step = 0;
2
if (global.flag[915 snowgrave_plot] == 19)
3
{
4
    global.flag[928 creepy_steps] = 0;
5
    con = 1;
6
    global.flag[20 other_text_command] = 0;
7
    blackscreen = 
scr_marker
scr_marker

function
scr_marker(arg0, arg1, arg2)
{ thismarker = instance_create(arg0, arg1, obj_marker); with (thismarker) { sprite_index = arg2; image_speed = 0; } return thismarker; }
(-10, -10, spr_whitepx_10);
8
    blackscreen.image_blend = c_black;
9
    blackscreen.image_xscale = 100;
10
    blackscreen.image_yscale = 100;
11
}
12
else
13
{
14
    con = 0;
15
    instance_destroy();
16
}