Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_dw_mansion_mouseLottery_Chest_Collision_obj_holemouse_lottery

(view raw script w/o annotations or w/e)
1
if (global.flag[flag] == 0)
2
{
3
    global.flag[flag] = 1;
4
    snd_play(snd_impact);
5
    con = 1;
6
}