Profile image

funky trees request

2,594 Spaceflower  3.9 years ago

Is there a way with funky trees to make control surface or rotators disable at a set speed? (216mph)

  • Log in to leave a comment
  • Profile image
    16.4k edensk

    @Spaceflower You're welcome, good luck with it!

    +1 3.9 years ago
  • Profile image
    2,594 Spaceflower

    @edensk Thank you very much! This will be of much use for my zero replica.

    +1 3.9 years ago
  • Profile image
    16.4k edensk

    put this code in activation group in overload:
    IAS < 96.561
    Another way is putting this in input/inputId:
    IAS < 96.561 ? Pitch : 0
    The speed has to be in meters per second and you can use TAS or GS instead of IAS.
    For the second one you can use anything instead of Pitch, like Roll, Yaw...

    +4 3.9 years ago