this is a 50/50 chance of staying still or being kicked
<config>
<command type="script">
<in>!shot</in>
<out type="push" extdata="Shot">%RANDOMNUM[6]%</out>
<out type="push" extdata="Shot" condition="==" lvalue=$Shot$ rvalue=0>/kick %NAME%</out>
<out type="push" extdata="Shot" condition="==" lvalue=$Shot$ rvalue=1>#c8#!Click.... #c12#You had luck %NAME% #c12#the bullet was in cylinder Nr.$Shot$</out>
<out type="push" extdata="Shot" condition="==" lvalue=$Shot$ rvalue=2>/kick %NAME%</out>
<out type="push" extdata="Shot" condition="==" lvalue=$Shot$ rvalue=3>#c8#!Click.... #c12#You had luck %NAME% #c12#the bullet was in cylinder Nr.$Shot$</out>
<out type="push" extdata="Shot" condition="==" lvalue=$Shot$ rvalue=4>/kick %NAME%</out>
<out type="push" extdata="Shot" condition="==" lvalue=$Shot$ rvalue=5>#c8#!Click.... #c12#You had luck %NAME% #c12#the bullet was in cylinder Nr.$Shot$</out>
<out>$Shot$</out>
</command>
</config>