| 1 | image_speed = 0; |
| 2 | if (global.dunes_flag[42] >= 1) |
| 3 | { |
| 4 | var doorway = instance_create(136, 150, obj_doorway_secret_study); |
| 5 | with (doorway) |
| 6 | { |
| 7 | image_xscale = 2.8125; |
| 8 | image_yscale = 2.3125; |
| 9 | xx = 135; |
| 10 | yy = 420; |
| 11 | nextroom = 250; |
| 12 | } |
| 13 | image_index = image_number - 1; |
| 14 | } |