1 | if (conversation == 1 && instance_exists(obj_dialoguer) == 0) |
2 | { |
3 | global.interact = 0; |
4 | conversation = 2; |
5 | with (toriel) |
6 | path_start(path_walkright, 4, path_action_stop, 0); |
7 | global.plot = 18; |
8 | instance_destroy(); |
9 | } |