on *:dialog:user.list:sclick:4: {
var %x = 1
while (%x <= $did($dname,2).lines) {
msg $did($dname,2,%x).text $$?="message"
inc %x
}
}
Here you go made changes into the quote His method would require you to have a multi selection selected in your editbox which would require your dialog input to have extsel added ex:.
list 2, xyhw, size extsel
see the extsel? this will allow you to click or a nick press shift and select the nick at the bottom to select all nicks, then his script would work
else without selecting anyone, the re-write I did would message all users.