Deltarune script viewer
← back to main script listing
gml_GlobalScript_game_restart_true_ch1
(
view raw script w/o annotations or w/e
)
1
function game_restart_true_ch1()
2
{
3
snd_free_all_ch1();
4
room_goto(
room_restart_true
);
5
}