aboutsummaryrefslogtreecommitdiff
path: root/data/help/symbol.yaml
blob: 85683a4b52ccf4c2cf46af902494177f136c3187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: "symbol"
category: "Exploration"
description: |
  Set a custom map symbol for the current room.

  Usage: symbol <char> [color...]
         symbol <color> [...]
         symbol reset
         symbol

  Examples:
    symbol M           Set current room symbol to M
    symbol M E8        Set symbol to M with foreground color E8
    symbol M E8 bold   Set symbol to M with color E8 and bold
    symbol E9          Set current room's symbol color to E9
    symbol reset       Remove custom symbol for current room
    symbol             Show current room's custom symbol

  The default map symbol for all rooms is ■. You can override
  it per-room with any single character and an optional color spec.
  Colors use standard xterm-256 numbering (00-FF, hex) and support
  bold, dim, and underline modifiers. Check the command
  "colortable" for all colors.

  Your per-room symbol and color override the room's builder-set
  default color on the map. When set, the symbol also appears in
  dim brackets on the room's name line when you look.