Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_yellowlogo_Destroy_0

(view raw script w/o annotations or w/e)
1
if (!instance_exists(obj_transition))
2
{
3
    if (!instance_exists(obj_transition))
4
    {
5
        trn = instance_create(x, y, obj_transition)
6
        trn.newRoom = 13
7
        trn.xx = 160
8
        trn.yy = 170
9
    }
10
}