Deltarune (Chapter 1) script viewer

← back to main script listing

gml_GlobalScript_game_restart_true

(view raw script w/o annotations or w/e)
1
function game_restart_true()
2
{
3
    snd_free_all();
4
    game_restart();
5
}