Undertale script viewer

← back to main script listing

gml_Object_obj_crossword_Step_0

(view raw script w/o annotations or w/e)
1
if (myinteract == 1)
2
{
3
    global.flag[254 interacted_crosswords] = 1;
4
    global.interact = 1;
5
    alarm[0] = 1;
gml_Object_obj_crossword_Alarm_0.gml

cross = 1; global.interact = 1; alarm[1] = 10;
6
    myinteract = 2;
7
}