Well, this is imposing an extreme irritation on me. Very recently, I've been coding an inventory for a small server project.
Most of the item data is help in vars something like:
clientr.mud.item<id>=information
The problem here is that if the ids get over 9 for example and go to maybe 10 and 11, the list will go as so...
clientr.mud.item1=foo
clientr.mud.item10=bar
clientr.mud.item11=baz
clientr.mud.item2=foobar
This needs to be addressed as it's something quite silly.
