Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

GMCP Communication

Jeremy SaundersJeremy Saunders Administrator Posts: 1,251 admin
Does anyone use this? I was setting up a comm window today and found that it is not really too easy to use because it does Comm.Channel.Start and then Comm.Channel.End without sending the text. I ended up doing a trigger using that and the prompt. 
Tagged:

Comments

  • DiceneDicene Member Posts: 913 ✭✭✭✭
    edited August 2013
    Assuming it's the same issue that exists with that gmcp.window or whatever is meant to let you cap the map using gmcp. Issue there is that gmcp isn't synced with the regular text from the mud so the gmcp begin and end tags both show up before the actual text. In this particular case, you'd probably have to send the entire message of the communication in the gmcp that you're sending out, as opposed to before and after sending the regular text.
    image
  • Jeremy SaundersJeremy Saunders Administrator Posts: 1,251 admin
    Right. I think I am going to change that, so that it just send the line of communication.
Sign In or Register to comment.