> cat /help/get

========================================================================
                               GET
========================================================================

SYNTAX: get <item>         - Pick up an item
        get all           - Get everything
        get <item> <n>    - Get from container
        take               - Same as get

Pick up items from the ground or containers.

BASIC USAGE:
  get sword      - Pick up a sword
  get coins      - Pick up money
  get all        - Grab everything

MULTIPLE ITEMS:
  get sword 2    - Get 2nd sword
  get 5.coins    - Get 5 coins
  get all.potion - Get all potions

FROM CONTAINERS:
  get bread bag  - Get bread from bag
  get all bag    - Empty the bag
  take sword from corpse - Take from corpse

RESTRICTIONS:
- Can't get while fighting
- Ghosts can't pick up items
- Weight limits apply
- Some items are fixed

AUTO-FEATURES:
- Auto-get coins from kills
- Blood collected on kills
- Items go to inventory

TIPS:
- Check room with look first
- get all after battles
- Keep inventory organized
- Valuable items marked with *

SEE ALSO:
  help drop      - Drop items
  help inventory - Manage items
  help keep      - Protect items

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

> _