View Single Post
08-29-08, 06:37 PM   #3
rodrick
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 34
try options.args

The problem is I don't see what self is set to or what function that code block is in. Regardless if you only have one options table, and it's local to the file that your code block is in you should be able to access it via options.args. If it still comes up nil then either it's being nil'd out before that code is ran or it's a scope problem.
  Reply With Quote