Undertale script viewer
← back to main script listing
gml_Object_obj_storagemenu_Alarm_0
(view raw script w/o annotations or w/e)
1 |
if (j == 1) |
2 |
{ |
3 |
global.menuno = 6; |
4 |
global.interact = 5; |
5 |
} |
6 |
if (j == 2) |
7 |
{ |
8 |
global.menuno = 7; |
9 |
global.interact = 5; |
10 |
} |
11 |
instance_destroy(); |