From: "Brian Lawson" <brianl@dma-design.com>
To: ml@qoole.com
In-Reply-To: <199803020943.AA18552@interlock2.lexmark.com>
Reply-To: ml@qoole.com
Date: Mon, 02 Mar 1998 10:01:46 +0000
Subject: Re: Hand Signals

At 09:45 02/03/98 +0000, you wrote:
>
>I heard somewhere that it was possible to make the Quake2 guy do rude and
>offensive gestures...anyone know?
>
>Best regards
>Ross
>
>Workshop Engineer/ Warranty HW Support/ Inkjet Support/ Moral Support  : )
>
>Phone : 01628 480 658    Fax  : 01628 475823
>Em@il:  DAWSONR@LEXMARK.COM
>Sir Rudester
>
>
>

Here's the macro I use to do waves.  Just pase this into your cfg file
(assuming you have one)  If you don't know how to set this up, just mail me
privately.

Sorry to put this on the list guys, but it's the first console macro I
wrote all by myself and I was damn proud of it!

// Wave Change //
alias wavenow wave0
alias wavenext wave1
alias upyours "wave 0"
alias salute "wave 1"
alias taunt "wave 2"
alias waving "wave 3"
alias pointing "wave 4"

alias wave0 "alias wavenow upyours; alias wavenext wave1; echo Up yours!
Selected"
alias wave1 "alias wavenow salute; alias wavenext wave2; echo Salute Selected"
alias wave2 "alias wavenow taunt; alias wavenext wave3; echo Taunt Selected"
alias wave3 "alias wavenow waving; alias wavenext wave4; echo Wave Selected"
alias wave4 "alias wavenow pointing; alias wavenext wave0; echo Point
Selected"

bind v wavenext
bind f wavenow

//


Just hit "v" to cycle through the different gestures, and "f" to execute
the selected one. You can, of course, change the keys you use to suit your
own setup.



Brian.



