Article: Article: Getting started with JetScript

In this article, we'll write our first JetScript plugin, a plugin to coach you to make better landings. It's pretty similar to the Landing Rate plugin that's already available.

Our plugin will use the the [weight-on-wheels] switch to know when our aircraft lands; at the moment where the landing happens (on the first flight loop after!), we'll use the descent rate of the aircraft to figure out how smooth the landing was.

First steps

First, let's set up the file organization. There really isn't too much to this plugin:

Testing (part 1)

(bounce a landing, and then suggest how to debounce it)

Debugging

(Show gui)

(Figure out why we're getting multiple landing dialogs showing up from bouncing, using the dataref view part of the window)

Testing (part 2)

Put a screenshot, and descriptions of landing

Distributing the plugin to friends

(Upsell to commercial version)

TODO