| 1 | instance_create(240, 70, obj_toroverworld3); |
| 2 | if (global.plot < 19) |
| 3 | { |
| 4 | with (obj_toroverworld3) |
| 5 | path_start(path_torielwalkhouse2, 4, path_action_stop, 0); |
| 6 | } |
| 7 | if (global.plot > 18) |
| 8 | { |
| 9 | with (obj_toroverworld3) |
| 10 | path_start(path_torielwalkhouse3, 4, path_action_stop, 0); |
| 11 | } |
| 12 | global.flag[45 status_toriel] = 0; |