Deltarune script viewer

← back to main script listing

gml_Object_obj_ob_checkertile_Other_15

(view raw script w/o annotations or w/e)
1
if (active == 1 && global.interact == 0)
2
{
3
    global.interact = 1;
4
    snd_play(snd_boost);
5
    with (obj_ob_gen)
6
    {
7
        whitetimer = 0;
8
        whitecon = 1;
9
    }
10
}