Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_church_secretpiano_playable_Other_10

(view raw script w/o annotations or w/e)
1
if (global.facing == 2)
2
{
3
    if (con == 0 && buffer <= 0 && cantuse == false)
4
    {
5
        if (!solved)
6
            progress = "";
7
        con = 0.1;
8
    }
9
}