Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_orangeheart_CleanUp_0

related scripts: CleanUp_0 Create_0Destroy_0Draw_0Step_0Step_2

(view raw script w/o annotations or w/e)
1
if (loop_sound != -1)
2
    snd_stop(loop_sound);
3
with (obj_afterimage)
4
    instance_destroy();
5
with (obj_marker)
6
    instance_destroy();