on @*:text:*!give*:#: {
if ($1 == %c $+ !give) {
.inc $+(%,$2) $3 | msg $chan $2 was given $3 points, total is now $($+(%,$2),2)
}
}
on @*:text:*!take*:#: {
if ($1 == %c $+ !take) {
.dec $+(%,$2) $3 | msg $chan $3 points was taken away from $2, total is now $($+(%,$2),2)
}
}
on *:text:*!amount*:#: {
if ($1 == %c $+ !amount) {
msg $chan $nick you have $iif( $($+(%,$nick),2) , $v1,0) points
}
}