Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_stresso_elevator_Step_0
(
view raw script w/o annotations or w/e
)
1
if (state == 0)
2
{
3
image_index = clamp(image_index, 55, 82)
4
if (image_index >= 82)
5
image_index = 55
6
}