Advertisement
Guest User

Untitled

a guest
May 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. alias +clickCry "+attack; echo before; alias 'cry' 'voicemenu 2 1'; wait 1000; cry"
  2. alias -clickCry "-attack; alias 'cry' ''; echo after "
  3. alias +woundCry "+attack; echo before; alias 'cry' 'voicemenu 2 1'; wait 500; cry"
  4. alias -woundCry "-attack; alias 'cry' ''; echo after "
  5.  
  6.  
  7. alias +windup "-clickCry; +attack2; bind mouse1 +woundCry"
  8. alias -windup "-woundCry; -attack2; bind mouse1 +clickCry"
  9. bind mouse2 "+windup"
  10. bind mouse1 "+clickCry"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement