- is it possible to make infinite rotators stop and not return to it's original position when AG is deactivated? my AG is set to 8
- I want my engine to activate automatically when my Altitude is decreasing rapidly (like how those descent stage vehicles for Mars rovers slows themselves down?) is that possible with funky trees? if so how?
I am dumb, answers are very much appreciated
@PlaneFlightX thank you so much!! my rotator and engine problem was solved
sum(clamp01(Activate8)). Try experimenting with the rotator speed and change a multiplier for the clamp01(Activate8). (Put something like 2* at the beginning)
clamp01(rate(Altitude) < some number)