Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_magicalglass_breakable_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
delay = 20;
3
timer = 0;
4
destroy = 0;
5
depth = 700000;
6
nosound = false;
7
idlealpha = 0.2;
8
clientlist = [];
9
array_push(clientlist, 1049);
10
array_push(clientlist, 1235);
11
array_push(clientlist, 1409);
12
clientlist_length = array_length(clientlist);
13
if (i_ex(obj_dw_churchc_dodge) && global.entrance != 12)
14
    idlealpha = 0;
15
image_alpha = idlealpha;