Deltarune (Chapter 2) script viewer

← back to main script listing

gml_RoomCC_room_dw_city_mice_2_Create

(view raw script w/o annotations or w/e)
1
extflag = "roulsBlock";
2
sprite_index = spr_npc_block;
3
image_xscale = 2;
4
image_yscale = 2;
5
visible = true;
6
scr_depth
scr_depth

function scr_depth() { depth = 100000 - ((y * 10) + (sprite_height * 10)); }
();
7
if (global.plot < 72)
8
    instance_destroy();