View Single Post
  #2  
Old 01-02-2010, 11:52 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

You are trying to set the level. You should do:

Code:
if (($ulevel == 2) && ($class eq "Shaman")) {
FYI, you also have an extra closing bracket there for some reason.
Reply With Quote