Hello everyone, does someone know how to use FT to make a button set a number-based variable to a specific value? (eg: press a button to set throttle at 55%, or to zero the VTOL slider, etc).
Thanks in advance
Hello everyone, does someone know how to use FT to make a button set a number-based variable to a specific value? (eg: press a button to set throttle at 55%, or to zero the VTOL slider, etc).
Thanks in advance
Actually you can, I asked in the discord (Thanks to @11qazxc) and turns out you can use the "outputValue" xml property if you put the desired variable in the input, so for example "inputId = Throttle" and "outputValue = 0.5" for 50% throttle. Writing this in case anyone has the same question and stumble onto this post for answers.
Unfortunately, buttons cannot control the default axis aside from setting them to 1. Sorry.