Undertale script viewer

← back to main script listing

gml_Object_obj_flowey_master_KeyPress_16

related scripts: Alarm_10Alarm_11Alarm_4Alarm_5Alarm_7Alarm_9Create_0Draw_0KeyPress_16 KeyPress_33KeyPress_36KeyPress_65KeyPress_66KeyPress_68KeyPress_70KeyPress_71KeyPress_73KeyPress_74KeyPress_75KeyPress_76KeyPress_77KeyPress_78KeyPress_79KeyPress_80KeyPress_81KeyPress_83KeyPress_86KeyPress_87Keyboard_72Keyboard_86Other_14Other_15Other_16Other_17Other_18Other_19Other_20Step_1

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    global.soul_rescue += 1;
4
    if (global.soul_rescue == 7)
5
        global.soul_rescue = 0;
6
}