1 | with (obj_mainchara) |
2 | uncan = 0; |
3 | global.interact = 0; |
4 | conversation += 1; |
5 | path_speed = 0; |
6 | obj_mainchara.speed = 0; |
7 | if (conversation == 9) |
8 | { |
9 | with (obj_spikes_room) |
10 | image_index = 1; |
11 | } |
12 | if (conversation > 13) |
13 | { |
14 | global.flag[33 pushed_rock_3] = 1; |
15 | x = 280; |
16 | conversation = 15; |
17 | with (obj_spikes_room) |
18 | image_index = 1; |
19 | } |