emsixteen

EmSixTeen

Aug 13th, 2010
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. //
  2. // ** EmSixTeen's Team Binds alias - Change upon button press (13/08/2010)
  3. //
  4.  
  5. alias "+em_bindswitch" "vstr em_bindset_alt"
  6. alias "-em_bindswitch" "vstr em_bindset_reg"
  7.  
  8. // Regular (not held)
  9. set "em_bindset_reg" "vstr em_tb_inlow ; vstr em_tb_inhigh ; vstr em_tb_inleft ; vstr em_tb_inright ; vstr em_tb_inwater ; vstr em_tb_yaavail ; vstr em_tb_raavail ; vstr em_tb_mhavail ; vstr em_tb_puavail ; vstr em_tb_attack ; vstr em_tb_helpbase ; vstr em_tb_yes ; vstr em_tb_no ; vstr em_tb_dropflag ; vstr em_tb_dropweapon ; vstr em_tb_arealost ; vstr em_tb_areasafe"
  10.  
  11. set "em_tb_inlow" bind mwheelup "say_team ^1>> enemy/efc ^3IN LOW"
  12. set "em_tb_inhigh" bind mwheeldown "say_team ^1>> enemy/efc ^3IN HIGH"
  13. set "em_tb_inleft" bind kp_leftarrow "say_team ^1>> enemy/efc ^3IN LEFT"
  14. set "em_tb_inright" bind kp_rightarrow "say_team ^1>> enemy/efc ^3IN RIGHT"
  15. set "em_tb_inwater" bind kp_5 "say_team ^1>> enemy/efc ^4IN WATER ^7splish splash splosh"
  16.  
  17. set "em_tb_yaavail" bind kp_end "say_team ^3>> YA AVAILABLE"
  18. set "em_tb_raavail" bind kp_downarrow "say_team ^1>> RA AVAILABLE"
  19. set "em_tb_mhavail" bind kp_pgdn "say_team ^4>> MH AVAILABLE"
  20. set "em_tb_puavail" bind kp_enter "say_team ^1>> QUAD/POWERUP^7!! ^1QUAD/POWERUP^7!! ^1QUAD/POWERUP^7!!"
  21.  
  22. set "em_tb_attack" bind leftarrow "say_team ^2>> READY TO ATTACK^6!!!"
  23. set "em_tb_helpbase" bind rightarrow "say_team ^1>> BASE UNSAFE, NEED HELP^1!!!"
  24. set "em_tb_yes" bind uparrow "say_team ^2>> YES^7/^2OKAY^7/^2ON MY WAY"
  25. set "em_tb_no" bind downarrow "say_team ^1>> NO^7/^1CAN'T"
  26.  
  27. set "em_tb_dropflag" bind kp_minus "dropflag"
  28. set "em_tb_dropweapon" bind kp_plus "dropweapon"
  29. set "em_tb_arealost" bind kp_ins "say_team ^1>> AREA LOST^7/^1ENEMY HERE"
  30. set "em_tb_areasafe" bind kp_del "say_team ^2>> AREA SAFE^7/^2ENEMY DOWN"
  31.  
  32.  
  33. // Alternative (held)
  34. set "em_bindset_alt" "vstr em_tb_outlow ; vstr em_tb_outhigh ; vstr em_tb_outleft ; vstr em_tb_outright ; vstr em_tb_outwater ; vstr em_tb_yataken ; vstr em_tb_rataken ; vstr em_tb_mhtaken ; vstr em_tb_putaken ; vstr em_tb_attackq ; vstr em_tb_helpregroup ; vstr em_tb_nmelowhp ; vstr em_tb_needhp ; vstr em_tb_leaveflag ; vstr em_tb_dropweaponsay ; vstr em_tb_arealost ; vstr em_tb_areasafe"
  35.  
  36. set "em_tb_outlow" bind mwheelup "say_team ^1>> enemy/efc ^5OUT LOW"
  37. set "em_tb_outhigh" bind mwheeldown "say_team ^1>> enemy/efc ^5OUT HIGH"
  38. set "em_tb_outleft" bind kp_leftarrow "say_team ^1>> enemy/efc ^5OUT LEFT"
  39. set "em_tb_outright" bind kp_rightarrow "say_team ^1>> enemy/efc ^5OUT RIGHT"
  40. set "em_tb_outwater" bind kp_5 "say_team ^1>> enemy/efc ^5OUT WATER ^7splish splash splosh"
  41.  
  42. set "em_tb_yataken" bind kp_end "say_team ^3>> YA TAKEN ^7(+20s)"
  43. set "em_tb_rataken" bind kp_downarrow "say_team ^1>> RA TAKEN ^7(+20s)"
  44. set "em_tb_mhtaken" bind kp_pgdn "say_team ^4>> MH TAKEN ^7(+30s)"
  45. set "em_tb_putaken" bind kp_enter "say_team ^6>> QUAD/POWERUP TAKEN ^7(+2min)"
  46.  
  47. set "em_tb_attackq" bind leftarrow "say_team ^5>> READY TO ATTACK^7???"
  48. set "em_tb_helpregroup" bind rightarrow "say_team ^1>> I NEED HELP^7/^1REGROUP^7!!!"
  49. set "em_tb_nmelowhp" bind uparrow "say_team ^2>> ENEMY HAS LOW HP^7!!!"
  50. set "em_tb_needhp" bind downarrow "say_team ^1>> NEED HP/ARMOUR^7!!!"
  51.  
  52. set "em_tb_leaveflag" bind kp_minus "say_team ^1>> LEAVE OUR FLAG HERE^7/^1NOT SAFE TO RETURN"
  53. set "em_tb_dropweaponsay" bind kp_plus "say_team ^6>> Dropping a weapon for you"
  54. set "em_tb_arealost" bind kp_ins "say_team ^1>> AREA LOST^7/^1ENEMY HERE"
  55. set "em_tb_areasafe" bind kp_del "say_team ^2>> AREA SAFE^7/^2ENEMY DOWN"
  56. //set "em_tb_" bind kp_slash "say_team ^1>>"
  57. //set "em_tb_" bind * "say_team ^1>>"
Add Comment
Please, Sign In to add comment