Thread
:
What is the correct usage for $class
View Single Post
#
7
11-30-2010, 09:20 PM
neiv2
Hill Giant
Join Date: Mar 2009
Location: CO
Posts: 183
I always had trouble getting the script to work when stating it positively (e.g., if($class eq 'Shaman')), so I ended up stating it negatively (e.g., if($class ne 'Shaman')) in questions like
this one.
neiv2
View Public Profile
Send a private message to neiv2
Find all posts by neiv2