> cat /wizhelp/scantool

========================================================================
                        Scan Tool
========================================================================

Deep inspection tool for rooms, players, and objects.

GETTING THE TOOL:
  clone wiztools/scantool

COMMANDS WHILE HOLDING:
  scan here     - Scan current room
  scan <player> - Scan a player
  scan <object> - Scan any object

ROOM SCAN SHOWS:
  - Room ID and type
  - Source file location
  - Special room flags
  - Custom commands
  - All exits with locks
  - Complete inventory
  - Random room stats

PLAYER SCAN SHOWS:
  - Level and title
  - Current state (alive/ghost)
  - Combat stats (HP/SP)
  - Connection info
  - War participation
  - Inventory summary
  - Special conditions

OBJECT SCAN SHOWS:
  - Object class and module
  - UUID and creation info
  - Weight and value
  - Special properties
  - Poison/damage stats
  - Container contents

USES:
  - Debug room problems
  - Check player stats
  - Identify unknown objects
  - Verify game mechanics
  - Track object origins

========================================================================    

> _