
02-11-2009, 05:09 AM
|
|
Banned
|
Join Date: Feb 2007
Posts: 1,002
|
|
|
Yeah, the term "MUD" is honestly one of the worst misnomers in scripting here; people keep on using it as a term for a data storage system while it more or less has nothing to do with that.
Note that what was done above by Tigairius is good for something like an item system or anything that needs to be persistent through a restart of the NPC server.
However, if you need something that only needs to be kept in memory, it would be much faster to just store it as flags on an NPC and also help rid yourself of potential I/O problems. |
|
|
|