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.
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.
Comments