Undertale script viewer

← back to main script listing

gml_Object_obj_strangeman_headloss_Alarm_5

(view raw script w/o annotations or w/e)
1
active = 1;
2
trueindex = 0;
3
instance_create(x, y, obj_strangeman_head);
4
alarm[5] = 15;
gml_Object_obj_strangeman_headloss_Alarm_5.gml

active = 1; trueindex = 0; instance_create(x, y, obj_strangeman_head); alarm[5] = 15; atimer = 0;
5
atimer = 0;