Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_shop_animation_override_honeydew_bear_hand_deux

(view raw script w/o annotations or w/e)
1
function scr_shop_animation_override_honeydew_bear_hand_deux
scr_shop_animation_override_honeydew_bear_hand_deux

function scr_shop_animation_override_honeydew_bear_hand_deux() { if (sprite_index != spr_honeydew_bear_animation_hand_deux_shop) { sprite_index = spr_honeydew_bear_animation_hand_deux_shop; image_speed = 1/3; image_index = 0; } }
()
2
{
3
    if (sprite_index != spr_honeydew_bear_animation_hand_deux_shop)
4
    {
5
        sprite_index = spr_honeydew_bear_animation_hand_deux_shop;
6
        image_speed = 1/3;
7
        image_index = 0;
8
    }
9
}