Quick Question

ArmenArmen Join Date: 2005-02-09 Member: 40453Members
How would I for example bind something to say "h" to activate xeno?
So when i pressed "h" it would use it?

And how would I apply this for other weapons Thank you

Comments

  • MintmanMintman Join Date: 2003-05-30 Member: 16866Members
    edited May 2005
    It would be something along the lines of....

    bind h "weapon_divinewind;wait;wait;wait;+attack;wait;wait;-attack"

    Play about with the number of waits if it doesn't quite work or if you want to get it to work slightly quicker.

    Edit: You can also apply it to other weapons by changing the weapon_ part or by swapping that for slotX

    Note: This script won't work on bs 1 servers due to the +attack.
  • Malibu_StaceyMalibu_Stacey Join Date: 2003-04-06 Member: 15243Members
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->alias +xeno "weapon_divinewind; wait; wait; +attack"
    alias -xeno "wait; -attack; wait; lastinv"
    bind <key> +xeno<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    bit cleaner code & the lastinv will switch you back to the weapon you had selected before you hit the key to xeno. Might want to switch the lastinv for weapon_leap in this alias.
Sign In or Register to comment.