So, I've been trying to set up a small bind file using the numpad keys to heal teammates. I've seen various ways to do this, and I really can't seem to get any of them to work properly.
Here's my latest attempt:
</pre><hr />numpad1 "unselect$$powexecname heal other$$teamselect 1$$unselect"
numpad2 "unselect$$powexecname heal other$$teamselect 2$$unselect"
numpad3 "unselect$$powexecname heal other$$teamselect 3$$unselect"
numpad4 "unselect$$powexecname heal other$$teamselect 4$$unselect"
numpad5 "unselect$$powexecname heal other$$teamselect 5$$unselect"
numpad6 "unselect$$powexecname heal other$$teamselect 6$$unselect"
numpad7 "unselect$$powexecname heal other$$teamselect 7$$unselect"
numpad8 "unselect$$powexecname heal other$$teamselect 8$$unselect"</pre><hr />
Considering the game executes binds in reverse, I'm looking at it this way: First I unselect any selected target, then I select teammate #, then I execute the Heal Other power, and finally I again unselect any selected target (which should be aforementioned teammate #).
Now, the problem is - it just plain doesn't work properly. I can be hitting numpad2 and it's healing teammate 1. Sometimes it just doesn't heal at all.
I'm guessing the problem lies in selection and the fact that it executes binds so fast.
So, any ideas? Alternatives?