Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_waterfall_background_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
x += obj_raft_cutscene.scroll_speed
4
var wid = sprite_width
5
if (x < (0 - wid))
6
    x = room_width - wid