Quote:
chompy explained how to make 1, but should i??
all i can see it does it set a flag on the server, why not set a flag in the players strings?? what are the benefits??  
|
The benefits to creating a MUDlib is that you can create several weapons and items without having to create a separate GUI script for each one. These weapons and items are stored in files on the NPC-Server, usually in .arc format, and are parsed by the NPC-Server to turn that archetype into a virtual addable item.
If you are confident in your skill level and are sure you know what you are doing when it comes to File I/O on the NPC-Server, and know how to parse strings from those files, then go for it. Otherwise, study up on those topics and experiment with them. When you feel comfortable, make one.
Good luck!