Deltarune 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
room_goto(
room_restart_true
);
5
}