> cat /wizhelp/roomtool2

========================================================================
                    Room Tool - Components
========================================================================

Every room consists of several components you can configure:

DESCRIPTIONS:
  Description      - What players see on entry
  Short Description - Brief mode/map display
  
  Tips:
  - Paint a vivid picture
  - Use all senses
  - End multiline with ~ alone

DESCRIPTION ITEMS:
  Examinable objects in the room
  
  Required:
  - Name: 'painting'
  - Description: What they see
  
  Optional:
  - Aliases: 'picture,portrait'
  
  Example:
  Name: torch
  Aliases: torches,sconce,light
  Desc: Ancient torches flicker on the walls.

EXITS:
  Connections to other rooms
  
  Directions: north, south, east, west,
              northeast, northwest, southeast,
              southwest, up, down, in, out
  
  Required:
  - Direction: 'north'
  - Destination: 'tower_main'
  - Description: 'A door leads north.'

SPECIAL FLAGS:
  no_teleport - Blocks teleportation

Type wizhelp roomtool3 for room-specific features.

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

> _