Re: RedQuest v1.2
If what you want is a way to have stick disengage when you press on those arrow keys, custombind is the trick. You could add in a custombind like:
/if (${Melee.Engaged} && ${Stick.Active}) /stick off
But those TLO's aren't correct...you'd have to look up the right ones in the Wiki. There are links on the first post.
The custombind might not be a bad idea, although I'd use a keycombo.... but I'd love to be able to just take care of it right in the code. sifting through the cpp is a bit of a challenge for me though, but sooner or later I hope i can find the best way to do it
If what you want is a way to have stick disengage when you press on those arrow keys, custombind is the trick. You could add in a custombind like:
/if (${Melee.Engaged} && ${Stick.Active}) /stick off
But those TLO's aren't correct...you'd have to look up the right ones in the Wiki. There are links on the first post.