View Single Post
04-19-15, 10:14 AM   #8
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
print is handy to use instead of DEFAULT_CHAT_FRAME:AddMessage. Not only because it's quicker (to type), but it also takes and prints multiple arguments.
Code:
print(NpcData.characterName, NpcData.characterRealm)
__________________
Grab your sword and fight the Horde!
  Reply With Quote