Announcement

Collapse
No announcement yet.

The "say" macros

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The "say" macros

    I forget how to make a macro for the "say" command into a simple hot button..

    If I recall correctly, I hit like ALT+1 for a macroed say command...

    Example, I hit ALT+1 for "say Ohh, nice shot!"

    do I use a bind command?

    Sorry, I forget how, been a long time ago.

    Thanks in advance!

  • #2
    i didn't know if you could ever do something like you described (binding a say macro to a key press combination). You can, however, bind a say macro to a single key press, for example:

    bind 1 "say Ohh, nice shot!"

    pressing 1 will now have you say your desired statement.

    I'm assuming you have your number row assigned to the default weapon impulses (I seem to be in the minority here and do not). With the newer version of ProQuake and with Qrack, however, you can now bind the numpad numbers to separate commands. For example:

    bind kp_1 "say Ohh, nice shot!"

    Now you can press the 1 over on the numpad to do what you want, instead of replacing your current bind of the 1 key that's on the main keyboard.

    Comment


    • #3
      Code:
      alias AXE "impulse 1"
      alias blabla "say blabla"
      alias +shiftkey "bind 1 blabla"
      alias -shiftkey "bind 1 AXE"
      bind ALT +shiftkey
      simple really

      Comment


      • #4
        you may need:

        alias +shiftkey "bind 1 bla;bind 2 blabla;bind 3 blablabla"

        if you're going to use it with more than one key

        Comment


        • #5
          yes.. in fact i have a lot of keyboardkeys that do double or triple duty utilizing this "trick".

          Comment


          • #6
            say say SAY what you want but don't play games with my affections....
            'My teammates are no good to me alive.' -Bank on CA.

            'I'll cry when I'm done killin!' -A REAL Patriot

            Clan TU


            Your own... personal... Shambler
            someone to hear your prayers
            someone who cares
            your own... personal... Shambie
            someone to hear your prayers
            someone whos there

            Comment


            • #7
              this helped alot thanks too

              Comment

              Working...
              X