Undertale script viewer

← back to main script listing

gml_Object_obj_mandogbody_Step_0

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_womandogbody))
2
    image_speed = 0.125;
3
else
4
    image_speed = 0;
5
if (image_index == 0)
6
{
7
    if (depth == 10)
8
        depth = 9;
9
    else
10
        depth = 10;
11
}