Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_saloon_beverage_Step_0

(view raw script w/o annotations or w/e)
1
bottle_y_speed_current = clamp(bottle_y_speed_current - bottle_y_speed_decr, 0, 999);
2
y -= bottle_y_speed_current;