OKay tried another way.

Code:
alias doaddblobs {
  if ($1 !isnum) { echo 2 -st $1 is not a number. It needs to be a number. | halt }
  var %blobs $calc($readini(Ranks.ini,Blobs,$nick) + $1)
  writeini -n Ranks.ini Blobs $nick %blobs
}
on !*:join:#:{
  ;###Ranking###
  timer $+ $nick -o 0 10 doaddblobs 1
}


What's wrong here ? I get this Error * "/writeini: insufficient parameters" but i cant figure out why i get this msg.

Last edited by NuthouseOfGaming; 16/11/13 03:25 PM.