| 1 | letter_array = -1; |
| 2 | letter_current = 1; |
| 3 | letter_waiter = 0; |
| 4 | line_current = 0; |
| 5 | letter_speed = 1; |
| 6 | sndfnt = 391; |
| 7 | message[0] = ""; |
| 8 | message_current = 0; |
| 9 | message_advance = false; |
| 10 | text_x[1] = 20; |
| 11 | text_y[1] = 100; |
| 12 | text_x_mod = 0; |
| 13 | text_y_mod = 0; |
| 14 | shake = false; |
| 15 | global.dialogue_open = true; |
| 16 | draw_set_font(fnt_main); |
| 17 | str_width = string_width("w"); |