View Single Post
10-21-19, 05:28 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Sounds like you need a table within a table.

Lua Code:
  1. Rawr_Locations["South"] =
  2. {
  3.        [1] = { x = 32, y = 3 },
  4.        [2] = { x = 32, y = 5 },
  5. }
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote