Just add debugout comments everywhere in important places of doctrine and then with DbgView you would know EXACTLY what happens in doctrine, what is stateof all variables ect. The ship is NOT doing anythng "on it's own", if there is an order to fire it comes from the doctrine, if there is order to wait for ID it have to come from doctrine too. Analyze the doctrine and you'll know if there is ID needed or not. I don't know at the moment, haven't analyzed it about ID.
|