Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_steelstaff_Other_10

(view raw script w/o annotations or w/e)
1
if (global.interact == 0 && myinteract < 3)
2
{
3
    myinteract = 3;
4
    global.interact = 1;
5
}