Deltarune script viewer

← back to main script listing

gml_Object_obj_mouseballoon_pillar_release_Create_0

(view raw script w/o annotations or w/e)
1
myinteract = 0;
2
timer = 0;
3
con = 0;
4
completed = 0;
5
pillarid = -1;
6
ballooncon = 0;
7
myballoon = 999;
8
fakeballoony = 0;
9
krismade = 0;
10
depth = 900000;
11
scr_darksize
scr_darksize

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