PDA

View Full Version : Making Custom Chat window?



Osco
10-21-2009, 11:10 AM
Okay, say I make a custom chat channel. Now, I know that to talk in it I have to use /uc1, but is there a way to make a chat window/tab for that channel? Either on the regular tabbed chat window or in its own?

thalion
10-22-2009, 01:57 PM
The Sample below depicts creating a channel called 'rp' in a Chat Window named 'Roleplay'



....
....

If you want to setup a separate chatwindow here are some sample instructions:

"/joinchannel rp" ( you'll get a message count of listeners at that moment in time )
on an existing chat tab right click - select create new chat window
right click on the new window -rename it to Roleplay
right click on the Roleplay window - assure that incoming type /userchat1 is checked (disable others as you see fit)
right click on the Roleplay window - and select outgoing type /userchat1 (or you'll always have to type "/uc rp text-roleplay-message" or "/uc1 text-roleplay-message")


...
...

and you can "DETACH" the TAB ;)

Osco
10-22-2009, 04:35 PM
AHA!

I was purposely avoiding right clicking a tab, and right clicking the bar.

Many thanks!