Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_slide_10_parent_Create_0

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_intro_cave_slide_10))
2
    cave_y_end = obj_intro_cave_slide_10.y - 60;
3
if (instance_exists(obj_intro_clover_slide_10))
4
    clover_y_end = obj_intro_clover_slide_10.y - 30;
5
alarm[0] = 30;
6
y_increase = 0.375;
7
effects = false;