Originally Posted By: Nillen
When someone joins the channel, it should start a timer giving you 2 points per 10 minutes.

Go to your mircdir and look for a file called points.ini
Inside the file, there should be something like this.


If you do not have a file, try making one and see then. What your script is failing to do is to read the file for the value.

I just watched the points system videos and i see this:
Code:
on !*:join:#:{
  $+(.timerPoints.,#,.,$nick) 0 300 add.pts $+(#,.,$nick)
  add.pts $+(#,+,$nick)
}
on !*:part:#:$+(.timerpoints.,#,.,$nick) off
alias -1 add.pts {
  writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) + 1)
}

add.pts is there, there is no alias i see add.pts.
Is this supposed to be the alias addPoints?


#imAbeginner
i made a chat bot for mark_paintball! http://twitch.tv/mark_paintball