Undertale script viewer

← back to main script listing

gml_Object_obj_strangeman_intro_Alarm_5

(view raw script w/o annotations or w/e)
1
if (instance_number(obj_strangeman_butterfly) < 40)
2
    instance_create((x - 30) + random(60), y - 50 - random(40), obj_strangeman_butterfly);
3
alarm[5] = 3;
gml_Object_obj_strangeman_intro_Alarm_5.gml

if (instance_number(obj_strangeman_butterfly) < 40) instance_create((x - 30) + random(60), y - 50 - random(40), obj_strangeman_butterfly); alarm[5] = 3;