Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_chem_05_door_Other_10

(view raw script w/o annotations or w/e)
1
var trn = instance_create(x, y, obj_doorway);
2
with (trn)
3
{
4
    image_xscale = other.image_xscale;
5
    image_yscale = other.image_yscale;
6
    nextroom = 199;
7
    xx = 480;
8
    yy = 300;
9
}