Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_church_piano_playable_Other_10

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