|
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; gml_Object_obj_sansbyetrigger_Alarm_2.gml
global.plot = 37;
caster_loop(global.currentsong, 1, 0.95);
if (scr_murderlv() >= 2)
caster_set_pitch(global.currentsong, 0.6);
global.interact = 0;
|
|
9
|
conversation = 3;
|
|
10
|
}
|
|
11
|
if (global.plot == 37)
|
|
12
|
instance_destroy();
|