Author Topic: Binding names in console  (Read 2631 times)

shockk

  • 68 Carbine
  • Posts: 283
Binding names in console
« on: December 06, 2007, 08:11:48 PM »
Simple question, but when i try -  bind "key" "name" that just  makes me say my name out loud.

Spook

  • Autococker
  • Posts: 2542
Re: Binding names in console
« Reply #1 on: December 06, 2007, 08:13:32 PM »
bind <key> name <name>

shockk

  • 68 Carbine
  • Posts: 283
Re: Binding names in console
« Reply #2 on: December 06, 2007, 08:20:38 PM »
and that will make your name change when you press the key?

Spook

  • Autococker
  • Posts: 2542
Re: Binding names in console
« Reply #3 on: December 06, 2007, 08:21:21 PM »
no.. i'm lying to you =[

shockk

  • 68 Carbine
  • Posts: 283
Re: Binding names in console
« Reply #4 on: December 06, 2007, 08:23:24 PM »
ah thanks

y00tz

  • Autococker
  • Posts: 2742
Re: Binding names in console
« Reply #5 on: December 07, 2007, 12:23:24 AM »
bind <key> name <name>

I seriously thought it was
bind <key> set name <name>


Spook wins.
« Last Edit: December 07, 2007, 01:14:01 AM by y00tz »

Spook

  • Autococker
  • Posts: 2542
Re: Binding names in console
« Reply #6 on: December 07, 2007, 12:24:36 AM »
i have 4 names bound to 1-4, all with bind 1-4 name <name>

i'm fairly sure i'm right on this one y00tz, don't take this away from me. i like being right every so often.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Binding names in console
« Reply #7 on: December 07, 2007, 12:44:13 AM »
Actually, I think either way would work.  Only you might need quotes with y00tz's version.

getrdone

  • PGP
  • Posts: 6
Re: Binding names in console
« Reply #8 on: December 19, 2007, 01:00:07 PM »
how do u add color to a name when u bind it

Silly

  • 68 Carbine
  • Posts: 324
Re: Binding names in console
« Reply #9 on: December 19, 2007, 01:51:12 PM »
erm its

bind <key> <what you wanna say>

to do colours do Ctl + k , when you've pressed that, type in a key and a colour will appear.

SuperMAn

  • Committee Member
  • Autococker
  • Posts: 902
Re: Binding names in console
« Reply #10 on: December 19, 2007, 02:29:08 PM »
Isn't there a command that binds the name you are currently using to a key?  Instead of having to type your name in.

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Binding names in console
« Reply #11 on: December 20, 2007, 12:23:33 PM »
Isn't there a command that binds the name you are currently using to a key?  Instead of having to type your name in.

bind <key> $name

I did something like the following:
- Made my horrible green pub funname in the menu
seta xbaincolours $name
- Made my normal 20ID tag in the menu
seta twentyid $name
-Then in my config I added (if you do this in console it won't use the variable, but the text of the variable at the time, I'm not sure if using $$xbaincolours would work or not)
bind F1 name $xbaincolours
bind F2 name $twentyid

This way I can overwrite twentyid and xbaincolours as I please.

It wouldn't be too hard to make a custom menu that has a few slots that you could store your funnames in, and click them to activate it.