Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dunes_10_pebbles_fall_Alarm_0

(view raw script w/o annotations or w/e)
1
if (image_alpha > 0)
2
    image_alpha -= 0.1
3
else
4
    instance_destroy()
5
alarm[0] = 5
alarm[0]

if (image_alpha > 0) image_alpha -= 0.1 else instance_destroy() alarm[0] = 5