Old revision #pvyl4y1v5 | New revision #psveifvzx | ||
---|---|---|---|
3 | 3 | ||
4 | loading = false; | 4 | loading = false; |
5 | } | 5 | } |
6 | local scp_counter = 0; | ||
6 | 7 | ||
7 | local cityFrom = null; | 8 | local cityFrom = null; |
8 | |||
9 | while (AIController.Sleep(1)) { | 9 | while (AIController.Sleep(1)) { |
10 | if (this.scp != null) { | 10 | if (this.scp != null) { |
11 | do { | 11 | do { | … | … |
15 | scp_counter = 0; | 15 | scp_counter = 0; |
16 | break; | 16 | break; |
17 | } | 17 | } |
18 | | 18 | if (scp_counter < 150) scp_counter++; |
19 | } while(scp_counter < 150); | 19 | } while(scp_counter < 150); |
20 | } | 20 | } |