View Single Post
11-05-16, 06:57 AM   #1
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 51
different layout depend on how many party member in group?

hey guys
I want to use different layouts on 5 men party, 10 men raid, and 25 men raid

something like this

Lua Code:
  1. if member < 6 then -- in party
  2.     do some style to layout
  3. elseif member >5 and member < 11 then -- in raid
  4.     do some style to layout
  5. end


is there some easy way to do this?
I tried read elvui's code, but my skill is really poor, cant understand at all~~
can you guys show me some simple and easy example
thanks in advance
  Reply With Quote