1 | local_dialogue_open = true |
2 | letter_array = -1 |
3 | letter_current = 1 |
4 | letter_waiter = 0 |
5 | line_current = 0 |
6 | letter_speed = 0.25 |
7 | sndfnt = 96 |
8 | message[0] = "" |
9 | message_current = 0 |
10 | message_advance = false |
11 | text_x[1] = x |
12 | text_y[1] = y |
13 | text_alpha[1] = 0 |
14 | text_x_mod = 0 |
15 | text_y_mod = 0 |
16 | white_text = false |
17 | draw_set_font(fnt_main) |
18 | str_width = string_width("w") |
19 | draw_alpha = 0 |