Ok, so i want a light that goes on when throttle is applied but then goes out when 100knts is reached any magicians out there know how to make this happen?
Ok, so i want a light that goes on when throttle is applied but then goes out when 100knts is reached any magicians out there know how to make this happen?
@V perfect, thankyou so much for this, it works brilliantly.
z >= x ? (GS >= y ? 0 : 1) : 0
Replace z with desired input
.
replace X with the percent of throttle you want the lights to turn on (set to 0.005 for any throttle but none, and set to 1 for 100%)
.
Set Y to the desired speed that you want the lights to shut off at in meters per second