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] = "* (A few unfinished# robots poke out from the# box.)"; |
10 | if (other.npc_flag == 0 && global.party_member != -4) |
11 | { |
12 | sndfnt_array[1] = 102; |
13 | message[1] = "* Huh..."; |
14 | message[2] = "* I heard about Chujin's# interest in robotics# once."; |
15 | message[3] = "* Guess this is as far as# he ever got?"; |
16 | prt[1] = 333; |
17 | prt[2] = 324; |
18 | prt[3] = 311; |
19 | } |
20 | } |
21 | npc_flag = 1; |
22 | } |