Author Topic: How do you bind words and phrases?  (Read 1377 times)

shockk

  • 68 Carbine
  • Posts: 283
How do you bind words and phrases?
« on: August 06, 2007, 09:38:30 AM »
^^^^^^ Thanks

SmackWaters

  • VM-68
  • Posts: 242
Re: How do you bind words and phrases?
« Reply #1 on: August 06, 2007, 10:05:07 AM »
To bind a key to say something, just type in the console:

Code: [Select]
bind <key> <phrase>
So something like:

bind F1 lol

shockk

  • 68 Carbine
  • Posts: 283
Re: How do you bind words and phrases?
« Reply #2 on: August 06, 2007, 12:01:54 PM »
thanks man Ill try that

KiLo

  • Autococker
  • Posts: 2086
Re: How do you bind words and phrases?
« Reply #3 on: August 06, 2007, 12:03:16 PM »
You have to do

bind F1 say lol

or

bind F1 say_team lol (I think)

SmackWaters

  • VM-68
  • Posts: 242
Re: How do you bind words and phrases?
« Reply #4 on: August 06, 2007, 04:48:24 PM »
You don't have to put say, unless you want to say a command. because binding a key to a phrase just types the phrase in the console. So if you wanted to say "viewgib", you would have to put
Code: [Select]
bind f1 say viewgib because viewgib is a command. But thanks for mentioning that kilo, it's always safer to just put say.