Yes, it is intact 3.999z9b (I believe, as far as I can tell)
I'm fairly certain that it accepts Lua, however I'm not a programmer so that's over my head. I did thoroughly read through the advanced user guide... that's how I'm on this path now.
To answer your inquiry, I want "button 1" to be at a default state the majority of the time, it's essentially a 'master'; other flags then change the functions of "buttons 2-5" according to my selection - they also default with vB1, but I have inputs that select their "mode" in addition to.
Here's a brief example:
》vB1 toggles modes 1&2 for vB2-5 = Flag vB120,11 | sets vB120,10 F+
》1,5 set flags 120,8 + & 120,9 - & 120,10 -
》1,6 set flags 120,8 - & 120,9 -& 120,10 -
》1,7 :: +,+,-
》1,8 :: -,+,-
》vB2-5 If F+/- 120,8 or 120,9 and F-120,10 Then: accordingly
》vB1 If timer + (True), If F+/- 120,8 or 120,9 Then: accordingly
Essentially when I activate vB1 I want it to toggle 120,11 and set 120,10 true.
However on occasion if buttons 1,5-8 are used they change the 120,10 bit for vB2-5 to change their modes, I can select my settings (say dial in a heading or Altimeter & VS and click vB1 to activate Autopilot; however I don't always need to activate AP so after a timeout vB1 should go to its normal state.
So essentially I have 5 groups/ groupings, but only 4 mode selections; instead of cycling through it, I want to set a default.
Hopefully that clears it up.
Thank you for your input.