Chatpoints

By RD1M3NS1ON on Nov 08, 2014

With this script you can easily and quickly make your chatters save points.
You can earn points when you login or the number of minutes how long you are in the chatbox.

on *:TEXT:!points:#: { 
  msg # 4 $+ $nick you have earned $readini(Points.ini,$+(#,.,$nick),Points) chatpoints. 
}
on !*:join:#:{
  $+(.timerpoints.,#,.,$nick) 0 300 add.pts $+(#,.,$nick)
  add.pts $+(#,.,$nick)
}
on !*:part:#:$+(.timerpoints.,#,.,$nick) off
alias -l add.pts {
  writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) + 1)
}   

Comments

Sign in to comment.
MGKoolie   -  Jan 19, 2015

Stupid question but how do I get this to work, Do i need to place it into a Points.ini file or in remotes tab on script editor?

RD1M3NS1ON  -  Oct 13, 2017

put it in your remote in mirc and it will work.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.