Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_climb_climbablevine_Other_10

(view raw script w/o annotations or w/e)
1
if (openflag >= 0 && global.flag[openflag] > 0)
2
{
3
    if (con == 0)
4
    {
5
        con = 2;
6
        timer = 0;
7
    }
8
}