Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_churchb_ripple1_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
con = 0;
3
layer_set_visible("DEBUG_BGCOLOR", 0);
4
layer_set_visible("WALLTILES", 0);
5
layer_set_visible("FLOORTILES", 1);
6
if (
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
7
{
8
    if (keyboard_check(ord("W")))
9
    {
10
        if (keyboard_check_pressed(ord("V")))
11
        {
12
        }
13
    }
14
}
15
rippleareamanager = instance_create(0, 0, obj_church_ripple_area_manager);
16
rippleareamanager.alwaysrip = true;
17
makerip = false;
18
makerip2 = false;
19
makerip3 = false;
20
instance_create(x, y, obj_dw_church_fog);
21
window = [];
22
windinit = 0;
23
ripindex = 0;
24
ripcount = 0;