How do you put delay on parachute deployment? I knew it once but then i forgor again
@ZeroWithSlashedO ah thank you
ceil(smooth(clamp01(input), 1/X)) for activation floor(smooth(clamp01(input), 1/X)) for deactivation round(smooth(clamp01(input), 1/X)) for both X is in seconds
ceil(smooth(clamp01(input), 1/X))
floor(smooth(clamp01(input), 1/X))
round(smooth(clamp01(input), 1/X))
@ZeroWithSlashedO ah thank you
ceil(smooth(clamp01(input), 1/X))
for activationfloor(smooth(clamp01(input), 1/X))
for deactivationround(smooth(clamp01(input), 1/X))
for bothX is in seconds