Hi guys! I'm fairly new to the mirc language so I was wondering if someone could help me in finishing my script? I want to be able to activate this through a timer when someone joins. So the person gets Points every 10minutes and then for the timer to end when they leave the irc.

Code:
on *:join:#:{
  var %points $addPoints(1)
}


I would also like to add a new command to my script to allow the addition of points to people in the irc by typing !points add user and !points remove user.

Please could you help?


The full script is here

Thanks
CronTV