[ QUOTE ]
Yep, it is possible. Here is a set that will activate build-up on key-press and power thrust on release.
hchange1.txt
lshift+u "+up$$-up$$powexec_name build up$$bind_load_file c:/bind/blue_volt/hchange2.txt"
hchange2.txt
lshift+u "+up$$-up$$powexec_name power thrust$$bind_load_file c:/bind/blue_volt/hchange1.txt"
Volt
[/ QUOTE ]
Is it possible to modify the second string to include a powexec_auto command following the powexec_name?
What I'm looking at is that this might be the way to fire off three powers in quick succession.
For example:
target0.txt
subtract "+down$$-down$$powexec_unqueue$$unselect$$autorun 0$$target_enemy_near$$follow$$powexec_name Rage$$tell $name, <color red><bgcolor black><scale .6>Targeting $target!$$bind_load_file c:\kb\target1.txt"
target1.txt
subtract "+down$$-down$$powexec_name jab$$powexec_auto boxing$$bind_load_file c:\kb\target0.txt"
In theory, this should activate Rage on Press, target, follow, etc. and then activate Jab followed by Boxing when released.
Any troubleshooting or reasons why it might not work?