Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_rodney_head_hotland_Step_0

(view raw script w/o annotations or w/e)
1
talk = obj_rodney_hotland.talk
2
if (instance_exists(obj_dialogue) && talk == true)
3
{
4
    if (obj_dialogue.cutoff == string_length(obj_dialogue.message[obj_dialogue.message_current]))
5
    {
6
        image_speed = 0
7
        image_index = 0
8
    }
9
    else
10
        image_speed = 0.2
11
}