Flight & Wings Macro
The key name you want is TILDE and not `. Try that, and I think it should work, as a bind, anyway. Macros are fickle, and play by their own rules...
fly1.txt
TILDE cc 1 $$ powexec_name fly $$ bindloadfile "C:\Program Files\City of Heroes\Keybinds\fly2.txt"
fly2.txt
TILDE cc 0 $$ powexec_name fly $$ bindloadfile "C:\Program Files\City of Heroes\Keybinds\fly1.txt"
[ ProTip: The banner is a link to art refs!! | The Khellection | The HBAS Repository | Brute Guides (4/16/10) | How To Post An Image - A Quick Guide ]
Biggest Troll on the forums? I'll give you a hint:
Is there a way to create a macro that changes costumes with Fly power? I have even tried it as a key bind thinking that if I got that to work I could maybe figure out how to set up the macro but wasn't able to do it as a bind even. I think I'm just rather confused on how it all works. Any help would be greatly appreciated.
This is the bind I was trying -
fly1.txt
` cc 1$$powexec_name fly$$bindloadfile "C:\Program Files\City of Heroes\Keybinds\fly2.txt"
fly2.txt
` cc 0$$powexec_name fly$$bindloadfile "C:\Program Files\City of Heroes\Keybinds\fly1.txt"
and I had the text of fly2.txt at the end of the keybinds.txt file.