Scripts: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== '''Examples''' == | == '''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> | ||
* Crouch (no roll) - <code>bind '''"key"''' "+speed;wait 2;+movedown"</code> | * Crouch (no roll) - <code>bind '''"key"''' "+speed;wait 2;+movedown"</code> |
Revision as of 21:41, 28 August 2020
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"