Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_present_fallen_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
ball = -4;
3
4
clean_up = function()
5
{
6
    with (obj_homealone_present_fallen_ball)
7
        clean_up();
8
    instance_destroy();
9
};