1 | event_inherited() |
2 | if interact |
3 | { |
4 | scr_text() |
5 | is_talking = 1 |
6 | with (msg) |
7 | { |
8 | sndfnt_array[0] = 391 |
9 | message[0] = "* (The fireplace is# making the already-warm# house warmer.)" |
10 | if (other.npc_flag == 0 && global.party_member != -4) |
11 | { |
12 | sndfnt_array[1] = 102 |
13 | message[1] = "* Pretty# counterproductive in a# climate like this." |
14 | message[2] = "* Still, it looks# beautiful." |
15 | prt[1] = 311 |
16 | prt[2] = 312 |
17 | } |
18 | } |
19 | npc_flag = 1 |
20 | } |