Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_drgatetop_Destroy_0

(view raw script w/o annotations or w/e)
1
dor = instance_create(140, 400, obj_doorway)
2
with (dor)
3
{
4
    nextroom = 26
5
    xx = 960
6
    yy = 145
7
    image_xscale = 2.5
8
    image_yscale = 1.5
9
}