Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_gmlive_Create_0

(view raw script w/o annotations or w/e)
1
if (instance_number(obj_gmlive) > 1)
2
{
3
    var first = instance_find(obj_gmlive, 0)
4
    if (id != first)
5
    {
6
        instance_destroy()
7
        return;
8
    }
9
}
10
live_init(1, "http://localhost:5100", "")