Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_church_ripple_area_manager_Create_0

(view raw script w/o annotations or w/e)
1
active = true;
2
stepped = false;
3
init = 0;
4
kris = 0;
5
ralsei = 0;
6
susie = 0;
7
sustep = 0;
8
rastep = 0;
9
stepped[0] = 0;
10
stepped[1] = 0;
11
stepped[2] = 0;
12
if (layer_exists("DEBUG_BGCOLOR"))
13
    layer_set_visible("DEBUG_BGCOLOR", 0);
14
if (layer_exists("DEBUG_BGCOLOR"))
15
    layer_set_visible("DEBUG_BGCOLOR", 0);
16
if (layer_exists("FLOORTILES"))
17
    layer_set_visible("FLOORTILES", 1);
18
alwaysrip = false;
19
lightcon = -1;
20
global.flag[31 disable_loud_steps] = 1;
21
makefirstrip = true;
22
if (up_h() || down_h() || right_h() || left_h())
23
    makefirstrip = false;