Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_growtangle_CleanUp_0

(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
}