Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_choicer_neo_Alarm_1

(view raw script w/o annotations or w/e)
1
canchoose = 1;
2
if (neostyle == 0)
3
{
4
    if (global.darkzone == 1 && choicetotal == 2 && choicerstyle == 0)
5
    {
6
        hy += 39;
7
        hx += 31;
8
    }
9
}