View Single Post
09-01-08, 04:35 PM   #3
Scale
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 28
Originally Posted by Mera_LaCroisadeEcarlate View Post
sure you just have to copy paste where you need the function

aUF:setVisibilityOption(CurrentRaidSet, 1)

it will recognize it even in your addon because aUF is a global table.
So if i understand i just have to copy:

aUF:setVisibilityOption(CurrentRaidSet, 1)

And paste it where i need it, but then when i run it:

attempt to call method 'setVisibilityOption' (a nil value)
  Reply With Quote