Hi folks,

after scriptis this litte nice one:

greeting_selected {
set %current 1
while (%current <= $snick(#,0) )
{
/msg $snick(#,%current) xdcc list
inc %current
}
}

i always get the error: insufficent paramter on line 12 (the while loop)

i can't find find an error there.

maybe you guys have any suggestions or tips smile

thx in advance
destiny84