Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_storm_fan_Create_0

(view raw script w/o annotations or w/e)
1
depth = (-y)
2
image_speed = 0.4
3
waiter = 0
4
if (global.dunes_flag[2] || global.party_member != -4)
5
{
6
    sprite_index = spr_storm_fan_stop
7
    image_index = 2
8
    image_speed = 0
9
    global.dunes_flag[2] = 1
10
}