@SaucierPen464 Thank you, glad you’re enjoying the plane!
The supercharger doesn’t use the “native” controls as it’s a bit of a custom job. The native sim supercharger doesn’t allow for manual gear selection unfortunately.
Some discussion on this here (along with most discussion on the plane in general): Grumman Albatross HU-16/G111 Thread - #195 by Ramasurinen
But the variable you need to use is: (L:XMLVAR_Supercharger_Handle, Number)
Set it to 0 to use low gear, 1 for high gear.
I didn’t consider having doors controlled externally, but if you are able to set A: vars, you can set them via (A:INTERACTION POINT GOAL:(index), percent over 100). In each case 1.0 is fully open and 0 is closed.
The door interactive point indices are as such:
0 = Left Cockpit Hatch
1 = Right Cockpit Hatch
2 = Nose Hatch
3 = Ground Power Connection Flap
4 = Main Exit Door (rear cabin left)
5 = Emerg. Exit Door (rear cabin right)
6 = Left Cockpit Window
7 = Right Cockpit Window
8 = Cabin Door Left (G-111 only)
9 = Cabin Door Right (G-111 only)
The only other door is the nose compartment one, which is not an interactive point. You can use the local variable (L:XMLVAR_Nose_Door) for that one, again with 1 being open and 0 being closed.
Hope that helps!