Undertale script viewer

← back to main script listing

gml_Object_obj_stalkerflowey_Step_0

(view raw script w/o annotations or w/e)
1
scr_depth
scr_depth

depth = 50000 - ((y * 10) + (sprite_height * 10));
(0, 0, 0, 0, 0);
2
script_execute(scr_onscreen, 37, 18);
3
if (onscreen == 1)
4
{
5
    if (alarm[0] == -1)
6
        alarm[0] = 1;
7
}