Bit of a weird one here but could anyone make me a label that prints the output of the equation below.
LabelOutput= Speed(mph)/29
Whilst being less than 8 and great then 0
I don't know if that's even possible but if it is it would be great for my F1 steering wheel. Credit will be provided of course.
@PlaneFlightX thank you sooooo,much, I managed to make it work they'll be a video out soon showing what it's for
{clamp(GS * 12.96379079, 0, 8)}
I simplified some parts of the equation, but the /29 part is still there.
Simply put that in the label and it should work.