Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_omawaroid_vaccine_Collision_obj_viro_invaderbullet
(
view raw script w/o annotations or w/e
)
1
if (other.active)
2
{
3
with (other)
4
instance_destroy();
5
}