Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_action_end_game
(
view raw script w/o annotations or w/e
)
1
function action_end_game()
2
{
3
game_end();
4
}