Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ch4_PDC14A_choicer_Alarm_0

(view raw script w/o annotations or w/e)
1
if (i_ex(obj_ch4_PDC14A_noelle))
2
{
3
    obj_ch4_PDC14A_noelle.heart_choice_x = heartposx[global.choice];
4
    obj_ch4_PDC14A_noelle.heart_choice_y = heartposy[global.choice];
5
}
6
instance_destroy();