!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT: Be sure you have a directory in your lib directory called plrtrav with the same structure as the plralias directory. That means that within plrtrav, the following directories should exist: A-E, F-J, K-O, P-T, U-Z, ZZZ. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Random notes about the code: This code was designed for a mud with binary pfiles and a developed player base. The travels have been saved to their own independant ascii files for a couple reasons. You can edit/view them in the shell, and it won't break your pfiles. If you use ASCII pfiles on your mud, you may want to consider incorporating travels in to your pfile for consistancy and reduced code size. The search/replace function used for the MOUT travel type is way overly complex. It would be a good idea to replace it with smaller more specific code. I only used it because it was already in my mud for another purpose, and it works. ----------------------------------------------------------------------------- This patch was generated using a totally stock CircleMud 3.0 bpl18. If you use this code, please drop me a note at tyler.barnes@crcn.net. Bug reports/suggestions/complaints are welcome.