43 lines
2 KiB
INI
43 lines
2 KiB
INI
//Heavy
|
|
exec allclasses
|
|
bind "backspace" "exec heavyweapons" // Reload
|
|
|
|
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
// Hold quick weapon key to eat your favorite snack:
|
|
alias +eat "slot2; +attack"
|
|
alias -eat "-attack"
|
|
|
|
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
//lolzqwr's Pootis Pow! script
|
|
alias pootispow "slot3; taunt; wait 330; voicemenu 1 4"
|
|
|
|
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
//Sandvich Throw
|
|
alias +throw "slot2; +attack2"
|
|
alias -throw "-attack2"
|
|
|
|
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
//Sandvich Eat
|
|
alias +eat "slot2; +attack"
|
|
alias -eat "-attack"
|
|
|
|
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
//Pootis spawn script
|
|
alias pootisspam "slot2; v_dispenserhere; wait 10; load_itempreset 1; "
|
|
|
|
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
//Binds
|
|
bind p pootisspam
|
|
bind o pootispow
|
|
alias +special "voicemenu 1 6"
|
|
alias -special "voicemenu 2 1"
|
|
alias specialshiftoff "bind mouse5 +eat"
|
|
alias specialshifton "bind mouse5 +throw"
|
|
bind mouse3 slot3
|
|
bind mouse5 +eat
|
|
|
|
alias mark_ds "ds_mark Heavy"
|
|
ds_dir demos_heavy
|
|
|
|
echo #-#-# Heavy config has been loaded. #-#-#
|