I'm setting up some interrupts for my Aquilo ship so it will automatically go pick up materials on other planets needed for the components there when they run dry. I don't want to spending time doing a solar system tour when 9 times out of 10 all I really need to do is drop some science packs back on Nauvis. The setup seems fine to me, but the interrupt doesn't seem to drop from the schedule when conditions are met. I use the exact same wait conditions for normal scheduling and it works fine.
Any idea why the interrupt is not clearing?
My space platform interrupt isn't clearing, anyone know why?
Re: My space platform interrupt isn't clearing, anyone know why?
Whoops never mind, turns out the reason is I forgot to set up one of the items in the interrupt condition. So my requests would finish, the interrupt would clear, but the same interrupt would instantly trigger over and over in an infinite cycle that was so rapid I guess I couldn't even tell it was happening in the UI.
Still learning something every time I play.
Still learning something every time I play.