Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dialogue_giga_Create_0

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