Advertisement
sumguytwitches

stratoprop

Dec 14th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set x to 90.
  2. lock p to 10.
  3. lock steering to heading(x,p).
  4. lock deploy to min(max(3,airspeed^0.735), 89.9) - 90.
  5. set blades to ship:partsdubbedpattern("blade").
  6. set ship:control:pilotmainthrottle to 1.
  7.  
  8. set adjust to true.
  9. when true then {For b in blades b:getmodule("ModuleControlSurface"):setfield("deploy angle",deploy).
  10. return adjust.}
  11.  
  12.  
  13.  
  14.  
  15. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement