Impulse 10, I Need Medkit, Not Working For Co Jump

Go7Go7 Join Date: 2002-11-01 Member: 2553Members
<div class="IPBDescription">help</div> i have the following bind in my config.cfg

impulse 10;say_team COMMANDER: I need medkit. (Press your JUMP [spacebar] key to see me.)

Impulse 10 is the command to say "I need medkit" over the radio. the say_team is just a chat text command combined with the radio command.

But apparently it never actually allows the commander to simply hit JUMP to get to me. My COs will say "it ain't workin, Go! it works for everyone else, just not you for some reason."

I think it's because of the funky bind. Either that or becuz "impulse 10" just doesn't work the same way as actually using the right-click menu.

Anyone know how to fix this problem??

Comments

  • verboseverbose Join Date: 2002-11-25 Member: 9968Members, Constellation
    The "impulse X" and "hotkey X" commands do not work well in an alias. I don't know all the details, but I hear this is a side-effect of some anti-scripting measures.

    Best solution I have to offer is to make two binds; one for the impulse, another for the rest of the alias.
  • ZarbuckZarbuck Join Date: 2002-11-01 Member: 2248Members
    I use this and it works just fine for me...

    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->bind kp_end "impulse 10; say_team I Need a MEDPACK!" // medic<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

    P. S. This is from TheHornets comm script
  • TaboeTaboe Join Date: 2002-12-04 Member: 10472Members
    impulse 10;say_team COMMANDER: I need medkit. (Press your JUMP [spacebar] key to see me.)

    make it this way:
    bind "x" "impulse 10; say_team COMMANDER: I need medkit. Press your JUMP spacebar key to see me."
  • D3n15D3n15 Join Date: 2002-12-14 Member: 10790Members
    Sweet binding ideas, thanks!
Sign In or Register to comment.