Undertale script viewer
← back to main script listing
gml_Script_ossafe_game_end
(
view raw script w/o annotations or w/e
)
1
if (global.osflavor <= 2)
2
game_end();
3
else
4
game_restart();