Deltarune script viewer

← back to main script listing

gml_Object_obj_mouseballoon_pillar_Create_0

(view raw script w/o annotations or w/e)
1
myinteract = 0;
2
timer = 0;
3
con = 0;
4
completed = 0;
5
micerequired = 1;
6
pillarid = -1;
7
depth = 900000;
8
scr_darksize
scr_darksize

function scr_darksize(arg0) { inst = arg0; inst.image_xscale = 2; inst.image_yscale = 2; }
(id);