Undertale script viewer

← back to main script listing

gml_Object_obj_shootguy_Alarm_2

(view raw script w/o annotations or w/e)
1
with (obj_blackbox_o)
2
{
3
    instance_create(x + 10, y + 10, obj_blackbox_o_shatter);
4
    instance_destroy();
5
}