home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 159_01 / adventdb.c < prev    next >
C/C++ Source or Header  |  1990-05-12  |  97KB  |  3,838 lines

  1.  
  2. #include "advent.h"
  3.  
  4.  
  5. /*  WARNING:  A binary search is performed on this array.  If you add new   */
  6. /*          vocabulary entries be sure they are in alphabetical order.    */
  7.  
  8. VOCABTAB VocabTab[] =
  9. {
  10.     { "\"spelunker today\"",    MAGAZINE + VOCAB_OBJECT   },
  11.     { "?",            51 + VOCAB_MSG          },
  12.     { "above",            29              },
  13.     { "abra",            50 + VOCAB_MSG          },
  14.     { "abracadabra",        50 + VOCAB_MSG          },
  15.     { "across",         42              },
  16.     { "ascend",         29              },
  17.     { "attack",         KILL + VOCAB_VERB      },
  18.     { "awkward",        26              },
  19.     { "axe",            AXE + VOCAB_OBJECT      },
  20.     { "back",            8              },
  21.     { "barren",         40              },
  22.     { "bars",            SILVER + VOCAB_OBJECT      },
  23.     { "batteries",        BATTERIES + VOCAB_OBJECT  },
  24.     { "battery",        BATTERIES + VOCAB_OBJECT  },
  25.     { "beans",            PLANT + VOCAB_OBJECT      },
  26.     { "bear",            BEAR + VOCAB_OBJECT      },
  27.     { "bed",            16              },
  28.     { "bedquilt",        70              },
  29.     { "bird",            BIRD + VOCAB_OBJECT      },
  30.     { "blast",            BLAST + VOCAB_VERB      },
  31.     { "blowup",         BLAST + VOCAB_VERB      },
  32.     { "bottle",         BOTTLE + VOCAB_OBJECT      },
  33.     { "box",            CHEST + VOCAB_OBJECT      },
  34.     { "break",            BREAK + VOCAB_VERB      },
  35.     { "brief",            BRIEF + VOCAB_VERB      },
  36.     { "broken",         54              },
  37.     { "building",        12              },
  38.     { "cage",            CAGE + VOCAB_OBJECT      },
  39.     { "calm",            CALM + VOCAB_VERB      },
  40.     { "canyon",         25              },
  41.     { "capture",        TAKE + VOCAB_VERB      },
  42.     { "carpet",         CARPET + VOCAB_OBJECT      },
  43.     { "carry",            TAKE + VOCAB_VERB      },
  44.     { "catch",            TAKE + VOCAB_VERB      },
  45.     { "cave",            67              },
  46.     { "cavern",         73              },
  47.     { "chain",            CHAIN + VOCAB_OBJECT      },
  48.     { "chant",            SAY + VOCAB_VERB      },
  49.     { "chasm",            CHASM + VOCAB_OBJECT      },
  50.     { "chest",            CHEST + VOCAB_OBJECT      },
  51.     { "clam",            CLAM + VOCAB_OBJECT      },
  52.     { "climb",            56              },
  53.     { "close",            LOCK + VOCAB_VERB      },
  54.     { "cobbl",            18              },
  55.     { "cobblestone",        18              },
  56.     { "coins",            COINS + VOCAB_OBJECT      },
  57.     { "continue",        WALK + VOCAB_VERB      },
  58.     { "crack",            33              },
  59.     { "crap",            79 + VOCAB_MSG          },
  60.     { "crawl",            17              },
  61.     { "cross",            69              },
  62.     { "d",            30              },
  63.     { "damn",            79 + VOCAB_MSG          },
  64.     { "damnit",         79 + VOCAB_MSG          },
  65.     { "dark",            22              },
  66.     { "debris",         51              },
  67.     { "depression",        63              },
  68.     { "descend",        30              },
  69.     { "describe",        57              },
  70.     { "detonate",        BLAST + VOCAB_VERB      },
  71.     { "devour",         EAT + VOCAB_VERB      },
  72.     { "diamonds",        DIAMONDS + VOCAB_OBJECT   },
  73.     { "dig",            66 + VOCAB_MSG          },
  74.     { "discard",        DROP + VOCAB_VERB      },
  75.     { "disturb",        WAKE + VOCAB_VERB      },
  76.     { "dome",            35              },
  77.     { "door",            DOOR + VOCAB_OBJECT      },
  78.     { "down",            30              },
  79.     { "downstream",        4              },
  80.     { "downward",        30              },
  81.     { "dragon",         DRAGON + VOCAB_OBJECT      },
  82.     { "drawing",        DRAWING + VOCAB_OBJECT      },
  83.     { "drink",            DRINK + VOCAB_VERB      },
  84.     { "drop",            DROP + VOCAB_VERB      },
  85.     { "dump",            DROP + VOCAB_VERB      },
  86.     { "dwarf",            DWARF + VOCAB_OBJECT      },
  87.     { "dwarves",        DWARF + VOCAB_OBJECT      },
  88.     { "e",            43              },
  89.     { "east",            43              },
  90.     { "eat",            EAT + VOCAB_VERB      },
  91.     { "egg",            EGGS + VOCAB_OBJECT      },
  92.     { "eggs",            EGGS + VOCAB_OBJECT      },
  93.     { "emerald",        EMERALD + VOCAB_OBJECT      },
  94.     { "enter",            3              },
  95.     { "entrance",        64              },
  96.     { "examine",        57              },
  97.     { "excavate",        66 + VOCAB_MSG          },
  98.     { "exit",            11              },
  99.     { "explore",        WALK + VOCAB_VERB      },
  100.     { "extinguish",        OFF + VOCAB_VERB      },
  101.     { "fee",            FOO + VOCAB_VERB      },
  102. /*  { "fee",            1 + VOCAB_MSG          },        */
  103.     { "feed",            FEED + VOCAB_VERB      },
  104.     { "fie",            FOO + VOCAB_VERB      },
  105. /*  { "fie",            2 + VOCAB_MSG          },        */
  106.     { "fight",            KILL + VOCAB_VERB      },
  107.     { "figure",         FIGURE + VOCAB_OBJECT      },
  108.     { "fill",            FILL + VOCAB_VERB      },
  109.     { "find",            FIND + VOCAB_VERB      },
  110.     { "fissure",        FISSURE + VOCAB_OBJECT      },
  111.     { "floor",            58              },
  112.     { "foe",            FOO + VOCAB_VERB      },
  113. /*  { "foe",            3 + VOCAB_MSG          },        */
  114.     { "follow",         WALK + VOCAB_VERB      },
  115.     { "foo",            FOO + VOCAB_VERB      },
  116. /*  { "foo",            4 + VOCAB_MSG          },        */
  117.     { "food",            FOOD + VOCAB_OBJECT      },
  118.     { "forest",         6              },
  119.     { "fork",            77              },
  120.     { "forward",        7              },
  121.     { "free",            DROP + VOCAB_VERB      },
  122.     { "fuck",            79 + VOCAB_MSG          },
  123.     { "fum",            FOO + VOCAB_VERB      },
  124. /*  { "fum",            5 + VOCAB_MSG          },        */
  125.     { "get",            TAKE + VOCAB_VERB      },
  126.     { "geyser",         VOLCANO + VOCAB_OBJECT      },
  127.     { "giant",            27              },
  128.     { "go",            WALK + VOCAB_VERB      },
  129.     { "gold",            NUGGET + VOCAB_OBJECT      },
  130.     { "goto",            WALK + VOCAB_VERB      },
  131.     { "grate",            GRATE + VOCAB_OBJECT      },
  132.     { "gully",            13              },
  133.     { "h2o",            WATER + VOCAB_OBJECT      },
  134.     { "hall",            38              },
  135.     { "headlamp",        LAMP + VOCAB_OBJECT      },
  136.     { "help",            51 + VOCAB_MSG          },
  137.     { "hill",            2              },
  138.     { "hit",            KILL + VOCAB_VERB      },
  139.     { "hocus",            50 + VOCAB_MSG          },
  140.     { "hole",            52              },
  141.     { "hours",            HOURS + VOCAB_VERB      },
  142.     { "house",            12              },
  143.     { "i",            INVENTORY + VOCAB_VERB      },
  144.     { "ignite",         BLAST + VOCAB_VERB      },
  145.     { "in",            19              },
  146.     { "info",            142 + VOCAB_MSG       },
  147.     { "information",        142 + VOCAB_MSG       },
  148.     { "inside",         19              },
  149.     { "inven",            INVENTORY + VOCAB_VERB      },
  150.     { "inventory",        INVENTORY + VOCAB_VERB      },
  151.     { "inward",         19              },
  152.     { "issue",            MAGAZINE + VOCAB_OBJECT   },
  153.     { "jar",            BOTTLE + VOCAB_OBJECT      },
  154.     { "jewel",            JEWELS + VOCAB_OBJECT      },
  155.     { "jewelry",        JEWELS + VOCAB_OBJECT      },
  156.     { "jewels",         JEWELS + VOCAB_OBJECT      },
  157.     { "jump",            39              },
  158.     { "keep",            TAKE + VOCAB_VERB      },
  159.     { "key",            KEYS + VOCAB_OBJECT      },
  160.     { "keys",            KEYS + VOCAB_OBJECT      },
  161.     { "kill",            KILL + VOCAB_VERB      },
  162.     { "knife",            KNIFE + VOCAB_OBJECT      },
  163.     { "knives",         KNIFE + VOCAB_OBJECT      },
  164.     { "l",            57              },
  165.     { "lamp",            LAMP + VOCAB_OBJECT      },
  166.     { "lantern",        LAMP + VOCAB_OBJECT      },
  167.     { "leave",            11              },
  168.     { "left",            36              },
  169.     { "light",            ON + VOCAB_VERB       },
  170.     { "lock",            LOCK + VOCAB_VERB      },
  171.     { "log",            LOG + VOCAB_VERB      },
  172.     { "look",            57              },
  173.     { "lost",            68 + VOCAB_MSG          },
  174.     { "low",            24              },
  175.     { "machine",        VEND + VOCAB_OBJECT      },
  176.     { "magazine",        MAGAZINE + VOCAB_OBJECT   },
  177.     { "main",            76              },
  178.     { "message",        MESSAGE + VOCAB_OBJECT      },
  179.     { "ming",            VASE + VOCAB_OBJECT      },
  180.     { "mirror",         MIRROR + VOCAB_OBJECT      },
  181.     { "mist",            69 + VOCAB_MSG          },
  182.     { "moss",            CARPET + VOCAB_OBJECT      },
  183.     { "mumble",         SAY + VOCAB_VERB      },
  184.     { "n",            45              },
  185.     { "ne",            47              },
  186.     { "nest",            EGGS + VOCAB_OBJECT      },
  187.     { "north",            45              },
  188.     { "nothing",        NOTHING + VOCAB_VERB      },
  189.     { "nowhere",        21              },
  190.     { "nugget",         NUGGET + VOCAB_OBJECT      },
  191.     { "null",            21              },
  192.     { "nw",            50              },
  193.     { "off",            OFF + VOCAB_VERB      },
  194.     { "office",         76              },
  195.     { "oil",            OIL + VOCAB_OBJECT      },
  196.     { "on",            ON + VOCAB_VERB       },
  197.     { "onward",         7              },
  198.     { "open",            OPEN + VOCAB_VERB      },
  199.     { "opensesame",        50 + VOCAB_MSG          },
  200.     { "oriental",        72              },
  201.     { "out",            11              },
  202.     { "outdoors",        32              },
  203.     { "outside",        11              },
  204.     { "over",            41              },
  205.     { "oyster",         OYSTER + VOCAB_OBJECT      },
  206.     { "passage",        23              },
  207.     { "pause",            SUSPEND + VOCAB_VERB      },
  208.     { "pearl",            PEARL + VOCAB_OBJECT      },
  209.     { "persian",        RUG + VOCAB_OBJECT      },
  210.     { "peruse",         READ + VOCAB_VERB      },
  211.     { "pillow",         PILLOW + VOCAB_OBJECT      },
  212.     { "pirate",         PIRATE + VOCAB_OBJECT      },
  213.     { "pit",            31              },
  214.     { "placate",        CALM + VOCAB_VERB      },
  215.     { "plant",            PLANT + VOCAB_OBJECT      },
  216.     { "plant",            PLANT2 + VOCAB_OBJECT      },
  217.     { "platinum",        PYRAMID + VOCAB_OBJECT      },
  218.     { "plover",         71              },
  219.     { "plugh",            65              },
  220.     { "pocus",            50 + VOCAB_MSG          },
  221.     { "pottery",        VASE + VOCAB_OBJECT      },
  222.     { "pour",            POUR + VOCAB_VERB      },
  223.     { "proceed",        WALK + VOCAB_VERB      },
  224.     { "pyramid",        PYRAMID + VOCAB_OBJECT      },
  225.     { "quit",            QUIT + VOCAB_VERB      },
  226.     { "rations",        FOOD + VOCAB_OBJECT      },
  227.     { "read",            READ + VOCAB_VERB      },
  228.     { "release",        DROP + VOCAB_VERB      },
  229.     { "reservoir",        75              },
  230.     { "restore",        RESTORE + VOCAB_VERB      },
  231.     { "retreat",        8              },
  232.     { "return",         8              },
  233.     { "right",            37              },
  234.     { "road",            2              },
  235.     { "rock",            15              },
  236.     { "rod",            ROD + VOCAB_OBJECT      },
  237. /*  { "rod",            ROD2 + VOCAB_OBJECT      },  */
  238.     { "room",            59              },
  239.     { "rub",            RUB + VOCAB_VERB      },
  240.     { "rug",            RUG + VOCAB_OBJECT      },
  241.     { "run",            WALK + VOCAB_VERB      },
  242.     { "s",            46              },
  243.     { "save",            SAVE + VOCAB_VERB      },
  244.     { "say",            SAY + VOCAB_VERB      },
  245.     { "score",            SCORE + VOCAB_VERB      },
  246.     { "se",            48              },
  247.     { "secret",         66              },
  248.     { "sesame",         50 + VOCAB_MSG          },
  249.     { "shadow",         FIGURE + VOCAB_OBJECT      },
  250.     { "shake",            WAVE + VOCAB_VERB      },
  251.     { "shard",            VASE + VOCAB_OBJECT      },
  252.     { "shatter",        BREAK + VOCAB_VERB      },
  253.     { "shazam",         50 + VOCAB_MSG          },
  254.     { "shell",            74              },
  255.     { "shit",            79 + VOCAB_MSG          },
  256.     { "silver",         SILVER + VOCAB_OBJECT      },
  257.     { "sing",            SAY + VOCAB_VERB      },
  258.     { "slab",            61              },
  259.     { "slit",            60              },
  260.     { "smash",            BREAK + VOCAB_VERB      },
  261.     { "snake",            SNAKE + VOCAB_OBJECT      },
  262.     { "south",            46              },
  263.     { "spelunker",        MAGAZINE + VOCAB_OBJECT   },
  264.     { "spice",            SPICES + VOCAB_OBJECT      },
  265.     { "spices",         SPICES + VOCAB_OBJECT      },
  266.     { "stairs",         10              },
  267.     { "stalactite",        STALACTITE + VOCAB_OBJECT },
  268.     { "steal",            TAKE + VOCAB_VERB      },
  269.     { "steps",            34              },
  270.     { "steps",            STEPS + VOCAB_OBJECT      },
  271.     { "stop",            139 + VOCAB_MSG       },
  272.     { "stream",         14              },
  273.     { "strike",         KILL + VOCAB_VERB      },
  274.     { "surface",        20              },
  275.     { "suspend",        SUSPEND + VOCAB_VERB      },
  276.     { "sw",            49              },
  277.     { "swim",            147 + VOCAB_MSG       },
  278.     { "swing",            WAVE + VOCAB_VERB      },
  279.     { "tablet",         TABLET + VOCAB_OBJECT      },
  280.     { "take",            TAKE + VOCAB_VERB      },
  281.     { "tame",            CALM + VOCAB_VERB      },
  282.     { "throw",            THROW + VOCAB_VERB      },
  283.     { "toss",            THROW + VOCAB_VERB      },
  284.     { "tote",            TAKE + VOCAB_VERB      },
  285.     { "touch",            57              },
  286.     { "travel",         WALK + VOCAB_VERB      },
  287.     { "treasure",        CHEST + VOCAB_OBJECT      },
  288.     { "tree",            64 + VOCAB_MSG          },
  289.     { "trees",            64 + VOCAB_MSG          },
  290.     { "trident",        TRIDENT + VOCAB_OBJECT      },
  291.     { "troll",            TROLL + VOCAB_OBJECT      },
  292.     { "troll",            TROLL2 + VOCAB_OBJECT      },
  293.     { "tunnel",         23              },
  294.     { "turn",            WALK + VOCAB_VERB      },
  295.     { "u",            29              },
  296.     { "unlight",        OFF + VOCAB_VERB      },
  297.     { "unlock",         OPEN + VOCAB_VERB      },
  298.     { "up",            29              },
  299.     { "upstream",        4              },
  300.     { "upward",         29              },
  301.     { "utter",            SAY + VOCAB_VERB      },
  302.     { "valley",         9              },
  303.     { "vase",            VASE + VOCAB_OBJECT      },
  304.     { "velvet",         PILLOW + VOCAB_OBJECT      },
  305.     { "vending",        VEND + VOCAB_OBJECT      },
  306.     { "verbose",        VERBOSE + VOCAB_VERB      },
  307.     { "view",            28              },
  308.     { "volcano",        VOLCANO + VOCAB_OBJECT      },
  309.     { "w",            44              },
  310.     { "wake",            WAKE + VOCAB_VERB      },
  311.     { "walk",            WALK + VOCAB_VERB      },
  312.     { "wall",            53              },
  313.     { "water",            WATER + VOCAB_OBJECT      },
  314.     { "wave",            WAVE + VOCAB_VERB      },
  315.     { "west",            44              },
  316.     { "xyzzy",            62              },
  317.     { "y2",            55              },
  318. };
  319.  
  320. SHORT    sVocabCount = MAXDIM(VocabTab);
  321.  
  322. static TRAV Trav001[] =
  323. {
  324.     {    2,   2,   0 },
  325.     {    2,  44,   0 },
  326.     {    2,  29,   0 },
  327.     {    3,   3,   0 },
  328.     {    3,  12,   0 },
  329.     {    3,  19,   0 },
  330.     {    3,  43,   0 },
  331.     {    4,   5,   0 },
  332.     {    4,  13,   0 },
  333.     {    4,  14,   0 },
  334.     {    4,  46,   0 },
  335.     {    4,  30,   0 },
  336.     {    5,   6,   0 },
  337.     {    5,  45,   0 },
  338.     {    5,  43,   0 },
  339.     {    8,  63,   0 },
  340. };
  341.  
  342. static TRAV Trav002[] =
  343. {
  344.     {    1,   2,   0 },
  345.     {    1,  12,   0 },
  346.     {    1,   7,   0 },
  347.     {    1,  43,   0 },
  348.     {    1,  45,   0 },
  349.     {    1,  30,   0 },
  350.     {    5,   6,   0 },
  351.     {    5,  45,   0 },
  352.     {    5,  46,   0 },
  353. };
  354.  
  355. static TRAV Trav003[] =
  356. {
  357.     {    1,   3,   0 },
  358.     {    1,  11,   0 },
  359.     {    1,  32,   0 },
  360.     {    1,  44,   0 },
  361.     {  11,  62,   0 },
  362.     {  33,  65,   0 },
  363.     {  79,   5,   0 },
  364.     {  79,  14,   0 },
  365. };
  366.  
  367. static TRAV Trav004[] =
  368. {
  369.     {    1,   4,   0 },
  370.     {    1,  12,   0 },
  371.     {    1,  45,   0 },
  372.     {    5,   6,   0 },
  373.     {    5,  43,   0 },
  374.     {    5,  44,   0 },
  375.     {    5,  29,   0 },
  376.     {    7,   5,   0 },
  377.     {    7,  46,   0 },
  378.     {    7,  30,   0 },
  379.     {    8,  63,   0 },
  380. };
  381.  
  382. static TRAV Trav005[] =
  383. {
  384.     {    4,   9,   0 },
  385.     {    4,  43,   0 },
  386.     {    4,  30,   0 },
  387.     {    5,   6,  50 },
  388.     {    5,   7,  50 },
  389.     {    5,  45,  50 },
  390.     {    6,   6,   0 },
  391.     {    5,  44,   0 },
  392.     {    5,  46,   0 },
  393. };
  394.  
  395. static TRAV Trav006[] =
  396. {
  397.     {    1,   2,   0 },
  398.     {    1,  45,   0 },
  399.     {    4,   9,   0 },
  400.     {    4,  43,   0 },
  401.     {    4,  44,   0 },
  402.     {    4,  30,   0 },
  403.     {    5,   6,   0 },
  404.     {    5,  46,   0 },
  405. };
  406.  
  407. static TRAV Trav007[] =
  408. {
  409.     {    1,  12,   0 },
  410.     {    4,   4,   0 },
  411.     {    4,  45,   0 },
  412.     {    5,   6,   0 },
  413.     {    5,  43,   0 },
  414.     {    5,  44,   0 },
  415.     {    8,   5,   0 },
  416.     {    8,  15,   0 },
  417.     {    8,  16,   0 },
  418.     {    8,  46,   0 },
  419.     { 595,  60,   0 },
  420.     { 595,  14,   0 },
  421.     { 595,  30,   0 },
  422. };
  423.  
  424. static TRAV Trav008[] =
  425. {
  426.     {    5,   6,   0 },
  427.     {    5,  43,   0 },
  428.     {    5,  46,   0 },
  429.     {    5,  44,   0 },
  430.     {    1,  12,   0 },
  431.     {    7,   4,   0 },
  432.     {    7,  13,   0 },
  433.     {    7,  45,   0 },
  434.     {    9,   3, 303 },
  435.     {    9,  19, 303 },
  436.     {    9,  30, 303 },
  437.     { 593,   3,   0 },
  438. };
  439.  
  440. static TRAV Trav009[] =
  441. {
  442.     {    8,  11, 303 },
  443.     {    8,  29, 303 },
  444.     { 593,  11,   0 },
  445.     {  10,  17,   0 },
  446.     {  10,  18,   0 },
  447.     {  10,  19,   0 },
  448.     {  10,  44,   0 },
  449.     {  14,  31,   0 },
  450.     {  11,  51,   0 },
  451. };
  452.  
  453. static TRAV Trav010[] =
  454. {
  455.     {    9,  11,   0 },
  456.     {    9,  20,   0 },
  457.     {    9,  21,   0 },
  458.     {    9,  43,   0 },
  459.     {  11,  19,   0 },
  460.     {  11,  22,   0 },
  461.     {  11,  44,   0 },
  462.     {  11,  51,   0 },
  463.     {  14,  31,   0 },
  464. };
  465.  
  466. static TRAV Trav011[] =
  467. {
  468.     {    8,  63, 303 },
  469.     {    9,  64,   0 },
  470.     {  10,  17,   0 },
  471.     {  10,  18,   0 },
  472.     {  10,  23,   0 },
  473.     {  10,  24,   0 },
  474.     {  10,  43,   0 },
  475.     {  12,  25,   0 },
  476.     {  12,  19,   0 },
  477.     {  12,  29,   0 },
  478.     {  12,  44,   0 },
  479.     {    3,  62,   0 },
  480.     {  14,  31,   0 },
  481. };
  482.  
  483. static TRAV Trav012[] =
  484. {
  485.     {    8,  63, 303 },
  486.     {    9,  64,   0 },
  487.     {  11,  30,   0 },
  488.     {  11,  43,   0 },
  489.     {  11,  51,   0 },
  490.     {  13,  19,   0 },
  491.     {  13,  29,   0 },
  492.     {  13,  44,   0 },
  493.     {  14,  31,   0 },
  494. };
  495.  
  496. static TRAV Trav013[] =
  497. {
  498.     {    8,  63, 303 },
  499.     {    9,  64,   0 },
  500.     {  11,  51,   0 },
  501.     {  12,  25,   0 },
  502.     {  12,  43,   0 },
  503.     {  14,  23,   0 },
  504.     {  14,  31,   0 },
  505.     {  14,  44,   0 },
  506. };
  507.  
  508. static TRAV Trav014[] =
  509. {
  510.     {    8,  63, 303 },
  511.     {    9,  64,   0 },
  512.     {  11,  51,   0 },
  513.     {  13,  23,   0 },
  514.     {  13,  43,   0 },
  515.     {  20,  30, 150 },
  516.     {  20,  31, 150 },
  517.     {  20,  34, 150 },
  518.     {  15,  30,   0 },
  519.     {  16,  33,   0 },
  520.     {  16,  44,   0 },
  521. };
  522.  
  523. static TRAV Trav015[] =
  524. {
  525.     {  18,  36,   0 },
  526.     {  18,  46,   0 },
  527.     {  17,   7,   0 },
  528.     {  17,  38,   0 },
  529.     {  17,  44,   0 },
  530.     {  19,  10,   0 },
  531.     {  19,  30,   0 },
  532.     {  19,  45,   0 },
  533.     {  22,  29, 150 },
  534.     {  22,  31, 150 },
  535.     {  22,  34, 150 },
  536.     {  22,  35, 150 },
  537.     {  22,  23, 150 },
  538.     {  22,  43, 150 },
  539.     {  14,  29,   0 },
  540.     {  34,  55,   0 },
  541. };
  542.  
  543. static TRAV Trav016[] =
  544. {
  545.     {  14,   1,   0 },
  546. };
  547.  
  548. static TRAV Trav017[] =
  549. {
  550.     {  15,  38,   0 },
  551.     {  15,  43,   0 },
  552.     { 596,  39, 312 },
  553.     {  21,   7, 412 },
  554.     { 597,  41, 412 },
  555.     { 597,  42, 412 },
  556.     { 597,  44, 412 },
  557.     { 597,  69, 412 },
  558.     {  27,  41,   0 },
  559. };
  560.  
  561. static TRAV Trav018[] =
  562. {
  563.     {  15,  38,   0 },
  564.     {  15,  11,   0 },
  565.     {  15,  45,   0 },
  566. };
  567.  
  568. static TRAV Trav019[] =
  569. {
  570.     {  15,  10,   0 },
  571.     {  15,  29,   0 },
  572.     {  15,  43,   0 },
  573.     {  28,  45, 311 },
  574.     {  28,  36, 311 },
  575.     {  29,  46, 311 },
  576.     {  29,  37, 311 },
  577.     {  30,  44, 311 },
  578.     {  30,   7, 311 },
  579.     {  32,  45,   0 },
  580.     {  74,  49,  35 },
  581.     {  32,  49, 211 },
  582.     {  74,  66,   0 },
  583. };
  584.  
  585. static TRAV Trav020[] =
  586. {
  587.     {    0,   1,   0 },
  588. };
  589.  
  590. static TRAV Trav021[] =
  591. {
  592.     {    0,   1,   0 },
  593. };
  594.  
  595. static TRAV Trav022[] =
  596. {
  597.     {  15,   1,   0 },
  598. };
  599.  
  600. static TRAV Trav023[] =
  601. {
  602.     {  67,  43,   0 },
  603.     {  67,  42,   0 },
  604.     {  68,  44,   0 },
  605.     {  68,  61,   0 },
  606.     {  25,  30,   0 },
  607.     {  25,  31,   0 },
  608.     { 648,  52,   0 },
  609. };
  610.  
  611. static TRAV Trav024[] =
  612. {
  613.     {  67,  29,   0 },
  614.     {  67,  11,   0 },
  615. };
  616.  
  617. static TRAV Trav025[] =
  618. {
  619.     {  23,  29,   0 },
  620.     {  23,  11,   0 },
  621.     {  31,  56, 724 },
  622.     {  26,  56,   0 },
  623. };
  624.  
  625. static TRAV Trav026[] =
  626. {
  627.     {  88,   1,   0 },
  628. };
  629.  
  630. static TRAV Trav027[] =
  631. {
  632.     { 596,  39, 312 },
  633.     {  21,   7, 412 },
  634.     { 597,  41, 412 },
  635.     { 597,  42, 412 },
  636.     { 597,  43, 412 },
  637.     { 597,  69, 412 },
  638.     {  17,  41,   0 },
  639.     {  40,  45,   0 },
  640.     {  41,  44,   0 },
  641. };
  642.  
  643. static TRAV Trav028[] =
  644. {
  645.     {  19,  38,   0 },
  646.     {  19,  11,   0 },
  647.     {  19,  46,   0 },
  648.     {  33,  45,   0 },
  649.     {  33,  55,   0 },
  650.     {  36,  30,   0 },
  651.     {  36,  52,   0 },
  652. };
  653.  
  654. static TRAV Trav029[] =
  655. {
  656.     {  19,  38,   0 },
  657.     {  19,  11,   0 },
  658.     {  19,  45,   0 },
  659. };
  660.  
  661. static TRAV Trav030[] =
  662. {
  663.     {  19,  38,   0 },
  664.     {  19,  11,   0 },
  665.     {  19,  43,   0 },
  666.     {  62,  44,   0 },
  667.     {  62,  29,   0 },
  668. };
  669.  
  670. static TRAV Trav031[] =
  671. {
  672.     {  89,   1, 524 },
  673.     {  90,   1,   0 },
  674. };
  675.  
  676. static TRAV Trav032[] =
  677. {
  678.     {  19,   1,   0 },
  679. };
  680.  
  681. static TRAV Trav033[] =
  682. {
  683.     {    3,  65,   0 },
  684.     {  28,  46,   0 },
  685.     {  34,  43,   0 },
  686.     {  34,  53,   0 },
  687.     {  34,  54,   0 },
  688.     {  35,  44,   0 },
  689.     { 302,  71, 159 },
  690.     { 100,  71,   0 },
  691. };
  692.  
  693. static TRAV Trav034[] =
  694. {
  695.     {  33,  30,   0 },
  696.     {  33,  55,   0 },
  697.     {  15,  29,   0 },
  698. };
  699.  
  700. static TRAV Trav035[] =
  701. {
  702.     {  33,  43,   0 },
  703.     {  33,  55,   0 },
  704.     {  20,  39,   0 },
  705. };
  706.  
  707. static TRAV Trav036[] =
  708. {
  709.     {  37,  43,   0 },
  710.     {  37,  17,   0 },
  711.     {  28,  29,   0 },
  712.     {  28,  52,   0 },
  713.     {  39,  44,   0 },
  714.     {  65,  70,   0 },
  715. };
  716.  
  717. static TRAV Trav037[] =
  718. {
  719.     {  36,  44,   0 },
  720.     {  36,  17,   0 },
  721.     {  38,  30,   0 },
  722.     {  38,  31,   0 },
  723.     {  38,  56,   0 },
  724. };
  725.  
  726. static TRAV Trav038[] =
  727. {
  728.     {  37,  56,   0 },
  729.     {  37,  29,   0 },
  730.     {  37,  11,   0 },
  731.     { 595,  60,   0 },
  732.     { 595,  14,   0 },
  733.     { 595,  30,   0 },
  734.     { 595,   4,   0 },
  735.     { 595,   5,   0 },
  736. };
  737.  
  738. static TRAV Trav039[] =
  739. {
  740.     {  36,  43,   0 },
  741.     {  36,  23,   0 },
  742.     {  64,  30,   0 },
  743.     {  64,  52,   0 },
  744.     {  64,  58,   0 },
  745.     {  65,  70,   0 },
  746. };
  747.  
  748. static TRAV Trav040[] =
  749. {
  750.     {  41,   1,   0 },
  751. };
  752.  
  753. static TRAV Trav041[] =
  754. {
  755.     {  42,  46,   0 },
  756.     {  42,  29,   0 },
  757.     {  42,  23,   0 },
  758.     {  42,  56,   0 },
  759.     {  27,  43,   0 },
  760.     {  59,  45,   0 },
  761.     {  60,  44,   0 },
  762.     {  60,  17,   0 },
  763. };
  764.  
  765. static TRAV Trav042[] =
  766. {
  767.     {  41,  29,   0 },
  768.     {  42,  45,   0 },
  769.     {  43,  43,   0 },
  770.     {  45,  46,   0 },
  771.     {  80,  44,   0 },
  772. };
  773.  
  774. static TRAV Trav043[] =
  775. {
  776.     {  42,  44,   0 },
  777.     {  44,  46,   0 },
  778.     {  45,  43,   0 },
  779. };
  780.  
  781. static TRAV Trav044[] =
  782. {
  783.     {  43,  43,   0 },
  784.     {  48,  30,   0 },
  785.     {  50,  46,   0 },
  786.     {  82,  45,   0 },
  787. };
  788.  
  789. static TRAV Trav045[] =
  790. {
  791.     {  42,  44,   0 },
  792.     {  43,  45,   0 },
  793.     {  46,  43,   0 },
  794.     {  47,  46,   0 },
  795.     {  87,  29,   0 },
  796.     {  87,  30,   0 },
  797. };
  798.  
  799. static TRAV Trav046[] =
  800. {
  801.     {  45,  44,   0 },
  802.     {  45,  11,   0 },
  803. };
  804.  
  805. static TRAV Trav047[] =
  806. {
  807.     {  45,  43,   0 },
  808.     {  45,  11,   0 },
  809. };
  810.  
  811. static TRAV Trav048[] =
  812. {
  813.     {  44,  29,   0 },
  814.     {  44,  11,   0 },
  815. };
  816.  
  817. static TRAV Trav049[] =
  818. {
  819.     {  50,  43,   0 },
  820.     {  51,  44,   0 },
  821. };
  822.  
  823. static TRAV Trav050[] =
  824. {
  825.     {  44,  43,   0 },
  826.     {  49,  44,   0 },
  827.     {  51,  30,   0 },
  828.     {  52,  46,   0 },
  829. };
  830.  
  831. static TRAV Trav051[] =
  832. {
  833.     {  49,  44,   0 },
  834.     {  50,  29,   0 },
  835.     {  52,  43,   0 },
  836.     {  53,  46,   0 },
  837. };
  838.  
  839. static TRAV Trav052[] =
  840. {
  841.     {  50,  44,   0 },
  842.     {  51,  43,   0 },
  843.     {  52,  46,   0 },
  844.     {  53,  29,   0 },
  845.     {  55,  45,   0 },
  846.     {  86,  30,   0 },
  847. };
  848.  
  849. static TRAV Trav053[] =
  850. {
  851.     {  51,  44,   0 },
  852.     {  52,  45,   0 },
  853.     {  54,  46,   0 },
  854. };
  855.  
  856. static TRAV Trav054[] =
  857. {
  858.     {  53,  44,   0 },
  859.     {  53,  11,   0 },
  860. };
  861.  
  862. static TRAV Trav055[] =
  863. {
  864.     {  52,  44,   0 },
  865.     {  55,  45,   0 },
  866.     {  56,  30,   0 },
  867.     {  57,  43,   0 },
  868. };
  869.  
  870. static TRAV Trav056[] =
  871. {
  872.     {  55,  29,   0 },
  873.     {  55,  11,   0 },
  874. };
  875.  
  876. static TRAV Trav057[] =
  877. {
  878.     {  13,  30,   0 },
  879.     {  13,  56,   0 },
  880.     {  55,  44,   0 },
  881.     {  58,  46,   0 },
  882.     {  83,  45,   0 },
  883.     {  84,  43,   0 },
  884. };
  885.  
  886. static TRAV Trav058[] =
  887. {
  888.     {  57,  43,   0 },
  889.     {  57,  11,   0 },
  890. };
  891.  
  892. static TRAV Trav059[] =
  893. {
  894.     {  27,   1,   0 },
  895. };
  896.  
  897. static TRAV Trav060[] =
  898. {
  899.     {  41,  43,   0 },
  900.     {  41,  29,   0 },
  901.     {  41,  17,   0 },
  902.     {  61,  44,   0 },
  903.     {  62,  45,   0 },
  904.     {  62,  30,   0 },
  905.     {  62,  52,   0 },
  906. };
  907.  
  908. static TRAV Trav061[] =
  909. {
  910.     {  60,  43,   0 },
  911.     {  62,  45,   0 },
  912.     { 107,  46, 100 },
  913. };
  914.  
  915. static TRAV Trav062[] =
  916. {
  917.     {  60,  44,   0 },
  918.     {  63,  45,   0 },
  919.     {  30,  43,   0 },
  920.     {  61,  46,   0 },
  921. };
  922.  
  923. static TRAV Trav063[] =
  924. {
  925.     {  62,  46,   0 },
  926.     {  62,  11,   0 },
  927. };
  928.  
  929. static TRAV Trav064[] =
  930. {
  931.     {  39,  29,   0 },
  932.     {  39,  56,   0 },
  933.     {  39,  59,   0 },
  934.     {  65,  44,   0 },
  935.     {  65,  70,   0 },
  936.     { 103,  45,   0 },
  937.     { 103,  74,   0 },
  938.     { 106,  43,   0 },
  939. };
  940.  
  941. static TRAV Trav065[] =
  942. {
  943.     {  64,  43,   0 },
  944.     {  66,  44,   0 },
  945.     { 556,  46,  80 },
  946.     {  68,  61,   0 },
  947.     { 556,  29,  80 },
  948.     {  70,  29,  50 },
  949.     {  39,  29,   0 },
  950.     { 556,  45,  60 },
  951.     {  72,  45,  75 },
  952.     {  71,  45,   0 },
  953.     { 556,  30,  80 },
  954.     { 106,  30,   0 },
  955. };
  956.  
  957. static TRAV Trav066[] =
  958. {
  959.     {  65,  47,   0 },
  960.     {  67,  44,   0 },
  961.     { 556,  46,  80 },
  962.     {  77,  25,   0 },
  963.     {  96,  43,   0 },
  964.     { 556,  50,  50 },
  965.     {  97,  72,   0 },
  966. };
  967.  
  968. static TRAV Trav067[] =
  969. {
  970.     {  66,  43,   0 },
  971.     {  23,  44,   0 },
  972.     {  23,  42,   0 },
  973.     {  24,  30,   0 },
  974.     {  24,  31,   0 },
  975. };
  976.  
  977. static TRAV Trav068[] =
  978. {
  979.     {  23,  46,   0 },
  980.     {  69,  29,   0 },
  981.     {  69,  56,   0 },
  982.     {  65,  45,   0 },
  983. };
  984.  
  985. static TRAV Trav069[] =
  986. {
  987.     {  68,  30,   0 },
  988.     {  68,  61,   0 },
  989.     { 120,  46, 331 },
  990.     { 119,  46,   0 },
  991.     { 109,  45,   0 },
  992.     { 113,  75,   0 },
  993. };
  994.  
  995. static TRAV Trav070[] =
  996. {
  997.     {  71,  45,   0 },
  998.     {  65,  30,   0 },
  999.     {  65,  23,   0 },
  1000.     { 111,  46,   0 },
  1001. };
  1002.  
  1003. static TRAV Trav071[] =
  1004. {
  1005.     {  65,  48,   0 },
  1006.     {  70,  46,   0 },
  1007.     { 110,  45,   0 },
  1008. };
  1009.  
  1010. static TRAV Trav072[] =
  1011. {
  1012.     {  65,  70,   0 },
  1013.     { 118,  49,   0 },
  1014.     {  73,  45,   0 },
  1015.     {  97,  48,   0 },
  1016.     {  97,  72,   0 },
  1017. };
  1018.  
  1019. static TRAV Trav073[] =
  1020. {
  1021.     {  72,  46,   0 },
  1022.     {  72,  17,   0 },
  1023.     {  72,  11,   0 },
  1024. };
  1025.  
  1026. static TRAV Trav074[] =
  1027. {
  1028.     {  19,  43,   0 },
  1029.     { 120,  44, 331 },
  1030.     { 121,  44,   0 },
  1031.     {  75,  30,   0 },
  1032. };
  1033.  
  1034. static TRAV Trav075[] =
  1035. {
  1036.     {  76,  46,   0 },
  1037.     {  77,  45,   0 },
  1038. };
  1039.  
  1040. static TRAV Trav076[] =
  1041. {
  1042.     {  75,  45,   0 },
  1043. };
  1044.  
  1045. static TRAV Trav077[] =
  1046. {
  1047.     {  75,  43,   0 },
  1048.     {  78,  44,   0 },
  1049.     {  66,  45,   0 },
  1050.     {  66,  17,   0 },
  1051. };
  1052.  
  1053. static TRAV Trav078[] =
  1054. {
  1055.     {  77,  46,   0 },
  1056. };
  1057.  
  1058. static TRAV Trav079[] =
  1059. {
  1060.     {    3,   1,   0 },
  1061. };
  1062.  
  1063. static TRAV Trav080[] =
  1064. {
  1065.     {  42,  45,   0 },
  1066.     {  80,  44,   0 },
  1067.     {  80,  46,   0 },
  1068.     {  81,  43,   0 },
  1069. };
  1070.  
  1071. static TRAV Trav081[] =
  1072. {
  1073.     {  80,  44,   0 },
  1074.     {  80,  11,   0 },
  1075. };
  1076.  
  1077. static TRAV Trav082[] =
  1078. {
  1079.     {  44,  46,   0 },
  1080.     {  44,  11,   0 },
  1081. };
  1082.  
  1083. static TRAV Trav083[] =
  1084. {
  1085.     {  57,  46,   0 },
  1086.     {  84,  43,   0 },
  1087.     {  85,  44,   0 },
  1088. };
  1089.  
  1090. static TRAV Trav084[] =
  1091. {
  1092.     {  57,  45,   0 },
  1093.     {  83,  44,   0 },
  1094.     { 114,  50,   0 },
  1095. };
  1096.  
  1097. static TRAV Trav085[] =
  1098. {
  1099.     {  83,  43,   0 },
  1100.     {  83,  11,   0 },
  1101. };
  1102.  
  1103. static TRAV Trav086[] =
  1104. {
  1105.     {  52,  29,   0 },
  1106.     {  52,  11,   0 },
  1107. };
  1108.  
  1109. static TRAV Trav087[] =
  1110. {
  1111.     {  45,  29,   0 },
  1112.     {  45,  30,   0 },
  1113. };
  1114.  
  1115. static TRAV Trav088[] =
  1116. {
  1117.     {  25,  30,   0 },
  1118.     {  25,  56,   0 },
  1119.     {  25,  43,   0 },
  1120.     {  20,  39,   0 },
  1121.     {  92,  44,   0 },
  1122.     {  92,  27,   0 },
  1123. };
  1124.  
  1125. static TRAV Trav089[] =
  1126. {
  1127.     {  25,  1,     0 },
  1128. };
  1129.  
  1130. static TRAV Trav090[] =
  1131. {
  1132.     {  23,   1,   0 },
  1133. };
  1134.  
  1135. static TRAV Trav091[] =
  1136. {
  1137.     {  95,  45,   0 },
  1138.     {  95,  73,   0 },
  1139.     {  95,  23,   0 },
  1140.     {  72,  30,   0 },
  1141.     {  72,  56,   0 },
  1142. };
  1143.  
  1144. static TRAV Trav092[] =
  1145. {
  1146.     {  88,  46,   0 },
  1147.     {  93,  43,   0 },
  1148.     {  94,  45,   0 },
  1149. };
  1150.  
  1151. static TRAV Trav093[] =
  1152. {
  1153.     {  92,  46,   0 },
  1154.     {  92,  27,   0 },
  1155.     {  92,  11,   0 },
  1156. };
  1157.  
  1158. static TRAV Trav094[] =
  1159. {
  1160.     {  92,  46,   0 },
  1161.     {  92,  27,   0 },
  1162.     {  92,  23,   0 },
  1163.     {  95,  45, 309 },
  1164.     {  95,   3, 309 },
  1165.     {  95,  73, 309 },
  1166.     { 611,  45,   0 },
  1167. };
  1168.  
  1169. static TRAV Trav095[] =
  1170. {
  1171.     {  94,  46,   0 },
  1172.     {  94,  11,   0 },
  1173.     {  92,  27,   0 },
  1174.     {  91,  44,   0 },
  1175. };
  1176.  
  1177. static TRAV Trav096[] =
  1178. {
  1179.     {  66,  44,   0 },
  1180.     {  66,  11,   0 },
  1181. };
  1182.  
  1183. static TRAV Trav097[] =
  1184. {
  1185.     {  66,  48,   0 },
  1186.     {  72,  44,   0 },
  1187.     {  72,  17,   0 },
  1188.     {  98,  29,   0 },
  1189.     {  98,  45,   0 },
  1190.     {  98,  73,   0 },
  1191. };
  1192.  
  1193. static TRAV Trav098[] =
  1194. {
  1195.     {  97,  46,   0 },
  1196.     {  97,  72,   0 },
  1197.     {  99,  44,   0 },
  1198. };
  1199.  
  1200. static TRAV Trav099[] =
  1201. {
  1202.     {  98,  50,   0 },
  1203.     {  98,  73,   0 },
  1204.     {  301, 43,   0 },
  1205.     {  301, 23,   0 },
  1206.     {  100, 43,   0 },
  1207. };
  1208.  
  1209. static TRAV Trav100[] =
  1210. {
  1211.     { 301,  44,   0 },
  1212.     { 301,  23,   0 },
  1213.     { 301,  11,   0 },
  1214.     {  99,  44,   0 },
  1215.     { 302,  71, 159 },
  1216.     {  33,  71,   0 },
  1217.     { 101,  47,   0 },
  1218.     { 101,  22,   0 },
  1219. };
  1220.  
  1221. static TRAV Trav101[] =
  1222. {
  1223.     { 100,  46,   0 },
  1224.     { 100,  71,   0 },
  1225.     { 100,  11,   0 },
  1226. };
  1227.  
  1228. static TRAV Trav102[] =
  1229. {
  1230.     { 103,  30,   0 },
  1231.     { 103,  74,   0 },
  1232.     { 103,  11,   0 },
  1233. };
  1234.  
  1235. static TRAV Trav103[] =
  1236. {
  1237.     { 102,  29,   0 },
  1238.     { 102,  38,   0 },
  1239.     { 104,  30,   0 },
  1240.     { 618,  46, 114 },
  1241.     { 619,  46, 115 },
  1242.     {  64,  46,   0 },
  1243. };
  1244.  
  1245. static TRAV Trav104[] =
  1246. {
  1247.     { 103,  29,   0 },
  1248.     { 103,  74,   0 },
  1249.     { 105,  30,   0 },
  1250. };
  1251.  
  1252. static TRAV Trav105[] =
  1253. {
  1254.     { 104,  29,   0 },
  1255.     { 104,  11,   0 },
  1256.     { 103,  74,   0 },
  1257. };
  1258.  
  1259. static TRAV Trav106[] =
  1260. {
  1261.     {  64,  29,   0 },
  1262.     {  65,  44,   0 },
  1263.     { 108,  43,   0 },
  1264. };
  1265.  
  1266. static TRAV Trav107[] =
  1267. {
  1268.     { 131,  46,   0 },
  1269.     { 132,  49,   0 },
  1270.     { 133,  47,   0 },
  1271.     { 134,  48,   0 },
  1272.     { 135,  29,   0 },
  1273.     { 136,  50,   0 },
  1274.     { 137,  43,   0 },
  1275.     { 138,  44,   0 },
  1276.     { 139,  45,   0 },
  1277.     {  61,  30,   0 },
  1278. };
  1279.  
  1280. static TRAV Trav108[] =
  1281. {
  1282.     { 556,  43,  95 },
  1283.     { 556,  45,  95 },
  1284.     { 556,  46,  95 },
  1285.     { 556,  47,  95 },
  1286.     { 556,  48,  95 },
  1287.     { 556,  49,  95 },
  1288.     { 556,  50,  95 },
  1289.     { 556,  29,  95 },
  1290.     { 556,  30,  95 },
  1291.     { 106,  43,   0 },
  1292.     { 626,  44,   0 },
  1293. };
  1294.  
  1295. static TRAV Trav109[] =
  1296. {
  1297.     {  69,  46,   0 },
  1298.     { 113,  45,   0 },
  1299.     { 113,  75,   0 },
  1300. };
  1301.  
  1302. static TRAV Trav110[] =
  1303. {
  1304.     {  71,  44,   0 },
  1305.     {  20,  39,   0 },
  1306. };
  1307.  
  1308. static TRAV Trav111[] =
  1309. {
  1310.     {  70,  45,   0 },
  1311.     {  50,  30,  40 },
  1312.     {  50,  39,  40 },
  1313.     {  50,  56,  40 },
  1314.     {  53,  30,  50 },
  1315.     {  45,  30,   0 },
  1316. };
  1317.  
  1318. static TRAV Trav112[] =
  1319. {
  1320.     { 131,  49,   0 },
  1321.     { 132,  45,   0 },
  1322.     { 133,  43,   0 },
  1323.     { 134,  50,   0 },
  1324.     { 135,  48,   0 },
  1325.     { 136,  47,   0 },
  1326.     { 137,  44,   0 },
  1327.     { 138,  30,   0 },
  1328.     { 139,  29,   0 },
  1329.     { 140,  46,   0 },
  1330. };
  1331.  
  1332. static TRAV Trav113[] =
  1333. {
  1334.     { 109,  46,   0 },
  1335.     { 109,  11,   0 },
  1336.     { 109, 109,   0 },
  1337. };
  1338.  
  1339. static TRAV Trav114[] =
  1340. {
  1341.     {  84,  48,   0 },
  1342. };
  1343.  
  1344. static TRAV Trav115[] =
  1345. {
  1346.     { 116,  49,   0 },
  1347. };
  1348.  
  1349. static TRAV Trav116[] =
  1350. {
  1351.     { 115,  47,   0 },
  1352.     { 593,  30,   0 },
  1353. };
  1354.  
  1355. static TRAV Trav117[] =
  1356. {
  1357.     { 118,  49,   0 },
  1358.     { 660,  41, 233 },
  1359.     { 660,  42, 233 },
  1360.     { 660,  69, 233 },
  1361.     { 660,  47, 233 },
  1362.     { 661,  41, 332 },
  1363.     { 303,  41,   0 },
  1364.     {  21,  39, 332 },
  1365.     { 596,  39,   0 },
  1366. };
  1367.  
  1368. static TRAV Trav118[] =
  1369. {
  1370.     {  72,  30,   0 },
  1371.     { 117,  29,   0 },
  1372. };
  1373.  
  1374. static TRAV Trav119[] =
  1375. {
  1376.     {  69,  45,   0 },
  1377.     {  69,  11,   0 },
  1378.     { 653,  43,   0 },
  1379.     { 653,   7,   0 },
  1380. };
  1381.  
  1382. static TRAV Trav120[] =
  1383. {
  1384.     {  69,  45,   0 },
  1385.     {  74,  43,   0 },
  1386. };
  1387.  
  1388. static TRAV Trav121[] =
  1389. {
  1390.     {  74,  43,   0 },
  1391.     {  74,  11,   0 },
  1392.     { 653,  45,   0 },
  1393.     { 653,   7,   0 },
  1394. };
  1395.  
  1396. static TRAV Trav122[] =
  1397. {
  1398.     { 123,  47,   0 },
  1399.     { 660,  41, 233 },
  1400.     { 660,  42, 233 },
  1401.     { 660,  69, 233 },
  1402.     { 660,  49, 233 },
  1403.     { 303,  41,   0 },
  1404.     { 596,  39,   0 },
  1405.     { 124,  77,   0 },
  1406.     { 126,  28,   0 },
  1407.     { 129,  40,   0 },
  1408. };
  1409.  
  1410. static TRAV Trav123[] =
  1411. {
  1412.     { 122,  44,   0 },
  1413.     { 124,  43,   0 },
  1414.     { 124,  77,   0 },
  1415.     { 126,  28,   0 },
  1416.     { 129,  40,   0 },
  1417. };
  1418.  
  1419. static TRAV Trav124[] =
  1420. {
  1421.     { 123,  44,   0 },
  1422.     { 125,  47,   0 },
  1423.     { 125,  36,   0 },
  1424.     { 128,  48,   0 },
  1425.     { 128,  37,   0 },
  1426.     { 128,  30,   0 },
  1427.     { 126,  28,   0 },
  1428.     { 129,  40,   0 },
  1429. };
  1430.  
  1431. static TRAV Trav125[] =
  1432. {
  1433.     { 124,  46,   0 },
  1434.     { 124,  77,   0 },
  1435.     { 126,  45,   0 },
  1436.     { 126,  28,   0 },
  1437.     { 127,  43,   0 },
  1438.     { 127,  17,   0 },
  1439. };
  1440.  
  1441. static TRAV Trav126[] =
  1442. {
  1443.     { 125,  46,   0 },
  1444.     { 125,  23,   0 },
  1445.     { 125,  11,   0 },
  1446.     { 124,  77,   0 },
  1447.     { 610,  30,   0 },
  1448.     { 610,  39,   0 },
  1449. };
  1450.  
  1451. static TRAV Trav127[] =
  1452. {
  1453.     { 125,  44,   0 },
  1454.     { 125,  11,   0 },
  1455.     { 125,  17,   0 },
  1456.     { 124,  77,   0 },
  1457.     { 126,  28,   0 },
  1458. };
  1459.  
  1460. static TRAV Trav128[] =
  1461. {
  1462.     { 124,  45,   0 },
  1463.     { 124,  29,   0 },
  1464.     { 124,  77,   0 },
  1465.     { 129,  46,   0 },
  1466.     { 129,  30,   0 },
  1467.     { 129,  40,   0 },
  1468.     { 126,  28,   0 },
  1469. };
  1470.  
  1471. static TRAV Trav129[] =
  1472. {
  1473.     { 128,  44,   0 },
  1474.     { 128,  29,   0 },
  1475.     { 124,  77,   0 },
  1476.     { 130,  43,   0 },
  1477.     { 130,  19,   0 },
  1478.     { 130,  40,   0 },
  1479.     { 130,   3,   0 },
  1480.     { 126,  28,   0 },
  1481. };
  1482.  
  1483. static TRAV Trav130[] =
  1484. {
  1485.     { 129,  44,   0 },
  1486.     { 124,  77,   0 },
  1487.     { 126,  28,   0 },
  1488. };
  1489.  
  1490. static TRAV Trav131[] =
  1491. {
  1492.     { 107,  44,   0 },
  1493.     { 132,  48,   0 },
  1494.     { 133,  50,   0 },
  1495.     { 134,  49,   0 },
  1496.     { 135,  47,   0 },
  1497.     { 136,  29,   0 },
  1498.     { 137,  30,   0 },
  1499.     { 138,  45,   0 },
  1500.     { 139,  46,   0 },
  1501.     { 112,  43,   0 },
  1502. };
  1503.  
  1504. static TRAV Trav132[] =
  1505. {
  1506.     { 107,  50,   0 },
  1507.     { 131,  29,   0 },
  1508.     { 133,  45,   0 },
  1509.     { 134,  46,   0 },
  1510.     { 135,  44,   0 },
  1511.     { 136,  49,   0 },
  1512.     { 137,  47,   0 },
  1513.     { 138,  43,   0 },
  1514.     { 139,  30,   0 },
  1515.     { 112,  48,   0 },
  1516. };
  1517.  
  1518. static TRAV Trav133[] =
  1519. {
  1520.     { 107,  29,   0 },
  1521.     { 131,  30,   0 },
  1522.     { 132,  44,   0 },
  1523.     { 134,  47,   0 },
  1524.     { 135,  49,   0 },
  1525.     { 136,  43,   0 },
  1526.     { 137,  45,   0 },
  1527.     { 138,  50,   0 },
  1528.     { 139,  48,   0 },
  1529.     { 112,  46,   0 },
  1530. };
  1531.  
  1532. static TRAV Trav134[] =
  1533. {
  1534.     { 107,  47,   0 },
  1535.     { 131,  45,   0 },
  1536.     { 132,  50,   0 },
  1537.     { 133,  48,   0 },
  1538.     { 135,  43,   0 },
  1539.     { 136,  30,   0 },
  1540.     { 137,  46,   0 },
  1541.     { 138,  29,   0 },
  1542.     { 139,  44,   0 },
  1543.     { 112,  49,   0 },
  1544. };
  1545.  
  1546. static TRAV Trav135[] =
  1547. {
  1548.     { 107,  45,   0 },
  1549.     { 131,  48,   0 },
  1550.     { 132,  30,   0 },
  1551.     { 133,  46,   0 },
  1552.     { 134,  43,   0 },
  1553.     { 136,  44,   0 },
  1554.     { 137,  49,   0 },
  1555.     { 138,  47,   0 },
  1556.     { 139,  50,   0 },
  1557.     { 112,  29,   0 },
  1558. };
  1559.  
  1560. static TRAV Trav136[] =
  1561. {
  1562.     { 107,  43,   0 },
  1563.     { 131,  44,   0 },
  1564.     { 132,  29,   0 },
  1565.     { 133,  49,   0 },
  1566.     { 134,  30,   0 },
  1567.     { 135,  46,   0 },
  1568.     { 137,  50,   0 },
  1569.     { 138,  48,   0 },
  1570.     { 139,  47,   0 },
  1571.     { 112,  45,   0 },
  1572. };
  1573.  
  1574. static TRAV Trav137[] =
  1575. {
  1576.     { 107,  48,   0 },
  1577.     { 131,  47,   0 },
  1578.     { 132,  46,   0 },
  1579.     { 133,  30,   0 },
  1580.     { 134,  29,   0 },
  1581.     { 135,  50,   0 },
  1582.     { 136,  45,   0 },
  1583.     { 138,  49,   0 },
  1584.     { 139,  43,   0 },
  1585.     { 112,  44,   0 },
  1586. };
  1587.  
  1588. static TRAV Trav138[] =
  1589. {
  1590.     { 107,  30,   0 },
  1591.     { 131,  43,   0 },
  1592.     { 132,  47,   0 },
  1593.     { 133,  29,   0 },
  1594.     { 134,  44,   0 },
  1595.     { 135,  45,   0 },
  1596.     { 136,  46,   0 },
  1597.     { 137,  48,   0 },
  1598.     { 139,  49,   0 },
  1599.     { 112,  50,   0 },
  1600. };
  1601.  
  1602. static TRAV Trav139[] =
  1603. {
  1604.     { 107,  49,   0 },
  1605.     { 131,  50,   0 },
  1606.     { 132,  43,   0 },
  1607.     { 133,  44,   0 },
  1608.     { 134,  45,   0 },
  1609.     { 135,  30,   0 },
  1610.     { 136,  48,   0 },
  1611.     { 137,  29,   0 },
  1612.     { 138,  46,   0 },
  1613.     { 112,  47,   0 },
  1614. };
  1615.  
  1616. static TRAV Trav140[] =
  1617. {
  1618.     { 112,  45,   0 },
  1619.     { 112,  11,   0 },
  1620. };
  1621.  
  1622. TRAVTAB     TravTab[] =
  1623. {
  1624.     { Trav001,    MAXDIM(Trav001) },
  1625.     { Trav002,    MAXDIM(Trav002) },
  1626.     { Trav003,    MAXDIM(Trav003) },
  1627.     { Trav004,    MAXDIM(Trav004) },
  1628.     { Trav005,    MAXDIM(Trav005) },
  1629.     { Trav006,    MAXDIM(Trav006) },
  1630.     { Trav007,    MAXDIM(Trav007) },
  1631.     { Trav008,    MAXDIM(Trav008) },
  1632.     { Trav009,    MAXDIM(Trav009) },
  1633.     { Trav010,    MAXDIM(Trav010) },
  1634.     { Trav011,    MAXDIM(Trav011) },
  1635.     { Trav012,    MAXDIM(Trav012) },
  1636.     { Trav013,    MAXDIM(Trav013) },
  1637.     { Trav014,    MAXDIM(Trav014) },
  1638.     { Trav015,    MAXDIM(Trav015) },
  1639.     { Trav016,    MAXDIM(Trav016) },
  1640.     { Trav017,    MAXDIM(Trav017) },
  1641.     { Trav018,    MAXDIM(Trav018) },
  1642.     { Trav019,    MAXDIM(Trav019) },
  1643.     { Trav020,    MAXDIM(Trav020) },
  1644.     { Trav021,    MAXDIM(Trav021) },
  1645.     { Trav022,    MAXDIM(Trav022) },
  1646.     { Trav023,    MAXDIM(Trav023) },
  1647.     { Trav024,    MAXDIM(Trav024) },
  1648.     { Trav025,    MAXDIM(Trav025) },
  1649.     { Trav026,    MAXDIM(Trav026) },
  1650.     { Trav027,    MAXDIM(Trav027) },
  1651.     { Trav028,    MAXDIM(Trav028) },
  1652.     { Trav029,    MAXDIM(Trav029) },
  1653.     { Trav030,    MAXDIM(Trav030) },
  1654.     { Trav031,    MAXDIM(Trav031) },
  1655.     { Trav032,    MAXDIM(Trav032) },
  1656.     { Trav033,    MAXDIM(Trav033) },
  1657.     { Trav034,    MAXDIM(Trav034) },
  1658.     { Trav035,    MAXDIM(Trav035) },
  1659.     { Trav036,    MAXDIM(Trav036) },
  1660.     { Trav037,    MAXDIM(Trav037) },
  1661.     { Trav038,    MAXDIM(Trav038) },
  1662.     { Trav039,    MAXDIM(Trav039) },
  1663.     { Trav040,    MAXDIM(Trav040) },
  1664.     { Trav041,    MAXDIM(Trav041) },
  1665.     { Trav042,    MAXDIM(Trav042) },
  1666.     { Trav043,    MAXDIM(Trav043) },
  1667.     { Trav044,    MAXDIM(Trav044) },
  1668.     { Trav045,    MAXDIM(Trav045) },
  1669.     { Trav046,    MAXDIM(Trav046) },
  1670.     { Trav047,    MAXDIM(Trav047) },
  1671.     { Trav048,    MAXDIM(Trav048) },
  1672.     { Trav049,    MAXDIM(Trav049) },
  1673.     { Trav050,    MAXDIM(Trav050) },
  1674.     { Trav051,    MAXDIM(Trav051) },
  1675.     { Trav052,    MAXDIM(Trav052) },
  1676.     { Trav053,    MAXDIM(Trav053) },
  1677.     { Trav054,    MAXDIM(Trav054) },
  1678.     { Trav055,    MAXDIM(Trav055) },
  1679.     { Trav056,    MAXDIM(Trav056) },
  1680.     { Trav057,    MAXDIM(Trav057) },
  1681.     { Trav058,    MAXDIM(Trav058) },
  1682.     { Trav059,    MAXDIM(Trav059) },
  1683.     { Trav060,    MAXDIM(Trav060) },
  1684.     { Trav061,    MAXDIM(Trav061) },
  1685.     { Trav062,    MAXDIM(Trav062) },
  1686.     { Trav063,    MAXDIM(Trav063) },
  1687.     { Trav064,    MAXDIM(Trav064) },
  1688.     { Trav065,    MAXDIM(Trav065) },
  1689.     { Trav066,    MAXDIM(Trav066) },
  1690.     { Trav067,    MAXDIM(Trav067) },
  1691.     { Trav068,    MAXDIM(Trav068) },
  1692.     { Trav069,    MAXDIM(Trav069) },
  1693.     { Trav070,    MAXDIM(Trav070) },
  1694.     { Trav071,    MAXDIM(Trav071) },
  1695.     { Trav072,    MAXDIM(Trav072) },
  1696.     { Trav073,    MAXDIM(Trav073) },
  1697.     { Trav074,    MAXDIM(Trav074) },
  1698.     { Trav075,    MAXDIM(Trav075) },
  1699.     { Trav076,    MAXDIM(Trav076) },
  1700.     { Trav077,    MAXDIM(Trav077) },
  1701.     { Trav078,    MAXDIM(Trav078) },
  1702.     { Trav079,    MAXDIM(Trav079) },
  1703.     { Trav080,    MAXDIM(Trav080) },
  1704.     { Trav081,    MAXDIM(Trav081) },
  1705.     { Trav082,    MAXDIM(Trav082) },
  1706.     { Trav083,    MAXDIM(Trav083) },
  1707.     { Trav084,    MAXDIM(Trav084) },
  1708.     { Trav085,    MAXDIM(Trav085) },
  1709.     { Trav086,    MAXDIM(Trav086) },
  1710.     { Trav087,    MAXDIM(Trav087) },
  1711.     { Trav088,    MAXDIM(Trav088) },
  1712.     { Trav089,    MAXDIM(Trav089) },
  1713.     { Trav090,    MAXDIM(Trav090) },
  1714.     { Trav091,    MAXDIM(Trav091) },
  1715.     { Trav092,    MAXDIM(Trav092) },
  1716.     { Trav093,    MAXDIM(Trav093) },
  1717.     { Trav094,    MAXDIM(Trav094) },
  1718.     { Trav095,    MAXDIM(Trav095) },
  1719.     { Trav096,    MAXDIM(Trav096) },
  1720.     { Trav097,    MAXDIM(Trav097) },
  1721.     { Trav098,    MAXDIM(Trav098) },
  1722.     { Trav099,    MAXDIM(Trav099) },
  1723.     { Trav100,    MAXDIM(Trav100) },
  1724.     { Trav101,    MAXDIM(Trav101) },
  1725.     { Trav102,    MAXDIM(Trav102) },
  1726.     { Trav103,    MAXDIM(Trav103) },
  1727.     { Trav104,    MAXDIM(Trav104) },
  1728.     { Trav105,    MAXDIM(Trav105) },
  1729.     { Trav106,    MAXDIM(Trav106) },
  1730.     { Trav107,    MAXDIM(Trav107) },
  1731.     { Trav108,    MAXDIM(Trav108) },
  1732.     { Trav109,    MAXDIM(Trav109) },
  1733.     { Trav110,    MAXDIM(Trav110) },
  1734.     { Trav111,    MAXDIM(Trav111) },
  1735.     { Trav112,    MAXDIM(Trav112) },
  1736.     { Trav113,    MAXDIM(Trav113) },
  1737.     { Trav114,    MAXDIM(Trav114) },
  1738.     { Trav115,    MAXDIM(Trav115) },
  1739.     { Trav116,    MAXDIM(Trav116) },
  1740.     { Trav117,    MAXDIM(Trav117) },
  1741.     { Trav118,    MAXDIM(Trav118) },
  1742.     { Trav119,    MAXDIM(Trav119) },
  1743.     { Trav120,    MAXDIM(Trav120) },
  1744.     { Trav121,    MAXDIM(Trav121) },
  1745.     { Trav122,    MAXDIM(Trav122) },
  1746.     { Trav123,    MAXDIM(Trav123) },
  1747.     { Trav124,    MAXDIM(Trav124) },
  1748.     { Trav125,    MAXDIM(Trav125) },
  1749.     { Trav126,    MAXDIM(Trav126) },
  1750.     { Trav127,    MAXDIM(Trav127) },
  1751.     { Trav128,    MAXDIM(Trav128) },
  1752.     { Trav129,    MAXDIM(Trav129) },
  1753.     { Trav130,    MAXDIM(Trav130) },
  1754.     { Trav131,    MAXDIM(Trav131) },
  1755.     { Trav132,    MAXDIM(Trav132) },
  1756.     { Trav133,    MAXDIM(Trav133) },
  1757.     { Trav134,    MAXDIM(Trav134) },
  1758.     { Trav135,    MAXDIM(Trav135) },
  1759.     { Trav136,    MAXDIM(Trav136) },
  1760.     { Trav137,    MAXDIM(Trav137) },
  1761.     { Trav138,    MAXDIM(Trav138) },
  1762.     { Trav139,    MAXDIM(Trav139) },
  1763.     { Trav140,    MAXDIM(Trav140) },
  1764. };
  1765.  
  1766. char *pObjDesc[] =
  1767. {
  1768. /*  Object 1  */
  1769. "Set of keys."
  1770. "/There are some keys on the ground here.",
  1771.  
  1772. /*  Object 2  */
  1773. "Brass lantern"
  1774. "/There is a shiny brass lamp nearby."
  1775. "/There is a lamp shining nearby.",
  1776.  
  1777. /*  Object 3  */
  1778. "*Grate"
  1779. "/The grate is locked."
  1780. "/The grate is open.",
  1781.  
  1782. /*  Object 4  */
  1783. "Wicker cage"
  1784. "/There is a small wicker cage discarded nearby.",
  1785.  
  1786. /*  Object 5  */
  1787. "Black rod"
  1788. "/A three foot black rod with a rusty star on an end lies nearby.",
  1789.  
  1790. /*  Object 6  */
  1791. "Black rod"
  1792. "/A three foot black rod with a rusty mark on an end lies nearby.",
  1793.  
  1794. /*  Object 7  */
  1795. "*Steps"
  1796. "/Rough stone steps lead down the pit."
  1797. "/Rough stone steps lead up the dome.",
  1798.  
  1799. /*  Object 8  */
  1800. "Little bird in cage"
  1801. "/A cheerful little bird is sitting here singing."
  1802. "/There is a little bird in the cage.",
  1803.  
  1804. /*  Object 9  */
  1805. "*Rusty door"
  1806. "/The way north is barred by a massive, rusty, iron door."
  1807. "/The way north leads through a massive, rusty, iron door.",
  1808.  
  1809. /*  Object 10  */
  1810. "Velvet pillow"
  1811. "/A small velvet pillow lies on the floor.",
  1812.  
  1813. /*  Object 11  */
  1814. "*Snake"
  1815. "/A huge green fierce snake bars the way!",
  1816.  
  1817. /*  Object 12  */
  1818. "*Fissure"
  1819. "//A crystal bridge now spans the fissure."
  1820. "/The crystal bridge has vanished!",
  1821.  
  1822. /*  Object 13  */
  1823. "*Stone tablet"
  1824. "/A massive stone tablet imbedded in the wall reads:"
  1825. "\"Congratulations on bringing light into the dark-room!\"",
  1826.  
  1827. /*  Object 14  */
  1828. "Giant clam >Grunt!<"
  1829. "/There is an enormous clam here with its shell tightly closed.",
  1830.  
  1831. /*  Object 15  */
  1832. "Giant oyster >Groan!<"
  1833. "/There is an enormous oyster here with its shell tightly closed."
  1834. "/Interesting.  There seems to be something written on the underside of the\n"
  1835. "oyster.",
  1836.  
  1837. /*  Object 16  */
  1838. "\"Spelunker Today\""
  1839. "/There are a few recent issues of \"Spelunker Today\" magazine here.",
  1840.  
  1841. /*  Object 17  */
  1842. "",
  1843.  
  1844. /*  Object 18  */
  1845. "",
  1846.  
  1847. /*  Object 19  */
  1848. "Tasty food"
  1849. "/There is tasty food here.",
  1850.  
  1851. /*  Object 20  */
  1852. "Small bottle"
  1853. "/There is a bottle of water here."
  1854. "/There is an empty bottle here."
  1855. "/There is a bottle of oil here.",
  1856.  
  1857. /*  Object 21  */
  1858. "Water in the bottle.",
  1859.  
  1860. /*  Object 22  */
  1861. "Oil in the bottle",
  1862.  
  1863. /*  Object 23  */
  1864. "*Mirror",
  1865.  
  1866. /*  Object 24  */
  1867. "*Plant"
  1868. "/There is a tiny little plant in the pit, murmuring \"Water, Water, ...\""
  1869. "/The plant spurts into furious growth for a few seconds."
  1870. "/There is a 12-foot-tall beanstalk stretching up out of the pit, bellowing\n"
  1871. "\"Water!! Water!!\""
  1872. "/The plant grows explosively, almost filling the bottom of the pit."
  1873. "/There is a gigantic beanstalk stretching all the way up to the hole."
  1874. "/You've over-watered the plant!  It's shriveling up! It's, It's...",
  1875.  
  1876. /*  Object 25  */
  1877. "*Phony plant"
  1878. "/"
  1879. "/The top of a 12-foot-tall beanstalk is poking up out of the west pit."
  1880. "/There is a huge beanstalk growing out of the west pit up to the hole.",
  1881.  
  1882. /*  Object 26  */
  1883. "*Stalactite",
  1884.  
  1885. /*  Object 27  */
  1886. "*Shadowy figure"
  1887. "/The shadowy figure seems to be trying to attract your attention.",
  1888.  
  1889. /*  Object 28  */
  1890. "Dwarf's axe"
  1891. "/There is a little axe here."
  1892. "/There is a little axe lying beside the bear.",
  1893.  
  1894. /*  Object 29  */
  1895. "*Cave drawings",
  1896.  
  1897. /*  Object 30  */
  1898. "*Pirate",
  1899.  
  1900. /*  Object 31  */
  1901. "*Dragon"
  1902. "/A huge green fierce dragon bars the way!"
  1903. "/Congratulations!  You have just vanquished a dragon with your bare hands!\n"
  1904. "(Unbelievable, Isn't it?)"
  1905. "/The body of a huge green dead dragon is lying off to one side.",
  1906.  
  1907. /*  Object 32  */
  1908. "*Chasm"
  1909. "/A rickety wooden bridge extends across the chasm, vanishing into the mist.\n"
  1910. "A sign posted on the bridge reads:\n"
  1911. "                  \"Stop!  Pay Troll!\""
  1912. "/The wreckage of a bridge (and a dead bear) can be seen at the bottom of the\n"
  1913. "chasm.",
  1914.  
  1915. /*  Object 33  */
  1916. "*Troll"
  1917. "/A burly troll stands by the bridge and insists you throw him a treasure\n"
  1918. "before you may cross."
  1919. "/The troll steps out from beneath the bridge and blocks your way.",
  1920.  
  1921. /*  Object 34  */
  1922. "*Phony troll"
  1923. "/The troll is nowhere to be seen.",
  1924.  
  1925. /*  Object 35  */
  1926. "/There is a ferocious cave bear eyeing you from the far end of the room!"
  1927. "/There is a gentle cave bear sitting placidly in one corner."
  1928. "/There is a contented-looking bear wandering about nearby.",
  1929.  
  1930. /*  Object 36  */
  1931. "*Message in second maze"
  1932. "/There is a message scrawled in the dust in a flowery script, reading:\n"
  1933. "           \"This is not the maze where the\""
  1934. "           \"pirate leaves his treasure chest\"",
  1935.  
  1936. /*  Object 37  */
  1937. "*Volcano and,or Geyser",
  1938.  
  1939. /*  Object 38  */
  1940. "*Vending machine"
  1941. "/There is a massive vending machine here.  The instructions on it read:\n"
  1942. "\n"
  1943. "     \"Drop coins here to receive fresh batteries.\"",
  1944.  
  1945. /*  Object 39  */
  1946. "Batteries"
  1947. "/There are fresh batteries here."
  1948. "/Some worn-out batteries have been discarded nearby.",
  1949.  
  1950. /*  Object 40  */
  1951. "*Carpet and,or moss",
  1952.  
  1953. /*  Object 41  */
  1954. "",
  1955.  
  1956. /*  Object 42  */
  1957. "",
  1958.  
  1959. /*  Object 43  */
  1960. "",
  1961.  
  1962. /*  Object 44  */
  1963. "",
  1964.  
  1965. /*  Object 45  */
  1966. "",
  1967.  
  1968. /*  Object 46  */
  1969. "",
  1970.  
  1971. /*  Object 47  */
  1972. "",
  1973.  
  1974. /*  Object 48  */
  1975. "",
  1976.  
  1977. /*  Object 49  */
  1978. "",
  1979.  
  1980. /*  Object 50  */
  1981. "Large gold nugget"
  1982. "/There is a large sparkling nugget of gold here!",
  1983.  
  1984.  
  1985. /*  Object 51  */
  1986. "Several diamonds"
  1987. "/There are diamonds here!",
  1988.  
  1989. /*  Object 52  */
  1990. "Bars of silver"
  1991. "/There are bars of silver here!",
  1992.  
  1993. /*  Object 53  */
  1994. "Precious jewelry"
  1995. "/There is precious jewelry here!",
  1996.  
  1997. /*  Object 54  */
  1998. "Rare coins"
  1999. "/There are many coins here!",
  2000.  
  2001. /*  Object 55  */
  2002. "Treasure chest"
  2003. "/The pirate's treasure chest is here!",
  2004.  
  2005. /*  Object 56  */
  2006. "Golden eggs"
  2007. "/There is a large nest here, full of golden eggs!"
  2008. "/The nest of golden eggs has vanished!"
  2009. "/Done!",
  2010.  
  2011. /*  Object 57  */
  2012. "Jeweled trident"
  2013. "/There is a jewel-encrusted trident here!",
  2014.  
  2015. /*  Object 58  */
  2016. "Ming vase"
  2017. "/There is a delicate, precious, ming vase here!"
  2018. "/The vase is now resting, delicately, on a velvet pillow."
  2019. "/The floor is littered with worthless shards of pottery."
  2020. "/The ming vase drops with a delicate crash.",
  2021.  
  2022. /*  Object 59  */
  2023. "Egg-sized emerald"
  2024. "/There is an emerald here the size of a plover's egg!",
  2025.  
  2026. /*  Object 60  */
  2027. "Platinum pyramid"
  2028. "/There is a platinum pyramid here, 8 inches on a side!",
  2029.  
  2030. /*  Object 61  */
  2031. "Glistening pearl"
  2032. "/Off to one side lies a glistening pearl!",
  2033.  
  2034. /*  Object 62  */
  2035. "Persian rug"
  2036. "/There is a persian rug spread out on the floor!"
  2037. "/The dragon is sprawled out on a persian rug!!",
  2038.  
  2039. /*  Object 63  */
  2040. "Rare spices"
  2041. "/There are rare spices here!",
  2042.  
  2043. /*  Object 64  */
  2044. "Golden chain"
  2045. "/There is a golden chain lying in a heap on the floor!"
  2046. "/The bear is locked to the wall with a golden chain!"
  2047. "/There is a golden chain locked to the wall!",
  2048.  
  2049. };
  2050.  
  2051.  
  2052. char *pLongRmDesc[] =
  2053. {
  2054. /*  Room 1  */
  2055. "You are standing at the end of a road before a small brick building.  Around\n"
  2056. "you is a forest.  A small stream flows out of the building and down a gully.",
  2057.  
  2058. /*  Room 2  */
  2059. "You have walked up a hill, still in the forest.  The road slopes back down\n"
  2060. "the other side of the hill.  There is a building in the distance.",
  2061.  
  2062. /*  Room 3  */
  2063. "You are inside a building, a well house for a large spring.",
  2064.  
  2065. /*  Room 4  */
  2066. "You are in a valley in the forest beside a stream tumbling along a rocky\n"
  2067. "bed.",
  2068.  
  2069. /*  Room 5  */
  2070. "You are in open forest, with a deep valley to one side.",
  2071.  
  2072. /*  Room 6  */
  2073. "You are in open forest near both a valley and a road.",
  2074.  
  2075. /*  Room 7  */
  2076. "At your feet all the water of the stream splashes into a 2-inch slit in the\n"
  2077. "rock.  Downstream the streambed is bare rock.",
  2078.  
  2079. /*  Room 8  */
  2080. "You are in a 20-foot depression floored with bare dirt.  Set into the dirt\n"
  2081. "is a strong steel grate mounted in concrete.  A dry streambed leads into the\n"
  2082. "depression.",
  2083.  
  2084. /*  Room 9  */
  2085. "You are in a small chamber beneath a 3x3 steel grate to the surface.  A low\n"
  2086. "crawl over cobbles leads inward to the West.",
  2087.  
  2088. /* Room 10 */
  2089. "You are crawling over cobbles in a low passage.  There is a dim light at the\n"
  2090. "east end of the passage.",
  2091.  
  2092. /*  Room 11  */
  2093. "You are in a debris room filled with stuff washed in from the surface.  A\n"
  2094. "low wide passage with cobbles becomes plugged with mud and debris here, but\n"
  2095. "an awkward canyon leads upward and west.  A note on the wall says:\n"
  2096. "                          Magic Word \"XYZZY\"",
  2097.  
  2098. /*  Room 12  */
  2099. "You are in an awkward sloping east/west canyon.",
  2100.  
  2101. /*  Room 13  */
  2102. "You are in a splendid chamber thirty feet high.  The walls are frozen rivers\n"
  2103. "of orange stone.  An awkward canyon and a good passage exit from east and\n"
  2104. "west sides of the chamber.",
  2105.  
  2106. /*  Room 14  */
  2107. "At your feet is a small pit breathing traces of white mist.  An east passage\n"
  2108. "ends here except for a small crack leading on.",
  2109.  
  2110. /*  Room 15  */
  2111. "You are at one end of a vast hall stretching forward out of sight to the\n"
  2112. "west.  There are openings to either side.  Nearby, a wide stone staircase\n"
  2113. "leads downward.  The hall is filled with wisps of white mist swaying to and\n"
  2114. "fro almost as if alive.  A cold wind blows up the staircase.  There is a\n"
  2115. "passage at the top of a dome behind you.",
  2116.  
  2117. /*  Room 16  */
  2118. "The crack is far too small for you to follow.",
  2119.  
  2120. /*  Room 17  */
  2121. "You are on the east bank of a fissure slicing clear across the hall.  The\n"
  2122. "mist is quite thick here, and the fissure is too wide to jump.",
  2123.  
  2124. /*  Room 18  */
  2125. "This is a low room with a crude note on the wall.  The note says:\n"
  2126. "       You won't get it up the steps.",
  2127.  
  2128. /*  Room 19  */
  2129. "You are in the hall of the mountain king, with passages off in all\n"
  2130. "directions.",
  2131.  
  2132. /*  Room 20  */
  2133. "You are at the bottom of the pit with a broken neck.",
  2134.  
  2135. /*  Room 21  */
  2136. "You didn't make it.",
  2137.  
  2138. /*  Room 22  */
  2139. "The dome is unclimbable.",
  2140.  
  2141. /*  Room 23  */
  2142. "You are at the west end of the twopit room.  There is a large hole in the\n"
  2143. "wall above the pit at this end of the room.",
  2144.  
  2145. /*  Room 24  */
  2146. "You are that the bottom of the eastern pit in the twopit room.  There is a\n"
  2147. "small pool of oil in one corner of the pit.",
  2148.  
  2149. /*  Room 25  */
  2150. "You are at the bottom of the western pit in the towpit room.  There is a\n"
  2151. "large hole in the wall about 25 feet above you.",
  2152.  
  2153. /*  Room 26  */
  2154. "You clamber up the plant and scurry through the hole at the top.",
  2155.  
  2156. /*  Room 27  */
  2157. "You are on the west side of the fissure in the hall of mists.",
  2158.  
  2159. /*  Room 28  */
  2160. "You are in a low N/S passage at a hole in the floor.  The hole goes down to\n"
  2161. "an E/W passage.",
  2162.  
  2163. /*  Room 29  */
  2164. "You are in the south side chamber.",
  2165.  
  2166. /*  Room 30  */
  2167. "You are in the west side chamber of the hall of the mountain king.  A\n"
  2168. "passage continues west and up here.",
  2169.  
  2170. /*  Room 31  */
  2171. ">$<",
  2172.  
  2173. /*  Room 32  */
  2174. "You can't get by the snake.",
  2175.  
  2176. /*  Room 33  */
  2177. "You are in a large room, with a passage to the south, a passage to the west,\n"
  2178. "and a wall of broken rock to the east.  There is a large \"Y2\" on a rock in\n"
  2179. "the room's center.",
  2180.  
  2181. /*  Room 34  */
  2182. "You are in a jumble of rock, with cracks everywhere.",
  2183.  
  2184. /*  Room 35  */
  2185. "You're at a low window overlooking a huge pit, which extends up out of\n"
  2186. "sight.  A floor is indistinctly visible over 50 feet below.  Traces of white\n"
  2187. "mist cover the floor of the pit, becoming thicker to the right.  Marks in\n"
  2188. "the dust around the window would seem to indicate that someone has been here\n"
  2189. "recently.  Directly across the pit from you and 25 feet away there is a\n"
  2190. "similar window looking into a lighted room.  A shadowy figure can be seen\n"
  2191. "there peering back at you.",
  2192.  
  2193. /*  Room 36  */
  2194. "You are in a dirty broken passage.  To the east is a crawl.  To the west is\n"
  2195. "a large passage.  Above you is another passage.",
  2196.  
  2197. /*  Room 37  */
  2198. "You are on the brink of a small clean climbable pit.  A crawl leads west.",
  2199.  
  2200. /*  Room 38  */
  2201. "You are in the bottom of a small pit with a little stream, which enters and\n"
  2202. "exits through tiny slits.",
  2203.  
  2204. /*  Room 39  */
  2205. "You are in a large room full of dusty rocks.  There is a big hole in the\n"
  2206. "floor.  There are cracks everywhere, and a passage leading east.",
  2207.  
  2208. /*  Room 40  */
  2209. "You have crawled through a very low wide passage parallel to and north of\n"
  2210. "the hall of mists.",
  2211.  
  2212. /*  Room 41  */
  2213. "You are at the west end of hall of mists.  A low wide crawl continues west\n"
  2214. "and another goes north.  To the south is a little passage 6 feet off the\n"
  2215. "floor.",
  2216.  
  2217. /*  Room 42  */
  2218. "You are in a maze of twisty little passages, all alike.",
  2219.  
  2220. /*  Room 43  */
  2221. "@42",
  2222.  
  2223. /*  Room 44  */
  2224. "@42",
  2225.  
  2226. /*  Room 45  */
  2227. "@42",
  2228.  
  2229. /*  Room 46  */
  2230. "Dead end.",
  2231.  
  2232. /*  Room 47  */
  2233. "@46",
  2234.  
  2235. /*  Room 48  */
  2236. "@46",
  2237.  
  2238. /*  Room 49  */
  2239. "@42",
  2240.  
  2241. /*  Room 50  */
  2242. "@42",
  2243.  
  2244. /*  Room 51  */
  2245. "@42",
  2246.  
  2247. /*  Room 52  */
  2248. "@42",
  2249.  
  2250. /*  Room 53  */
  2251. "@42",
  2252.  
  2253. /*  Room 54  */
  2254. "@46",
  2255.  
  2256. /*  Room 55  */
  2257. "@42",
  2258.  
  2259. /*  Room 56  */
  2260. "@46",
  2261.  
  2262. /*  Room 57  */
  2263. "You are on the brink of a thirty foot pit with a massive orange column down\n"
  2264. "one wall.  You could climb down here but you could not get back up.  The\n"
  2265. "maze continues at this level.",
  2266.  
  2267. /*  Room 58  */
  2268. "@46",
  2269.  
  2270. /*  Room 59  */
  2271. "You have crawled through a very low wide passage paralled to and north of\n"
  2272. "the hall of mists.",
  2273.  
  2274. /*  Room 60  */
  2275. "You are at the east end of a very long hall apparently without side\n"
  2276. "chambers.  To the east a low wide crawl slants up.  To the north a round two\n"
  2277. "foot hole slants down.",
  2278.  
  2279. /*  Room 61  */
  2280. "You are at the west end of a very long featureless hall.  The hall joins up\n"
  2281. "with a narrow north/south passage.",
  2282.  
  2283. /*  Room 62  */
  2284. "You are at a crossover of a high N/S passage and a low E/W one.",
  2285.  
  2286. /*  Room 63  */
  2287. "@46",
  2288.  
  2289. /*  Room 64  */
  2290. "You are at a complex junction.  A low hands and knees passage from the north\n"
  2291. "joins a higher crawl from the east to make a walking passage going west.\n"
  2292. "There is also a large room above.  The air is damp here.",
  2293.  
  2294. /*  Room 65  */
  2295. "You are in bedquilt, a long east/west passage with holes everywhere.  To\n"
  2296. "explore at random select north, south, up or down.",
  2297.  
  2298. /*  Room 66  */
  2299. "You are in a room whose walls resemble swiss cheese. Obvious passages go\n"
  2300. "west, east, ne, and nw.  Part of the room is occupied by a large bedrock\n"
  2301. "block.",
  2302.  
  2303. /*  Room 67  */
  2304. "You are at the east end of the twopit room.  The floor here is littered with\n"
  2305. "thin rock slabs, which make it easy to descend the pits.  There is a path\n"
  2306. "here bypassing the pits to connect passages from east and west.  There are\n"
  2307. "holes all over, but the only bit one is on the wall directly over the west\n"
  2308. "pit where you can't get at it.",
  2309.  
  2310. /*  Room 68  */
  2311. "You are in a large low circular chamber whose floor is an immense slab\n"
  2312. "fallen from the ceiling (slab room). East and west there once were large\n"
  2313. "passages, but they are now filled with boulders.  Low small passages go\n"
  2314. "north and south, and the south one quickly bends west around the boulders.",
  2315.  
  2316. /*  Room 69  */
  2317. "You are in a secret N/S canyon above a large room.",
  2318.  
  2319. /*  Room 70  */
  2320. "You are in a secret N/S canyon above a sizable passage.",
  2321.  
  2322. /*  Room 71  */
  2323. "You are in a secret canyon at a junction of three canyons, bearing north,\n"
  2324. "south and se.  The north one is as tall as the other two combined.",
  2325.  
  2326. /*  Room 72  */
  2327. "You are in a large low room.  Crawls lead north, se, and sw.",
  2328.  
  2329. /*  Room 73  */
  2330. "Dead end crawl.",
  2331.  
  2332. /*  Room 74  */
  2333. "You are in a secret canyon which here runs E/W.  It crosses over a very\n"
  2334. "tight canyon 15 feet below.  If you go down you may not be able to get back\n"
  2335. "up.",
  2336.  
  2337. /*  Room 75  */
  2338. "You are at a wide place in a very tight N/S canyon.",
  2339.  
  2340. /*  Room 76  */
  2341. "The canyon here becomes too tight to go further south.",
  2342.  
  2343. /*  Room 77  */
  2344. "You are in a tall E/W canyon.  A low tight crawl goes 3 feet north and seems\n"
  2345. "to open up.",
  2346.  
  2347. /*  Room 78  */
  2348. "The canyon runs into a mass of boulders -- dead end.",
  2349.  
  2350. /*  Room 79  */
  2351. "The stream flows out through a pair of 1 foot diameter sewer pipes.  It\n"
  2352. "would be advisable to use the exit.",
  2353.  
  2354. /*  Room 80  */
  2355. "@42",
  2356.  
  2357. /*  Room 81  */
  2358. "@46",
  2359.  
  2360. /*  Room 82  */
  2361. "@46",
  2362.  
  2363. /*  Room 83  */
  2364. "@42",
  2365.  
  2366. /*  Room 84  */
  2367. "@42",
  2368.  
  2369. /*  Room 85  */
  2370. "@46",
  2371.  
  2372. /*  Room 86  */
  2373. "@46",
  2374.  
  2375. /*  Room 87  */
  2376. "@42",
  2377.  
  2378. /*  Room 88  */
  2379. "You are in a long, narrow corridor stretching out of sight to the west.  At\n"
  2380. "the eastern end is a hole through which you can see a profusion of leaves,\n",
  2381.  
  2382. /*  Room 89  */
  2383. "There is nothing here to climb.  Use \"up\" or \"out\" to leave\n",
  2384. "the pit.",
  2385.  
  2386. /*  Room 90  */
  2387. "You have climbed up the plant and out of the pit.",
  2388.  
  2389. /*  Room 91  */
  2390. "You are at the top of a steep incline above a large room. You could climb\n"
  2391. "down here, but you would not be able to climb up.  There is a passage\n"
  2392. "leading back to the north.",
  2393.  
  2394. /*  Room 92  */
  2395. "You are in the giant room.  The ceiling is too high up for your lamp to show\n"
  2396. "it.  Cavernous passages lead east, north, and south.  On the west wall is\n"
  2397. "scrawled the inscription:\n"
  2398. "              \"Fee Fie Foe Foo\"       {sic}",
  2399.  
  2400. /*  Room 93  */
  2401. "The passage here is blocked by a recent cave-in.",
  2402.  
  2403. /*  Room 94  */
  2404. "You are at one end of an immense north/south passage.",
  2405.  
  2406. /*  Room 95  */
  2407. "You are in a magnificent cavern with a rushing stream, which cascades over a\n"
  2408. "sparkling waterfall into a roaring whirlpool which disappears through a hole\n"
  2409. "in the floor.  Passages exit to the south and west.",
  2410.  
  2411. /*  Room 96  */
  2412. "You are in the soft room.  The walls are covered with heavy curtains, the\n"
  2413. "floor with a thick pile carpet. Moss covers the ceiling.",
  2414.  
  2415. /*  Room 97  */
  2416. "This is the oriental room.  Ancient oriental cave drawings cover the walls.\n"
  2417. "A gently sloping passage leads upward to the north, another passage leads se,\n"
  2418. "and a hands and knees crawl leads west.",
  2419.  
  2420. /*  Room 98  */
  2421. "You are following a wide path around the outer edge of a large cavern.  Far\n"
  2422. "below, through a heavy white mist, strange splashing noises can be heard.\n"
  2423. "The mist rises up through a fissure in the ceiling.  The path exits to the\n"
  2424. "south and west.",
  2425.  
  2426. /*  Room 99  */
  2427. "You are in an alcove.  A small nw path seems to widen after a short\n"
  2428. "distance.  An extremely tight tunnel leads east.  It looks like a very tight\n"
  2429. "squeeze.  An eerie light can be seen at the other end.",
  2430.  
  2431. /*  Room 100  */
  2432. "You're in a small chamber lit by an eerie green light.  An extremely narrow\n"
  2433. "tunnel exits to the west.  A dark corridor leads ne.",
  2434.  
  2435. /*  Room 101  */
  2436. "You're in the dark-room.  A corridor leading south is the only exit.",
  2437.  
  2438. /*  Room 102  */
  2439. "You are in an arched hall.  A coral passage once continued up and east from\n"
  2440. "here, but is now blocked by debris.  The air smells of sea water.",
  2441.  
  2442. /*  Room 103  */
  2443. "You're in a large room carved out of sedimentary rock.  The floor and walls\n"
  2444. "are littered with bits of shells imbedded in the stone.  A shallow passage\n"
  2445. "proceeds downward, and a somewhat steeper one leads up.  A low hands and\n"
  2446. "knees passage enters from the south.",
  2447.  
  2448. /*  Room 104  */
  2449. "You are in a long sloping corridor with ragged sharp walls.",
  2450.  
  2451. /*  Room 105  */
  2452. "You are in a cul-de-sac about eight feet across.",
  2453.  
  2454. /*  Room 106  */
  2455. "You are in an anteroom leading to a large passage to the east.  Small\n"
  2456. "passages go west and up.  The remnants of recent digging are evident.  A\n"
  2457. "sign in midair here says:\n"
  2458. "            \"Cave under construction beyond this point.\"\n"
  2459. "                   \"Proceed at your own risk.\"\n"
  2460. "                  \"Witt construction company\"",
  2461.  
  2462. /*  Room 107  */
  2463. "You are in a maze of twisty little passages, all different.",
  2464.  
  2465. /*  Room 108  */
  2466. "You are at Witt's end.  Passages lead off in ALL directions.",
  2467.  
  2468. /*  Room 109  */
  2469. "You are in a north/south canyon about 25 feet across.  The floor is covered\n"
  2470. "by white mist seeping in from the north. The walls extend upward for well\n"
  2471. "over 100 feet.  Suspended from some unseen point far above you, an enormous\n"
  2472. "two-sided mirror is hanging paralled to and midway between the canyon walls.\n"
  2473. "(The mirror is obviously provided for the use of the dwarves, who as you\n"
  2474. "know, are extremely vain.)  A small window can be seen in either wall, some\n"
  2475. "fifty feet up.",
  2476.  
  2477. /*  Room 110  */
  2478. "You're at a low window overlooking a huge pit, which extends up out of\n"
  2479. "sight.  A floor is indistinctly visible over 50 feet below.  Traces of white\n"
  2480. "mist cover the floor of the pit, becoming thicker to the left.  Marks in the\n"
  2481. "dust around the window would seem to indicate that someone has been here\n"
  2482. "recently.  Directly across the pit from you and 25 feet away there is a\n"
  2483. "similar window looking into a lighted room.  A shadowy figure can be seen\n"
  2484. "there peering back at you.",
  2485.  
  2486. /*  Room 111  */
  2487. "A large stalactite extends from the roof and almost reaches the floor below.\n"
  2488. "You could climb down it, and jump from it to the floor, but having done so\n"
  2489. "you would be unable to reach it to climb back up.",
  2490.  
  2491. /*  Room 112  */
  2492. "You are in a little maze of twisting passages, all different.",
  2493.  
  2494. /*  Room 113  */
  2495. "You are at the edge of a large underground reservoir.  An opaque cloud of\n"
  2496. "white mist fills the room and rises rapidly upward.  The lake is fed by a\n"
  2497. "stream which tumbles out of a hole in the wall about 10 feet overhead and\n"
  2498. "splashes noisily into the water somewhere within the mist. The only passage\n"
  2499. "goes back toward the south.",
  2500.  
  2501. /*  Room 114  */
  2502. "@46",
  2503.  
  2504. /*  Room 115  */
  2505. "@141,142",
  2506.  
  2507. /*  Room 116  */
  2508. "@143,144",
  2509.  
  2510. /*  Room 117  */
  2511. "You are on one side of a large deep chasm.  A heavy white mist rising up\n"
  2512. "from below obscures all view of the far side.  A sw path leads away from the\n"
  2513. "chasm into a winding corridor.",
  2514.  
  2515. /*  Room 118  */
  2516. "You are in a long winding corridor sloping out of sight in both directions.",
  2517.  
  2518. /*  Room 119  */
  2519. "You are in a secret canyon which exits to the north and east.",
  2520.  
  2521. /*  Room 120  */
  2522. "You are in a secret canyon which exits to the north and east.",
  2523.  
  2524. /*  Room 121  */
  2525. "You are in a secret canyon which exits to the north and east.",
  2526.  
  2527. /*  Room 122  */
  2528. "You are on the far side of the chasm.  A ne path leads away from the chasm\n"
  2529. "on this side.",
  2530.  
  2531. /*  Room 123  */
  2532. "You're in a long east/west corridor.  A faint rumbling noise can be heard in\n"
  2533. "the distance.",
  2534.  
  2535. /*  Room 124  */
  2536. "The path forks here.  The left fork leads northeast.  A dull rumbling seems\n"
  2537. "to get louder in that direction.  The right fork leads southeast down a\n"
  2538. "gentle slope.  The main corridor enters from the west.",
  2539.  
  2540. /*  Room 125  */
  2541. "The walls are quite warm here.  From the north can be heard a steady roar,\n"
  2542. "so loud that the entire cave seems to be trembling.  Another passage leads\n"
  2543. "south, and a low crawl goes east.",
  2544.  
  2545. /*  Room 126  */
  2546. "@145,146,147",
  2547.  
  2548. /*  Room 127  */
  2549. "You are in a small chamber filled with large boulders.  The walls are very\n"
  2550. "warm, causing the air in the room to be almost stifling from the heat.  The\n"
  2551. "only exit is a crawl heading west, through which is coming a low rumbling.",
  2552.  
  2553. /*  Room 128  */
  2554. "You are walking along a gently sloping north/south passage lined with oddly\n"
  2555. "shaped limestone formations.",
  2556.  
  2557. /*  Room 129  */
  2558. "You are standing at the entrance to a large, barren room.  A sign posted\n"
  2559. "above the entrance reads:\n"
  2560. "               \"Caution!  Bear in room!\""
  2561.  
  2562. /*  Room 130  */
  2563. "You are inside a barren room.  The center of the room is completely empty\n"
  2564. "except for some dust.  Marks in the dust lead away toward the far end of the\n"
  2565. "room.  The only exit is the way you came in.",
  2566.  
  2567. /*  Room 131  */
  2568. "You are in a maze of twisting little passages, all different.",
  2569.  
  2570. /*  Room 132  */
  2571. "You are in a little maze of twisty passages, all different.",
  2572.  
  2573. /*  Room 133  */
  2574. "You are in a twisting maze of little passages, all different.",
  2575.  
  2576. /*  Room 134  */
  2577. "You are in a twisting little maze of passages, all different.",
  2578.  
  2579. /*  Room 135  */
  2580. "You are in a twisty little maze of passages, all different.",
  2581.  
  2582. /*  Room 136  */
  2583. "You are in a twisty maze of little passages, all different.",
  2584.  
  2585. /*  Room 137  */
  2586. "You are in a little twisty maze of passages, all different.",
  2587.  
  2588. /*  Room 138  */
  2589. "You are in a maze of little twisting passages, all different.",
  2590.  
  2591. /*  Room 139  */
  2592. "You are in a maze of little twisty passages, all different.",
  2593.  
  2594. /*  Room 140  */
  2595. "@46",
  2596.  
  2597. /*  Extra 141  */
  2598. "You are at the northeast end of an immense room, even larger than the giant\n"
  2599. "room.  It appears to be a repository for the \"adventure\" program.  Massive\n"
  2600. "torches far overhead bathe the room with smoky yellow light.  Scattered\n"
  2601. "about you can be seen a pile of bottles (all of them empty), a nursery of\n"
  2602. "young beanstalks murmuring quietly, a bed of oysters, a bundle of black rods\n"
  2603. "with rusty stars on their ends, and a collection of brass lanterns.  Off to",
  2604.  
  2605. /*  Extra 142  */
  2606. "one side a great many Dwarves are sleeping on the floor, snoring loudly.  A\n"
  2607. "sign nearby reads:\n"
  2608. "\n"
  2609. "                  \"Do NOT disturb the Dwarves!\"\n"
  2610. "\n"
  2611. "An immense mirror is hanging against one wall, and stretches to the other\n"
  2612. "end of the room, where various other sundry objects can be glimpsed dimly in\n"
  2613. "the distance.",
  2614.  
  2615. /*  Extra 143  */
  2616. "You are at the southwest end of the repository.  To one side is a pit full\n"
  2617. "of fierce green snakes.  On the other side is a row of small wicker cages,\n"
  2618. "each of which contains a little sulking bird.  In one corner is a bundle of\n"
  2619. "black rods with rusty marks on their ends.  A large number of velvet pillows\n"
  2620. "are scattered about on the floor.  A vast mirror stretches off to the",
  2621.  
  2622. /*  Extra 144  */
  2623. "northeast.  At your feet is a large steel grate, next to which is a sign\n"
  2624. "which reads:\n"
  2625. "                \"Treasure vault.  Keys in main office.\"",
  2626.  
  2627. /*  Extra 145  */
  2628. "You are on the edge of a breath-taking view.  Far below you is an active\n"
  2629. "volcano, from which great gouts of molten lava come surging out, cascading\n"
  2630. "back down into the depths.  The glowing rock fills the farthest reaches of\n"
  2631. "the cavern with a blood-red glare, giving everything an eerie, macabre\n"
  2632. "appearance.  The air is filled with flickering sparks of ash and a heavy\n"
  2633. "smell of brimstone.  The walls are hot to the touch, and the thundering of",
  2634.  
  2635. /*  Extra  146    */
  2636. "the volcano drowns out all other sounds.  Embedded in the jagged roof far\n"
  2637. "overhead are myriad formations composed of pure white alabaster, which\n"
  2638. "scatter their murky light into sinister apparitions upon the walls.  To one\n"
  2639. "side is a deep gorge, filled with a bizarre chaos of tortured rock which\n"
  2640. "seems to have been crafted by the Devil Himself.  An immense river of fire\n"
  2641. "crashes out from the depths of the volcano, burns its way through the gorge,",
  2642.  
  2643. /*  Extra  147    */
  2644. "and plummets into a bottomless pit far off to your left.  To the right, an\n"
  2645. "immense geyser of blistering steam erupts continuously from a barren island\n"
  2646. "in the center of a sulfurous lake, which bubbles ominously. The far right\n"
  2647. "wall is aflame with an incandescence of its own, which lends an additional\n"
  2648. "infernal splendor to the already hellish scene.  A dark, foreboding passage\n"
  2649. "exits to the south.",
  2650.  
  2651. };
  2652.  
  2653.  
  2654. char *pShortRmDesc[] =
  2655. {
  2656. /*  Room 1  */
  2657. "You're at end of road again.",
  2658.  
  2659. /*  Room 2  */
  2660. "You're at hill in road.",
  2661.  
  2662. /*  Room 3  */
  2663. "You're inside building.",
  2664.  
  2665. /*  Room 4  */
  2666. "You're in valley.",
  2667.  
  2668. /*  Room 5  */
  2669. "You're in forest.",
  2670.  
  2671. /*  Room 6  */
  2672. "You're in forest.",
  2673.  
  2674. /*  Room 7  */
  2675. "You're at slit in streambed.",
  2676.  
  2677. /*  Room 8  */
  2678. "You're outside grate.",
  2679.  
  2680. /*  Room 9  */
  2681. "You're below the grate.",
  2682.  
  2683. /*  Room 10  */
  2684. "You're in cobble crawl.",
  2685.  
  2686. /*  Room 11  */
  2687. "You're in debris room.",
  2688.  
  2689. /*  Room 12  */
  2690. "You are in an awkward sloping east/west canyon.",
  2691.  
  2692. /*  Room 13  */
  2693. "You're in bird chamber.",
  2694.  
  2695. /*  Room 14  */
  2696. "You're at top of small pit.",
  2697.  
  2698. /*  Room 15  */
  2699. "You're in hall of mists.",
  2700.  
  2701. /*  Room 16  */
  2702. "The crack is far too small for you to follow.",
  2703.  
  2704. /*  Room 17  */
  2705. "You're on east bank of fissure.",
  2706.  
  2707. /*  Room 18  */
  2708. "You're in nugget of gold room.",
  2709.  
  2710. /*  Room 19  */
  2711. "You're in hall of mt. king.",
  2712.  
  2713. /*  Room 20  */
  2714. "You are the the bottom of the pit with a broken neck.",
  2715.  
  2716. /*  Room 21  */
  2717. "You didn't make it.",
  2718.  
  2719. /*  Room 22  */
  2720. "The dome is unclimbable.",
  2721.  
  2722. /*  Room 23  */
  2723. "You're at west end of twopit room.",
  2724.  
  2725. /*  Room 24  */
  2726. "You're in east pit.",
  2727.  
  2728. /*  Room 25  */
  2729. "You're in west pit.",
  2730.  
  2731. /*  Room 26  */
  2732. "You clamber up the plant and scurry through the hole at the top.",
  2733.  
  2734. /*  Room 27  */
  2735. "You are on the west side of the fissure in the hall of mists.",
  2736.  
  2737. /*  Room 28  */
  2738. "You are in a low N/S passage at a hole in the floor.  The hole goes down to\n"
  2739. "an E/W passage.",
  2740.  
  2741. /*  Room 29  */
  2742. "You are in the south side chamber.",
  2743.  
  2744. /*  Room 30  */
  2745. "You are in the west side chamber of the hall of the mountain king.  A\n"
  2746. "passage continues west and up here.",
  2747.  
  2748. /*  Room 31  */
  2749. ">$<",
  2750.  
  2751. /*  Room 32  */
  2752. "You can't get by the snake.",
  2753.  
  2754. /*  Room 33  */
  2755. "You're at \"Y2\".",
  2756.  
  2757. /*  Room 34  */
  2758. "You are in a jumble of rock, with cracks everywhere.",
  2759.  
  2760. /*  Room 35  */
  2761. "You're at window on pit.",
  2762.  
  2763. /*  Room 36  */
  2764. "You're in dirty passage.",
  2765.  
  2766. /*  Room 37  */
  2767. "You are on the brink of a small clean climbable pit.  A crawl leads west.",
  2768.  
  2769. /*  Room 38  */
  2770. "You are in the bottom of a small pit with a little stream, which enters and\n"
  2771. "exits through tiny slits.",
  2772.  
  2773. /*  Room 39  */
  2774. "You're in dusty rock room.",
  2775.  
  2776. /*  Room 40  */
  2777. "You have crawled through a very low wide passage parallel to and north of\n"
  2778. "the hall of mists.",
  2779.  
  2780. /*  Room 41  */
  2781. "You're at west end of hall of mists.",
  2782.  
  2783. /*  Room 42  */
  2784. "You are in a maze of twisty little passages, all alike.",
  2785.  
  2786. /*  Room 43  */
  2787. "@42",
  2788.  
  2789. /*  Room 44  */
  2790. "@42",
  2791.  
  2792. /*  Room 45  */
  2793. "@42",
  2794.  
  2795. /*  Room 46  */
  2796. "Dead end.",
  2797.  
  2798. /*  Room 47  */
  2799. "@46",
  2800.  
  2801. /*  Room 48  */
  2802. "@46",
  2803.  
  2804. /*  Room 49  */
  2805. "@42",
  2806.  
  2807. /*  Room 50  */
  2808. "@42",
  2809.  
  2810. /*  Room 51  */
  2811. "@42",
  2812.  
  2813. /*  Room 52  */
  2814. "@42",
  2815.  
  2816. /*  Room 53  */
  2817. "@42",
  2818.  
  2819. /*  Room 54  */
  2820. "@46",
  2821.  
  2822. /*  Room 55  */
  2823. "@42",
  2824.  
  2825. /*  Room 56  */
  2826. "@46",
  2827.  
  2828. /*  Room 57  */
  2829. "You're at brink of pit.",
  2830.  
  2831. /*  Room 58  */
  2832. "@46",
  2833.  
  2834. /*  Room 59  */
  2835. "You have crawled through a very low wide passage paralled to and north of\n"
  2836. "the hall of mists.",
  2837.  
  2838. /*  Room 60  */
  2839. "You're at east end of long hall.",
  2840.  
  2841. /*  Room 61  */
  2842. "You're at west end of long hall.",
  2843.  
  2844. /*  Room 62  */
  2845. "You are at a crossover of a high N/S passage and a low E/W one.",
  2846.  
  2847. /*  Room 63  */
  2848. "@46",
  2849.  
  2850. /*  Room 64  */
  2851. "You're at complex junction.",
  2852.  
  2853. /*  Room 65  */
  2854. "You are in bedquilt, a long east/west passage with holes everywhere.  To\n"
  2855. "explore at random select north, south, up or down.",
  2856.  
  2857. /*  Room 66  */
  2858. "You're in swiss cheese room.",
  2859.  
  2860. /*  Room 67  */
  2861. "You're at east end of twopit room.",
  2862.  
  2863. /*  Room 68  */
  2864. "You're in slab room.",
  2865.  
  2866. /*  Room 69  */
  2867. "You are in a secret N/S canyon above a large room.",
  2868.  
  2869. /*  Room 70  */
  2870. "You are in a secret N/S canyon above a sizable passage.",
  2871.  
  2872. /*  Room 71  */
  2873. "You're at junction of three secret canyons.",
  2874.  
  2875. /*  Room 72  */
  2876. "You are in a large low room.  Crawls lead north, se, and sw.",
  2877.  
  2878. /*  Room 73  */
  2879. "Dead end crawl.",
  2880.  
  2881. /*  Room 74  */
  2882. "You're at secret E/W canyon above tight canyon.",
  2883.  
  2884. /*  Room 75  */
  2885. "You are at a wide place in a very tight N/S canyon.",
  2886.  
  2887. /*  Room 76  */
  2888. "The canyon here becomes too tight to go further south.",
  2889.  
  2890. /*  Room 77  */
  2891. "You are in a tall E/W canyon.  A low tight crawl goes 3 feet north and seems\n"
  2892. "to open up.",
  2893.  
  2894. /*  Room 78  */
  2895. "The canyon runs into a mass of boulders -- dead end.",
  2896.  
  2897. /*  Room 79  */
  2898. "The stream flows out through a pair of 1 foot diameter sewer pipes.  It\n"
  2899. "would be advisable to use the exit.",
  2900.  
  2901. /*  Room 80  */
  2902. "@42",
  2903.  
  2904. /*  Room 81  */
  2905. "@46",
  2906.  
  2907. /*  Room 82  */
  2908. "@46",
  2909.  
  2910. /*  Room 83  */
  2911. "@42",
  2912.  
  2913. /*  Room 84  */
  2914. "@42",
  2915.  
  2916. /*  Room 85  */
  2917. "@46",
  2918.  
  2919. /*  Room 86  */
  2920. "@46",
  2921.  
  2922. /*  Room 87  */
  2923. "@42",
  2924.  
  2925. /*  Room 88  */
  2926. "You're in narrow corridor.",
  2927.  
  2928. /*  Room 89  */
  2929. "There is nothing here to climb.  Use \"up\" or \"out\" to leave the pit.",
  2930.  
  2931. /*  Room 90  */
  2932. "You have climbed up the plant and out of the pit.",
  2933.  
  2934. /*  Room 91  */
  2935. "You're at steep incline above large room.",
  2936.  
  2937. /*  Room 92  */
  2938. "You're in giant room.",
  2939.  
  2940. /*  Room 93  */
  2941. "The passage here is blocked by a recent cave-in.",
  2942.  
  2943. /*  Room 94  */
  2944. "You are at one end of an immense north/south passage.",
  2945.  
  2946. /*  Room 95  */
  2947. "You're in cavern with waterfall.",
  2948.  
  2949. /*  Room 96  */
  2950. "You're in soft room.",
  2951.  
  2952. /*  Room 97  */
  2953. "You're in oriental room.",
  2954.  
  2955. /*  Room 98  */
  2956. "You're in misty cavern.",
  2957.  
  2958. /*  Room 99  */
  2959. "You're in alcove.",
  2960.  
  2961. /*  Room 100  */
  2962. "You're in plover room.",
  2963.  
  2964. /*  Room 101  */
  2965. "You're in dark-room.",
  2966.  
  2967. /*  Room 102  */
  2968. "You're in arched hall.",
  2969.  
  2970. /*  Room 103  */
  2971. "You're in shell room.",
  2972.  
  2973. /*  Room 104  */
  2974. "You are in a long sloping corridor with ragged sharp walls.",
  2975.  
  2976. /*  Room 105  */
  2977. "You are in a cul-de-sac about eight feet across.",
  2978.  
  2979. /*  Room 106  */
  2980. "You're in anteroom.",
  2981.  
  2982. /*  Room 107  */
  2983. "You are in a maze of twisty little passages, all different.",
  2984.  
  2985. /*  Room 108  */
  2986. "You're at Witt's end.",
  2987.  
  2988. /*  Room 109  */
  2989. "You're in mirror canyon.",
  2990.  
  2991. /*  Room 110  */
  2992. "You're at window on pit.",
  2993.  
  2994. /*  Room 111  */
  2995. "You're at top of stalactite.",
  2996.  
  2997. /*  Room 112  */
  2998. "You are in a little maze of twisting passages, all different.",
  2999.  
  3000. /*  Room 113  */
  3001. "You're at reservoir.",
  3002.  
  3003. /*  Room 114  */
  3004. "@46",
  3005.  
  3006. /*  Room 115  */
  3007. "You're at ne end of repository.",
  3008.  
  3009. /*  Room 116  */
  3010. "You're at sw end of repository.",
  3011.  
  3012. /*  Room 117  */
  3013. "You're on sw side of chasm.",
  3014.  
  3015. /*  Room 118  */
  3016. "You're in sloping corridor.",
  3017.  
  3018. /*  Room 119  */
  3019. "You are in a secret canyon which exits to the north and east.",
  3020.  
  3021. /*  Room 120  */
  3022. "@119",
  3023.  
  3024. /*  Room 121  */
  3025. "@119",
  3026.  
  3027. /*  Room 122  */
  3028. "You're on ne side of chasm.",
  3029.  
  3030. /*  Room 123  */
  3031. "You're in corridor.",
  3032.  
  3033. /*  Room 124  */
  3034. "You're at fork in path.",
  3035.  
  3036. /*  Room 125  */
  3037. "You're at junction with warm walls.",
  3038.  
  3039. /*  Room 126  */
  3040. "You're at breath-taking view.",
  3041.  
  3042. /*  Room 127  */
  3043. "You're in chamber of boulders.",
  3044.  
  3045. /*  Room 128  */
  3046. "You're in limestone passage.",
  3047.  
  3048. /*  Room 129  */
  3049. "You're in front of barren room.",
  3050.  
  3051. /*  Room 130  */
  3052. "You're in barren room.",
  3053.  
  3054. /*  Room 131  */
  3055. "You are in a maze of twisting little passages, all different.",
  3056.  
  3057. /*  Room 132  */
  3058. "You are in a little maze of twisty passages, all different.",
  3059.  
  3060. /*  Room 133  */
  3061. "You are in a twisting maze of little passages, all different.",
  3062.  
  3063. /*  Room 134  */
  3064. "You are in a twisting little maze of passages, all different.",
  3065.  
  3066. /*  Room 135  */
  3067. "You are in a twisty little maze of passages, all different.",
  3068.  
  3069. /*  Room 136  */
  3070. "You are in a twisty maze of little passages, all different.",
  3071.  
  3072. /*  Room 137  */
  3073. "You are in a little twisty maze of passages, all different.",
  3074.  
  3075. /*  Room 138  */
  3076. "You are in a maze of little twisting passages, all different.",
  3077.  
  3078. /*  Room 139  */
  3079. "You are in a maze of little twisty passages, all different.",
  3080.  
  3081. /*  Room 140  */
  3082. "@46",
  3083.  
  3084. };
  3085.  
  3086.  
  3087. char *pTextMsg[] =
  3088. {
  3089. /*  Msg 1  */
  3090. "@202,203,204",
  3091.  
  3092. /*  Msg 2  */
  3093. "A little dwarf with a big knife blocks your way.",
  3094.  
  3095. /*  Msg 3  */
  3096. "A little dwarf just walked around a corner, saw you, threw a little axe at\n"
  3097. "you which missed, cursed, and ran away.",
  3098.  
  3099. /*  Msg 4  */
  3100. "There is a threatening little dwarf in the room with you!",
  3101.  
  3102. /*  Msg 5  */
  3103. "One sharp, nasty knife is thrown at you!",
  3104.  
  3105. /*  Msg 6  */
  3106. "None of them hit you!",
  3107.  
  3108. /*  Msg 7  */
  3109. "One of them gets you!",
  3110.  
  3111. /*  Msg 8  */
  3112. "A hollow voice says \"Plugh\".",
  3113.  
  3114. /*  Msg 9  */
  3115. "There is no way to go that direction.",
  3116.  
  3117. /*  Msg 10  */
  3118. "I am unsure how you are facing.  Use compass points or nearby objects.",
  3119.  
  3120. /*  Msg 11  */
  3121. "I don't know in from out here.  Use compass points or name something in the\n"
  3122. "general direction you want to go.",
  3123.  
  3124. /*  Msg 12  */
  3125. "I don't know how to apply that word here.",
  3126.  
  3127. /*  Msg 13  */
  3128. "I don't understand that!",
  3129.  
  3130. /*  Msg 14  */
  3131. "I'm game.  Would you care to explain how?",
  3132.  
  3133. /*  Msg 15  */
  3134. "Sorry, but I am not allowed to give more detail.  I will repeat the long\n"
  3135. "description of your location.\n",
  3136.  
  3137. /*  Msg 16  */
  3138. "It is now pitch dark.  If you proceed you will likely fall into a pit.",
  3139.  
  3140. /*  Msg 17  */
  3141. "If you prefer, simply type W rather than West.",
  3142.  
  3143. /*  Msg 18  */
  3144. "Are you trying to catch the bird?",
  3145.  
  3146. /*  Msg 19  */
  3147. "The bird is frightened right now and you cannot catch it no matter what you\n"
  3148. "try.  Perhaps you might try later.",
  3149.  
  3150. /*  Msg 20  */
  3151. "Are you trying to somehow deal with the snake?",
  3152.  
  3153. /*  Msg 21  */
  3154. "You can't kill the snake, or drive it away, or avoid it, or anything like\n"
  3155. "that.  There is a way to get by, but you don't have the necessary resources\n"
  3156. "right now.",
  3157.  
  3158. /*  Msg 22  */
  3159. "Do you really want to quit now?",
  3160.  
  3161. /*  Msg 23  */
  3162. "You fell into a pit and broke every bone in your body!",
  3163.  
  3164. /*  Msg 24  */
  3165. "You are already carrying it!",
  3166.  
  3167. /*  Msg 25  */
  3168. "You can't be serious!",
  3169.  
  3170. /*  Msg 26  */
  3171. "The bird was unafraid when you entered, but as you approach it becomes\n"
  3172. "disturbed and you cannot catch it.",
  3173.  
  3174. /*  Msg 27  */
  3175. "You can catch the bird, but you cannot carry it.",
  3176.  
  3177. /*  Msg 28  */
  3178. "There is nothing here with a lock!",
  3179.  
  3180. /*  Msg 29  */
  3181. "You aren't carrying it!",
  3182.  
  3183. /*  Msg 30  */
  3184. "The little bird attacks the green snake, and in an astounding flurry drives\n"
  3185. "the snake away.",
  3186.  
  3187. /*  Msg 31  */
  3188. "You have no keys!",
  3189.  
  3190. /*  Msg 32  */
  3191. "It has no lock.",
  3192.  
  3193. /*  Msg 33  */
  3194. "I don't know how to lock or unlock such a thing.",
  3195.  
  3196. /*  Msg 34  */
  3197. "It was already locked.",
  3198.  
  3199. /*  Msg 35  */
  3200. "The grate is now locked.",
  3201.  
  3202. /*  Msg 36  */
  3203. "The grate is now unlocked.",
  3204.  
  3205. /*  Msg 37  */
  3206. "It was already unlocked.",
  3207.  
  3208. /*  Msg 38  */
  3209. "You have no source of light.",
  3210.  
  3211. /*  Msg 39  */
  3212. "Your lamp is now on.",
  3213.  
  3214. /*  Msg 40  */
  3215. "Your lamp is now off.",
  3216.  
  3217. /*  Msg 41  */
  3218. "There is no way to get past the bear to unlock the chain, which is probably\n"
  3219. "just as well.",
  3220.  
  3221. /*  Msg 42  */
  3222. "Nothing happens.",
  3223.  
  3224. /*  Msg 43  */
  3225. "Where?",
  3226.  
  3227. /*  Msg 44  */
  3228. "There is nothing here to attack.",
  3229.  
  3230. /*  Msg 45  */
  3231. "The little bird is now dead.  Its body disappears.",
  3232.  
  3233. /*  Msg 46  */
  3234. "Attacking the snake both doesn't work and is very dangerous.",
  3235.  
  3236. /*  Msg 47  */
  3237. "You killed a little dwarf.",
  3238.  
  3239. /*  Msg 48  */
  3240. "You attack a little dwarf, but he dodges out of the way.",
  3241.  
  3242. /*  Msg 49  */
  3243. "With what? Your bare hands?",
  3244.  
  3245. /*  Msg 50  */
  3246. "Good try, but that is an old worn-out magic word.",
  3247.  
  3248. /*  Msg 51  */
  3249. "@205,206,207",
  3250.  
  3251. /*  Msg 52  */
  3252. "It misses!",
  3253.  
  3254. /*  Msg 53  */
  3255. "It gets you!",
  3256.  
  3257. /*  Msg 54  */
  3258. "OK\n",
  3259.  
  3260. /*  Msg 55  */
  3261. "You can't unlock the keys.",
  3262.  
  3263. /*  Msg 56  */
  3264. "You have crawled around in some little holes and wound up back in the main\n"
  3265. "passage.",
  3266.  
  3267. /*  Msg 57  */
  3268. "I don't know where the cave is, but hereabouts no stream can run on the\n"
  3269. "surface for very long.  I would try the stream.",
  3270.  
  3271. /*  Msg 58  */
  3272. "I need more detailed instructions to do that.",
  3273.  
  3274. /*  Msg 59  */
  3275. "I can only tell you what you see as you move about and manipulate things.  I\n"
  3276. "cannot tell you where remote things are.",
  3277.  
  3278. /*  Msg 60  */
  3279. "I don't know that word.",
  3280.  
  3281. /*  Msg 61  */
  3282. "What?",
  3283.  
  3284. /*  Msg 62  */
  3285. "Are you trying to get into the cave?",
  3286.  
  3287. /*  Msg 63  */
  3288. "The grate is very solid and has a hardened steel lock.  You cannot enter\n"
  3289. "without a key, and there are no keys nearby. I would recommend looking\n"
  3290. "elsewhere for the keys.",
  3291.  
  3292. /*  Msg 64  */
  3293. "The trees of the forest are large hardwood oak and maple, with an occasional\n"
  3294. "grove of pine or spruce.  There is quite a bit of undergrowth, largely birch\n"
  3295. "and ash saplings plus nondescript bushes of various sorts.  This time of\n"
  3296. "year visibility is quite restricted by all the leaves, but travel is quite\n"
  3297. "easy if you detour around the spruce and berry bushes.",
  3298.  
  3299. /*  Msg 65  */
  3300. "Welcome to adventure!!  Would you like instructions?",
  3301.  
  3302. /*  Msg 66  */
  3303. "Digging without a shovel is quite impractical.  Even with a shovel progress\n"
  3304. "is unlikely.",
  3305.  
  3306. /*  Msg 67  */
  3307. "Blasting requires dynamite.",
  3308.  
  3309. /*  Msg 68  */
  3310. "I'm as confused as you are.",
  3311.  
  3312. /*  Msg 69  */
  3313. "Mist is a white vapor, usually water.  Seen from time to time in caverns.\n"
  3314. "It can be found anywhere but is frequently a sign of a deep pit leading down\n"
  3315. "to water.",
  3316.  
  3317. /*  Msg 70  */
  3318. "Your feet are now wet.",
  3319.  
  3320. /*  Msg 71  */
  3321. "I think I just lost my appetite.",
  3322.  
  3323. /*  Msg 72  */
  3324. "Thank you.  It was delicious!",
  3325.  
  3326. /*  Msg 73  */
  3327. "You have taken a drink from the stream.  The water tastes strongly of\n"
  3328. "minerals, but is not unpleasant.  It is extremely cold.",
  3329.  
  3330. /*  Msg 74  */
  3331. "The bottle of water is now empty.",
  3332.  
  3333. /*  Msg 75  */
  3334. "Rubbing the electric lamp is not particularly rewarding. Anyway, nothing\n"
  3335. "exciting happens.",
  3336.  
  3337. /*  Msg 76  */
  3338. "Peculiar.  Nothing unexpected happens.",
  3339.  
  3340. /*  Msg 77  */
  3341. "Your bottle is empty and the ground is wet.",
  3342.  
  3343. /*  Msg 78  */
  3344. "You can't pour that.",
  3345.  
  3346. /*  Msg 79  */
  3347. "Watch it!",
  3348.  
  3349. /*  Msg 80  */
  3350. "Which way?",
  3351.  
  3352. /*  Msg 81  */
  3353. "Oh dear, you seem to have gotten yourself killed.  I might be able to help\n"
  3354. "you out, but I've never really done this before.  Do you want me to try to\n"
  3355. "reincarnate you?",
  3356.  
  3357. /*  Msg 82  */
  3358. "All right.  But don't blame me if something goes wr......\n"
  3359. "                    --- POOF !! ---\n"
  3360. "You are engulfed in a cloud of orange smoke.  Coughing and gasping, you\n"
  3361. "emerge from the smoke and find...",
  3362.  
  3363. /*  Msg 83  */
  3364. "You clumsy oaf, you've done it again!  I don't know how long I can keep this\n"
  3365. "up.  Do you want me to try reincarnating you again?",
  3366.  
  3367. /*  Msg 84  */
  3368. "Okay, now where did i put my orange smoke? ... > POOF! <\n"
  3369. "Everything disappears in a dense cloud of orange smoke.",
  3370.  
  3371. /*  Msg 85  */
  3372. "Now you've really done it!  I'm out of orange smoke!  You don't expect me to\n"
  3373. "do a decent reincarnation without any orange smoke, do you?",
  3374.  
  3375. /*  Msg 86  */
  3376. "Okay, If you're so smart, do it yourself!  I'm leaving!",
  3377.  
  3378. /*  Msg 87  */
  3379. "",
  3380.  
  3381. /*  Msg 88  */
  3382. "",
  3383.  
  3384. /*  Msg 89  */
  3385. "",
  3386.  
  3387. /*  Msg 90  */
  3388. "",
  3389.  
  3390. /*  Msg 91  */
  3391. "Sorry, but I no longer seem to remember how it was you got here.",
  3392.  
  3393. /*  Msg 92  */
  3394. "You can't carry anything more.  You'll have to drop something first.",
  3395.  
  3396. /*  Msg 93  */
  3397. "You can't go through a locked steel grate!",
  3398.  
  3399. /*  Msg 94  */
  3400. "I believe what you want is right here with you.",
  3401.  
  3402. /*  Msg 95  */
  3403. "You don't fit through a two-inch slit!",
  3404.  
  3405. /*  Msg 96  */
  3406. "I respectfully suggest you go across the bridge instead of jumping.",
  3407.  
  3408. /*  Msg 97  */
  3409. "There is no way across the fissure.",
  3410.  
  3411. /*  Msg 98  */
  3412. "You're not carrying anything.",
  3413.  
  3414. /*  Msg 99  */
  3415. "You are currently holding the following:",
  3416.  
  3417. /*  Msg 100  */
  3418. "It's not hungry (It's merely pinin' for the Fjords).  Besides you have no\n"
  3419. "bird seed.",
  3420.  
  3421. /*  Msg 101  */
  3422. "The snake has now devoured your bird.",
  3423.  
  3424. /*  Msg 102  */
  3425. "There's nothing here it wants to eat (Except perhaps you).",
  3426.  
  3427. /*  Msg 103  */
  3428. "You fool, Dwarves eat only coal!  Now you've made him REALLY mad !!",
  3429.  
  3430. /*  Msg 104  */
  3431. "You have nothing in which to carry it.",
  3432.  
  3433. /*  Msg 105  */
  3434. "Your bottle is already full.",
  3435.  
  3436. /*  Msg 106  */
  3437. "There is nothing here with which to fill the bottle.",
  3438.  
  3439. /*  Msg 107  */
  3440. "Your bottle is now full of water.",
  3441.  
  3442. /*  Msg 108  */
  3443. "Your bottle is now full of oil.",
  3444.  
  3445. /*  Msg 109  */
  3446. "You can't fill that.",
  3447.  
  3448. /*  Msg 110  */
  3449. "Don't be ridiculous!",
  3450.  
  3451. /*  Msg 111  */
  3452. "The door is extremely rusty and refuses to open.",
  3453.  
  3454. /*  Msg 112  */
  3455. "The plant indignantly shakes the oil off its leaves and asks: \"Water?\".",
  3456.  
  3457. /*  Msg 113  */
  3458. "The hinges are quite thoroughly rusted now and won't budge.",
  3459.  
  3460. /*  Msg 114  */
  3461. "The oil has freed up the hinges so that the door will now move, although it\n"
  3462. "requires some effort.",
  3463.  
  3464. /*  Msg 115  */
  3465. "The plant has exceptionally deep roots and cannot be pulled free.",
  3466.  
  3467. /*  Msg 116  */
  3468. "The Dwarves' knives vanish as they strike the walls of the cave.",
  3469.  
  3470. /*  Msg 117  */
  3471. "Something you're carrying won't fit through the tunnel with you.  You'd best\n"
  3472. "take inventory and drop something.",
  3473.  
  3474. /*  Msg 118  */
  3475. "You can't fit this five-foot clam through that little passage!",
  3476.  
  3477. /*  Msg 119  */
  3478. "You can't fit this five foot oyster through that little passage!",
  3479.  
  3480. /*  Msg 120  */
  3481. "I advise you to put down the clam before opening it. >STRAIN!<",
  3482.  
  3483. /*  Msg 121  */
  3484. "I advise you to put down the oyster before opening it. >WRENCH!<",
  3485.  
  3486. /*  Msg 122  */
  3487. "You don't have anything strong enough to open the clam.",
  3488.  
  3489. /*  Msg 123  */
  3490. "You don't have anything strong enough to open the oyster.",
  3491.  
  3492. /*  Msg 124  */
  3493. "A glistening pearl falls out of the clam and rolls away. Goodness, this must\n"
  3494. "really be an oyster.  (I never was very good at identifying bivalves.)\n"
  3495. "Whatever it is, it has now snapped shut again.",
  3496.  
  3497. /*  Msg 125  */
  3498. "The oyster creaks open, revealing nothing but oyster inside. It promptly\n"
  3499. "snaps shut again.",
  3500.  
  3501. /*  Msg 126  */
  3502. "You have crawled around in some little holes and found your way blocked by a\n"
  3503. "recent cave-in.  You are now back in the main passage.",
  3504.  
  3505. /*  Msg 127  */
  3506. "There are faint rustling noises from the darkness behind you.",
  3507.  
  3508. /*  Msg 128  */
  3509. "Out from the shadows behind you pounces a bearded pirate! \"Har, har\" he\n"
  3510. "chortles, \"I'll just take all this booty and hide it away with me chest deep\n"
  3511. "in the maze!\".  He snatches your treasure and vanishes into the gloom.",
  3512.  
  3513. /*  Msg 129  */
  3514. "A sepulchral voice reverberating through the cave says: \"Cave closing soon.\n"
  3515. "All adventurers exit immediately through main office.\"",
  3516.  
  3517. /*  Msg 130  */
  3518. "A mysterious recorded voice groans into life and announces: \"This exit is\n"
  3519. "closed.  Please leave via main office.\"",
  3520.  
  3521. /*  Msg 131  */
  3522. "It looks as though you're dead.  Well, seeing as how it's so close to\n"
  3523. "closing time anyway, I think we'll just call it a day.",
  3524.  
  3525. /*  Msg 132  */
  3526. "The sepulchral voice entones, \"The cave is now closed.\"  As the echoes fade,\n"
  3527. "there is a blinding flash of light (and a small puff of orange smoke). . . .\n"
  3528. "As your eyes refocus you look around and find...",
  3529.  
  3530. /*  Msg 133  */
  3531. "There is a loud explosion, and a twenty-foot hole appears in the far wall,\n"
  3532. "burying the Dwarves in the rubble.  You march through the hole and find\n"
  3533. "yourself in the main office, where a cheering band of friendly elves carry\n"
  3534. "the conquering adventurer off into the sunset.",
  3535.  
  3536. /*  Msg 134  */
  3537. "There is a loud explosion, and a twenty-foot hole appears in the far wall,\n"
  3538. "burying the snakes in the rubble.  A river of molten lava pours in through\n"
  3539. "the hole, destroying everything in its path, including you!!",
  3540.  
  3541. /*  Msg 135  */
  3542. "There is a loud explosion, and you are suddenly splashed across the walls of\n"
  3543. "the room.",
  3544.  
  3545. /*  Msg 136  */
  3546. "The resulting ruckus has awakened the Dwarves.  There are now several\n"
  3547. "threatening little Dwarves in the room with you! Most of them throw knives\n"
  3548. "at you!  All of them get you!",
  3549.  
  3550. /*  Msg 137  */
  3551. "Oh, leave the poor unhappy bird alone.",
  3552.  
  3553. /*  Msg 138  */
  3554. "I daresay whatever you want is around here somewhere.",
  3555.  
  3556. /*  Msg 139  */
  3557. "I don't know the word \"stop\".   Use \"quit\" if you want to give up.",
  3558.  
  3559. /*  Msg 140  */
  3560. "You can't get there from here.",
  3561.  
  3562. /*  Msg 141  */
  3563. "You are being followed by a very large, tame bear.",
  3564.  
  3565. /*  Msg 142  */
  3566. "@208,209,210",
  3567.  
  3568. /*  Msg 143  */
  3569. "Do you indeed wish to quit now?",
  3570.  
  3571. /*  Msg 144  */
  3572. "There is nothing here with which to fill the vase.",
  3573.  
  3574. /*  Msg 145  */
  3575. "The sudden change in temperature has delicately shattered the vase.",
  3576.  
  3577. /*  Msg 146  */
  3578. "It is beyond your power to do that.",
  3579.  
  3580. /*  Msg 147  */
  3581. "I don't know how.",
  3582.  
  3583. /*  Msg 148  */
  3584. "It is too far up for you to reach.",
  3585.  
  3586. /*  Msg 149  */
  3587. "You killed a little Dwarf.  The body vanished in a cloud of greasy black\n"
  3588. "smoke.",
  3589.  
  3590. /*  Msg 150  */
  3591. "The shell is very strong and impervious to attack.",
  3592.  
  3593. /*  Msg 151  */
  3594. "What's the matter, can't you read?  Now you'd best start over.",
  3595.  
  3596. /*  Msg 152  */
  3597. "The axe bounces harmlessly off the dragon's thick scales.",
  3598.  
  3599. /*  Msg 153  */
  3600. "The dragon looks rather nasty.  You'd best not try to get by.",
  3601.  
  3602. /*  Msg 154  */
  3603. "The little bird attacks the green dragon, and in an astounding flurry gets\n"
  3604. "burnt to a cinder.  The ashes blow away.",
  3605.  
  3606. /*  Msg 155  */
  3607. "On what?",
  3608.  
  3609. /*  Msg 156  */
  3610. "Okay, from now on I'll only describe a place in full the first time you come\n"
  3611. "to it.  To get the full description say \"look\".",
  3612.  
  3613. /*  Msg 157  */
  3614. "Trolls are close relatives with the rocks and have skin as tough as that of\n"
  3615. "a rhinoceros.  The troll fends off your blows effortlessly.",
  3616.  
  3617. /*  Msg 158  */
  3618. "The troll deftly catches the axe, examines it carefully, and tosses it back,\n"
  3619. "declaring, \"Good workmanship, but it's not valuable enough.\".",
  3620.  
  3621. /*  Msg 159  */
  3622. "The troll catches your treasure and scurries away out of sight.",
  3623.  
  3624. /*  Msg 160  */
  3625. "The troll refuses to let you cross.",
  3626.  
  3627. /*  Msg 161  */
  3628. "There is no longer any way across the chasm.",
  3629.  
  3630. /*  Msg 162  */
  3631. "Just as you reach the other side, the bridge buckles beneath the weight of\n"
  3632. "the bear, which was still following you around. You scrabble desperately for\n"
  3633. "support, but as the bridge collapses you stumble back and fall into the\n"
  3634. "chasm.",
  3635.  
  3636. /*  Msg 163  */
  3637. "The bear lumbers toward the troll, who lets out a startled shriek and\n"
  3638. "scurries away.  The bear soon gives up pursuit and wanders back.",
  3639.  
  3640. /*  Msg 164  */
  3641. "The axe misses and lands near the bear where you can't get at it.",
  3642.  
  3643. /*  Msg 165  */
  3644. "With what?  Your bare hands?  Agains HIS bear hands??",
  3645.  
  3646. /*  Msg 166  */
  3647. "The bear is confused;  he only wants to be your friend.",
  3648.  
  3649. /*  Msg 167  */
  3650. "For crying out loud, the poor thing is already dead!",
  3651.  
  3652. /*  Msg 168  */
  3653. "The bear eagerly wolfs down your food, after which he seems to calm down\n"
  3654. "considerably, and even becomes rather friendly.",
  3655.  
  3656. /*  Msg 169  */
  3657. "The bear is still chained to the wall.",
  3658.  
  3659. /*  Msg 170  */
  3660. "The chain is still locked.",
  3661.  
  3662. /*  Msg 171  */
  3663. "The chain is now unlocked.",
  3664.  
  3665. /*  Msg 172  */
  3666. "The chain is now locked.",
  3667.  
  3668. /*  Msg 173  */
  3669. "There is nothing here to which the chain can be locked.",
  3670.  
  3671. /*  Msg 174  */
  3672. "There is nothing here to eat.",
  3673.  
  3674. /*  Msg 175  */
  3675. "Do you want the hint?",
  3676.  
  3677. /*  Msg 176  */
  3678. "Do you need help getting out of the maze?",
  3679.  
  3680. /*  Msg 177  */
  3681. "You can make the passages look less alike by dropping things.",
  3682.  
  3683. /*  Msg 178  */
  3684. "Are you trying to explore beyond the plover room?",
  3685.  
  3686. /*  Msg 179  */
  3687. "There is a way to explore that region without having to worry about falling\n"
  3688. "into a pit.  None of the objects available is immediately useful in\n"
  3689. "discovering the secret.",
  3690.  
  3691. /*  Msg 180  */
  3692. "Do you need help getting out of here?",
  3693.  
  3694. /*  Msg 181  */
  3695. "Don't go west.",
  3696.  
  3697. /*  Msg 182  */
  3698. "Gluttony is not one of the Troll's vices.  Avarice, however, is.",
  3699.  
  3700. /*  Msg 183  */
  3701. "Your lamp is getting dim.. You'd best start wrapping this up, unless you can\n"
  3702. "find some fresh batteries.  I seem to recall there's a vending machine in\n"
  3703. "the maze.  Bring some coins with you.",
  3704.  
  3705. /*  Msg 184  */
  3706. "Your lamp has run out of power.",
  3707.  
  3708. /*  Msg 185  */
  3709. "There's not much point in wandering around out here, and you can't explore\n"
  3710. "the cave without a lamp.  So let's just call it a day.",
  3711.  
  3712. /*  Msg 186  */
  3713. "There are faint rustling noises from the darkness behind you. As you turn\n"
  3714. "toward them, the beam of your lamp falls across a bearded pirate.  He is\n"
  3715. "carrying a large chest.  \"Shiver me timbers!\"  he cries, \"I've been spotted!\n"
  3716. "I'd best hide meself off to the maze and hide me chest!\".  With that, he\n"
  3717. "vanished into the gloom.",
  3718.  
  3719. /*  Msg 187  */
  3720. "Your lamp is getting dim.  You'd best go back for those batteries.",
  3721.  
  3722. /*  Msg 188  */
  3723. "Your lamp is getting dim.. I'm taking the liberty of replacing the\n"
  3724. "batteries.",
  3725.  
  3726. /*  Msg 189  */
  3727. "Your lamp is getting dim, and you're out of spare batteries. You'd best\n"
  3728. "start wrapping this up.",
  3729.  
  3730. /*  Msg 190  */
  3731. "I'm afraid the magazine is written in Dwarvish.",
  3732.  
  3733. /*  Msg 191  */
  3734. "\"This is not the maze where the pirate leaves his treasure chest.\"",
  3735.  
  3736. /*  Msg 192  */
  3737. "Hmm, this looks like a clue, which means it'll cost you 10 points to read\n"
  3738. "it.  Should I go ahead and read it anyway?",
  3739.  
  3740. /*  Msg 193  */
  3741. "It says, \"There is something strange about this place, such that one of the\n"
  3742. "words I've always known now has a new effect.\"",
  3743.  
  3744. /*  Msg 194  */
  3745. "It says the same thing it did before.",
  3746.  
  3747. /*  Msg 195  */
  3748. "I'm afraid I don't understand.",
  3749.  
  3750. /*  Msg 196  */
  3751. "\"Congratulations on bringing light into the dark-room!\"",
  3752.  
  3753. /*  Msg 197  */
  3754. "You strike the mirror a resounding blow, whereupon it shatters into a myriad\n"
  3755. "tiny fragments.",
  3756.  
  3757. /*  Msg 198  */
  3758. "You have taken the vase and hurled it delicately to the ground.",
  3759.  
  3760. /*  Msg 199  */
  3761. "You prod the nearest Dwarf, who wakes up grumpily, takes one look at you,\n"
  3762. "curses, and grabs for his axe.",
  3763.  
  3764. /*  Msg 200  */
  3765. "Is this acceptable?",
  3766.  
  3767. /*  Msg 201  */
  3768. "There's no point in suspending a demonstration game.",
  3769.  
  3770. /*  Msg 202  */
  3771. "Somewhere nearby is Colossal Cave, where others have found fortunes in\n"
  3772. "treasure and gold, though it is rumored that some who enter are never seen\n"
  3773. "again.  Magic is said to work in the cave.  I will be your eyes and hands.\n"
  3774. "Direct me with commands of 1 or 2 words.  I should warn you that I look at\n"
  3775. "only the first five letters of each word, so you'll have to enter\n",
  3776.  
  3777. /*  Msg 203  */
  3778. "\"Northeast\" as \"ne\" to distinguish it from \"North\".  (Should you get stuck,\n"
  3779. "type \"help\" for some general hints.\n",
  3780.  
  3781. /*  Msg 204  */
  3782. "This program was originally developed by Willie Crowther. Most of the\n"
  3783. "features of the current program were added by Don Woods.  This version,\n"
  3784. "written in BDS 8080 C was adapted by Jay R. Jaeger and was later ported to\n"
  3785. "MSC V5.1 on the IBM/PC by Bob Withers.\n",
  3786.  
  3787. /*  Msg 205  */
  3788. "I know of places, actions, and things.  Most of my vocabulary describes\n"
  3789. "places and is used to move you there.  To move, try words like forest,\n"
  3790. "building, downstream, enter, east, west, north, south, up or down.  I know\n"
  3791. "about a few special objects, like a black rod hidden in the cave.  These\n"
  3792. "objects can be manipulated using some of the action words I know. Usually\n"
  3793. "you will need to give both the object and action words (In either order),",
  3794.  
  3795. /*  Msg 206  */
  3796. "but sometimes I can infer the object from the verb alone.  Some objects also\n"
  3797. "imply verbs; in particular, \"inventory\" implies \"take inventory\", which\n"
  3798. "causes me to give you a list of what you're carrying.  The objects have side\n"
  3799. "effects; for instance, the rod scares the bird.  Usually people having\n"
  3800. "trouble moving just need to try a few more words.  Usually people trying\n"
  3801. "unsuccessfully to manipulate an object are attempting something beyond their",
  3802.  
  3803. /*  Msg 207  */
  3804. "(or my!) capabilities and should try a completely different tack.  To speed\n"
  3805. "the game you can sometimes move long distances with a single word.  For\n"
  3806. "example, \"building\" usually gets you to the building from anywhere above\n"
  3807. "ground except when lost in the forest.  Also, note that cave passages turn a\n"
  3808. "lot, and that leaving a room to the north does not guarantee entering the\n"
  3809. "next from the south.\n"
  3810. "\n"
  3811. "Good luck!",
  3812.  
  3813. /*  Msg 208  */
  3814. "If you want to end your adventure early, say \"quit\".  To suspend you\n"
  3815. "adventure such that you can continue later say \"suspend\" (or \"pause\" or\n"
  3816. "\"save\").  To see how well you're doing, say \"score\".  To get full credit for\n"
  3817. "a treasure, you must have left it safely in the building, though you get\n"
  3818. "partial credit just for locating it. You lose points for getting killed, or\n"
  3819. "for quitting, though the former costs you more.  There are also points based",
  3820.  
  3821. /*  Msg 209  */
  3822. "on how much (If any) of the cave you've managed to explore;  in particular,\n"
  3823. "there is a large bonus just for getting in (to distinguish the beginners\n"
  3824. "from the rest of the pack), and there are other ways to determine whether\n"
  3825. "you've been through some of the more harrowing sections. If you think you've\n"
  3826. "found all the treasures, just keep exploring for a while.  If nothing\n"
  3827. "interesting happens, you haven't found them all yet.  If something",
  3828.  
  3829. /*  Msg 210  */
  3830. "interesting DOES happen, it means you're getting a bonus and have an\n"
  3831. "opportunity to garner many more points in the master's section.  I may\n"
  3832. "occasionally offer hints in you seem to be having trouble.  If I do, I'll\n"
  3833. "warn you in advance how much it will affect your score to accept the hints.\n"
  3834. "Finally, to save paper, you may specify \"brief\", which tells me never to\n"
  3835. "repeat the full description of a place unless you explicitly ask me to.",
  3836.  
  3837. };
  3838.