> cat /wizhelp/origin

========================================================================
                        Origin Command
========================================================================

Show detailed information about objects (Level 2+).

USAGE:
  origin <object> - Examine object in room/inventory

DISPLAYS:
  - Object class name
  - Module location
  - UUID (unique identifier)
  - Creator (if tracked)
  - Creation time
  - Template source

EXAMPLES:
  origin sword      - Check a weapon
  origin heal       - Check consumable
  origin mob        - Check creature

USEFUL FOR:
  - Debugging objects
  - Finding source files
  - Tracking cloned items
  - Identifying duplicates
  - Checking object types

OUTPUT EXAMPLE:
  === Origin Info for battle sword ===
  Object Class: Weapon
  Object Module: lib.objects.weapons.battle_sword
  UUID: a3f42b89-cd12-4567-89ab-cdef01234567
  Creator: Gandalf
  Created: 2024-01-15 14:23:45
  Template: battle_sword

TIPS:
  - Works on any object type
  - Helps locate problem items
  - UUID useful for tracking
  - Shows full Python path

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

> _