Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_growtangle_Destroy_0

related scripts: Create_0Destroy_0 Draw_0Other_5Step_0Step_2

(view raw script w/o annotations or w/e)
1
if (customBox)
2
{
3
    d = instance_create(x, y, obj_battle_cleanup);
4
    d.custom_box_sprite = spr_custom_box;
5
    customBox = false;
6
}