Undertale script viewer

← back to main script listing

gml_Object_obj_crossword_Create_0

(view raw script w/o annotations or w/e)
1
myinteract = 0;
2
image_xscale = 1;
3
image_yscale = 1;
4
cross = 0;
5
cancel = 0;
6
nightmare = 0;
7
if (ossafe_file_exists("undertale.ini"))
8
{
9
    if (global.flag[5 fun] == 56 || global.flag[5 fun] == 57)
10
    {
11
        ossafe_ini_open("undertale.ini");
12
        fn = ini_read_real("General", "fun", 0);
13
        if (fn == 56 || fn == 57)
14
            nightmare = 1;
15
        ossafe_ini_close();
16
    }
17
}