Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_arena_Alarm_0

(view raw script w/o annotations or w/e)
1
con++;
2
if (con == 22)
3
{
4
    with (obj_fadeout)
5
        instance_destroy();
6
}