Page 1 of 1
HOW can i bind 2 functions on all my key's
Posted: Sun Oct 31, 2004 7:21 pm
by stan0x
HOW can i bind 2 functions on all my key's
explain .
bind c "+moveup"
bind ctrl+c "+movedown"
bind f "weapon"
bind ctrl+f "say

"

[/quote]
Posted: Sun Oct 31, 2004 7:56 pm
by Blue Vex
Well,
alias +shift "bind c +movedown;bind f say :)"
alias -shift "bind c +moveup;bind f weapon"
bind ctrl +shift
If you want your ctrl button to assign two cmd's to even more keys, you will have to make up your own aliases for the Quake2 cmd's. Or else you will run out of command line space.
For example,
set c1 +movedown
set c2 +moveup
set f1 weapon
set f2 "say :)"
alias +shift "bind c $c2;bind f $f2"
alias -shift "bind c $c1;bind f $f1"
bind ctrl +shift
This shortened the command lines a tad.
Posted: Sun Oct 31, 2004 8:36 pm
by impressiVe
[2:38:19am] (@Blue_Vex) *kiss*
he loves u

Posted: Sun Oct 31, 2004 9:45 pm
by stan0x
thank U.
i hoope pll can learn of it
i had !
speak 2 you lat0r..
me going some sleepy
