View Single Post
01-28-12, 04:52 AM   #7
Xubera
A Cobalt Mageweaver
 
Xubera's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 207
Why not try it a different way.
Code:
local q={GetGossipAvailableQuests()}
for i=1, GetNumGossipAvailableQuests() do
    print(1 + ((i-1)*5), q[1 + ((i-1)*5)])
end
  Reply With Quote