I'm using the stock wings and I've made some flaps using VTOL as the input, but is there a way to limit the control surface so it only goes down when I put VTOL down, and not move when I put it up?
I'm using the stock wings and I've made some flaps using VTOL as the input, but is there a way to limit the control surface so it only goes down when I put VTOL down, and not move when I put it up?
@Yourlocalhuman nah it's ok, I get your thinking but I'm trying to keep the part count down and it looks ok for what I'm making
@AEGIS ohh ok
@Yourlocalhuman it's not a rotator, it's a stock wing
@TheFlightGuySP why need to be that hard? Just open the min-max settings on the rotator, and set the min to 0, if it goes up instead just reverse it
It requires some funk
@AEGIS No problem!
@TheFlightGuySP That worked, thanks man!
Try
clamp(VTOL, -1, 0)
.Additionally, you can look at this for more information on the
clamp
function.