Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi there, the automatic fuel selector LVAR is not working. L:var_AutoFuelSelectorSwitch The switch moves, but the Annunciator light does not go away. Hopefully it will be fixed for the next update!
You have to write the same value you're writing to (L:var_AutoFuelSelectorSwitch, Bool) to the internal variable (>A:CIRCUIT SWITCH ON:40, bool).
Sample: Switching on: 1 (>L:var_AutoFuelSelectorSwitch, Bool) 1 (>A:CIRCUIT SWITCH ON:40, bool)
It worked, thanks!