View Single Post
09-23-12, 09:07 AM   #1
makaka
A Cyclonian
Join Date: Feb 2010
Posts: 40
Mass guild whisp for X rang.

Hello everybody!

This is ma script:

/run for i = 1, select(2, GetNumGuildMembers()) do SendChatMessage("TEXT MESSAGE", "WHISPER", nil, GetGuildRosterInfo(i)) end


So.. how to change the script so that will not whisp all the people who are online, but whisp only to a XXX rank in the guild?

Like..

*Member* - nothing whisp!
*Veteran* - nothing whisp!
*Newbie* - Hello, this is.. blahblahblah!

Thx you!
  Reply With Quote