Hi everyone,
I remember seeing something about custom indicators and forces, but I was wondering if anyone knows how to make an indicator read the G-Force of the aircraft,
Thanks,
Agent
Hi everyone,
I remember seeing something about custom indicators and forces, but I was wondering if anyone knows how to make an indicator read the G-Force of the aircraft,
Thanks,
Agent
@JeskoGoesVROOM thank you
use a label with
{VerticalG}
in the text field, and optionally round it to a whole number or to a preferred amount of digits, example:{round(VerticalG)}
{VerticalG;0.00}