> My one minor quibble is that people may get knives and say 'hey, why > can't I use this as a weapon'. Which is somewhat valid I suppose. Then let's make a 'knife for kitchen' :) > However, more relevantly, I wonder if there is a way to make these > complex operations easier than having to mark an object? I'd think that > perhaps the client could implement drag and drop for inventory and maybe > figure that out on its own (user drags torches to the flint, or vice > versa, etc). Well, drag & drop would be nice. But you'd need some way to tell the server what to do anyway - or have a command "use item1 on item2" with item identifiers. I didn't want to modify client for my thing in the first place. But indeed, now we could think of doing drag & drop. Only thing is to keep the command usable from the command line - like all other commands. Ryo