alias -l addPoints {
if ($1 !isnum) { echo 2 -st $1 is not a number. It needs to be a number. | halt }
var %topic $+($chan,.,$nick)
var %points $calc($readini(Points.ini,%topic,Points) + $1)
var %points $calc($readini(P.ini,%topic,Points)//echo -ag $calc(1 + 0.5)
writeini -n Points.ini %topic Points %points
return %points
}

Isn't working either

First of all - check your mIRC reads right (//echo -a $readini(p.ini,blabla).

I never had that in my original script...where does it need to be added?

Last edited by vip3r22; 17/05/15 09:50 PM.