Undertale script viewer
← back to main script listing
gml_Object_obj_superdrophole_Create_0
(view raw script w/o annotations or w/e)
|
1
|
myinteract = 0;
|
|
2
|
image_xscale = 1;
|
|
3
|
image_yscale = 1;
|
|
4
|
image_speed = 0;
|
|
5
|
touched = 0;
|
|
6
|
if (y < 60)
|
|
7
|
y += 2;
|
|
8
|
sd_noise = 0;
|