Undertale script viewer

← back to main script listing

gml_Object_obj_flychara_placeholder_Step_0

(view raw script w/o annotations or w/e)
1
if (obj_time.left)
2
    x -= 4;
3
if (obj_time.right)
4
    x += 4;