that doesn't answer the question
How do I make it have 2 conditions to be able to activate?
EX: I need the car key and gasoline to be able to start the car, if I lose the keys it is not possible to start, and without gasoline it is also impossible. (Something like a AND logic gate)
@PlaneFlightX You responded fast, wow
@Titaninfernal1 Thanks! I'm not sure why I am... I just am.
@PlaneFlightX This answers a question of mine Also, by the way you're really good at FT especially in terms of variables
@PlaneFlightX
Thx!
clamp01(IAS > 800 & Throttle > 0.96)
replace 800 with whatever value.
@ValkyrieXB71
And by the way, that
Speed
input doesn't exist!The only ones that measure speed are GS, TAS and IAS, and speed in XML is m/s (meters per second)
@ValkyrieXB71
that doesn't answer the question
How do I make it have 2 conditions to be able to activate?
EX: I need the car key and gasoline to be able to start the car, if I lose the keys it is not possible to start, and without gasoline it is also impossible. (Something like a AND logic gate)
Speed>800