Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_bluebook_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
timer = 0;
3
encounterno = 152;
4
encounterflag = 1796;
5
depth = 1000;
6
auraalpha = 0;
7
drawsiner = 0;
8
spd = 0;
9
krismarker = 0;
10
myxoff = 48;
11
myyoff = 40;
12
image_speed = 0;
13
foughtbefore = false;
14
if (global.flag[encounterflag] != 0)
15
    foughtbefore = true;
16
printval("foughtbefore");
17
if (global.flag[encounterflag] == 1)
18
    instance_destroy();