Undertale script viewer

← back to main script listing

gml_Object_obj_shopmouth1_Step_0

(view raw script w/o annotations or w/e)
1
d = 0;
2
if (instance_exists(OBJ_WRITER))
3
{
4
    if (OBJ_WRITER.halt == 0)
5
    {
6
        d = 1;
7
        image_speed = 0.2;
8
    }
9
}
10
if (d == 0)
11
{
12
    image_speed = 0;
13
    image_index = 0;
14
}