Thank you. Now I've just encountered a problem with the !amount script. When I type in !amount, this is what I get:

[16:50:56] <@Sableye> !total
[16:50:56] -[PN]Points:#pn-fun- Sableye you have points

It doesn't say how many points I have. I've tried it with several times and with another account, but I get the same message. Here is the script that I am using. It's the one that DaveC posted a few posts back.

Code:
on *:text:*!amount*:#: {
  if ($1 == %c $+ !amount) {
    notice $chan $nick you have $iif( $($+(%,$nick),2) , $v1,0) points
  }
}