Originally Posted By: Khaled
A quick look at the script indicates that it gives points in the on JOIN event (when a user joins the channel) by calling "addPoints" and in the on TEXT events when the script receives "!points" messages.

The amount of points added seem to be the number in $addPoints(1) in the on JOIN event and "doaddpoints $chan $3 1". Both are adding 1 point with each call, so you could try changing the "1" to another value.

If you are just starting out with scripting, you should keep a safe copy of the current script somewhere in case you need to revert to it, and experiment by changing the values mentioned above to see what happens.


I am just starting out. Thank you for the help. Don't fully understand this but I am a quick learner.