mIRC Homepage
Posted By: Volticjolt Adding points - 06/12/14 06:10 AM
Hey guys, I'm trying to implement a method that allows me to add points everyone that's currently in the channel and not the entire ini file (like !points add all 100). So far nothing I've tried has worked correctly so I figured I'd ask if someone here could help with it.

I'm just trying to make the script off of this point system: http://pastebin.com/fVddMqms
Posted By: Loki12583 Re: Adding points - 06/12/14 06:29 AM
https://forums.mirc.com/ubbthreads.php/topics/247692/Re:_Can_anyone_rewrite_this_sc#Post247692
Posted By: Volticjolt Re: Adding points - 06/12/14 07:14 AM


No idea what this means (I'm new to this irc thing) but I appreciate you trying to help smile
Posted By: Wims Re: Adding points - 07/12/14 02:35 PM
Make a loop on all the nick on the channel using $nick(#channel,N) and call your alias which adds point to a nickname.

Loki's point is that the method you are using is inefficient, once your database is large enough, mIRC will freeze trying to do that, the url shows a method which is much more efficient.
© mIRC Discussion Forums