Undertale script viewer

← back to main script listing

gml_Object_obj_6glove_act_Other_14

(view raw script w/o annotations or w/e)
1
if (con == 0)
2
{
3
    event_inherited();
4
    con = 1;
5
    alarm[4]
 = 100;
gml_Object_obj_6glove_act_Alarm_4.gml

con += 1;
6
}