cryptixman / tzmud

Automatically exported from code.google.com/p/tzmud
GNU General Public License v3.0
1 stars 0 forks source link

better inventory report #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Separate lists things that you are holding and things that you are wearing.

You might want to look into if you plan to add wielding capabilities to the
engine and how that would affect the inv report.

Original issue reported on code.google.com by hello.ja...@gmail.com on 28 Jan 2009 at 7:31

GoogleCodeExporter commented 9 years ago
Here's how IronRealms does it:

- inv
You are wielding a butterfly net in your left hand.
You are holding:
a small pinewood vial.
You are wearing:
flowing jade robes, a canvas backpack.
You have nothing in the Rift.
You have 4 items and no gold.

Original comment by hello.ja...@gmail.com on 28 Jan 2009 at 7:33

GoogleCodeExporter commented 9 years ago

On the subject of wielding, he's an example on how a 'get' command could 
interact 
with both 'wield' and bags:

http://pastebin.com/m33f69260

Original comment by hello.ja...@gmail.com on 29 Jan 2009 at 7:55