Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_churchc_pretitan_Create_0

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

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
7
{
8
    if (keyboard_check(ord("P")))
9
    {
10
    }
11
}