Undertale script viewer
← back to main script listing
gml_Object_obj_greydoor_Step_0
(
view raw script w/o annotations or w/e
)
1
if (myinteract == 1 && con == 0)
2
{
3
global.interact = 1;
4
con = 1;
5
event_user(9);
6
image_index = 1;
7
}