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