I believe the problem is here:

Code:
if ($read(reglist.txt,nw,$nick)) {
  writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) +4) } 


should be

Code:
if ($read(reglist.txt,nw,$1)) {
  writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) +4) } 


haven't tested it, though.

Last edited by Shakar; 06/05/14 12:57 AM.