Sample Transcript for command-line version of Moo Database Browser http://neil.fraser.name/software/moobrowser/ ./moobrowser moo.db > Summary ** LambdaMOO Database, Format Version 4 ** Players: 30 Objects: 5464 Verbs: 2168 ./moobrowser moo.db players > Players Players: 30 #55 #61 #60 #125 #126 #127 [...snip...] ./moobrowser moo.db objects > Objects Objects: 5464 #0 #1 #2 #3 #4 #5 #6 #7 [...snip...] ./moobrowser moo.db 5 > #5 Name: Generic Thing Flags: r f Owner: #55 Location: #-1 Parent: #3 Verb 0: :audit_name Verb 1: :examine_key Verb 2: :gi*ve ha*nd Verb 3: :d*rop th*row Verb 4: :g*et t*ake Property 1: #5.msg_give Property 2: #3.gender Property 3: #3.msg_anchor Property 4: #3.key Property 5: #3.anchor Property 6: #3.home Property 7: #2.aliases Property 8: #2.description Property 9: #1.rank Property 10: #1.obj_disk_size Child: #8 Child: #21 Child: #46 Child: #82 Child: #99 Child: #121 Child: #132 Child: #2012 Child: #3750 ./moobrowser moo.db 5:3 > #5:3 Name: d*rop th*row Owner: #55 Perms: rxdo Prepositions: this none none if (this.location != player) $msg:mtell("not_have"); else if (this:is_unlocked_for(player.location) && player.location:accept(this)) this:moveto(player.location); endif $msg:mtell((this.location != player) ? "drop_succeeded" | "drop_failed"); endif . ./moobrowser moo.db 5.aliases > #5.aliases Defined: #2 Owner: #55 Perms: r Clear: 0 Value: {"Generic Thing", "thing"}