October 16, 20223 yr I am trying to add some mobiflight commands in axis and ohs button input. For example, when I use hubhop and copy a command like 1 (>L:MCP_Mode_IAS), what do I need to remove in order for axis and ohs to use it properly. I cannot simply copy and paste. thank you.
October 16, 20223 yr Commercial Member LorbyAxisAndOhs_MSFS_Documentation.pdf, page 50 "Local Variables (LVars)". An LVar that you want to send to the sim must have a "Unit" (L:MCP_Mode_IAS) (>L:MCP_Mode_IAS) this is a local AAO variable, it will never leave the app (L:MCP_Mode_IAS, Number) (>L:MCP_Mode_IAS, Number) will be synchronized with the sim. All valid Units from the MSFS SDK documentation are applicable here. Also note chapter 17 on page 111 about how to import a list of variable names into the AAO database (or you enter them manually, bottom of the "Scripting" menu) Edited October 16, 20223 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.