text+="Skills of your class are the easiest to learn.<br>"+"Skills of another class of your race are a little harder.<br>"+"Skills for classes of another race are extremely difficult.<br>"+"But the hardest of all to learn are the "+charType+"skills!<br>";
"Skills of your class are the easiest to learn.<br>"+
"Skills of another class of your race are a little harder.<br>"+
"Skills for classes of another race are extremely difficult.<br>"+
"But the hardest of all to learn are the "+charType+"skills!<br>";
}
}
// make a list of classes
// make a list of classes
if(classesToTeach.isEmpty())
if(!classesToTeach.isEmpty())
{
{
intcount=0;
intcount=0;
ClassIdclassCheck=activeChar.getClassId();
ClassIdclassCheck=activeChar.getClassId();
...
@@ -85,12 +84,16 @@ public class SkillList implements IBypassHandler
...
@@ -85,12 +84,16 @@ public class SkillList implements IBypassHandler