Difference between revisions of "User:GPH/Drafts"
< User:GPH
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Code to insert in your flight plan: | |||
<block key="t" name="Takeoff" strip_button="Takeoff" strip_icon="takeoff.png"> | |||
<block key="t" name="Takeoff" strip_button="Takeoff" strip_icon="takeoff.png"> | |||
<set value="0" var="kill_throttle"/> | |||
<set value="0" var="estimator_flight_time"/> | |||
</block> | <go from="START" pitch="-10" throttle="1.0" vmode="throttle" wp="ER"/> | ||
</block> |
Latest revision as of 05:13, 3 May 2010
Code to insert in your flight plan:
<block key="t" name="Takeoff" strip_button="Takeoff" strip_icon="takeoff.png"> <set value="0" var="kill_throttle"/> <set value="0" var="estimator_flight_time"/> <go from="START" pitch="-10" throttle="1.0" vmode="throttle" wp="ER"/> </block>