Config

     config - syntax: config(CH,"config flag name") 

Returns true if CH has the specified config flag set. Always false on a mob.

   --- Academy prog?
   if config(ch,"nohelp") then
      say("Go practice your sword skill then return to me.");
   else
      say("Practice your sword skill then return to me. You");
      say("can increase it via use or at a trainer. Read the");
      say("'HELP PRACTICE' file for more info.");
   end