So I've been playing with kOS and I like it, except for the . used as ending statements - as a C/perl/php guy I'm too used to using ; to end statements. I've noticed that at least for my ships, using LOCK HEADING at launch causes rotation right after launch, and when I go to LOCK HEADING (90,80) for gravity turn, the ship goes into a seriously corkscrew/wobble. I verified it was from the LOCK HEADING by using a manual turn (no wobble) to compare. My guess here is that LOCK HEADING is forcing tiny changes to pitch/yaw/roll to stay dead on heading, and this is causing the wobble effects. Particularly with gimbal'd engines. I'm going to have to switch to raw control mode and test the current heading to work around this.... unless I missed something?