A Simple Question.....
Death_Revenant
Join Date: 2003-11-17 Member: 23035Members
<div class="IPBDescription">i feel like a n00b, but i am not!</div> ok i was just wondering...what is the command to bind taunt (chukle) to a key?
I know it is bind "key" "command" but i don't know what the command is........
Well, thnx people, and sorry for creating a tread for this simple question but i bet there are a lot of people who wonser this and are afraid to ask....
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif'><!--endemo-->
I know it is bind "key" "command" but i don't know what the command is........
Well, thnx people, and sorry for creating a tread for this simple question but i bet there are a lot of people who wonser this and are afraid to ask....
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif'><!--endemo-->
Comments
ggn00b
All hail Everwinter!
All hail Everwinter!
<!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo--> i it just the i totally forgot about the config thingy
MY BAD
CLOSE THIS THREAD NOW
The impulse for "Follow me" is the chuckle for aliens, I believe. I don't want to bother looking up my config file to find out, however.
And Mr. Everwinter; if you feel so high and mighty as to call people 'n00bs'; prove yourself, Team Absolute would be willing to scrim your.... "ADEMA" any time. Cya round, Mr. Pro.
More specifically: Bind <key> "impulse 7"
<!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo--> Any time there's a ; or a space in a command (Like setting gravity to 400), you have to put it in quotes. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
alias join_marines "jointeamone"
alias marine_followme "impulse 7"
alias marine_covering "impulse 8"
alias marine_taunt "impulse 9"
alias marine_needmedpack "impulse 10"
alias marine_needammo "impulse 11"
alias marine_inposition "impulse 12"
alias marine_hostiles "impulse 13"
alias marine_moveout "impulse 14"
alias marine_allclear "impulse 15"
alias marine_needorders "impulse 80"
alias marine_roger "impulse 81"
alias join_aliens "jointeamtwo"
alias alien_chuckle "impulse 7"
alias alien_groan "impulse 8"
alias alien_hiss "impulse 9"
alias alien_build_resource "impulse 90"
alias alien_build_offense "impulse 91"
alias alien_build_defense "impulse 92"
alias alien_build_sensory "impulse 93"
alias alien_build_movement "impulse 94"
alias alien_build_hive "impulse 95"
alias alien_evolve_carapace "impulse 101"
alias alien_evolve_regeneration "impulse 102"
alias alien_evolve_redemption "impulse 103"
alias alien_evolve_celerity "impulse 107"
alias alien_evolve_adrenaline "impulse 108"
alias alien_evolve_silence "impulse 109"
alias alien_evolve_cloaking "impulse 110"
alias alien_evolve_pheromones "impulse 111"
alias alien_evolve_scentoffear "impulse 112"
alias alien_morph_skulk "impulse 113"
alias alien_morph_gorge "impulse 114"
alias alien_morph_lerk "impulse 115"
alias alien_morph_fade "impulse 116"
alias alien_morph_onos "impulse 117"
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Now if you want to bind taunt to a key, enter:
bind <key> marine_taunt
I don't use to popup menu anymore because everything is bound on the keyboard. Maybe this is overkill to answer your question, but it may be useful to others.