Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_tutorial_arrows_yellow_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
alarm[0] = 120;
gml_Object_obj_heart_tutorial_arrows_yellow_Alarm_0.gml

if (image_alpha == 0) { image_alpha = 1; alarm[0] = 15; } else if (image_alpha == 1) { image_alpha = 0; alarm[0] = 5; }
3
heart_x_default = obj_heart_battle_fighting_parent.x;
4
heart_y_default = obj_heart_battle_fighting_parent.y;