Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dalv_boards_Step_0

(view raw script w/o annotations or w/e)
1
if instance_exists(obj_dalv3)
2
{
3
    if (global.flag[21 Hurt Dalv during battle?] == false)
4
    {
5
        if (obj_dalv3.image_index >= 18)
6
            image_speed = (1/3)
7
    }
8
    else if (obj_dalv3.image_index >= 23)
9
        image_speed = (1/3)
10
}