Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_pushable_Other_10

(view raw script w/o annotations or w/e)
1
if (interacting)
2
{
3
    global.interact = 1;
4
    movedir = global.facing;
5
    confirm = 1;
6
    alarm[10]
 = 1;
gml_Object_obj_homealone_pushable_Alarm_10.gml

interacting = false; global.interact = 0;
7
}