View Single Post
08-25-10, 06:04 PM   #2
Kjado
A Deviate Faerie Dragon
 
Kjado's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 10
true or true = true
false or true = true

The assignments will result in the same thing regardless of what enemy or friend are set to.

If they are intended to be boolean, try
Code:
CNames_Options.enemy = not (CNames_Options.enemy == false)
__________________
My projects - Primal Defense | EchoPort | QuickTradeskill
  Reply With Quote