Undertale script viewer

← back to main script listing

gml_Object_obj_labfog_Create_0

(view raw script w/o annotations or w/e)
1
xx = 0;
2
yy = 0;
3
xxspeed = 0.5;
4
yyspeed = 0.25;
5
image_alpha = 0.25;
6
sprite_index = spr_labfog;
7
if (room == room_truelab_fan)
8
    image_alpha = 0.6;
9
if (room == room_truelab_cooler)
10
    image_alpha = 1;
11
if (global.flag[490 truelab_spared_endogeny] == 1)
12
    image_alpha = 0;