Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_bluebook_straight_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
timer = 0;
3
encounterno = 161;
4
encounterflag = 1791;
5
depth = 33000;
6
auraalpha = 0;
7
drawsiner = 0;
8
starty = y;
9
spd = 0;
10
krismarker = 0;
11
myxoff = 48;
12
myyoff = 40;
13
easy = false;
14
image_speed = 0;
15
if (global.flag[encounterflag] == 1)
16
    instance_destroy();
17
bakeme = false;
18
if (room == room_dw_churchc_encounter1 || instance_exists(obj_dw_churchc_encounter1))
19
{
20
    sprite_index = spr_bibliox_flyingbook_baked;
21
    bakeme = true;
22
}