Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_battle_fighting_yellow_final_Other_7

related scripts: Alarm_1Alarm_2Alarm_3Create_0Destroy_0Draw_0Other_11Other_12Other_25Other_5Other_7 Step_0Step_2

(view raw script w/o annotations or w/e)
1
if (sprite_index == spr_heart_yellow_ready)
2
{
3
    sprite_index = spr_heart_yellow_hold;
4
    image_index = 0;
5
    image_speed = 1;
6
}
7
if (sprite_index == spr_heart_yellow_shoot)
8
{
9
    sprite_index = spr_heart_yellow_up;
10
    image_index = 0;
11
    image_speed = 0;
12
}