Scripts: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
'''Syntax''' | '''Syntax''' | ||
* bind '''key''' "alias" | * bind '''key''' "alias" | ||
== ''' | == '''Examples''' == | ||
* Staff Backflip - <code>bind '''"key"''' "wait 5;+moveup;+back;+attack;wait 5;-back;-attack;-moveup"</code> | * Staff Backflip - <code>bind '''"key"''' "wait 5;+moveup;+back;+attack;wait 5;-back;-attack;-moveup"</code> | ||
* Yellow/Red DFA & Dualies/Staff Butterfly - <code>bind '''"key"''' "+forward;+moveup;+attack;wait 2;-forward;-moveup;-attack"</code> | * Yellow/Red DFA & Dualies/Staff Butterfly - <code>bind '''"key"''' "+forward;+moveup;+attack;wait 2;-forward;-moveup;-attack"</code> | ||
Line 15: | Line 9: | ||
[[Category:Terms]] |
Revision as of 14:41, 20 August 2016
Syntax
- bind key "alias"
Examples
- Staff Backflip -
bind "key" "wait 5;+moveup;+back;+attack;wait 5;-back;-attack;-moveup"
- Yellow/Red DFA & Dualies/Staff Butterfly -
bind "key" "+forward;+moveup;+attack;wait 2;-forward;-moveup;-attack"
- Crouch (no roll) -
bind "key" "+speed;wait 2;+movedown"
- Roll -
bind "key" "+forward;wait 2;+movedown"