>I've been working on one for a bit. Python's an ideal language to >use--it's dynamicness allows easy updating of areas and such while the >mud is running. You'll also find that if you use Stackless Python (with continuations) that you can support a truly awesome level of threads. C//