Hi guys! I'm trying to script some automatic stage reenter, but I've a little problem: after the decouple of the main stage, the script execution doesn't works anymore. This is my rocket: E = Engine K = Kos P = Probe D = Decoupler C = Manned Capsule E - P - K - D - E - C I run my script before decouple, (I'm using a simple "WAIT 20." that let me to decouple and move to a safe place). I can see the print statements in the terminal, but the detached stage didn't move or change throttle. I'm using RemoteTech and Kos with RT integration, BTW I think is the decoupling who make crazy Kos. It is a bug? It is a normal behaviour?