Guest User

Edited Medic Script for /u/justinkoop

a guest
Apr 20th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. // Medigun/kritzkrieg
  2. alias "+heal" "slot2;+attack;spec_next"
  3. alias "-heal" "-attack"
  4.  
  5. // Syringe gun/blutsauger
  6. alias "+needles" "slot1;+attack;-reload;spec_next"
  7. alias "-needles" "-attack;+reload"
  8.  
  9. // Bonesaw/ubersaw
  10. alias "+sawswitch" "slot3;+attack;spec_next"
  11. alias "-sawswitch" "-attack;lastinv"
  12. alias "+sawnoswitch" "slot3;+attack;spec_next"
  13. alias "-sawnoswitch" "-attack"
  14. alias "+saw" "+sawnoswitch"
  15. alias "-saw" "-sawnoswitch"
  16. alias "switch" "alias +saw +sawswitch; alias -saw -sawswitch"
  17. alias "noswitch" "alias +saw +sawnoswitch; alias -saw -sawnoswitch"
  18. alias "meleetoggle" "bonesaw"
  19. alias "ubersaw" "switch;say_team Using ubersaw;alias meleetoggle bonesaw"
  20. alias "bonesaw" "noswitch;say_team Using bonesaw;alias meleetoggle ubersaw"
  21.  
  22. // Uber and notification
  23. alias "+uber" "slot2;dropitem;+attack2;spec_prev;say_team *** KRITZ OR UBER USED ***"
  24. alias "-uber" "-attack2;"
  25.  
  26. // Fake/mask uber and notification
  27. alias "fakeuber" "voicemenu 1 7;say_team "*** KRITZ OR UBER FAKED ***""
  28. alias "maskuber" "voicemenu 2 5;say_team "*** MASKED UBER CALL ***"
  29. alias false "fakeuber"
  30.  
  31. // Shift mask
  32. alias "+shiftmask" "alias false maskuber"
  33. alias "-shiftmask" "alias false fakeuber"
  34.  
  35. // Spawn move
  36. alias "forwardspawn_random" "join_class random; alias forwardspawn_toggle forwardspawn_medic"
  37. alias "forwardspawn_medic" "join_class medic; alias forwardspawn_toggle forwardspawn_random;say_team *** MOVED SPAWN ***"
  38. alias "forwardspawn_toggle" "forwardspawn_random"
  39.  
  40.  
  41.  
  42. // Bind
  43. bind "C" "false"
  44. bind "F1" "forwardspawn_toggle"
  45. bind "F2" "meleetoggle"
  46. bind "mouse1" "+heal"
  47. bind "mouse2" "+needles"
  48. bind "mouse3" "+saw"
  49. bind "mouse5" "+uber"
  50. bind "shift" "+shiftmask"
  51. unbind mwheelup
  52. unbind mwheeldown
Advertisement
Add Comment
Please, Sign In to add comment