Undertale script viewer
← back to main script listing
gml_Object_obj_time_Step_2
(
view raw script w/o annotations or w/e
)
1
if (canquit == 1)
2
{
3
if (quit > 20)
4
{
5
if (global.osflavor <= 2)
6
game_end();
7
}
8
}