Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_statue_cat_Step_0

(view raw script w/o annotations or w/e)
1
if (act == 1)
2
{
3
    image_alpha -= 0.1;
4
    if (image_alpha <= 0)
5
    {
6
        with (mycollider)
7
            instance_destroy();
8
        instance_destroy();
9
    }
10
}