1 | if (room == room_area1_2) |
2 | { |
3 | if (global.plot != 0) |
4 | instance_destroy(); |
5 | } |
6 | if (room == room_ruinsexit) |
7 | { |
8 | if (global.plot > 27) |
9 | instance_destroy(); |
10 | } |
11 | image_speed = 0; |