Undertale script viewer

← back to main script listing

gml_Object_obj_shotguy_Collision_1244

(view raw script w/o annotations or w/e)
1
with (other.id)
2
{
3
    instance_create(x + 10, y + 10, obj_blackbox_o_shatter);
4
    instance_destroy();
5
}
6
with (obj_shootguy)
7
    event_user(4);
8
instance_destroy();