Medpack & Ammo

eMikeeMike Join Date: 2002-12-03 Member: 10422Members
edited August 2005 in Scripting Discussion
<div class="IPBDescription">What the heck?</div> What is the syntax for binding a key to medpacks and ammo?

Comments

  • GlissGliss Join Date: 2003-03-23 Member: 14800Members, Constellation, NS2 Map Tester
    edited August 2005
    <!--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-->bind "[key]" "impulse 10" // medpack
    bind "[key]" "impulse 11" // ammo<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    alternatively

    <!--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 "medpack" "impulse 10; say_team [ MEDPACK ]"
    bind "[key]" "medpack"

    alias "ammo" "impulse 11; say_team [ AMMO ]"
    bind "[key]" "ammo"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Sign In or Register to comment.