01 Jan 11, 11:39PM
how do you bind a key to say something? For example I wanted to make a key say gg every time i press it. How would I go about doing this?
~~>Binding keys<~~
|
01 Jan 11, 11:39PM
how do you bind a key to say something? For example I wanted to make a key say gg every time i press it. How would I go about doing this?
01 Jan 11, 11:42PM
(This post was last modified: 01 Jan 11, 11:44PM by OpenSource.)
/bind <KEY> [say gg]
Change <KEY> to the key you like to bind. Edit: You can also add it to your autoexec.cfg file in Config folder.
01 Jan 11, 11:45PM
Thank you :D. DES| is the greatest!
02 Jan 11, 12:19AM
For more complicated binds, consider using aliases. It puts all your commands into one. Use
[SELECT ALL] Code: alias aliasnamehere [commandshere] [SELECT ALL] Code: alias sayggandquit [say "gg"; sleep 1000 [say "bye bye."]; sleep 1100 [quit]]
02 Jan 11, 01:50AM
(02 Jan 11, 12:19AM)Gibstick Wrote: For more complicated binds, consider using aliases. It puts all your commands into one. Use That's the kind of stuff I don't understand?
02 Jan 11, 02:15AM
its pretty simple, *IF* I am correct, its just saying gg, bye then quitting, so its quicker and easier at the end of a match to quit.
02 Jan 11, 03:50AM
I get how it works i just don't get the whole writing it part.
|
« Next Oldest | Next Newest »
|