Undertale script viewer

← back to main script listing

gml_Script_scr_blueat

(view raw script w/o annotations or w/e)
1
if (abs(obj_heart.xprevious - obj_heart.x) > 0.01 || abs(obj_heart.yprevious - obj_heart.y) > 0.01)
2
    return 1;
3
else
4
    return 0;