blightedone

Citizen
  • Posts

    2
  • Joined

  1. Now what about a channel called Raven's Nest? Is there a way to do it for that one?

    Thanks for the above solution!
  2. I can't seem to get a bind to work that will send a message to a chatroom with 2 words for a name. the chat is Infinity Hamidon.

    I have a bind that works for all one-worded chat rooms (an example):

    /bind rcontrol+return "show chat$$beginchat /send SDFGlobal "

    and it works fine but this:

    /bind rshift+return "show chat$$beginchat /send Infinity Hamidon "

    doesn't work because it thinks i'm trying to send to channel infinity.

    But when i hit the keybind I get this in my chat entry box:

    /send Infinity Hamidon

    and if i put quotes around it like so:

    /send "Infinity Hamidon" (blah blah blah)

    it works just fine. but if i include "" inside a bind it gets angry with me.. what can I do to fix my problem?