1 | if (conversation == 2 && instance_exists(OBJ_WRITER) == 0) |
2 | { |
3 | if (obj_mainchara.x > obj_sans_interactable1.x) |
4 | obj_sans_interactable1.hspeed = -3; |
5 | if (obj_mainchara.x < obj_sans_interactable1.x) |
6 | obj_sans_interactable1.hspeed = 4; |
7 | obj_sans_interactable1.image_speed = 0.25; |
8 | alarm[2] = 20; |
9 | conversation = 3; |
10 | } |
11 | if (global.plot == 37) |
12 | instance_destroy(); |