Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_yellow_shot_blast_collider_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
alarm[0] = 1;
gml_Object_obj_heart_yellow_shot_blast_collider_Alarm_0.gml

if (live_call()) return global.live_result; instance_destroy();
4
can_grow = false;
5
image_xscale = 640;
6
if (instance_exists(obj_heart_yellow_shot_blast))
7
    image_angle = obj_heart_yellow_shot_blast.image_angle;