quote:
Originally posted by Zeh
Ok I love this script. But I would like to do a little change and I need help because It has a really long code. The script blocks users from changing the update interval to less then 10 seconds. What do I have to change to be able to set the minimum update interval to 3 or 5 seconds?
It's very unsafe to lower the interval below 6 seconds, since you can change your name/personal message only 10 times per minute. (WLM limitation)
However, if you really want to do this, then look in func.js for
code:
var iMin = 10; //Minimum interval
and change it to the amount of seconds you want to be the minimum.
Don't claim I didn't warn you!