Undertale script viewer

← back to main script listing

gml_Object_obj_papstove_Collision_1576

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_kitchenchecker))
2
{
3
    if (obj_kitchenchecker.level == 1 || obj_kitchenchecker.level == 0)
4
    {
5
        with (obj_mainchara)
6
        {
7
            x = xprevious;
8
            y = yprevious;
9
            moving = 0;
10
        }
11
    }
12
}