May 12, 200224 yr that also prevents the default all selection upon loading. If it encounters a selection set to all, it resets it to the respective main tanks.You'll have to add your own graphics and change things as needed. I normally use comments quite a bit, so... It's based on a C310 selector, but with added lighted 'fuel transfer buttons' (fake, but suits me fine). Let's just paste it in and see what heppens :)(A:Fuel tank selector 1,enum) sp0 l0 0(*Off*) == if{ 0 quit } l0 1(*All*) == if{ 0 (*ForceLMain*) (>K:FUEL_SELECTOR_LEFT) 2 quit } l0 2(*LMain*) == if{ 1 quit } l0 4(*LAux*) == if{ 2 quit } l0 5(*RAuxC*) == if{ 3 quit } 4(A:Fuel tank selector 2,enum) sp0 l0 0(*Off*) == if{ 0 quit } l0 1(*All*) == if{ 0 (*ForceRMain*) (>K:FUEL_SELECTOR_2_RIGHT) 3 quit } l0 3(*RMain*) == if{ 1 quit } l0 4(*RAux*) == if{ 3 quit } l0 5(*LAuxC*) == if{ 2 quit } 4(L:Transfer Pump Left, bool)(L:Transfer Pump Right, bool)(L:Transfer Pump Left, bool) ! (>L:Transfer Pump Left, bool)(L:Transfer Pump Right, bool) ! (>L:Transfer Pump Right, bool)
Create an account or sign in to comment