Don't like ads? PRO users don't see any ads ;-)
Guest

Null movement script

By: davis8282 on Apr 25th, 2012  |  syntax: None  |  size: 0.61 KB  |  hits: 27  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. alias +mfwd "-back;+forward;alias checkfwd +forward"
  2. alias +mback "-forward;+back;alias checkback +back"
  3. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  4. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  5. alias -mfwd "-forward;checkback;alias checkfwd none"
  6. alias -mback "-back;checkfwd;alias checkback none"
  7. alias -mleft "-moveleft;checkright;alias checkleft none"
  8. alias -mright "-moveright;checkleft;alias checkright none"
  9. alias checkfwd none
  10. alias checkback none
  11. alias checkleft none
  12. alias checkright none
  13. alias none ""
  14. bind w "+mfwd"
  15. bind s "+mback"
  16. bind a "+mleft"
  17. bind d "+mright"