Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_rhythmgame_editor_Other_15

(view raw script w/o annotations or w/e)
1
if (paused)
2
{
3
    with (obj_rhythmgame_editor_note_node)
4
        instance_destroy();
5
    pauseinit = false;
6
    erasecon = 0;
7
}