Undertale script viewer

← back to main script listing

gml_Object_obj_stormstar_gen_Alarm_0

(view raw script w/o annotations or w/e)
1
if (active == 1)
2
{
3
    st = instance_create(580 + random(700), -150 - random(100), obj_stormstar);
4
    st.h_mode = h_mode;
5
    alarm[0] = 8;
gml_Object_obj_stormstar_gen_Alarm_0.gml

if (active == 1) { st = instance_create(580 + random(700), -150 - random(100), obj_stormstar); st.h_mode = h_mode; alarm[0] = 8; }
6
}