How To Change The Command Button

leonlight

Member
my question is pretty simple, how do you replace for an individual character a command button to another button, example, replace spin to left click mouse, i'm guessing it has to do with the lua file, but i can't seem to find the right information with google
(i am not talking about the options change keys)
 
Your question is weirdly phrased...

If what you are trying to do is hardcore keyboard/mouse keys/buttons to specific actions, Lua can't do that natively as Lua does not have raw input access.

You can cheat it by having Lua send bind commands on the client's console to bind keys to console commands, but that's generally undesirable.
 
if it's not lua then may i ask what file name is it ? how does one change the config buttons to a specific character

and i think i know what you meant by i phrased it weirdly

i ment replace the spin dash command with mouse2 command
 
Last edited:
I don't comprehend what are you trying to do.
Are you trying to do keybinds for a single character instead of all characters?
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top