Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_instance_create

(view raw script w/o annotations or w/e)
1
function instance_create(arg0, arg1, arg2)
2
{
3
    var myDepth = object_get_depth(arg2);
4
    return instance_create_depth(arg0, arg1, myDepth, arg2);
5
}