Undertale script viewer

← back to main script listing

gml_Object_obj_greydoor_Create_0

(view raw script w/o annotations or w/e)
1
myinteract = 0;
2
touched = 0;
3
ch = choose(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
4
if (ch != 4)
5
    instance_destroy();
6
con = 0;
7
image_speed = 0;