I am trying to set up a bind similar to the "taunt loop" that can be used for my PB when switching forms. I currently use the bind:
em Form of...Dark Nova$$ powexec_name Bark Nova$$goto_tray 9"
I'd like to be able to rotate the thought bubble so that i am not saying the same thing all of the time.
I made notebook files that are saved to my c drive in a a coh folder, with this particular bind set in a character name file.
the text files read:
bind numpad0, "em Form of...something witty$$ powexec_name Dark Nova$$goto tray_9"$$ bind_load_file C:\cohbinds\charactername\t2.txt"
and so forth...
However when I try to load these binds using the command.
/bind_load_file C:\cohbinds\charactername\t1.txt
I get an error message that reads:
Unable to read in keybind file:C:\cohbinds\charactername\t1.txt
Any thoughts as to what I am doing wrong?