Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_aviator_waterfall_overworld_yellow_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0.2
2
switch room
3
{
4
    case rm_hotland:
5
        sprite_index = spr_ava_shadow
6
        break
7
    case 75:
8
        sprite_index = spr_ava_lava
9
        break
10
}