Key Binding...

NightfireTGNightfireTG Join Date: 2002-12-24 Member: 11508Members
<div class="IPBDescription">i need the help guys, please ;)</div> how do i bind a text message using the "j" key?
i wanna bind the text: 'someone cover me...'
how should i do it?


if it's possible, i need someone to help me...thank you.

Comments

  • Teufel_EldritchTeufel_Eldritch Join Date: 2002-01-28 Member: 124Members
    edited February 2003
    d'oh! triple post.




    Open your NS dir. Find your config.cfg. Open it w/notepad.



    For a teamsay bind place the following in your config.cfg.....

    bind "j" "say_team This is an example of a teamsay bind."



    For a global chat bind place the following in your config.cfg.....

    bind "j" "say This is an example of a global chat bind."
  • The_GunslingerThe_Gunslinger Join Date: 2003-01-08 Member: 12031Members, Constellation
    Or you can type what he said to type in the console.

    Such as you can bring down your console and type : bind "key-you-want-it-bound-to" "console-command-you-want-to-run"

    So you can set "o" to kill yourself everytime you hit it if you wanted to <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • JediYoshiJediYoshi The Cupcake Boss Join Date: 2002-05-27 Member: 674Members
    edited February 2003
    Well, to want you want type in your config.cfg in your main mod folder and type:

    bind j "someone cover my **** you crazy jarheads"

    And of course j and the quote are the viaribles

    Note: Funny how a 3 letter "bad word" gets translated to 4 *s.
  • NightfireTGNightfireTG Join Date: 2002-12-24 Member: 11508Members
    sorry for the triple post....but nonetheless, ty guys...i've done wut i must do!!

    *cheers
  • RueRue Join Date: 2002-10-21 Member: 1564Members
    dont know if this will help much but its worth noting,

    the ; : this is used to make 1 button do many things in 1 go
    eg
    code:
    bind j "say hello all ; say_team I dont like the other team <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->"

    this will say both just by pressing 1 button

    alias's:
    These allow u to make 1 button say many things
    eg
    code:
    alias +usetalk "+use;say I am building"
    alias -usetalk "-use;say I have Finished Building"
    bind e +usetalk

    what this does it when u hold down e it will make u do what e does normaly and give u the ability to add text or voice comms. this wouldnt realy be used but shows u the idea
Sign In or Register to comment.