Guest User

Untitled

a guest
Aug 4th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //fw= fowardthrust
  2. //fud= up and down thrusters
  3. //Cr= foward thursters centering speed (cruise)
  4. //Lud= up and down thursters centering speed
  5.  
  6.  
  7. RS = :RD1+:RD2+:RD3+:RD4
  8. if :RF==1 and RS<4000 then goto3 else goto1 end
  9. i=0
  10. if i<50 then ++i :Lud=0 :sfx=1 :fw=0 :fud=-100 goto4 end
  11. RS = :RD1+:RD2+:RD3+:RD4 i=0
  12. if RS==4000 then :Lud=10 :Cr=0 :fw=100 :fud=0 goto1 else goto4 end
Advertisement
Add Comment
Please, Sign In to add comment