1 | if (global.plot < 118) |
2 | tile_layer_hide(999900); |
3 | if (global.plot > 117) |
4 | { |
5 | tile_layer_show(999900); |
6 | d = instance_position(x + 5, y + 5, obj_solidexwide); |
7 | with (d) |
8 | instance_destroy(); |
9 | instance_destroy(); |
10 | } |