View Single Post
  #6  
Old 09-12-2008, 12:26 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Quote:
Originally Posted by Angelox View Post
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 ".
Reply With Quote