Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_dw_dogplatforming_Create_0

related scripts: Create_0 Draw_0Step_0

(view raw script w/o annotations or w/e)
1
layer_set_visible("DEBUG_ASSETS", 0);
2
con = 0;
3
timer = 0;
4
init = 0;
5
climbcon = 0;
6
PROGRESS_FLAG = 1867;
7
_TROLL_BIT = 0;
8
_DISARM_BIT = 1;
9
10
set_trolled = function()
11
{
12
    scr_flag_set_ext(PROGRESS_FLAG, _TROLL_BIT, 1);
13
};
14
15
reset_cooldown = 0;