Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_couchwriter_Create_0

(view raw script w/o annotations or w/e)
1
mystring = "UNINTIALIZED STRING:#USE \"mystring\" WHEN MAKING THIS OBJECT#" + string(random(999999999999999999)) + "///#////////" + string(random(999999999999999999)) + "////////";
2
readstring = string_hash_to_newline_ex(mystring);
3
depth = -1;
4
mycolor = c_white;
5
speaker = "none";
6
clearinit = 0;
7
cleartext = true;
8
drawtime = -1;
9
timer = 0;
10
init = 0;
11
myalpha = 1;
12
mysnd = 0;
13
customsnd = -1;
14
customcolor = -1;
15
customfont = -1;
16
quiz = 0;
17
draw_set_font(fnt_dotumche);
18
timer = 0;
19
talkrate = 2;
20
talklength = 6;
21
mode = 2;
22
autowrap = 1;
23
forceAutowrap = 0;
24
autowraplength = 160;
25
separation = 16;
26
tailwidth = 8;
27
taillength = -1;
28
bubblewidth = -1;
29
bubbleheight = -1;
30
bubblepadding = 0;
31
outlineThickness = 2;
32
outlineColor = 0;
33
textbubbleColor = 16777215;
34
textColor = 0;
35
dropshadow = true;
36
forceTraditionalWriter = false;
37
tradwriter = 0;
38
modecon = 0;
39
specialtalk = 0;
40
reformat = false;