I think his problem is he doesn't know how to incorporate features of one script with another. For example; the alias used here:
Code:
alias doaddpoints {
if ($3 !isnum) { echo 2 -st $3 is not a number. It needs to be a number. | halt }
var %topic $+($1,.,$2)
var %points $calc($readini(Points.ini,%topic,Points) + $3)
writeini -n Points.ini %topic Points %points
echo -a Added points for %topic
}
is used to add points to users by using "doaddpoints $chan $nick value"