Undertale script viewer

← back to main script listing

gml_Object_obj_mainchara_KeyPress_85

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    if (global.flag[465 papyrus_and_undyne] == 0)
4
    {
5
        global.flag[465 papyrus_and_undyne] = 1;
6
        image_blend = c_blue;
7
    }
8
    else
9
    {
10
        global.flag[465 papyrus_and_undyne] = 0;
11
        image_blend = c_yellow;
12
    }
13
}