Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_chefs_stackbox_Step_0

(view raw script w/o annotations or w/e)
1
if (obj_chefs_game.gameover)
2
{
3
    speed = 0;
4
    exit;
5
}
6
if (bbox_top >= (room_height + (stack_height * 30)))
7
    instance_destroy();