MightyJumbo

Recruit
  • Posts

    2
  • Joined

  1. Bingo! I got it to work with your help. Thank you so much, At first it was not recognising the goto tray_9 command. so i tried gotto_tray 9 and that did the trick. Again thanks for your help. I'm sure the folks that i team with will appreciate not seeing the same emote over and over as I toggle through my forms.
  2. 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?