ID:157524
 
Is there a way I can clear the main chat box without just inserting blank lines? Sometimes I would love the ability to just censor the entire conversation people had without having to just insert a lot of "jasdjas"s and "auhyernb"s and still have ability to scroll to see it.
This seems to work
winset(usr,"default.output1","max-lines=\"1\"")
world<<""
winset(usr,"default.output1","max-lines=\"1000\"")


You get a single line, but other than that I dunno how.
src<<output(null,"output_control_name")
In response to DarkCampainger
Yeah, that way works better. Didn't know outputing null would replace what was in an output control.