I need to have mobiflight send L:Doors_Vis as 0 and 1 to remove the doors on a little helicopter in the sim.
I tried through changing the msfs2020 variable code of one but I can’t get it to work. Do I do it through mobiflight variables or changing an msfs variable code?
Would the toggle code be…
L:Doors_Vis, if($=0,1,0) to allow the single button I assign to toggle between 0/1?
Thanks in advance!