Whats the funky code for a delayed engine startup im trying to make a afterburner but I cant figure it out
You can try smooth(Thottle,0.3)
smooth(Thottle,0.3)
@Donduck1 No problem!
@TheFlightGuySP thank you very much
Using Throttle>0.9 will activate after 90% throttle. You can also do Throttle=1 which will activate at 100% throttle.
Throttle>0.9
Throttle=1
You can try
smooth(Thottle,0.3)
@Donduck1 No problem!
@TheFlightGuySP thank you very much
Using
Throttle>0.9
will activate after 90% throttle. You can also doThrottle=1
which will activate at 100% throttle.