Bind for Radiation


Belisarius

 

Posted

I don't know if this is even possible, if it is I'm too lazy to find it. I want a bind that will activate my two main anchors (Radiation Infection and Enervating Field) as well as a short phrase announcing which target was infected.


 

Posted

/bind e "local $target is my anchor!!$$powerexec_toggleon Radiation infection"

that SHOULD do it....I dont usually mess with binds, but that looks like it might work.


 

Posted

I use a rotating rind for RI and EF myself, so 1 key for both toggles. To do that you'll need 2 text file. For my bind, I named them Debuff1 and Debuff2

Debuff1.txt:
g "$$powexec_name Radiation Infection$$bind_load_file C:\keybinds\Rad\Debuff2.txt"
Debuff2.txt:
g "$$powexec_name Enervating Field$$bind_load_file C:\keybinds\Rad\Debuff1.txt"

then in game, just use /bind_load_file "c:\keybinds\rad\debuff1.txt" and you get the rotating bind

If you want a phrase before it, then use this for your 1st debuff txt file:
g "say $target is anchor for debuffs$$powexec_name Radiation Infection$$bind_load_file C:\keybinds\Rad\Debuff2.txt"


 

Posted

Thank you for the help will apply it today.