It should be.
/bind "cce # ccCast$$powexec_toggle_on Fly"
/bind "cce # ccCast$$powexec_toggle_off Fly"
"powexec_toggle_on" can be replaced with "powexec_name"
Edit: Based on what Fox said you might need to toggle off Fly before doing to costume change. The order of commands
should be significant, so it would be
/bind "powexec_toggle_off Fly$$cce # ccCast"
not what I originally wrote. I know this works with PBs, swapping from Nova to Human and activating Flight.
You can assign multiple binds to a key using either the bind_load method, or by using the shift and alt keys
ie
/bind B "show chat$$beginchat /broadcast"
/bind rshift+B "show chat$$beginchat /local"
/bind lshift+B "show chat $$beginchat /team"
ctrl+B is also valid, as is, I think, alt+B
The file method is, as mentioned up thread
/bind "powexec_name Fly$$bind_load file1"
file1 overwrites with
/bind "powexec_toggle_off Fly$$bind_load file2"
and file2 has the first bind in it.
You can create a bind file using /bind_save file But keep in mind this will save all current keybinds. If you add
new ones, you'll have to either resave or edit the file. The bind files can be edited using a text editor.
To unbind a key
/bind "nop"
Try looking at the complete list of binds and the Kheldian guides on the
official forums. There are other bind thread's but I'm blanking on them at the moment.
--
The speed at which a mistyped command executes is directly
proportional to the amount of damage done.
-- Joe Zeff
/bind "cce # ccCast$$powexec_toggle_on Fly"
/bind "cce # ccCast$$powexec_toggle_off Fly"
"powexec_toggle_on" can be replaced with "powexec_name"
Edit: Based on what Fox said you might need to toggle off Fly before doing to costume change. The order of commands
should be significant, so it would be
/bind "powexec_toggle_off Fly$$cce # ccCast"
not what I originally wrote. I know this works with PBs, swapping from Nova to Human and activating Flight.
You can assign multiple binds to a key using either the bind_load method, or by using the shift and alt keys
ie
/bind B "show chat$$beginchat /broadcast"
/bind rshift+B "show chat$$beginchat /local"
/bind lshift+B "show chat $$beginchat /team"
ctrl+B is also valid, as is, I think, alt+B
The file method is, as mentioned up thread
/bind "powexec_name Fly$$bind_load file1"
file1 overwrites with
/bind "powexec_toggle_off Fly$$bind_load file2"
and file2 has the first bind in it.
You can create a bind file using /bind_save file But keep in mind this will save all current keybinds. If you add
new ones, you'll have to either resave or edit the file. The bind files can be edited using a text editor.
To unbind a key
/bind "nop"
Try looking at the complete list of binds and the Kheldian guides on the
official forums. There are other bind thread's but I'm blanking on them at the moment.
--
The speed at which a mistyped command executes is directly
proportional to the amount of damage done.
-- Joe Zeff