Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_martlet_final_body_intro_Other_7

related scripts: Create_0Destroy_0Draw_0Draw_73Other_7 Other_76Step_2

(view raw script w/o annotations or w/e)
1
if (sprite_index == spr_martlet_final_intro_2)
2
{
3
    sprite_index = spr_martlet_final_intro_3;
4
    image_index = 0;
5
    image_speed = 0;
6
}