| 1 | other.x = other.xprevious; |
| 2 | other.y = other.yprevious; |
| 3 | if (conversation == 0) |
| 4 | { |
| 5 | instance_create(0, 0, obj_musfadeout); |
| 6 | global.plot = 9; |
| 7 | global.interact = 1; |
| 8 | tor = instance_create(obj_torinteractable6.x, obj_torinteractable6.y, obj_toroverworld4); |
| 9 | with (obj_torinteractable6) |
| 10 | instance_destroy(); |
| 11 | with (obj_toroverworld4) |
| 12 | path_start(path_torielwalk6, 3, path_action_stop, 0); |
| 13 | conversation = 3; |
| 14 | } |