BadHabitz 235 Posted August 16, 2015 Ok, I completely suck when it comes to scripting. I might be better at reading ancient Egyptian hieroglyphics, and I can't do that at all. The problem I have is that there are some functions I'd like to use in game when I'm flying helicopters, without having to use my mouse. I want keybinds that I can map to my HOTAS setup. What I'm trying to do is make a mod that associates 'collision lights on/collision lights off' to a keybind. I'd also like a keybind for turning on/off interior red lights. Doesn't matter to me if I have to use CBA and Configure Addons, or just the Custom controls in the Configure menu. I've looked at the following links and can't make heads/tails of it, but I have been trying to figure it out. http://dev.withsix.com/projects/cca/wiki/Keybinding https://community.bistudio.com/wiki/inputAction https://community.bistudio.com/wiki/inputAction/actions https://community.bistudio.com/wiki/inputAction/actions/bindings So if anyone can help, or try to mentor me, I'd appreciate it. Thanks Share this post Link to post Share on other sites
cosmic10r 2331 Posted August 16, 2015 It's doable... need to build an addon and use cba keybinding to call function or script. Problem will be figuring out how addon triggers lights etc. Sometimes it's easy and sometimes it's a total pita. I've built a couple scripts into addons for personal use. Share this post Link to post Share on other sites
A.Cyprus 16 Posted August 16, 2015 Problem will be figuring out how addon triggers lights etc. Sometimes it's easy and sometimes it's a total pita. Could probably make use of this, and associated commands. https://community.bistudio.com/wiki/Arma_3_Actions#CollisionLightOn Share this post Link to post Share on other sites