Undertale script viewer

← back to main script listing

gml_Object_obj_mainchara_KeyPress_121

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    global.interact = 0;
4
    if (global.phasing == 0)
5
        global.phasing = 1;
6
    else
7
        global.phasing = 0;
8
}