Quick slash script for day of defeat
bind "x" "+autoknife" - "x" Change this value exec userconfig.cfg //Auto Knife alias +autoknife "slot1; wait; +attack" alias -autoknife "-attack; lastinv"
Installation of auto knife script =========================================================Description:
By pressing the key you bounded your auto knife script to, it will automatically pull out your knife slashing while pressing and holding x or whatever key you have chosen. Once you have depressed the key, you will return to you last used weapon.
First, locate you config.cfg which is normally located in your day of defeat/dod directory. Add these two lines:
bind "x" "+autoknife" - "x" Change this value
exec userconfig.cfg
--------------------------NEXT---------------------------
Open notepad and save it as userconfig.cfg Added these lines to your userccnfig.cfg:
//Auto Knife
alias +autoknife "slot1; wait; +attack"
alias -autoknife "-attack; lastinv"
Place your userconfig.cfg in the same folder as you config.cfg in dayofdefeat/dod directory.
Happy hunting those wascally wabbits!

