Undertale script viewer

← back to main script listing

gml_Object_obj_strongpunch_Step_0

(view raw script w/o annotations or w/e)
1
x -= 2;
2
y -= 2;
3
x += random(4);
4
y += random(4);