Fanghorn

Citizen
  • Posts

    1
  • Joined

  1. Using the same idea as the location power bind or the "TP bind", I'd like to shift-click on a player and target/execute a power on that player.

    I can get it to work for shift-clicking on character models using the toggle-file method like so:

    <font class="small">Code:[/color]<hr /><pre>
    in file heal_other_1.txt:
    SHIFT+LBUTTON "+down$$-down$$powexec_unqueue$$unselect$$bind_load_file c:\heal_other_2.txt"

    in file heal_other_2.txt:
    SHIFT+LBUTTON "+down$$-down$$powexec_name Heal Other$$bind_load_file c:\heal_other_1.txt"
    </pre><hr />

    Unfortunately, it does not work when I click on a character name in the team screen. The target changes correctly, but no power is activated. Any ideas how to make it work for the team screen?

    TIA!