Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_dess_guitar_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
can_interact = true;
3
4
trigger = function()
5
{
6
    can_interact = false;
7
    with (obj_homealone_dess_closet_controller)
8
        finish_sequence = true;
9
alarm[10]
10
};