20 lines
596 B
INI
20 lines
596 B
INI
//Demoman
|
|
exec allclasses
|
|
bind "backspace" "exec demoman" // Reload
|
|
|
|
alias +stickyattack "+dammit; wait; wait; wait; wait; +attack2"
|
|
alias -stickyattack "-dammit; -attack2"
|
|
|
|
//Binds
|
|
bind mouse1 "+stickyattack"
|
|
alias mark_ds "ds_mark Demoman"
|
|
ds_dir demos_demoman
|
|
alias stickyattackon "bind mouse1 +stickyattack; bind q stickyattackoff; voicemenu 0 6"
|
|
alias stickyattackoff "bind mouse1 +dammit; bind q stickyattackon; voicemenu 0 7"
|
|
alias +special "stickyattackoff"
|
|
alias -special none
|
|
//bindtoggle mouse4 r_drawviewmodel 0 1
|
|
|
|
|
|
echo #-#-# Demoman config has been loaded. #-#-#
|