Undertale script viewer

← back to main script listing

gml_Object_obj_movedogearms_Step_0

(view raw script w/o annotations or w/e)
1
a += 1;
2
if (sin(a / 4.5) > 0)
3
    y += 0.8;
4
else
5
    y -= 0.8;