lol, this is a little basic config i use to annoy people who annoy me xD
<command type="script">
<in case="1">*!on*</in>
<out type="goto" extdata="4" condition="==" lvalue="$SWITCH$" rvalue="1"></out>
<out type="push" extdata="SWITCH">1</out>
<out>Copy Cat is now Activated</out>
<out type="break"></out>
<out>Copy Cat is already on</out>
<out type="break"></out>
</command>
<command type="script">
<in case="1">*!off*</in>
<out type="goto" extdata="4" condition="==" lvalue="$SWITCH$" rvalue="0"></out>
<out type="push" extdata="SWITCH">0</out>
<out>Copy Cat is now off</out>
<out type="break"></out>
<out>Copy Cat is already off</out>
<out type="break"></out>
</command>
<command type="script">
<in>%PARAMETER%</in>
<out type="script" condition="==" lvalue="$SWITCH$" rvalue="1">/impose CopyCat %TRIGGER%</out>
</command>