Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dustpile_Alarm_0

(view raw script w/o annotations or w/e)
1
if (bust == 0)
2
{
3
    instance_create(x + 60, y + 20, obj_dustball);
4
    alarm[0]
 = 10;
gml_Object_obj_dustpile_Alarm_0.gml

if (bust == 0) { instance_create(x + 60, y + 20, obj_dustball); alarm[0]
 = 10;
}
5
}