Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_bathroom_eavesdrop_Create_0

(view raw script w/o annotations or w/e)
1
for (i = 0; i < 20; i += 1)
2
{
3
    prevalpha[i] = 0;
4
    prevwx[i] = -200;
5
    prevwy[i] = -200;
6
    prevstringmax[i] = 0;
7
    prevhspace[i] = 0;
8
    prevlinecount[i] = 0;
9
    prevvspace[i] = 0;
10
}
11
con = 0;
12
dhaver = 0;
13
v = 0;
14
vx = 0;
15
vy = 0;
16
myd = -4;
17
speech = [""];
18
current_index = 0;
19
current_text = speech[current_index];
20
speech_time = 60;
21
speech_xscale = 0;
22
speech_yscale = 0;
23
speech_alpha = 1;
24
speech_xpos = 200;
25
speech_base_ypos = 175;
26
speech_ypos = 175;
27
start_speech = false;
28
stop_speech = false;
29
depth = 400;