| 1 | trn = instance_create(x, y, obj_transition); |
| 2 | if (last_room == "rm_dunes_13") |
| 3 | { |
| 4 | trn.newRoom = 94; |
| 5 | trn.xx = 100; |
| 6 | trn.yy = 200; |
| 7 | } |
| 8 | else |
| 9 | { |
| 10 | trn.newRoom = 92; |
| 11 | trn.xx = 420; |
| 12 | trn.yy = 180; |
| 13 | } |