Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b1keyhint_Step_0

(view raw script w/o annotations or w/e)
1
if (active && obj_board_camera.con == 0)
2
{
3
    if (!triggered)
4
    {
5
        triggered = true;
6
        with (obj_b1oasis)
7
        {
8
            if (keyline == 0)
9
                keyline = 1;
10
        }
11
        with (obj_b1keyhint)
12
            instance_destroy();
13
        instance_destroy();
14
    }
15
}