SKILLS.PATCH README ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is a much better way to handle skills in my opinion. It assembles all the skills in to one file, instead of having them strewn everywhere, and checks some of the skill conditions within a common function to avoid the massive code duplication in the original CircleMUD code. A lot of the code in skills.c comes from the original source, and was not written by me. I just added do_skills, assign_skills, and modified the existing skills to work with the new system. It is in the form of a patch, patched against Circlemud 3.0 pl17. If you use this patch, please drop me a note at tyler.barnes@crcn.net. Bug reports are also welcome. And a note to the CircleMUD people ie Jeremy Elson, George Greer, Alex Fletcher, etc. .. I'd really like to see this, or something like this in the stock distribution :) D. Tyler Barnes