View difference between Paste ID: xxqar4G4 and AdPcWybe
SHOW: | | - or go back to the newest paste.
1
set x to 90. 
2-
lock p to 5. 
2+
lock p to 10. 
3-
 lock steering to heading(x,p). 
3+
lock steering to heading(x,p). 
4-
lock deploy to min(max(3,airspeed^0.7), 89.9). 
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-
wait until altitude > 1000.
12+
13-
lock p to -verticalspeed + 1.
13+
14
15
.