Code amended per updated posting
Code:
 on *:text:!shootwater:#:{
inc $+(%,water,.,$nick)
$+(.timer,$nick) 1 25 shootwater $nick $chan $($+(%,water,.,$nick),2)
}
alias shootwater {
.msg $2 $1 $iif($3 > 19,wins,looses)
unset $+(%,water,.,$1)
}
 

Last edited by RusselB; 08/08/06 12:30 AM.