Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dialogue_steamworks_33_Create_0

(view raw script w/o annotations or w/e)
1
position = 0;
2
position_array[0] = -1;
3
if (instance_exists(obj_pl))
4
{
5
    obj_pl.state = scr_frozen_state;
6
    if (obj_pl.y > (__view_get(e__VW.YView, 0) + 150))
7
        position = 1;
8
    else
9
        position = 0;
10
}
11
choice = false;
12
ch[1] = "";
13
ch[2] = "";
14
ch[3] = "";
15
ch[4] = "";
16
ch[5] = "";
17
p = 1;
18
ch_msg = -1;
19
outcome = 0;
20
textWidth = 210;
21
textSep = 16;
22
message_current = 0;
23
message_actual = "";
24
message_actual_col[0] = "";
25
message_reset = false;
26
cutoff = 0;
27
counter = 0;
28
message_timer = -1;
29
mT = -1;
30
portrait = true;
31
prt[0] = 0;
32
image_speed = 0.2;
33
message[0] = "";
34
talker[0] = -4;
35
talker_current = 0;
36
message_col[0][0] = "";
37
col_modif[0] = 16711680;
38
col_modif[1] = 255;
39
color = false;
40
color_set = false;
41
sndfnt = 99;
42
sndfnt_array[0] = -4;
43
global.dialogue_open = true;
44
dialogue_is_minishop = false;
45
skippable = true;
46
dialogue_font = 9;
47
portrait_idle_animated = 0;
48
portrait_idle_frame = 0;
49
draw_alpha = 1;
50
fade_out = false;
51
52
enum e__VW
53
{
54
    XView,
55
    YView,
56
    WView,
57
    HView,
58
    Angle,
59
    HBorder,
60
    VBorder,
61
    HSpeed,
62
    VSpeed,
63
    Object,
64
    Visible,
65
    XPort,
66
    YPort,
67
    WPort,
68
    HPort,
69
    Camera,
70
    SurfaceID
71
}