Undertale script viewer

← back to main script listing

gml_Object_obj_6knife_act_Collision_1631

(view raw script w/o annotations or w/e)
1
if (other.type == 0)
2
{
3
    with (other.id)
4
        instance_destroy();
5
}