Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_statue_Collision_obj_hand_collision

(view raw script w/o annotations or w/e)
1
if (act == 0 && !obj_mike_controller.battle_active)
2
{
3
    act = 1;
4
    timer = 0;
5
    with (other)
6
        instance_destroy();
7
}