Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_darkruins_01_rope_Create_0

(view raw script w/o annotations or w/e)
1
waiter = 0;
2
clover_y = 160;
3
clover_image_index = 0;
4
depth = -y;
5
flowey_x = irandom(640);
6
flowey_y = irandom(480);
7
image_index = 0;
8
image_speed = 0.2;
9
if (global.flag[23 Rescue Ending rope status] == 1)
10
{
11
    image_index = image_number - 2;
12
    image_speed = 0;
13
}
14
global.flag[23 Rescue Ending rope status] = 1;