How do you make "binds"?

DinkOneZero

Rookie
Joined
Dec 11, 2009
Messages
43
How would I go about making binds? Reason I ask is I want to be able to bind certain sentences such as: "Please watch your language. Thank you." to one key, thereby saving me time from having to type the whole thing out if and when I encounter someone who doesn't feel like abiding by eGO rules.

Thanks.
 
Hate to say it, but we frown on that kind of use of binds. Having you type out the message is preferable mostly because you can add the person's name to it to get their attention.

That being said, the "bind" command is what is typically used for binds.

Code:
bind [key] [command]

bind f5 condump

That's a quick little template for making binds. Just be sure that you aren't re-mapping important keys. As far as I know it erases all previous binds to that same key. So if you did this:

Code:
bind w condump

You would have a rather hard time moving forward. Well, even if it didn't erase it, you'd have a hell of a time moving forward.
 
examples i find more useful

for one thing

bind j "say <message>"

for two things

bind j " <command>;<command>"


also in ins /me makes it yellow
 

Latest posts

Back
Top