1 |
global.cutscene = false; |
2 |
scr_textscr_textfunction scr_text()
{
if (!instance_exists(obj_dialogue))
msg = instance_create(x, y, obj_dialogue);
} (); |
3 |
is_talking = 1; |
4 |
with (msg) |
5 |
{ |
6 |
portrait = false; |
7 |
sndfnt = 99; |
8 |
message[0] = "* Hello!"; |
9 |
message[1] = "* Are you enjoying the warm# atmosphere that can only be# brought by a torch?"; |
10 |
message[2] = "* Is it pleasant?"; |
11 |
message[3] = "* Is it sentimental?"; |
12 |
message[4] = "* Is it... attractive?"; |
13 |
message[5] = "* Man, I love being a torch!"; |
14 |
} |
15 |
npc_flag = 1; |