_Dean_ commented on a mIRC Script, Simple HL Script (SHLS)  -  Mar 11, 2011

You didnt explained what this is made for
but this same script can be done using the .pnick property

The pnick property returns the nickname in a .@%+nick format.

from help file

just an advice, you can write the same script using

alias hl {
  msg # $regsubex($str($chr(32),$nick(#,0)),//g,$nick(#,\n).pnick)
}

or

alias hl {
  var %x = 1,%y 
  while ($nick(#,%x)) {
    %y = %y $chr(32) $nick(#,%x).pnick
    inc %x
  }
  msg # %y
}
 Respond  
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.