Hi, is there a way to readout the current pitch on the navball? I tried to figure out how exactly facing works and then calculating my pitch, but I have serious problems with that. ^^ print heading. returns yaw at the navball ... before I try this the whole day I wanted to know whether there is a easy way to access pitch. I need it to calculate my current thrust independent from maxthrust, which allows for asparagus staging .... at least I hope. ^^ This is what I wanted to use to teach me how this stuff works, but I realized it would take .... some time. ^^ It works for some regions on the navball. Those regions move or disappear when moving over Kerbin .... so yeah. until 0 { print ((facing:pitch + latitude)^2 + (facing:yaw + longitude)^2)^(0.5) at(0,30). print "facing: " + facing at(0,31). print "heading: " + heading at(0,32). }. Could someone help me? ^^ The staging is one of the last parts of my launchscript which already propels me into an desired orbit with an accuracy of 500m with only one burn.