Undertale script viewer
← back to main script listing
gml_Object_obj_tileguytileparent_Step_2
(
view raw script w/o annotations or w/e
)
1
if (grey == 1)
2
{
3
image_speed = 0.25;
4
if (image_index >= 2.5)
5
image_index = 3;
6
}