Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_ob_checkertile_Create_0

(view raw script w/o annotations or w/e)
1
active = 0;
2
image_alpha = 0;
3
timer = 0;
4
damage = ceil(global.maxhp[1] / 6);
5
target = 3;
6
if (room == room_field_checkers4)
7
    x += 2;