i have a problem with orientation. When i print ship:direction i get numbers , but if i try to assign pitch , yaw or roll to a variable they always end up 0. Is there a way to know my current orientation and use it after ? Another problem/question/idea i have, is there a way to do something along the line of --- PITCH: POSITIVE:1--- which would pitch the ship up for 1 sec, like actually holding the S key for 1 sec. Because right now if i use locksteering the controls move all around the place , turns very slowly in the right direction and waste a ton of Mono. It's fine for small adjustment but for large orientation changes it's not practical. It seems the ship is moving in small(really small) rotation increment and stabilising each time until it's at the proper heading.