Not Really A Script, But A Bind Help...

BadGirlDefenderBadGirlDefender Join Date: 2005-05-11 Member: 51437Members
<div class="IPBDescription">still, its bugging the hell outta me :)</div> ok, i play alot on the aeRO servers, with the extra upgrades etc, and im getting **** off with typing /menu the entire time. can someone <u>please</u> tell me correct console code for binding the number 0 to saying /menu

after ages trying stuff like:
bind 0 say"/menu"
bind 0 say /menu
bind 0 say/menu

etc, im kinda irritated <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->

any help?

Comments

  • obuhobuh Not Quite Smart at NS Join Date: 2003-03-31 Member: 15072Members, Constellation
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->bind 0 "say /menu"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    This should work.
  • BadGirlDefenderBadGirlDefender Join Date: 2005-05-11 Member: 51437Members
    edited May 2005
    just trying it now, thnx <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->

    soz, i was sure it was say space message, but it just dint work <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->



    <span style='color:red'>EDIT: ok, just realised, now i cant exit the menu, cos exit menu is 0 <!--emo&:angry:--><img src='http://www.unknownworlds.com/forums/html/emoticons/mad-fix.gif' border='0' style='vertical-align:middle' alt='mad-fix.gif' /><!--endemo-->

    so, i tried unbind 0 "say /menu" and bind 9 "say /menu"

    now, i can activate it with 9 and 0, but 0 doesnt close it any more </span>

    <span style='color:purple'>EDIT EDIT: when trying bind 0 0, it says unknown command 0</span>
  • obuhobuh Not Quite Smart at NS Join Date: 2003-03-31 Member: 15072Members, Constellation
    To unbind the key:
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->unbind 0<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    And keep the bind 9 "say /menu" part.
  • BadGirlDefenderBadGirlDefender Join Date: 2005-05-11 Member: 51437Members
    edited May 2005
    k, thnx <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->

    <span style='color:red'>EDIT: 0 does nothing now, not at all. im trying binding it to something via options, then going thru again</span>

    <span style='color:purple'>EDIT EDIT: still no joy, 0 just does nothing now :'( at worst, i was planning to einstall anyway</span>
  • a_civiliana_civilian Likes seeing numbers Join Date: 2003-01-08 Member: 12041Members, NS1 Playtester, Playtest Lead
    edited May 2005
    bind 0 slot10

    slot10 is what 0 is bound to by default, and it is the command that the plugin looks for to call the "0" menu option. It cannot be bound in the controls menu because it normally serves no purpose in NS.
  • BadGirlDefenderBadGirlDefender Join Date: 2005-05-11 Member: 51437Members
    brillo, thnx u two....hopefully no more edits <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
  • ScottehScotteh Join Date: 2004-04-27 Member: 28251Members
    alias menu "say /menu; bind 0 menuoff"
    alias menuoff "slot10; bind 0 menu"

    then bind 0 to menu in your config and it will still get arround mp_blockscripts
  • BadGirlDefenderBadGirlDefender Join Date: 2005-05-11 Member: 51437Members
    no need, its not really a script, it was just a bind i was having difficulty with, and in my tired state, saw this <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->

    thnx anyway tho, and the final unbind thing worked <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
  • TOmekkiTOmekki Join Date: 2003-11-25 Member: 23524Members
    <!--QuoteBegin-Scotteh+May 31 2005, 04:17 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Scotteh @ May 31 2005, 04:17 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> alias menu "say /menu; bind 0 menuoff"
    alias menuoff "slot10; bind 0 menu" <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    this means that you can press 0 and it brings up the menu, and when you press it again it closes it. so you dont need 2 buttons for the job.
  • BadGirlDefenderBadGirlDefender Join Date: 2005-05-11 Member: 51437Members
    the menu closes on press of 0, and im used to that, but thnx anyway <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    edited June 2005
    bah, didn't read the full thread...
Sign In or Register to comment.