View Single Post
08-25-10, 06:08 PM   #3
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 199
Or explicitly check if the variable is 'nil' / not set.

Code:
if CNames_Options.enemy == nil then
    CNames_Options.enemy = true
end
__________________
« Website | GitHub »

Oh hai!
  Reply With Quote