Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_mansion_study_tv_glitch_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0
2
image_alpha = 0
3
effect_counter = (irandom_range(30, 45)) * 30
4
if (global.dunes_flag[53] > 0 || global.dunes_flag[41] < 4 || global.hotland_flag[2] > 0)
5
{
6
    instance_destroy()
7
    return;
8
}
9
if (global.fun_value >= 60 && global.fun_value <= 62)
10
    return;
11
instance_destroy()