1 | if (halt == 1) |
2 | { |
3 | stringno++; |
4 | originalstring = scr_replace_buttons_pc |
5 | stringpos = 0; |
6 | halt = 0; |
7 | alarm[0] = textspeed; |
8 | } |
9 | else if (halt == 2) |
10 | { |
11 | control_clear(0); |
12 | instance_destroy(); |
13 | } |
14 | else if (halt == 4) |
15 | { |
16 | global.myfight = 0; |
17 | global.mnfight = 1; |
18 | control_clear(0); |
19 | instance_destroy(); |
20 | } |