Undertale script viewer

← back to main script listing

gml_Object_obj_flowey_master_KeyPress_16

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