Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_action_kill_object

(view raw script w/o annotations or w/e)
1
function action_kill_object()
2
{
3
    instance_destroy();
4
}