Undertale script viewer

← back to main script listing

gml_Object_obj_transheart_Step_0

(view raw script w/o annotations or w/e)
1
if (abs(x - mychoicex) < speed && abs(y - mychoicey) < speed)
2
{
3
    x = mychoicex;
4
    y = mychoicey;
5
    speed = 0;
6
}