Profile image

Parachute delay?

1,230 IMULAerospaceIndustries  1.5 years ago

So I’m trying to make an ejection seat, and I’ve got everything working properly. There’s a simple throttle positioned in between the leg bits of the fancy seat, pushing it down ejects you, the seat and camera get launched, but the parachute deploys instantly. Is there a way to set a deployment delay so it opens only after a certain time has passed?

  • Log in to leave a comment
  • Profile image
    82.1k ReinMcDeer

    Extra fun fact:
    If you make the number 1/x, x will be the number of seconds for the delay

    +2 1.5 years ago
  • Profile image

    @IMULAerospaceIndustries Nice! Glad I could help!

    +1 1.5 years ago
  • Profile image

    Worked!
    @TheFlightGuySP

    +1 1.5 years ago
  • Profile image

    I haven't tested this, but I'm fairly certain floor(smooth(Activate#, 1)) would work.
    Of course, you should change Activate# to your actual ejection input.
    You can also change the number to adjust the delay. Making the number smaller increases the delay.

    +1 1.5 years ago