Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_hazard_Destroy_0

(view raw script w/o annotations or w/e)
1
if (mysolid != 0)
2
{
3
    with (mysolid)
4
        instance_destroy();
5
}