Guest User

Untitled

a guest
Dec 21st, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. // Null-cancelling movement script
  2.  
  3. bind w "+mfwd; +use_action_slot_item"
  4. bind s "+mback; +use_action_slot_item"
  5. bind a "+mleft; +use_action_slot_item"
  6. bind d "+mright; +use_action_slot_item"
  7.  
  8. alias +mfwd "-back;+forward;alias checkfwd +forward"
  9. alias +mback "-forward;+back;alias checkback +back"
  10. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  11. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  12. alias -mfwd "-forward;checkback;alias checkfwd none"
  13. alias -mback "-back;checkfwd;alias checkback none"
  14. alias -mleft "-moveleft;checkright;alias checkleft none"
  15. alias -mright "-moveright;checkleft;alias checkright none"
  16. alias checkfwd none
  17. alias checkback none
  18. alias checkleft none
  19. alias checkright none
  20. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment