Deltarune script viewer

← back to main script listing

gml_Object_obj_forcefield_Step_0

(view raw script w/o annotations or w/e)
1
if (canttalk == 0)
2
{
3
    if (myinteract == 3)
4
    {
5
        if (i_ex(mydialoguer) == false)
6
        {
7
            global.interact = 0;
8
            myinteract = 0;
9
        }
10
    }
11
}