1 | active = 0; |
2 | if (room == room_water_trashzone1) |
3 | { |
4 | if (global.plot < 114) |
5 | { |
6 | global.flag[17 menu_disabled] = 0; |
7 | active = 1; |
8 | obj_mainchara.image_angle = -90; |
9 | obj_mainchara.y += 10; |
10 | global.facing = 0; |
11 | } |
12 | } |