Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_church_lantern_arc_Other_10

(view raw script w/o annotations or w/e)
1
if (con == 0)
2
{
3
    snd_play(snd_locker);
4
    mylight = instance_create(x, y, obj_lightsource_static);
5
    con = 1;
6
}