Ok.. This is another script that i made, it can be anoying, so use wisely...
What it does: Once activated, it copys anything thats typed in the room..
What you need to do..
Make a blank XML file(i called mine copy.xml), copy wthe following code into it, and save it
<config>
<command type="script">
<in>!Copy-off</in>
<out type="control">/mxc load</out>
<out type="normal">Copy-Bot Off.</out>
</command>
<command type="script">
<in>%PARAMETER%</in>
<out>%PARAMETER%</out>
</command>
</config>
Now.. in you MXC.xml file.. add the following code..
<command type="script">
<in>!Copy-on</in>
<out>Copy-Bot On.</out>
<out>/mxc load copy.xml</out>
</command>
To activate type: Copy-on
To D-activate type: Copy-off
Enjoy!