1 | spaces += 1; |
2 | if (spaces >= 50) |
3 | { |
4 | i = 0; |
5 | repeat (99) |
6 | { |
7 | global.failure[i] = 0; |
8 | i += 1; |
9 | } |
10 | global.attacktype = 30; |
11 | global.testhp = 20; |
12 | global.testinv = 0; |
13 | global.healno = 6; |
14 | room_goto(room_first); |
15 | } |