Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_npc_Step_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
if (dialogue_active && !d_ex())
3
{
4
    dialogue_active = false;
5
    global.interact = 0;
6
    with (obj_homealone_heart)
7
        onebuffer = 5;
8
alarm[10]
9
}