View Single Post
  #4  
Old 04-05-2011, 03:42 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Since all of those are testing for human, it would probably be easier to troubleshoot if you did something like this:

if($race eq 'Human')
{
if($class eq 'Cleric')
{
...
}
etc...
}
Reply With Quote