Undertale script viewer

← back to main script listing

gml_Object_obj_mettheart_burst_Alarm_1

(view raw script w/o annotations or w/e)
1
hdist = distance_to_point(homex - 5, homey);
2
hdir = point_direction(x, y, homex - 5, homey);
3
speed = hdist / 5;
4
direction = hdir;