I can’t figure out how. I have tried the set pitch but that seems to be temporary. I want it to overrule any player inputs if possible.

Tags
Question

3 Comments

  • Log in to leave a comment
  • Profile image

    If you go to craft instructions there is a box that says: loch heading on None. You can change the none to whatever you want the pitch to be locked for example, target, current, north, up, down

    1.4 years ago
  • Profile image

    another way you can try is - "set craft pitch" command, then "wait 1 second" (whatever time it takes the craft to respond), then "lock heading on current". that should hold the heading until you want to change it, then "lock heading on none" to stop it

    4.1 years ago
  • Profile image

    If you want to make something happens more than once, you need "while" block. Without it the program would run your code only for once. Put any condition you want in while block and set the code inside of it. If you want the code run perpetually, set "while=true".

    4.1 years ago

No Upvotes

Log in in to upvote this post.