Thread
:
Race/class change + teleporter..
View Single Post
#
4
04-05-2011, 03:42 AM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
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...
}
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112