Quote:
Originally Posted by Angelox
I just remembered something ; replace the '=' with 'eq' as in
Code:
If($class eq 'Druid')
|
If is capitalized. So make that lower cased. To do what Angelox said, you should use " instead of '. While it will probably work with the single quote, it is much more efficient to use the ".