View Single Post
03-12-15, 07:22 PM   #3
Kraiven
A Deviate Faerie Dragon
 
Kraiven's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2015
Posts: 10
Sorry I'll try to explain it quickly. The popup window says basically

| "You're active role: (tank/damager/healer), You're assigned LFG role: (tank/damager/healer). |

I can't seem to get two values to print in the popup message. If I use more than 1 set of quotation marks, the popup does not display. I've used the concatenations like you suggested, even tried them before. I'm pretty much wondering if it's even possible to do within the popup "text" field.

I tried like this:
Code:
	text = "Active Role: " .. spec .. " Assigned LFG Role: " .. specName,
No popup is displayed.
  Reply With Quote