I would like to make my landing gear retract with no delay but have a delay when I extend it. Is it possible to do that?
This is what i have the input as:
floor(smooth(clamp01(-GearDown),1/0))
i am very new to understanding funkytrees so any advice would be great
@ZeroWithSlashedO it worked thank you so much!
@Canso
try changing
floor
toceil
@ZeroWithSlashedO that worked but i need it to instead be delayed when i extend the landing gear
to my knowledge, that code alone is fine
just need to delete the
-
, and change the0
to a number of how long a rotator should be delayed by seconds