September 19, 2025Sep 19 Hi everyone, I’m trying to create a script in Lorby Axis and Ohs for the FSLabs A321, and I’d like some help. What I want to achieve is: Turn Flight Director OFF Activate the BIRD mode Has anyone here done this before, or does anyone know the correct event IDs/variables/LVars/HVars that I need to use in Axis and Ohs to make this work? Any tips, examples, or even a small script would be greatly appreciated! Thanks in advance.
September 19, 2025Sep 19 Commercial Member How/where do you activate "BIRD" mode, what is that? The general procedure is to use the MSFS developer mode -> Tools -> Behaviors. Then click back into the simulator window, hover the mouse over the control you are interested in and press Ctrl - G. This will bring up the behavior code. Check out the "...MouseRect" components to find out about the FSLs ROTOR_BRAKE codes, then implement them in AAO. thecodenumber (>K:ROTOR_BRAKE) Same as the plane does it. Edited September 19, 2025Sep 19 by Lorby_SI LORBY-SI
September 19, 2025Sep 19 Commercial Member Example: this script will turn both FDs off (! it turns them off, it doesn't toggle!) (L:VC_GSLD_CP_EFIS_FD_Brt_Lt,·Number)·0·>·if{·71035·(>K:ROTOR_BRAKE)·71037·(>K:ROTOR_BRAKE)·}· (L:VC_GSLD_FO_EFIS_FD_Brt_Lt,·Number)·0·>·if{·71108·(>K:ROTOR_BRAKE)·71110·(>K:ROTOR_BRAKE)·}· LORBY-SI
Create an account or sign in to comment