Hi, please could you help me out?  I wish to assign some commands to my joystick for the Majestic Q400 in P3D 4.4, FSUIPC (UpdatedByVersion=5150). As an example, the speed bug setting.  I have the following in the lua (I found these commands in a file for LINDA): -- MIP_SPDBUG_INC if ipcPARAM == 105 then     ipc.writeLvar("MJC_VAR_WRITE_VALUE", 1)     ipc.writeLvar("MJC_VAR_WRITE_CODE", 43080) end -- MIP_SPDBUG_DEC if ipcPARAM == 106 then     ipc.writeLvar("MJC_VAR_WRI