ID:163325
 
So, I browsed through the forums a bit in search for a way to separate OOC from regular say for my game. I ended up with this for a command.

world<<output("[usr] OOC: [html_encode(T)]","output1")


The OOC box ID is output1, so I figured that that would be correct. But, it still pops up within the regular chat box which is just output. Any suggestions on what I should do?
Try "[window].output1"

replace [window] with the window/pane that contains the output box. Otherwise, if this doesn't work, take a look at the output box's ID. Make certain it's right.
In response to Ter13
That worked, thanks for the help.
In response to Akiyo
^_^ No problem. Man, random guesses are spot on today.