Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_intro_clover_slide_10_Step_0
(view raw script w/o annotations or w/e)
| 1 |
if (effects == true) |
| 2 |
{ |
| 3 |
if (y > clover_y_end) |
| 4 |
{ |
| 5 |
y -= y_increase; |
| 6 |
if (y < clover_y_end) |
| 7 |
y = clover_y_end; |
| 8 |
} |
| 9 |
} |