Undertale script viewer

← back to main script listing

gml_Object_obj_mainchara_KeyPress_33

(view raw script w/o annotations or w/e)
1
if (global.debug == 1 && instance_exists(obj_encountererparent))
2
{
3
    with (obj_encountererparent)
4
        steps += 100;
5
}