ID:140673
 
I just want to know how to set chat, such as OOC or Say to a certain output window, while I can set Emotes and such into another output window. Any ideas?
Use the output() proc. Look it up in the reference.
In response to Kaiochao
mob/verb/Say(m as text)
world<<"[usr] says [m]"
//thats default to the main text window

mob/verb/Say(m as text)
world<<output("[usr] says [m]","otherwindow.scan"
//otherwindow is well another window or the same window but in a diffrent area .scan = the id of the output box