Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_writer_Create_0

(view raw script w/o annotations or w/e)
1
mymessage = -1;
2
timer = 0;
3
side = -1;
4
init = 0;
5
writer = -4;
6
con = 0;
7
depth = 100000;
8
halt = 0;
9
boxcolor = 0;
10
textcolor = 16777215;
11
movespeed = 16;
12
stay = 0;
13
skip = 0;
14
skippable = true;
15
textsound = snd_board_text_main;
16
reachedend_sound = 90;
17
reachedend_sound_play = true;
18
noiseskip = 0;
19
boardopensound = true;
20
rate = 1;
21
xoff = 0;
22
yoff = 0;
23
boxleft = 0;
24
boxright = 0;
25
if (room == room_dw_ch3_man)
26
{
27
}
28
if (room == room_dw_b3bs_bibliox)
29
{
30
}
31
if (room == room_dw_b3bs_idcardpuzzle)
32
{
33
    xoff = 16;
34
    boxleft = 16;
35
    boxright = 16;
36
}
37
reachedend_draw_triangle = true;
38
reachedend_draw_triangle_siner = 0;
39
reachedend_triangle_sprite = 2943;