Deltarune (Chapter 1) script viewer
← back to main script listing
gml_GlobalScript_ossafe_game_end
(
view raw script w/o annotations or w/e
)
1
function ossafe_game_end()
2
{
3
if (!global.is_console)
4
game_end();
5
else
6
game_restart();
7
}