portablejim

reentry1.ks

May 25th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. set warp to 3.
  2.  
  3. wait until ship:status = "FLYING".
  4.  
  5. lock steering to lookdirup(srfretrograde:vector, sun:position).
  6. chutes on.
  7. set warp to 3.
  8. on ship:status set warp to 0.
  9. when alt:radar < 300 then
  10. {
  11. gear on. lock steering to up.
  12. }
  13. wait until ship:status <> "FLYING".
  14. wait 2.
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment