Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_shop_animation_override_honeydew_bear_hand

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

function scr_shop_animation_override_honeydew_bear_hand() //gml_Script_scr_shop_animation_override_honeydew_bear_hand { if (sprite_index != spr_honeydew_bear_animation_hand_shop) { sprite_index = spr_honeydew_bear_animation_hand_shop image_speed = (1/3) image_index = 0 } }
() //gml_Script_scr_shop_animation_override_honeydew_bear_hand
2
{
3
    if (sprite_index != spr_honeydew_bear_animation_hand_shop)
4
    {
5
        sprite_index = spr_honeydew_bear_animation_hand_shop
6
        image_speed = (1/3)
7
        image_index = 0
8
    }
9
}