View Single Post
06-23-07, 05:03 AM   #2
shouryuu
A Chromatic Dragonspawn
 
shouryuu's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 150
Try something like this:
DEFAULT_CHAT_FRAME:AddMessage(TargetUnit("target").. "Dodged: OVERPOWER

In order to stick several strings together you have to do the following:
string1.. ..string2.. ..string3.. ..string4 in other words
string1DOTDOT space DOTDOTstring2DOTDOT space DOTDOTstring3DOTDOT space DOTDOTstring4
  Reply With Quote