> perl -e "$a=$b=100;while($a>0&&$b>0){$a-=rand($b/10);$b-=rand($a/10) +;print qq($a | $b\n)}" [download]
In reply to Re: Re: Battle script by Dog and Pony in thread Battle script by Anonymous Monk