I want a VTOL Engine to increase power with speed but, I want it to activate at altitude 2 meters and below
This is for a ship I am making
I want a VTOL Engine to increase power with speed but, I want it to activate at altitude 2 meters and below
This is for a ship I am making
@ProjectVideoGame
clamp01(Altitude<=2)GS[Any number]*[input]
Apparently, "<" was replaced by
<
when the display of characters was changed.@PlanariaLab Doesnt work ;-;
What is the input for at the end?
@PlanariaLab Your English absolutely perfect
If you want to increase the thrust in proportion to the speed
GS*[Any number]*[input]
If you want to turn it on only at an altitude of 2 meters
clamp01(Altitude<=2)*[input]
If you match the two above
clamp01(Altitude<=2)*GS*[Any number]*[input]
Sorry if I made a mistake in the topic, I'm not good at English
Lol i dont even know where i imput funky trees