Scripts: Difference between revisions

From Jedi Knight Wiki | JKHub
(Blanked the page)
Tags: Blanking Manual revert Reverted
Tag: Undo
 
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]]

Latest revision as of 22:32, 21 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"