Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_macro_froggit_head_Step_0

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_macro_froggit_body) && obj_macro_froggit_body.sprite_index == spr_macro_froggit_body)
2
    image_alpha = obj_macro_froggit_body.image_alpha
3
else
4
{
5
    image_alpha = 0
6
    return;
7
}