View Single Post
01-04-15, 12:06 PM   #27
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Thinking more on this... it may be better to instead of using ShowFriends() add a check before the Send

something like

if UnitIsConnected(self.Friends[self.PosSendNext]) then
self:Send ("W", msg, self.Friends[self.PosSendNext])
end

Edit: Hrmm no, that won't work as we don't have the unitID only the name.

Last edited by Rythal : 01-04-15 at 12:11 PM.