Scripts: Difference between revisions
(Blanked the page) Tags: Blanking Reverted |
m (Reverted edit by 2A09:BAC1:76C0:CE0:0:0:26A:75 (talk) to last revision by Balthor) Tag: Rollback |
||
Line 1: | Line 1: | ||
'''Syntax''' | |||
* bind '''key''' "alias" | |||
== '''Examples''' == | |||
* [[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> | |||
* Crouch (no roll) - <code>bind '''"key"''' "+speed;wait 2;+movedown"</code> | |||
* Roll - <code>bind '''"key"''' "+forward;wait 2;+movedown"</code> | |||
[[Category:Terms]] |
Revision as of 18:05, 20 June 2024
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"