1 | talking = 0; |
2 | if (global.plot == 17 && global.chapter == 2) |
3 | talking = 1; |
4 | if (talking == 0) |
5 | { |
6 | if (!instance_exists(obj_persistentfadein)) |
7 | { |
8 | myinteract = 1; |
9 | global.interact = 1; |
10 | con = 1; |
11 | } |
12 | } |
13 | if (talking == 1) |
14 | { |
15 | global.interact = 1; |
16 | talking = 2; |
17 | myinteract = 3; |
18 | scr_speaker |
19 | msgsetloc(0, |
20 | d = d_make(); |
21 | } |