I just need the ft codes please
I use this timer format, I prefer it over the floor/ceil and smooth method because you can run many parts using the same timer
@hpgbproductions so floor(input(landinggear))2 + ceil(input(landinggear))2? Sorry i dont even know how ft works
Or use 2 Rotator
@Monarchii yeah sorry for bad englsjxh
Create two timers - one that resets on activation and another that resets on deactivation. Then you can compare the appropriate timer with your delay value. If you just activated, then you compare the last activation timer.
@BARREND either I'm on space or something cause i suddenly have a terrible reading comprehension
@Monarchii nooo. When enabling Gear/Gear down/Activate and Disabling Gear/Gear up/Deactivation
wait is there activation group for gears?
@BARREND oh, use the Gear one in the activation group, maybe that?
@Monarchii no not that, i mean landing gear itself It delays after activation and delay after deactivation
for landing gear? well...
for the gear itself, use..
floor(smooth(GearDown,X)) where X is the delay
for the gear door,
ceil(smooth(GearDown,X)) where X is the delay
I use this timer format, I prefer it over the floor/ceil and smooth method because you can run many parts using the same timer
@hpgbproductions so floor(input(landinggear))2 + ceil(input(landinggear))2? Sorry i dont even know how ft works
Or use 2 Rotator
@Monarchii yeah sorry for bad englsjxh
Create two timers - one that resets on activation and another that resets on deactivation. Then you can compare the appropriate timer with your delay value. If you just activated, then you compare the last activation timer.
@BARREND either I'm on space or something cause i suddenly have a terrible reading comprehension
@Monarchii nooo. When enabling Gear/Gear down/Activate and Disabling Gear/Gear up/Deactivation
wait is there activation group for gears?
@BARREND oh, use the Gear one in the activation group, maybe that?
@Monarchii no not that, i mean landing gear itself
It delays after activation and delay after deactivation
for landing gear? well...
for the gear itself, use..
floor(smooth(GearDown,X))
where X is the delay
for the gear door,
ceil(smooth(GearDown,X))
where X is the delay