View Single Post
12-01-12, 10:44 AM   #10
Billtopia
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 110
As for the SendAddonChatMessage() needing a return, what I meant was that if it had a return value then it could be used for a opposing faction test without needing to wait for another event to fire. I get person's name from the guid, send an addon whisper, and if it failed with a return code then I wouldn't need faction from the GUID. I could also do the same thing with who-s but again I would have to wait for another event to continue on in the program( which I am guessing is my best bet to filter out the horde achievements )

I chose SendAddonChatMessage() as it would be invisible to the person receiving the message for my example...
  Reply With Quote