Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_chefs_100pts_Step_0

(view raw script w/o annotations or w/e)
1
if (sprite_index == spr_chefs_plus2 && i_ex(obj_chefs_scoretxt))
2
{
3
    with (obj_chefs_scoretxt)
4
    {
5
        if (red)
6
        {
7
            with (other)
8
                instance_destroy();
9
        }
10
    }
11
}