| 1 |
event_inherited(); |
| 2 |
if (interact) |
| 3 |
{ |
| 4 |
scr_textscr_textfunction scr_text()
{
if (!instance_exists(obj_dialogue))
msg = instance_create(x, y, obj_dialogue);
} (); |
| 5 |
is_talking = 1; |
| 6 |
with (msg) |
| 7 |
{ |
| 8 |
sndfnt_array[0] = 391; |
| 9 |
message[0] = "* (A drawer full of# videotapes.)"; |
| 10 |
message[1] = "* (A label on the front# reads: \"Home movies.\")"; |
| 11 |
if (other.npc_flag == 0 && global.party_member != -4) |
| 12 |
{ |
| 13 |
sndfnt_array[2] = 102; |
| 14 |
message[2] = "* While I'm sure these# are adorable..."; |
| 15 |
message[3] = "* We don't have time to# watch them."; |
| 16 |
message[4] = "* Gotta keep looking for# whatever spooked Ed and# Star."; |
| 17 |
prt[2] = 320; |
| 18 |
prt[3] = 338; |
| 19 |
prt[4] = 321; |
| 20 |
} |
| 21 |
} |
| 22 |
npc_flag = 1; |
| 23 |
} |