1 | if (con == 1) |
2 | { |
3 | con = 2; |
4 | alarm[0] = 30; |
5 | scr_speaker |
6 | msgsetloc(0, |
7 | d_make(); |
8 | } |
9 | if (con == 3 && !d_ex()) |
10 | { |
11 | con = -1; |
12 | global.interact = 0; |
13 | } |