Tanuki44 Posted October 28, 2020 Posted October 28, 2020 Hello, I need some help ;) I created a modifier called 'Combat' in switch mode for my joystick mapping in 'modifiers.lua' file local modifiers = { ["Combat"] = { ["device"] = "Joystick", ["key"] = "JOY_BTN5", ["switch"] = true, }, .../... How to test the 'state changing' only (without any another key or button) of this modifier (false or true) to display or not a panel on the screen ('Crew Panel' in the UH-1)? Even having some knowledge in lua, I don't know how to start... :cry: Thanks in advance
Recommended Posts