Is it possible to have a time delay on the parachute?
No prob @Numbers2
Thanks mate @Lake
Here’s a simpler code:
smooth(Activate4,0.4) The “4” on Activate4 is the activation group, and the 0.4 is the time delay. But all thanks to @DDVC ‘cause i got that code from him.
smooth(Activate4,0.4)
Thankyou so much for your help!! It works @HuskyDynamics01
Brilliant @HuskyDynamics01
I had to do this just last week, actually. smooth(yourActivationGroup,1/timeDelay)
smooth(yourActivationGroup,1/timeDelay)
For example, smooth(Activate7,1/4) gives a four-second delay after AG 7 is turned on
smooth(Activate7,1/4)
No prob @Numbers2
Thanks mate @Lake
Here’s a simpler code:
smooth(Activate4,0.4)
The “4” on Activate4 is the activation group, and the 0.4 is the time delay.
But all thanks to @DDVC ‘cause i got that code from him.
Thankyou so much for your help!! It works @HuskyDynamics01
Brilliant @HuskyDynamics01
I had to do this just last week, actually.
smooth(yourActivationGroup,1/timeDelay)
For example,
smooth(Activate7,1/4)
gives a four-second delay after AG 7 is turned on