Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_gms_debug_failsafe_Step_0

(view raw script w/o annotations or w/e)
1
if (!debug_mode || ++x > (xstart + 3))
2
{
3
    instance_destroy();
4
    room_goto_next();
5
}