Undertale script viewer

← back to main script listing

gml_Object_obj_mettstick_Other_11

(view raw script w/o annotations or w/e)
1
xamt = (o.x + 4) - x;
2
rotspeed += floor(xamt / 6);
3
with (o)
4
    instance_destroy();