Undertale script viewer

← back to main script listing

gml_Object_obj_choicer_Other_10

(view raw script w/o annotations or w/e)
1
if (canchoose == 1 && choiced == 0)
2
{
3
    choiced = 1;
4
    global.choice = mychoice;
5
    alarm[0] = 2;
gml_Object_obj_choicer_Alarm_0.gml

with (creator) script_execute(scr_msgup); with (obj_choicer) instance_destroy();
6
}