home *** CD-ROM | disk | FTP | other *** search
/ Fatal Distractions! / fataldistractions.bin / appndxa / masters / holmes.agt < prev    next >
Text File  |  1993-06-12  |  258KB  |  9,227 lines

  1. ! **************  TITLE LINES  *********************************
  2.  
  3. TITLE
  4. COLORS WHITE YELLOW BLACK YELLOW RED
  5. The Casebook of Sherlock Holmes
  6.  
  7. By Michael W. Bayley (Mycroft)
  8.  
  9. Based on the board game "221B Baker Street"
  10.  
  11. Adapted for AGT by David Malmberg
  12. ****
  13. END_TITLE
  14.  
  15. ! **************  INSTRUCTIONS  *********************************
  16.  
  17. INSTRUCTIONS
  18.         In each case you are given 10 hours to roam the streets of
  19.         London in search of clues.  As you walk from location to location
  20.         you will use up time.  In fact, as the game progresses you will
  21.         slowly become tired and it will take you longer and longer to
  22.         travel from one location to the next.
  23.  
  24.         The clues you find will take on three forms.  The first is a
  25.         statement from the person you are interviewing.  These clues
  26.         may or may not be pertinent to the case.  The second type are
  27.         fact clues.  These are definitive statements (ie. The killer
  28.         was a man).  These are always true.  The last type of clue is
  29.         the coded message.  These clues are usually split into several
  30.         parts and must be put together like a puzzle.  These are also
  31.         always true.  In some locations, you may find that a location
  32.         does not contain a clue.  Do not be discouraged, just continue
  33.         your search for information.
  34.  
  35.         Inspector Lestrade of Scotland Yard does not like your "amateurish"
  36.         meddling in police affairs.  He will occasionally post a police
  37.         officer in front of locations to protect evidence from being
  38.         disturbed.  You however have a friend at Scotland Yard in
  39.         Inspector Gregson.  He has given you two inspection passes that
  40.         will allow you to peek in these locations.  Also anytime you
  41.         stop by The Yard, he will give you another.  Be wary of the
  42.         police guards, on occasion the Inspector will post them at
  43.         locations that do not contain evidence or clues.
  44.  
  45.         As an aid to your investigations, you always ask for a 25 pound,
  46.         up front, retainer to cover your expenses.  This will come in
  47.         handy if you decide to travel by cab or ferry.  Note that the
  48.         ferry only goes from The Yorkshire Ferry Co. to The West Landing
  49.         Pub.  It does not go both ways.
  50.  
  51.         Watch your time as you travel about.  In most cases you will not
  52.         have time to go to all of the locations.  When you think you have
  53.         solved the case, return to 221B Baker Street to test your findings.
  54.  
  55.         A note on scoring: The Adventures of Sherlock Holmes is a play
  56.         rated game.  That is your rating is your total score divided by
  57.         your total points.  Each case can only be played once for ratings
  58.         (if you play it again it doesn't count).  You will receive points
  59.         for the amount of the mystery you solve.  The case is worth 60
  60.         points.  You receive points proportionate to the amount you solve.
  61.         As an example, a case with four things to solve awards 15 points
  62.         for each on.  Another case with 3 things to solve receives 20
  63.         points for each question correctly solved.  If you solve the entire
  64.         case, you receive a bonus of 40 points, giving you 100 points for
  65.         that case.
  66.  
  67.         Your rating reflects your deductive reasoning powers and your
  68.         ability to plan your journey around London.  As a little hint, plan
  69.         your moves well.  The farther you walk each move, the more time you
  70.         burn up.
  71.  
  72.         As a last note, I suggest that you take a look at the map of
  73.         London (MAP command) when you first start.  It will give you
  74.         an idea of how far apart things are.  Also when you first start
  75.         you should type "HELP" to get a full list and description of
  76.         all the commands and locations.
  77.  
  78.                                                 Good luck, Mycroft
  79. END_INSTRUCTIONS
  80.  
  81. ! **************  INTRODUCTION  *********************************
  82.  
  83. INTRODUCTION
  84.  
  85.         Welcome to the Casebook of Sherlock Holmes.
  86.  
  87.         You play the role of Sherlock Holmes, the famous English sleuth.
  88.         You may select from a variety of cases.  Each case presents its
  89.         own set of problems and its own method of solving.
  90.  
  91.         This adventure style game is a little bit different and we think
  92.         you will enjoy it.
  93.  
  94. END_INTRO
  95.  
  96. ! **************  GENERAL GAME DEFINES AND OPTIONS  **************************
  97.  
  98. ! Remove the ! mark in the following line when compiling the FINAL version
  99. ! NO_DEBUG
  100.  
  101. MAXIMUM_SCORE 1800
  102.  
  103. STARTING_TIME 1300
  104. DELTA_TIME 3
  105.  
  106. ! Set STATUS line to show room, score and time only
  107. STATUS_OPTION 1
  108.  
  109. ! Set SCORE option to not show maximum number of rooms
  110. SCORE_OPTION 1
  111.  
  112. SUBROUTINES
  113. [TurnOFF Bobby Flags]
  114. END_SUBROUTINES
  115.  
  116. #DEFINE [Nowhere]    0
  117.  
  118.  
  119. ! **************  VERBS AND VOCABULARY  *********************************
  120.  
  121. VERB
  122. Dummy_Verb1 cab
  123. Dummy_Verb2 Ferry
  124. Dummy_Verb3 map
  125. Dummy_Verb4 pass
  126. Dummy_Verb5 review
  127. Dummy_Verb6 select
  128. Dummy_Verb8 status
  129. Dummy_Verb9 walk go
  130. Dummy_Verb10 SelectCase
  131. Dummy_Verb11 new
  132. Dummy_Verb12 AskQuestions
  133. Dummy_Verb13 StartMessage
  134. END_VERB
  135.  
  136. VOCABULARY
  137. ! This is the default AGT verb list for the "menu-driven" parser for HOLMES
  138. 1 Status
  139. 2 Walk To
  140. 2 Cab To
  141. 1 Ferry
  142. 1 Help
  143. 1 Map
  144. 1 Pass
  145. 1 Review Case
  146. 1 Quit
  147. 1 New Case
  148. 1 Restore
  149. 1 Save
  150. 1 Score
  151. END_VOCABULARY
  152.  
  153. ! Need following definition so player can give input various commands
  154. ! using menu, i.e., this will add these NOUNs to all menus
  155. GLOBAL_NOUNS
  156. 221B
  157. GALLERY
  158. BOUTIQUE
  159. SCOTLAND_YARD
  160. LAW_OFFICES
  161. PARK
  162. BANK
  163. STOCK_EXCHANGE
  164. HOTEL
  165. MERCANTILE
  166. CAB_COMPANY
  167. TRIBUNE
  168. PUB
  169. FERRY
  170. SHIPPING_CO
  171. END_GLOBAL_NOUNS
  172.  
  173. VARIABLE [Case]
  174. VARIABLE [Money]
  175. VARIABLE [Fare]
  176. VARIABLE [Starting Time]
  177.  
  178. ! FREEZE -- Don't let player change the "look-and-feel" option away from MENU
  179. FREEZE
  180.  
  181. ! **************  ROOMS, NOUNS AND CREATURES  **************************
  182.  
  183. NOUN [Dummy]
  184. Case
  185. This
  186. This is a dummy noun -- just to add "CASE" to the list of valid NOUNS
  187. LOCATION [NoWhere]
  188. END_NOUN
  189.  
  190. MESSAGE [AGT Info]
  191.  
  192.         There are no clues here.
  193.  
  194. However, you do notice a crumpled piece of paper.  You pick up the paper
  195. and read --
  196.  
  197. This game was created using the "Master's Edition" of the Adventure Game
  198. Toolkit (AGT).  The "Master's Edition" is the long-awaited and long-promised
  199. version 2.0 of AGT and represents the response to over five years of AGT
  200. user's requests for improvements and additional capabilities and features.
  201.  
  202. The MASTER'S EDITION of ADVENTURE GAME TOOLKIT is designed to allow a game
  203. designer/writer to create and play his/her own high-quality text adventure
  204. games with optional graphic illustrations, sound effects and music.  Once
  205. created, these adventure games can be shared with and enjoyed by others --
  206. even if they do not have a copy of the Adventure Game Toolkit themselves.
  207. 
  208. FEATURES OF MASTER'S EDITION OF THE ADVENTURE GAME TOOLKIT
  209. 
  210. The Master's Edition of AGT has a number of features that make it the most
  211. comprehensive text adventure game creation product currently available.  Some
  212. of these key features are:
  213.  
  214.    *     Default "look-and-feel" of Infocom adventure games with similar
  215.          screen layout and standard vocabulary and routines.
  216.  
  217.    *     Large standard vocabulary with potential to define many more words
  218.          unique to a specific adventure.  Typical games can have a vocabulary
  219.          of 1000 words or more.
  220.  
  221.    *     Sophisticated parser that can understand (1) complex input commands
  222.          including pronouns (IT, HIM, HER, THEM, MY and ITS), and (2) compound
  223.          commands separated by AND or THEN or punctuation symbols, and (3)
  224.          commands addressed to characters within the game.  Here are a few
  225.          examples of commands AGT can handle with ease:
  226.  
  227.              GET THE FLASH LIGHT AND THEN SWITCH IT ON
  228.               PUT ON THE CLOAK, THEN EXAMINE IT; READ ITS LABEL
  229.               PLACE THE GREEN ROCK AND THE SMALL PEBBLE BEHIND THE TREE
  230.               ENTER THE HOUSE; GET ALL; EXIT; SOUTH; SOUTH THEN DOWN
  231.               SULU, SET A COURSE FOR ALPHA 14
  232.               SCOTTY, BEAM DOWN A TRICORDER AND THE QWERTY MODULE
  233.               DROP THE FOOD, THE KEY AND THE BOTTLE THEN UNLOCK THE DOOR WITH
  234.                    THE BRASS KEY AND THEN LEAVE
  235.  
  236.   *     Function and cursor keys predefined to input frequently used commands
  237.          and move directions.  Function keys may also be redefined to input
  238.          frequently used commands like THROW AXE AT DWARF or GIVE MILK BOTTLE
  239.          TO BABY.
  240.  
  241.    *     An OOPS feature that allows you to edit/correct your input commands.
  242.  
  243.    *     SCRIPT and UNSCRIPT commands to echo game output to printer.
  244.  
  245.    *     Optional graphic illustrations using PCX formatted pictures for
  246.          display on CGA, EGA or VGA screens.  The PCX format is the most
  247.          widely available of any picture format and is supported by most PAINT
  248.          and/or DRAW programs.  Plus -- a great deal of PCX "clip-art" is
  249.          available.
  250.  
  251.    *     Optional animation using FLI files (produced by Autodesk Animator,
  252.          Animator Pro, 3D-Studio, PC-Animate, StrataVision 3D and other
  253.          animation packages) that can be displayed on VGA screens (only).  The
  254.          FLI format is the most widely used animation format.  Plus -- a great
  255.          deal of FLI animation "clip-art" is available.
  256.  
  257.    *     Optional music and sound effects that can be played in the
  258.          "background" during the game.  These sound effects can either use the
  259.          PC's internal speaker or use an AdLib or SoundBlaster (or compatible)
  260.          "sound card" (if one is available).
  261.  
  262.    *     Optional user-definable "look-and-feel" interface including a
  263.          menu-driven player input option that displays feasible commands for
  264.          the player to pick from.
  265.  
  266.    *     Optional "pop-up" hints available when the <Alt> and <h> keys are
  267.          pressed at the same time.
  268.  
  269.    *     Optional fonts (EGA and VGA monitors only) that can be changed to
  270.          suit the needs of the game.  The Master's Edition comes with over
  271.          30 sample fonts including Old English, Scrawl, Computereze.  Plus, a
  272.          Font Editor is provided that allows you to create your own unique
  273.          fonts.
  274.  
  275.    *     Totally "backward" compatible with all previous versions of AGT.
  276. 
  277. WHAT THE REVIEWERS HAVE SAID ABOUT THE ADVENTURE GAME TOOLKIT
  278.  
  279.     "Using the Adventure Game Toolkit, anyone with an ounce of
  280.      imagination can create a text adventure game ... similar in layout
  281.      and sophistication to those made by Infocom and other commercial
  282.      developers."
  283.  
  284.         -- Donald B. Trivette in PC Magazine
  285.  
  286.      "The Adventure Game Toolkit (AGT) acts as a compiler which allows
  287.      for creating remarkably complex and sophisticated games in a fairly
  288.      simple way .... AGT's parser reminds me of Infocom's."
  289.  
  290.         -- Scorpia in Computer Gaming World
  291.  
  292.      "If you have ever wondered what it is like to create your own
  293.      adventure games, but didn't have the programming knowledge to do it,
  294.      this product is for you .... The process is easy ... and you'll have
  295.      hours of fun doing it."
  296.  
  297.         -- Resul DeMaria in Public Domain Software & Shareware
  298.  
  299.      "The Adventure Game Toolkit from Softworks ... provides all the
  300.      tools you need to build your own text based adventure games .... The
  301.      Adventure Game Toolkit is an extremely powerful development
  302.      package."
  303.  
  304.         -- Bob Napp in "Big Blue Disk"
  305.  
  306.     The Adventure & Strategy Club (of England) recently awarded the Adventure
  307.     Game Toolkit its Golden Chalice award.
  308. 
  309. DIFFERENCES BETWEEN THE CLASSIC EDITION AND THE MASTER'S EDITION OF AGT
  310. 
  311. The "Classic Edition" (i.e., the normal/old/regular version) of AGT is very
  312. simple to use and can be used by programming novices or even by
  313. non-programmer's to create very professional text adventures similar to those
  314. from firms like Infocom.  Versions of the "Classic Edition" are available for
  315. IBM, Macintosh, Atari ST and Amiga computers and games created on any of these
  316. computers can be re-compiled and played on any of the other computers.  The
  317. Classic Edition is still supported and available from Softworks as Shareware
  318. for only $20 (or $40 including a 223 page printed manual with lots and lots of
  319. detailed examples).
  320.  
  321. The "Master's Edition" contains all the features and capabilities of the
  322. "Classic Edition" plus a whole lot more.  It is totally compatible with the
  323. Classic Edition and games originally developed for the Classic Edition can be
  324. easily converted to and used with the Master's Edition.  The Master's Edition
  325. is available only for IBM (or compatible) computers.  The Master's Edition is
  326. aimed at the more sophisticated and experienced programmer/game designer.  The
  327. Master's Edition allows you to create games that are approximately twice as
  328. large as those possible using the Classic Edition.  Plus, your games can have
  329. optional graphic illustrations, sound effects, music, "pop-up" hints, unique
  330. fonts (EGA or VGA screens only), and a customizeable "look-and-feel" user
  331. interface including a menu-driven player input option.
  332.  
  333. The Master's Edition is available from Softworks for only $50.  This price
  334. includes the cost of six ZIPped disks with over 5 megabytes of goodies
  335. including complete documentation on disk, a bunch of game creation utilities,
  336. several brand new sample games including the complete AGT source code to:
  337.  
  338.     *    HUMONGOUS CAVE (believed to be the largest text adventure game
  339.          available on any microcomputer).  Based on the "Colassal Cave"
  340.          adventure, but expanded to 1000 points, 300 locations, hundreds of
  341.          objects, elves and other creatures, treasures and puzzles.
  342.  
  343.     *    HURRY! HURRY! HURRY! -- an illustrated, musical text adventure about
  344.          a mystery in a traveling circus with all of the game's related font,
  345.          music, sound effects and pictures files.
  346.  
  347.     *    SHERLOCK HOLMES -- a very unusual, menu-driven adventure where you
  348.          play the famous detective and try to solve a total of 18 separate
  349.          cases.  This adventure illustrates the Master's Edition's vastly
  350.          improved capability to handle questions and answers -- making it a
  351.          great way to develop tutorials or other computer-aided instruction
  352.          applications or games.
  353.  
  354.     *    BRAINSCAPE -- an adventure that takes place inside the brain similar
  355.          to the novels (and movie) by Isaac Asimov "Fantastic Voyage" and
  356.          "Fantastic Voyage II: Destination Brain".
  357.  
  358.     *    SQUYNCH -- a classic adventure in-the-style-of-Infocom in which you
  359.          challenge the evils and mysteries of the Land of Squynch. Very clever!
  360.  
  361.     *    PORK -- a parody of the Infocom ZORK series of adventures.  If
  362.          you were frustrated by ZORK, play PORK and enjoy the sweet fruits of
  363.          revenge.
  364.  
  365.     *    ADVENTURELAND and PIRATE'S ADVENTURE -- two true classic games by
  366.          Scott Adams converted to AGT.  See how a real master of the genre
  367.          does his magic!
  368. 
  369. WHICH VERSION IS RIGHT FOR YOU?
  370. 
  371. If you are a "power" gamer/programmer and know that you can use (or need) the
  372. full power of the Master's Edition, then by all means -- get the Master's
  373. Edition.  If you have less experience with programming or game design, then
  374. you should probably start with the Classic Edition.  If you select the Classic
  375. Edition, you can always upgrade later when you need the full power of the
  376. Master's Edition -- for a special "registered AGT user" upgrade price of only
  377. $35.
  378.  
  379. To order either the Classic Edition or the Master's Edition, just write or
  380. call:
  381.  
  382.    Softworks
  383.     43064 Via Moraga
  384.     Mission San Jose, California  94539
  385.  
  386.     VISA or MasterCard accepted for telephone orders
  387.     (510) 659-0533   6:00 PM to 9:00 PM -- PST only!
  388. 
  389. To get a printed order form, just enter the COMMAND: PRINT FORM
  390.  
  391. Softworks is a member of the Association of Shareware Professionals -- your
  392. guarantee of quality in shareware software.
  393. 
  394.                             ┌─────────┐
  395.                       ┌─────┴───┐     │              (tm)
  396.                    ───│         │O    │───────────────────
  397.                       │   ┌─────┴╨──┐ │   Association of
  398.                       │   │         ├─┘   Shareware
  399.                       └───┤    O    │     Professionals
  400.                    ───────│    ║    │─────────────────────
  401.                           └────╨────┘     MEMBER
  402. 
  403. END_MESSAGE
  404.  
  405. COMMAND HELP
  406. PrintMessage [HELP Message]
  407. DoneWithTurn
  408. END_MESSAGE
  409.  
  410. MESSAGE [HELP Message]
  411.                   ╔══════════════════════════════════╗
  412.                   ║         List of Commands         ║
  413.                   ╚══════════════════════════════════╝
  414.  
  415.      ┌───────────────────────┬───────────────────────────────────────────┐
  416.      │ CAB TO <location>   │  This command is used to take a cab       │
  417.      │                       │  from the West London Cab Company to      │
  418.      │                       │  any other location in London.  The       │
  419.      │                       │  price of the ride depends on the         │
  420.      │                       │  distance traveled.  Cab rides are        │
  421.      │                       │  four times faster than walking.          │
  422.      ├───────────────────────┼───────────────────────────────────────────┤
  423.      │ REVIEW              │  This command will allow you to review    │
  424.      │                       │  the case at hand.  This is the case      │
  425.      │                       │  information that was presented to you    │
  426.      │                       │  at the beginning of the game.            │
  427.      ├───────────────────────┼───────────────────────────────────────────┤
  428.      │ FERRY               │  This command will allow you to transport │
  429.      │                       │  from the Yorkshire Ferry to the West     │
  430.      │                       │  Landing Pub.  There is a 5£ charge       │
  431.      │                       │  for the crossing, which takes about 20   │
  432.      │                       │  minutes in fair weather.                 │
  433.      ├───────────────────────┼───────────────────────────────────────────┤
  434.      │ WALK TO <location>  │  This command is used to move from one    │
  435.      │                       │  place to another in London.  The mode    │
  436.      │                       │  of travel is walking.  Mr. Holmes does   │
  437.      │                       │  have a tendency to tire after walking    │
  438.      │                       │  long distances and therefore it will     │
  439.      │                       │  take longer to travel as the case        │
  440.      │                       │  progresses.                              │
  441.      ├───────────────────────┼───────────────────────────────────────────┤
  442.      │ HELP                │  This command will present this list of   │
  443.      │                       │  commands to you.  This does take time,   │
  444.      │                       │  as Mr. Holmes is consulting his notes.   │
  445.      ├───────────────────────┼───────────────────────────────────────────┤
  446.      │ MAP                 │  This command will display a map of       │
  447.      │                       │  Holmes London.  The map will show you    │
  448.      │                       │  where all locations are and the roads    │
  449.      │                       │  that connect them.  Again this command   │
  450.      │                       │  takes time as Mr. Holmes examines the    │
  451.      │                       │  map.                                     │
  452.      ├───────────────────────┼───────────────────────────────────────────┤
  453.      │ PASS                │  This command allows you to present an    │
  454.      │                       │  inspection pass to any police officer    │
  455.      │                       │  who is guarding a potential clue site.   │
  456.      │                       │  These passes were issued by Inspector    │
  457.      │                       │  Gregson, who is a friend of yours, and   │
  458.      │                       │  can be obtained (one per trip) at        │
  459.      │                       │  Scotland Yard.  You start the case with  │
  460.      │                       │  2 passes.                                │
  461.      ├───────────────────────┼───────────────────────────────────────────┤
  462.      │ QUIT                │  This command is used to abort the case   │
  463.      │                       │  at hand.                                 │
  464.      ├───────────────────────┼───────────────────────────────────────────┤
  465.      │ STATUS              │  This command is used to find out how     │
  466.      │                       │  you stand during the case.  It will      │
  467.      │                       │  tell the current time and how much money │
  468.      │                       │  you still have.                          │
  469.      └───────────────────────┴───────────────────────────────────────────┘
  470.  
  471.                   ╔══════════════════════════════════╗
  472.                   ║         List of Locations        ║
  473.                   ╚══════════════════════════════════╝
  474.  
  475.      ┌───────────────────────────────────────┬───────────────────────────┐
  476.      │ 221B Baker Street                   │  This is your home and    │
  477.      │                                       │  residence.  Return here  │
  478.      │                                       │  when you think you have  │
  479.      │                                       │  solved the crime.        │
  480.      ├───────────────────────────────────────┼───────────────────────────┤
  481.      │ The Loire Art Gallery               │  One of London's most     │
  482.      │                                       │  popular galleries.  Many │
  483.      │                                       │  prominent people frequent│
  484.      │                                       │  this location.           │
  485.      ├───────────────────────────────────────┼───────────────────────────┤
  486.      │ Hillery's Boutique                  │  London's most exclusive  │
  487.      │                                       │  women's fashion store.   │
  488.      │                                       │  All of London's prominent│
  489.      │                                       │  women come here to shop. │
  490.      ├───────────────────────────────────────┼───────────────────────────┤
  491.      │ Scotland Yard                       │  The central headquarters │
  492.      │                                       │  for the English police.  │
  493.      │                                       │  Inspector Gregson, a     │
  494.      │                                       │  friend of yours, will    │
  495.      │                                       │  usually give you an      │
  496.      │                                       │  inspection pass when     │
  497.      │                                       │  you stop by.             │
  498.      ├───────────────────────────────────────┼───────────────────────────┤
  499.      │ The Law Offices of Davidson & Sons  │  A prominent law firm in  │
  500.      │                                       │  London.  They are the    │
  501.      │                                       │  Perry Mason and company  │
  502.      │                                       │  of 19th century London.  │
  503.      ├───────────────────────────────────────┼───────────────────────────┤
  504.      │ Dartmouth Hotel                     │  This is London's only    │
  505.      │                                       │  four star hotel.  It is  │
  506.      │                                       │  frequented by everybody  │
  507.      │                                       │  who is anybody while     │
  508.      │                                       │  visiting London.         │
  509.      ├───────────────────────────────────────┼───────────────────────────┤
  510.      │ The Bank of England                 │  THE bank to use while in │
  511.      │                                       │  London.  Sorry, but the  │
  512.      │                                       │  auto-teller is not       │
  513.      │                                       │  working.                 │
  514.      ├───────────────────────────────────────┼───────────────────────────┤
  515.      │ West London Mercantile Co.          │  A large store were you   │
  516.      │                                       │  can buy or sell anything.│
  517.      │                                       │  It is located on the West│
  518.      │                                       │  Side.                    │
  519.      ├───────────────────────────────────────┼───────────────────────────┤
  520.      │ Seymore Park                        │  This 10 acres of green is│
  521.      │                                       │  located in central London│
  522.      │                                       │  near the Dartmouth Hotel.│
  523.      │                                       │  It is a crossroads in    │
  524.      │                                       │  that part of the city, as│
  525.      │                                       │  it connects the West Side│
  526.      │                                       │  with the Financial       │
  527.      │                                       │  District.                │
  528.      ├───────────────────────────────────────┼───────────────────────────┤
  529.      │ British Stock Exchange              │  This fine old            │
  530.      │                                       │  establishment was moved  │
  531.      │                                       │  from the old downtown    │
  532.      │                                       │  area to its new location │
  533.      │                                       │  in the Financial District│
  534.      │                                       │  in 1878.  It is the      │
  535.      │                                       │  cornerstone of finance   │
  536.      │                                       │  and industry in England. │
  537.      ├───────────────────────────────────────┼───────────────────────────┤
  538.      │ West London Cab Company             │  London largest cab co.   │
  539.      │                                       │  Their modern carriages   │
  540.      │                                       │  are roomy and comfortable│
  541.      │                                       │  and provide a quick means│
  542.      │                                       │  around town.  Due to the │
  543.      │                                       │  large number of leased   │
  544.      │                                       │  cabs however, you usually│
  545.      │                                       │  need to go to their      │
  546.      │                                       │  location to get a cab.   │
  547.      ├───────────────────────────────────────┼───────────────────────────┤
  548.      │ West London Tribune                 │  The only newspaper on the│
  549.      │                                       │  West Side.  This paper   │
  550.      │                                       │  caters to the society    │
  551.      │                                       │  page and is usually full │
  552.      │                                       │  of gossip.               │
  553.      ├───────────────────────────────────────┼───────────────────────────┤
  554.      │ West Landing Pub                    │  A beautiful location for │
  555.      │                                       │  a night on the town.     │
  556.      │                                       │  Dine with a view of the  │
  557.      │                                       │  Thames, London Bridge,   │
  558.      │                                       │  and the Tower of London. │
  559.      ├───────────────────────────────────────┼───────────────────────────┤
  560.      │ Yorkshire Ferry                     │  Old established ferry co.│
  561.      │                                       │  in London's East Side.   │
  562.      │                                       │  For 5£ you can ride the  │
  563.      │                                       │  ferry to the West Landing│
  564.      │                                       │  Pub.                     │
  565.      ├───────────────────────────────────────┼───────────────────────────┤
  566.      │ Britannica Shipping Company         │  Importers and exporters  │
  567.      │                                       │  of goods from around the │
  568.      │                                       │  world.  Located in the   │
  569.      │                                       │  older section of the East│
  570.      │                                       │  Side.                    │
  571.      └───────────────────────────────────────┴───────────────────────────┘
  572. END_MESSAGE
  573.  
  574. COMMAND MAP
  575. PrintMessage [MAP Message]
  576. DoneWithTurn
  577. END_MESSAGE
  578.  
  579.  
  580. MESSAGE [MAP Message]
  581.     221B  ═════════════ Loire ░░░░░Hillerys══════════════════════╗░░░░░░
  582.   Baker St═════╗ ╔═════  Art  ░░░░░Boutique══╗ ╔═══════════════╗ ║░░░░░░
  583.             ░░░░░║ ║░░░░░Gallery░░░░░          ░░║ ║░░░░░░░░░░░░░░░║ ║░░░^
  584.  ░░░░░░░░░░░░░░░░║ ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║ ║░░░          ░░║ ║░░░^
  585.  ░╔══════════════╝ ╚═══════════════════════════════╝ ║░░░Scotland══╝ ║░░^^
  586.  ░║ ╔═════════════════╗ ╔═══════╗ ╔═══════╗ ╔════════╝░░░  Yard  ══╗ ║░░^^
  587.  ░║ ║░░░░░░░░░░░░░░░░░║ ║░░░░░░░║ ║░░░░░░░║ ║░░░░░░░░░░░░          ░░║ ║░^^^
  588.  ░║ ║░░░          ░░░░║ ║░░░Dartmouth░░░║ ║░░░ The   ░░░░░░░░░░░░║ ║^^^^
  589.  ░║ ║░░░Davidson════╝ ║░░░  Hotel  ░░░║ ╚═══ Bank  ░░░░░░░░░╔══╝ ║^^^^
  590.  ░║ ║░░░ & Sons ══════╝░░░░░░░░░░░░░░░░░║ ╔═══  of   ░░░░░^^║ ╔══╝^^^░
  591.  ░║ ║░░░          ░░░░░░░░░░░░         ░░░║ ║░░░England░░░^^^^║ ║^^^^^░░
  592.  ░║ ║░░░░░░░░░░░░░░░░░░░░░░░░░Seymore═══╝ ║░░░░░░░░░░░░░^^^^^^║ ║^^░░░░░
  593.  ░║ ║░░░░    West       ░░░░ Park  ═══╗ ║░░░░░░░░░░░░^^^^^^^║ ╚═══════╗░
  594.  ░║ ║░░░░   London      ░░░░         ░░░║ ╚══╗░░░░░░░░^^^^^░░░╚═══════╗ ║░
  595.  ░║ ║░░░░Mercantile Co.░░░░░░░║ ║░░░░░░╚══╗ ║░░░░░░░^^^^░░░░░░░░░░░░░║ ║░
  596.  ░║ ║░░░░░░░░░░░║ ║░░░░░░░░░░░░░░║ ║░░░░░░░░░║ ║░░░░░░^^^^░░          ░░║ ║░
  597.  ░║ ╚═══════════╝ ╚══════════════╝ ║░░░░░░ Stock  ░░^^^^^░Yorkshire═╝ ║░
  598.  ░╚═══╗ ╔═══════════╗ ╔══════════╗ ║░░░░░░Exchange░^^^^^^░  Ferry ══╗ ║░
  599.  ░░░░░║ ║░░░░░░░░░░░║ ║░░░░░░░░░░║ ║░░░░░░░░░░░░░░░^^^^^^^░░          ░░║ ║░
  600.  ░░  West ░░░░  West   ░░░░░░║ ╚═════ West  ^^^^^^^^░░░░░░░░░░░░░░║ ║░
  601.  ░░ London░░░░ London ░░░░░░╚═══════Landing^^^^^^^^^^░Britanica╝ ║░
  602.  ░░  Cab  ░░░░ Tribune ░░░░░░░░░░░░░░        ^^^^^^^^^^^░Shipping ══╝░
  603.  ░░Company░░░░Newspaper░░░░░░░░░░░░░░░░░░░^^^^^^^^^^^^^^░ Company ░░░░
  604.  
  605. END_MESSAGE
  606.  
  607.  
  608. COMMAND REVIEW
  609. DescribeThing [Starting Room]
  610. DoneWithTurn
  611. END_COMMAND
  612.  
  613. COMMAND NEW
  614. GoToRoom [Select Case Room]
  615. DoneWithTurn
  616. END_COMMAND
  617.  
  618.  
  619. STARTING_ROOM [Select Case Room]
  620.  
  621. ROOM [Select Case Room]
  622. 221B Baker Street
  623. ! Do SELECTCASE command to get Case number and change various ROOM_DESCR's
  624. AUTOEXEC SELECTCASE
  625. END_ROOM
  626.  
  627. ROOM_DESCR [Select Case Room]
  628.  
  629. You need to select one of the following cases to solve.
  630.  
  631.     1 - The Adventure of the Dead Inventor              by Michael W. Bayley
  632.     2 - The Adventure of the Missing Cuckoo             by Michael W. Bayley
  633.     3 - The Case of Murder in the Park                  by Michael W. Bayley
  634.     4 - The Adventure of the Vanishing Lady             by Michael W. Bayley
  635.     5 - The Case of the Vicious Viper                   by Michael W. Bayley
  636.     6 - The Adventure of the Missing Knife              by Michael W. Bayley
  637.     7 - The Adventure of the Mysterious Message         by Michael W. Bayley
  638.     8 - The Case of the Missing Rolls Royce             by Jim Vickonoff
  639.     9 - The Adventure of the Golden Coins               by Michael W. Bayley
  640.    10 - The Case of the Code Crossword                  by Michael W. Bayley
  641.    11 - The Case of the Crashed Cab                     by Jim Vickonoff
  642.    12 - The Silenced Maintenance Man                    by Jim Vickonoff
  643.    13 - The Case of the Jilted Jockey                   by Michael W. Bayley
  644.    14 - The Case of the Northern Cross                  by Michael W. Bayley
  645.    15 - The Case of the Dead Letter Murders             by Michael W. Bayley
  646.    16 - The Adventure of West Landings Ghost            by Michael W. Bayley
  647.    17 - The Case of the Vanishing Silver                by Michael W. Bayley
  648.    18 - The Case of the Last Alibi                      by Michael W. Bayley
  649. END_ROOM_DESCR
  650.  
  651.  
  652. COMMAND SELECTCASE
  653. PrintMessage "Enter the number of the case you wish to solve (1 to 18)"
  654. GetVariable [Case]
  655. ! Change all of the ROOM_DESCR's to the "default"
  656. ChangeDescr [Starting Room] [AGT Info]
  657. ChangeDescr [Loire Gallery] [AGT Info]
  658. ChangeDescr [Boutique] [AGT Info]
  659. ChangeDescr [Scotland Yard] [AGT Info]
  660. ChangeDescr [Davidson & Sons Law Offices] [AGT Info]
  661. ChangeDescr [Dartmouth Hotel] [AGT Info]
  662. ChangeDescr [Bank Of England] [AGT Info]
  663. ChangeDescr [Mercantile Company] [AGT Info]
  664. ChangeDescr [Seymore Park] [AGT Info]
  665. ChangeDescr [Stock Exchange] [AGT Info]
  666. ChangeDescr [Cab Company] [AGT Info]
  667. ChangeDescr [Newspaper] [AGT Info]
  668. ChangeDescr [Pub] [AGT Info]
  669. ChangeDescr [Ferry] [AGT Info]
  670. ChangeDescr [Shipping Company] [AGT Info]
  671. TurnFlagOFF [Bobby Blocking Boutique]
  672. TurnFlagOFF [Bobby Blocking Loire Gallery]
  673. TurnFlagOFF [Bobby Blocking Davidson & Sons Law Offices]
  674. TurnFlagOFF [Bobby Blocking Dartmouth Hotel]
  675. TurnFlagOFF [Bobby Blocking Bank Of England]
  676. TurnFlagOFF [Bobby Blocking Mercantile Company]
  677. TurnFlagOFF [Bobby Blocking Seymore Park]
  678. TurnFlagOFF [Bobby Blocking Stock Exchange]
  679. TurnFlagOFF [Bobby Blocking Cab Company]
  680. TurnFlagOFF [Bobby Blocking Newspaper]
  681. TurnFlagOFF [Bobby Blocking Pub]
  682. TurnFlagOFF [Bobby Blocking Shipping Company]
  683. SetVariableTo [Money] 25
  684. SetVariableTo [Number of Passes] 2
  685. SetVariableTo [Starting Time] 1302
  686. SetTimeToVariable [Starting Time]
  687. END_COMMAND
  688.  
  689. MESSAGE [Please enter a number from 1 to 18 only!]
  690.  
  691. Please enter a number from 1 to 18 only!
  692.  
  693. END_MESSAGE
  694.  
  695. COMMAND SELECTCASE
  696. ! Check for Valid Case number
  697. VariableLT [Case] 1
  698. GoToRoom [Select Case Room]
  699. PrintMessage [Please enter a number from 1 to 18 only!]
  700. ReDirectTo SELECTCASE
  701. DoneWithTurn
  702. END_COMMAND
  703.  
  704. COMMAND SELECTCASE
  705. ! Check for Valid Case number
  706. VariableGT [Case] 18
  707. GoToRoom [Select Case Room]
  708. PrintMessage [Please enter a number from 1 to 18 only!]
  709. ReDirectTo SELECTCASE
  710. DoneWithTurn
  711. END_COMMAND
  712.  
  713. COMMAND SELECTCASE
  714. ! Change all of the ROOM_DESCR's to the those for the Case 1
  715. VariableEquals [Case] 1
  716. ChangeDescr [Starting Room] [Case1 Starting Room]
  717. ChangeDescr [Loire Gallery] [Case1 Loire Gallery]
  718. ChangeDescr [Scotland Yard] [Case1 Scotland Yard]
  719. ChangeDescr [Davidson & Sons Law Offices] [Case1 Davidson & Sons Law Offices]
  720. ChangeDescr [Dartmouth Hotel] [Case1 Dartmouth Hotel]
  721. ChangeDescr [Bank Of England] [Case1 Bank Of England]
  722. ChangeDescr [Mercantile Company] [Case1 Mercantile Company]
  723. ChangeDescr [Seymore Park] [Case1 Seymore Park]
  724. ChangeDescr [Stock Exchange] [Case1 Stock Exchange]
  725. ChangeDescr [Cab Company] [Case1 Cab Company]
  726. ChangeDescr [Newspaper] [Case1 Newspaper]
  727. ChangeDescr [Pub] [Case1 Pub]
  728. ChangeDescr [Shipping Company] [Case1 Shipping Company]
  729. GoToRoom [Starting Room]
  730. DoneWithTurn
  731. END_COMMAND
  732.  
  733. COMMAND SELECTCASE
  734. ! Change all of the ROOM_DESCR's to the those for the Case 2
  735. VariableEquals [Case] 2
  736. ChangeDescr [Starting Room] [Case2 Starting Room]
  737. ChangeDescr [Loire Gallery] [Case2 Loire Gallery]
  738. ChangeDescr [Boutique] [Case2 Boutique]
  739. ChangeDescr [Scotland Yard] [Case2 Scotland Yard]
  740. ChangeDescr [Davidson & Sons Law Offices] [Case2 Davidson & Sons Law Offices]
  741. ChangeDescr [Dartmouth Hotel] [Case2 Dartmouth Hotel]
  742. ChangeDescr [Bank Of England] [Case2 Bank Of England]
  743. ChangeDescr [Seymore Park] [Case2 Seymore Park]
  744. ChangeDescr [Stock Exchange] [Case2 Stock Exchange]
  745. ChangeDescr [Cab Company] [Case2 Cab Company]
  746. ChangeDescr [Newspaper] [Case2 Newspaper]
  747. ChangeDescr [Pub] [Case2 Pub]
  748. ChangeDescr [Ferry] [Case2 Ferry]
  749. GoToRoom [Starting Room]
  750. DoneWithTurn
  751. END_COMMAND
  752.  
  753. COMMAND SELECTCASE
  754. ! Change all of the ROOM_DESCR's to the those for the Case 3
  755. VariableEquals [Case] 3
  756. ChangeDescr [Starting Room] [Case3 Starting Room]
  757. ChangeDescr [Loire Gallery] [Case3 Loire Gallery]
  758. ChangeDescr [Boutique] [Case3 Boutique]
  759. ChangeDescr [Scotland Yard] [Case3 Scotland Yard]
  760. ChangeDescr [Davidson & Sons Law Offices] [Case3 Davidson & Sons Law Offices]
  761. ChangeDescr [Dartmouth Hotel] [Case3 Dartmouth Hotel]
  762. ChangeDescr [Bank Of England] [Case3 Bank Of England]
  763. ChangeDescr [Mercantile Company] [Case3 Mercantile Company]
  764. ChangeDescr [Seymore Park] [Case3 Seymore Park]
  765. ChangeDescr [Stock Exchange] [Case3 Stock Exchange]
  766. ChangeDescr [Cab Company] [Case3 Cab Company]
  767. ChangeDescr [Newspaper] [Case3 Newspaper]
  768. ChangeDescr [Pub] [Case3 Pub]
  769. ChangeDescr [Ferry] [Case3 Ferry]
  770. ChangeDescr [Shipping Company] [Case3 Shipping Company]
  771. GoToRoom [Starting Room]
  772. DoneWithTurn
  773. END_COMMAND
  774.  
  775. COMMAND SELECTCASE
  776. ! Change all of the ROOM_DESCR's to the those for the Case 4
  777. VariableEquals [Case] 4
  778. ChangeDescr [Starting Room] [Case4 Starting Room]
  779. ChangeDescr [Loire Gallery] [Case4 Loire Gallery]
  780. ChangeDescr [Boutique] [Case4 Boutique]
  781. ChangeDescr [Scotland Yard] [Case4 Scotland Yard]
  782. ChangeDescr [Davidson & Sons Law Offices] [Case4 Davidson & Sons Law Offices]
  783. ChangeDescr [Dartmouth Hotel] [Case4 Dartmouth Hotel]
  784. ChangeDescr [Bank Of England] [Case4 Bank Of England]
  785. ChangeDescr [Mercantile Company] [Case4 Mercantile Company]
  786. ChangeDescr [Seymore Park] [Case4 Seymore Park]
  787. ChangeDescr [Stock Exchange] [Case4 Stock Exchange]
  788. ChangeDescr [Cab Company] [Case4 Cab Company]
  789. ChangeDescr [Newspaper] [Case4 Newspaper]
  790. ChangeDescr [Pub] [Case4 Pub]
  791. ChangeDescr [Ferry] [Case4 Ferry]
  792. ChangeDescr [Shipping Company] [Case4 Shipping Company]
  793. GoToRoom [Starting Room]
  794. DoneWithTurn
  795. END_COMMAND
  796.  
  797. COMMAND SELECTCASE
  798. ! Change all of the ROOM_DESCR's to the those for the Case 5
  799. VariableEquals [Case] 5
  800. ChangeDescr [Starting Room] [Case5 Starting Room]
  801. ChangeDescr [Loire Gallery] [Case5 Loire Gallery]
  802. ChangeDescr [Boutique] [Case5 Boutique]
  803. ChangeDescr [Scotland Yard] [Case5 Scotland Yard]
  804. ChangeDescr [Davidson & Sons Law Offices] [Case5 Davidson & Sons Law Offices]
  805. ChangeDescr [Dartmouth Hotel] [Case5 Dartmouth Hotel]
  806. ChangeDescr [Bank Of England] [Case5 Bank Of England]
  807. ChangeDescr [Mercantile Company] [Case5 Mercantile Company]
  808. ChangeDescr [Seymore Park] [Case5 Seymore Park]
  809. ChangeDescr [Stock Exchange] [Case5 Stock Exchange]
  810. ChangeDescr [Cab Company] [Case5 Cab Company]
  811. ChangeDescr [Newspaper] [Case5 Newspaper]
  812. ChangeDescr [Pub] [Case5 Pub]
  813. ChangeDescr [Ferry] [Case5 Ferry]
  814. ChangeDescr [Shipping Company] [Case5 Shipping Company]
  815. GoToRoom [Starting Room]
  816. DoneWithTurn
  817. END_COMMAND
  818.  
  819. COMMAND SELECTCASE
  820. ! Change all of the ROOM_DESCR's to the those for the Case 6
  821. VariableEquals [Case] 6
  822. ChangeDescr [Starting Room] [Case6 Starting Room]
  823. ChangeDescr [Loire Gallery] [Case6 Loire Gallery]
  824. ChangeDescr [Boutique] [Case6 Boutique]
  825. ChangeDescr [Scotland Yard] [Case6 Scotland Yard]
  826. ChangeDescr [Davidson & Sons Law Offices] [Case6 Davidson & Sons Law Offices]
  827. ChangeDescr [Dartmouth Hotel] [Case6 Dartmouth Hotel]
  828. ChangeDescr [Bank Of England] [Case6 Bank Of England]
  829. ChangeDescr [Mercantile Company] [Case6 Mercantile Company]
  830. ChangeDescr [Seymore Park] [Case6 Seymore Park]
  831. ChangeDescr [Stock Exchange] [Case6 Stock Exchange]
  832. ChangeDescr [Cab Company] [Case6 Cab Company]
  833. ChangeDescr [Newspaper] [Case6 Newspaper]
  834. ChangeDescr [Pub] [Case6 Pub]
  835. ChangeDescr [Ferry] [Case6 Ferry]
  836. ChangeDescr [Shipping Company] [Case6 Shipping Company]
  837. GoToRoom [Starting Room]
  838. DoneWithTurn
  839. END_COMMAND
  840.  
  841. COMMAND SELECTCASE
  842. ! Change all of the ROOM_DESCR's to the those for the Case 7
  843. VariableEquals [Case] 7
  844. ChangeDescr [Starting Room] [Case7 Starting Room]
  845. ChangeDescr [Loire Gallery] [Case7 Loire Gallery]
  846. ChangeDescr [Boutique] [Case7 Boutique]
  847. ChangeDescr [Scotland Yard] [Case7 Scotland Yard]
  848. ChangeDescr [Davidson & Sons Law Offices] [Case7 Davidson & Sons Law Offices]
  849. ChangeDescr [Dartmouth Hotel] [Case7 Dartmouth Hotel]
  850. ChangeDescr [Bank Of England] [Case7 Bank Of England]
  851. ChangeDescr [Mercantile Company] [Case7 Mercantile Company]
  852. ChangeDescr [Seymore Park] [Case7 Seymore Park]
  853. ChangeDescr [Stock Exchange] [Case7 Stock Exchange]
  854. ChangeDescr [Cab Company] [Case7 Cab Company]
  855. ChangeDescr [Newspaper] [Case7 Newspaper]
  856. ChangeDescr [Pub] [Case7 Pub]
  857. ChangeDescr [Ferry] [Case7 Ferry]
  858. ChangeDescr [Shipping Company] [Case7 Shipping Company]
  859. GoToRoom [Starting Room]
  860. DoneWithTurn
  861. END_COMMAND
  862.  
  863. COMMAND SELECTCASE
  864. ! Change all of the ROOM_DESCR's to the those for the Case 8
  865. VariableEquals [Case] 8
  866. ChangeDescr [Starting Room] [Case8 Starting Room]
  867. ChangeDescr [Loire Gallery] [Case8 Loire Gallery]
  868. ChangeDescr [Boutique] [Case8 Boutique]
  869. ChangeDescr [Scotland Yard] [Case8 Scotland Yard]
  870. ChangeDescr [Davidson & Sons Law Offices] [Case8 Davidson & Sons Law Offices]
  871. ChangeDescr [Dartmouth Hotel] [Case8 Dartmouth Hotel]
  872. ChangeDescr [Bank Of England] [Case8 Bank Of England]
  873. ChangeDescr [Mercantile Company] [Case8 Mercantile Company]
  874. ChangeDescr [Seymore Park] [Case8 Seymore Park]
  875. ChangeDescr [Stock Exchange] [Case8 Stock Exchange]
  876. ChangeDescr [Cab Company] [Case8 Cab Company]
  877. ChangeDescr [Newspaper] [Case8 Newspaper]
  878. ChangeDescr [Pub] [Case8 Pub]
  879. ChangeDescr [Ferry] [Case8 Ferry]
  880. ChangeDescr [Shipping Company] [Case8 Shipping Company]
  881. GoToRoom [Starting Room]
  882. DoneWithTurn
  883. END_COMMAND
  884.  
  885. COMMAND SELECTCASE
  886. ! Change all of the ROOM_DESCR's to the those for the Case 9
  887. VariableEquals [Case] 9
  888. ChangeDescr [Starting Room] [Case9 Starting Room]
  889. ChangeDescr [Loire Gallery] [Case9 Loire Gallery]
  890. ChangeDescr [Boutique] [Case9 Boutique]
  891. ChangeDescr [Scotland Yard] [Case9 Scotland Yard]
  892. ChangeDescr [Davidson & Sons Law Offices] [Case9 Davidson & Sons Law Offices]
  893. ChangeDescr [Bank Of England] [Case9 Bank Of England]
  894. ChangeDescr [Mercantile Company] [Case9 Mercantile Company]
  895. ChangeDescr [Seymore Park] [Case9 Seymore Park]
  896. ChangeDescr [Stock Exchange] [Case9 Stock Exchange]
  897. ChangeDescr [Cab Company] [Case9 Cab Company]
  898. ChangeDescr [Newspaper] [Case9 Newspaper]
  899. ChangeDescr [Pub] [Case9 Pub]
  900. ChangeDescr [Ferry] [Case9 Ferry]
  901. ChangeDescr [Shipping Company] [Case9 Shipping Company]
  902. GoToRoom [Starting Room]
  903. DoneWithTurn
  904. END_COMMAND
  905.  
  906. COMMAND SELECTCASE
  907. ! Change all of the ROOM_DESCR's to the those for the Case 10
  908. VariableEquals [Case] 10
  909. ChangeDescr [Starting Room] [Case10 Starting Room]
  910. ChangeDescr [Loire Gallery] [Case10 Loire Gallery]
  911. ChangeDescr [Boutique] [Case10 Boutique]
  912. ChangeDescr [Davidson & Sons Law Offices] [Case10 Davidson & Sons Law Offices]
  913. ChangeDescr [Dartmouth Hotel] [Case10 Dartmouth Hotel]
  914. ChangeDescr [Bank Of England] [Case10 Bank Of England]
  915. ChangeDescr [Mercantile Company] [Case10 Mercantile Company]
  916. ChangeDescr [Seymore Park] [Case10 Seymore Park]
  917. ChangeDescr [Stock Exchange] [Case10 Stock Exchange]
  918. ChangeDescr [Cab Company] [Case10 Cab Company]
  919. ChangeDescr [Newspaper] [Case10 Newspaper]
  920. ChangeDescr [Pub] [Case10 Pub]
  921. ChangeDescr [Ferry] [Case10 Ferry]
  922. ChangeDescr [Shipping Company] [Case10 Shipping Company]
  923. GoToRoom [Starting Room]
  924. DoneWithTurn
  925. END_COMMAND
  926.  
  927. COMMAND SELECTCASE
  928. ! Change all of the ROOM_DESCR's to the those for the Case 11
  929. VariableEquals [Case] 11
  930. ChangeDescr [Starting Room] [Case11 Starting Room]
  931. ChangeDescr [Loire Gallery] [Case11 Loire Gallery]
  932. ChangeDescr [Boutique] [Case11 Boutique]
  933. ChangeDescr [Scotland Yard] [Case11 Scotland Yard]
  934. ChangeDescr [Davidson & Sons Law Offices] [Case11 Davidson & Sons Law Offices]
  935. ChangeDescr [Dartmouth Hotel] [Case11 Dartmouth Hotel]
  936. ChangeDescr [Bank Of England] [Case11 Bank Of England]
  937. ChangeDescr [Mercantile Company] [Case11 Mercantile Company]
  938. ChangeDescr [Seymore Park] [Case11 Seymore Park]
  939. ChangeDescr [Stock Exchange] [Case11 Stock Exchange]
  940. ChangeDescr [Cab Company] [Case11 Cab Company]
  941. ChangeDescr [Newspaper] [Case11 Newspaper]
  942. ChangeDescr [Pub] [Case11 Pub]
  943. ChangeDescr [Ferry] [Case11 Ferry]
  944. ChangeDescr [Shipping Company] [Case11 Shipping Company]
  945. GoToRoom [Starting Room]
  946. DoneWithTurn
  947. END_COMMAND
  948.  
  949. COMMAND SELECTCASE
  950. ! Change all of the ROOM_DESCR's to the those for the Case 12
  951. VariableEquals [Case] 12
  952. ChangeDescr [Starting Room] [Case12 Starting Room]
  953. ChangeDescr [Loire Gallery] [Case12 Loire Gallery]
  954. ChangeDescr [Boutique] [Case12 Boutique]
  955. ChangeDescr [Scotland Yard] [Case12 Scotland Yard]
  956. ChangeDescr [Davidson & Sons Law Offices] [Case12 Davidson & Sons Law Offices]
  957. ChangeDescr [Dartmouth Hotel] [Case12 Dartmouth Hotel]
  958. ChangeDescr [Bank Of England] [Case12 Bank Of England]
  959. ChangeDescr [Mercantile Company] [Case12 Mercantile Company]
  960. ChangeDescr [Seymore Park] [Case12 Seymore Park]
  961. ChangeDescr [Stock Exchange] [Case12 Stock Exchange]
  962. ChangeDescr [Cab Company] [Case12 Cab Company]
  963. ChangeDescr [Newspaper] [Case12 Newspaper]
  964. ChangeDescr [Pub] [Case12 Pub]
  965. ChangeDescr [Ferry] [Case12 Ferry]
  966. ChangeDescr [Shipping Company] [Case12 Shipping Company]
  967. GoToRoom [Starting Room]
  968. DoneWithTurn
  969. END_COMMAND
  970.  
  971. COMMAND SELECTCASE
  972. ! Change all of the ROOM_DESCR's to the those for the Case 13
  973. VariableEquals [Case] 13
  974. ChangeDescr [Starting Room] [Case13 Starting Room]
  975. ChangeDescr [Loire Gallery] [Case13 Loire Gallery]
  976. ChangeDescr [Boutique] [Case13 Boutique]
  977. ChangeDescr [Scotland Yard] [Case13 Scotland Yard]
  978. ChangeDescr [Davidson & Sons Law Offices] [Case13 Davidson & Sons Law Offices]
  979. ChangeDescr [Dartmouth Hotel] [Case13 Dartmouth Hotel]
  980. ChangeDescr [Bank Of England] [Case13 Bank Of England]
  981. ChangeDescr [Mercantile Company] [Case13 Mercantile Company]
  982. ChangeDescr [Seymore Park] [Case13 Seymore Park]
  983. ChangeDescr [Stock Exchange] [Case13 Stock Exchange]
  984. ChangeDescr [Cab Company] [Case13 Cab Company]
  985. ChangeDescr [Newspaper] [Case13 Newspaper]
  986. ChangeDescr [Pub] [Case13 Pub]
  987. ChangeDescr [Ferry] [Case13 Ferry]
  988. ChangeDescr [Shipping Company] [Case13 Shipping Company]
  989. GoToRoom [Starting Room]
  990. DoneWithTurn
  991. END_COMMAND
  992.  
  993. COMMAND SELECTCASE
  994. ! Change all of the ROOM_DESCR's to the those for the Case 14
  995. VariableEquals [Case] 14
  996. ChangeDescr [Starting Room] [Case14 Starting Room]
  997. ChangeDescr [Loire Gallery] [Case14 Loire Gallery]
  998. ChangeDescr [Davidson & Sons Law Offices] [Case14 Davidson & Sons Law Offices]
  999. ChangeDescr [Dartmouth Hotel] [Case14 Dartmouth Hotel]
  1000. ChangeDescr [Bank Of England] [Case14 Bank Of England]
  1001. ChangeDescr [Mercantile Company] [Case14 Mercantile Company]
  1002. ChangeDescr [Seymore Park] [Case14 Seymore Park]
  1003. ChangeDescr [Cab Company] [Case14 Cab Company]
  1004. ChangeDescr [Newspaper] [Case14 Newspaper]
  1005. ChangeDescr [Pub] [Case14 Pub]
  1006. ChangeDescr [Shipping Company] [Case14 Shipping Company]
  1007. GoToRoom [Starting Room]
  1008. DoneWithTurn
  1009. END_COMMAND
  1010.  
  1011. COMMAND SELECTCASE
  1012. ! Change all of the ROOM_DESCR's to the those for the Case 15
  1013. VariableEquals [Case] 15
  1014. ChangeDescr [Starting Room] [Case15 Starting Room]
  1015. ChangeDescr [Scotland Yard] [Case15 Scotland Yard]
  1016. ChangeDescr [Davidson & Sons Law Offices] [Case15 Davidson & Sons Law Offices]
  1017. ChangeDescr [Dartmouth Hotel] [Case15 Dartmouth Hotel]
  1018. ChangeDescr [Bank Of England] [Case15 Bank Of England]
  1019. ChangeDescr [Mercantile Company] [Case15 Mercantile Company]
  1020. ChangeDescr [Seymore Park] [Case15 Seymore Park]
  1021. ChangeDescr [Stock Exchange] [Case15 Stock Exchange]
  1022. ChangeDescr [Cab Company] [Case15 Cab Company]
  1023. ChangeDescr [Newspaper] [Case15 Newspaper]
  1024. ChangeDescr [Pub] [Case15 Pub]
  1025. ChangeDescr [Shipping Company] [Case15 Shipping Company]
  1026. GoToRoom [Starting Room]
  1027. DoneWithTurn
  1028. END_COMMAND
  1029.  
  1030. COMMAND SELECTCASE
  1031. ! Change all of the ROOM_DESCR's to the those for the Case 16
  1032. VariableEquals [Case] 16
  1033. ChangeDescr [Starting Room] [Case16 Starting Room]
  1034. ChangeDescr [Loire Gallery] [Case16 Loire Gallery]
  1035. ChangeDescr [Boutique] [Case16 Boutique]
  1036. ChangeDescr [Scotland Yard] [Case16 Scotland Yard]
  1037. ChangeDescr [Davidson & Sons Law Offices] [Case16 Davidson & Sons Law Offices]
  1038. ChangeDescr [Bank Of England] [Case16 Bank Of England]
  1039. ChangeDescr [Seymore Park] [Case16 Seymore Park]
  1040. ChangeDescr [Stock Exchange] [Case16 Stock Exchange]
  1041. ChangeDescr [Newspaper] [Case16 Newspaper]
  1042. ChangeDescr [Pub] [Case16 Pub]
  1043. ChangeDescr [Shipping Company] [Case16 Shipping Company]
  1044. GoToRoom [Starting Room]
  1045. DoneWithTurn
  1046. END_COMMAND
  1047.  
  1048. COMMAND SELECTCASE
  1049. ! Change all of the ROOM_DESCR's to the those for the Case 17
  1050. VariableEquals [Case] 17
  1051. ChangeDescr [Starting Room] [Case17 Starting Room]
  1052. ChangeDescr [Loire Gallery] [Case17 Loire Gallery]
  1053. ChangeDescr [Boutique] [Case17 Boutique]
  1054. ChangeDescr [Scotland Yard] [Case17 Scotland Yard]
  1055. ChangeDescr [Davidson & Sons Law Offices] [Case17 Davidson & Sons Law Offices]
  1056. ChangeDescr [Dartmouth Hotel] [Case17 Dartmouth Hotel]
  1057. ChangeDescr [Bank Of England] [Case17 Bank Of England]
  1058. ChangeDescr [Mercantile Company] [Case17 Mercantile Company]
  1059. ChangeDescr [Seymore Park] [Case17 Seymore Park]
  1060. ChangeDescr [Stock Exchange] [Case17 Stock Exchange]
  1061. ChangeDescr [Cab Company] [Case17 Cab Company]
  1062. ChangeDescr [Newspaper] [Case17 Newspaper]
  1063. ChangeDescr [Pub] [Case17 Pub]
  1064. ChangeDescr [Ferry] [Case17 Ferry]
  1065. ChangeDescr [Shipping Company] [Case17 Shipping Company]
  1066. GoToRoom [Starting Room]
  1067. DoneWithTurn
  1068. END_COMMAND
  1069.  
  1070. COMMAND SELECTCASE
  1071. ! Change all of the ROOM_DESCR's to the those for the Case 18
  1072. VariableEquals [Case] 18
  1073. ChangeDescr [Starting Room] [Case18 Starting Room]
  1074. ChangeDescr [Loire Gallery] [Case18 Loire Gallery]
  1075. ChangeDescr [Boutique] [Case18 Boutique]
  1076. ChangeDescr [Dartmouth Hotel] [Case18 Dartmouth Hotel]
  1077. ChangeDescr [Bank Of England] [Case18 Bank Of England]
  1078. ChangeDescr [Mercantile Company] [Case18 Mercantile Company]
  1079. ChangeDescr [Stock Exchange] [Case18 Stock Exchange]
  1080. ChangeDescr [Cab Company] [Case18 Cab Company]
  1081. ChangeDescr [Newspaper] [Case18 Newspaper]
  1082. ChangeDescr [Pub] [Case18 Pub]
  1083. ChangeDescr [Ferry] [Case18 Ferry]
  1084. ChangeDescr [Shipping Company] [Case18 Shipping Company]
  1085. GoToRoom [Starting Room]
  1086. DoneWithTurn
  1087. END_COMMAND
  1088.  
  1089. ! -- Basic Room/Game Structure
  1090.  
  1091. ROOM [Blocked by Bobby]
  1092. Blocked by Bobby
  1093. END_ROOM
  1094.  
  1095. ROOM_DESCR [Blocked by Bobby]
  1096.  
  1097.         A bobby stands in front of the building.  He snaps smartly to
  1098.         attention as you walk up.  He says 'Good day sir, sorry but             
  1099.         Inspector Lestrade says that this place is to remain sealed'.        
  1100. END_ROOM_DESCR
  1101.  
  1102. VARIABLE [Number of Passes]
  1103.  
  1104. FLAG [Bobby Blocking Boutique]
  1105. FLAG [Bobby Blocking Loire Gallery]
  1106. FLAG [Bobby Blocking Davidson & Sons Law Offices]
  1107. FLAG [Bobby Blocking Dartmouth Hotel]
  1108. FLAG [Bobby Blocking Bank Of England]
  1109. FLAG [Bobby Blocking Mercantile Company]
  1110. FLAG [Bobby Blocking Seymore Park]
  1111. FLAG [Bobby Blocking Stock Exchange]
  1112. FLAG [Bobby Blocking Cab Company]
  1113. FLAG [Bobby Blocking Newspaper]
  1114. FLAG [Bobby Blocking Pub]
  1115. FLAG [Bobby Blocking Ferry]
  1116. FLAG [Bobby Blocking Shipping Company]
  1117.  
  1118. COMMAND PASS
  1119. NOT AtLocation [Blocked by Bobby]
  1120. VariableGT [Number of Passes] 0
  1121. PrintMessage
  1122.         Watson tells you that this is not a sealed location and that
  1123.         you should put your passes back in your pocket.                         
  1124. END_Message
  1125. BlankLine
  1126. DoneWithTurn
  1127. END_COMMAND
  1128.  
  1129. COMMAND PASS
  1130. NOT AtLocation [Blocked by Bobby]
  1131. VariableEquals [Number of Passes] 0
  1132. PrintMessage
  1133.         Watson tells you that this is not a sealed location and that
  1134.         you don't have any passes left -- anyway.
  1135. END_Message
  1136. BlankLine
  1137. DoneWithTurn
  1138. END_COMMAND
  1139.  
  1140. COMMAND PASS
  1141. FlagON [Bobby Blocking Boutique]
  1142. AtLocation [Blocked by Bobby]
  1143. VariableGT [Number of Passes] 0
  1144. SubtractFromVariable [Number of Passes] 1
  1145. PrintMessage [Show Bobby your pass!]
  1146. GoToRoom [Boutique]
  1147. DoneWithTurn
  1148. END_COMMAND
  1149.  
  1150. COMMAND PASS
  1151. FlagON [Bobby Blocking Boutique]
  1152. AtLocation [Blocked by Bobby]
  1153. VariableLT [Number of Passes] 1
  1154. PrintMessage [You don't have any passes left!]
  1155. DoneWithTurn
  1156. END_COMMAND
  1157.  
  1158. MESSAGE [Show Bobby your pass!]
  1159.         You walk politely up to the policeman and hand him one of the
  1160.         passes that Inspector Gregson gave you.  He reads it quickly            
  1161.         and let's you in.                                                       
  1162.  
  1163. END_MESSAGE
  1164.  
  1165. MESSAGE [You don't have any passes left!]
  1166.         Watson looks exasperated and says 'Holmes! You know we don't
  1167.         have any passes left.  Let's get out of here'.                          
  1168.  
  1169. END_MESSAGE
  1170.  
  1171. COMMAND PASS
  1172. FlagON [Bobby Blocking Davidson & Sons Law Offices]
  1173. AtLocation [Blocked by Bobby]
  1174. VariableGT [Number of Passes] 0
  1175. SubtractFromVariable [Number of Passes] 1
  1176. PrintMessage [Show Bobby your pass!]
  1177. GoToRoom [Davidson & Sons Law Offices]
  1178. DoneWithTurn
  1179. END_COMMAND
  1180.  
  1181. COMMAND PASS
  1182. FlagON [Bobby Blocking Davidson & Sons Law Offices]
  1183. AtLocation [Blocked by Bobby]
  1184. VariableLT [Number of Passes] 1
  1185. PrintMessage [You don't have any passes left!]
  1186. DoneWithTurn
  1187. END_COMMAND
  1188.  
  1189. COMMAND PASS
  1190. FlagON [Bobby Blocking Dartmouth Hotel]
  1191. AtLocation [Blocked by Bobby]
  1192. VariableGT [Number of Passes] 0
  1193. SubtractFromVariable [Number of Passes] 1
  1194. PrintMessage [Show Bobby your pass!]
  1195. GoToRoom [Dartmouth Hotel]
  1196. DoneWithTurn
  1197. END_COMMAND
  1198.  
  1199. COMMAND PASS
  1200. FlagON [Bobby Blocking Dartmouth Hotel]
  1201. AtLocation [Blocked by Bobby]
  1202. VariableLT [Number of Passes] 1
  1203. PrintMessage [You don't have any passes left!]
  1204. DoneWithTurn
  1205. END_COMMAND
  1206.  
  1207. COMMAND PASS
  1208. FlagON [Bobby Blocking Mercantile Company]
  1209. AtLocation [Blocked by Bobby]
  1210. VariableGT [Number of Passes] 0
  1211. SubtractFromVariable [Number of Passes] 1
  1212. PrintMessage [Show Bobby your pass!]
  1213. GoToRoom [Mercantile Company]
  1214. DoneWithTurn
  1215. END_COMMAND
  1216.  
  1217. COMMAND PASS
  1218. FlagON [Bobby Blocking Mercantile Company]
  1219. AtLocation [Blocked by Bobby]
  1220. VariableLT [Number of Passes] 1
  1221. PrintMessage [You don't have any passes left!]
  1222. DoneWithTurn
  1223. END_COMMAND
  1224.  
  1225. COMMAND PASS
  1226. FlagON [Bobby Blocking Cab Company]
  1227. AtLocation [Blocked by Bobby]
  1228. VariableGT [Number of Passes] 0
  1229. SubtractFromVariable [Number of Passes] 1
  1230. PrintMessage [Show Bobby your pass!]
  1231. GoToRoom [Cab Company]
  1232. DoneWithTurn
  1233. END_COMMAND
  1234.  
  1235. COMMAND PASS
  1236. FlagON [Bobby Blocking Cab Company]
  1237. AtLocation [Blocked by Bobby]
  1238. VariableLT [Number of Passes] 1
  1239. PrintMessage [You don't have any passes left!]
  1240. DoneWithTurn
  1241. END_COMMAND
  1242.  
  1243. COMMAND PASS
  1244. FlagON [Bobby Blocking Newspaper]
  1245. AtLocation [Blocked by Bobby]
  1246. VariableGT [Number of Passes] 0
  1247. SubtractFromVariable [Number of Passes] 1
  1248. PrintMessage [Show Bobby your pass!]
  1249. GoToRoom [Newspaper]
  1250. DoneWithTurn
  1251. END_COMMAND
  1252.  
  1253. COMMAND PASS
  1254. FlagON [Bobby Blocking Newspaper]
  1255. AtLocation [Blocked by Bobby]
  1256. VariableLT [Number of Passes] 1
  1257. PrintMessage [You don't have any passes left!]
  1258. DoneWithTurn
  1259. END_COMMAND
  1260.  
  1261. COMMAND PASS
  1262. FlagON [Bobby Blocking Pub]
  1263. AtLocation [Blocked by Bobby]
  1264. VariableGT [Number of Passes] 0
  1265. SubtractFromVariable [Number of Passes] 1
  1266. PrintMessage [Show Bobby your pass!]
  1267. GoToRoom [Pub]
  1268. DoneWithTurn
  1269. END_COMMAND
  1270.  
  1271. COMMAND PASS
  1272. FlagON [Bobby Blocking Pub]
  1273. AtLocation [Blocked by Bobby]
  1274. VariableLT [Number of Passes] 1
  1275. PrintMessage [You don't have any passes left!]
  1276. DoneWithTurn
  1277. END_COMMAND
  1278.  
  1279. COMMAND PASS
  1280. FlagON [Bobby Blocking Ferry]
  1281. AtLocation [Blocked by Bobby]
  1282. VariableGT [Number of Passes] 0
  1283. SubtractFromVariable [Number of Passes] 1
  1284. PrintMessage [Show Bobby your pass!]
  1285. GoToRoom [Ferry]
  1286. DoneWithTurn
  1287. END_COMMAND
  1288.  
  1289. COMMAND PASS
  1290. FlagON [Bobby Blocking Ferry]
  1291. AtLocation [Blocked by Bobby]
  1292. VariableLT [Number of Passes] 1
  1293. PrintMessage [You don't have any passes left!]
  1294. DoneWithTurn
  1295. END_COMMAND
  1296.  
  1297. COMMAND PASS
  1298. FlagON [Bobby Blocking Shipping Company]
  1299. AtLocation [Blocked by Bobby]
  1300. VariableGT [Number of Passes] 0
  1301. SubtractFromVariable [Number of Passes] 1
  1302. PrintMessage [Show Bobby your pass!]
  1303. GoToRoom [Shipping Company]
  1304. DoneWithTurn
  1305. END_COMMAND
  1306.  
  1307. COMMAND PASS
  1308. FlagON [Bobby Blocking Shipping Company]
  1309. AtLocation [Blocked by Bobby]
  1310. VariableLT [Number of Passes] 1
  1311. PrintMessage [You don't have any passes left!]
  1312. DoneWithTurn
  1313. END_COMMAND
  1314.  
  1315.  
  1316. ROOM [Starting Room]
  1317. 221 B Baker Street
  1318. AUTOEXEC STARTMESSAGE
  1319. END_ROOM
  1320.  
  1321. ROOM_DESCR [Starting Room]
  1322.         There are no clues here.
  1323. END_ROOM_DESCR
  1324.  
  1325.                                                                                 
  1326. COMMAND STARTMESSAGE
  1327. BlankLine
  1328. RandomMessage [Start Message 1] [Start Message 3]
  1329. DoneWithTurn
  1330. END_COMMAND
  1331.  
  1332. MESSAGE [Start Message 1]
  1333.         It is currently 1:00 PM and you are standing on the steps of            
  1334.         221B Baker Street.  The sun is shining and a light breeze is            
  1335.         blowing in off the Thames.                                              
  1336. END_MESSAGE
  1337.                                                                                 
  1338. MESSAGE [Start Message 2]
  1339.         The church clock on Hide Street chimes the hour of one as you           
  1340.         exit your Baker Street abode.  The streets are all but empty            
  1341.         as the rain continues to fall.  One look at Watson tells you            
  1342.         that he will not enjoy this case.                                       
  1343. END_MESSAGE
  1344.                                                                                 
  1345. MESSAGE [Start Message 3]
  1346.         It is has just turned the hour of one as you walk out of your           
  1347.         apartment on Baker Street.  You can still feel the weight of            
  1348.         Mrs. Hudson's lunch as you walk down the steps.  The traffic             
  1349.         is light for the time of day.  You are anxious to start the             
  1350.         case.                                                                   
  1351. END_MESSAGE
  1352.                                                                                 
  1353.  
  1354. ROOM [Solution]
  1355. 221 B Baker Street
  1356. AUTOEXEC ASKQUESTIONS
  1357. END_ROOM
  1358.  
  1359. ROOM_DESCR [Solution]
  1360.  
  1361.         As you walk in to your apartments at 221B Baker St. Mrs. Hudson
  1362.         meets you at the door.  'Oh Mr. Holmes!  The Inspector from             
  1363.         Scotland Yard arrived here just a few minutes ago.  He is waiting       
  1364.         for you in your rooms'.                                                 
  1365.  
  1366.         After walking up the steps, you enter to find Lestrade sitting in
  1367.         one of your easy chair.  'Well Holmes', he says, 'so you think          
  1368.         you've solved the case. Well then...                                    
  1369. END_ROOM_DESCR
  1370.  
  1371.  
  1372. ROOM [Loire Gallery]
  1373. Loire Gallery
  1374. END_ROOM
  1375.  
  1376. ROOM_DESCR [Loire Gallery]
  1377.         There are no clues here.
  1378. END_ROOM_DESCR
  1379.  
  1380.  
  1381. ROOM [Boutique]
  1382. Hillery's Boutique
  1383. END_ROOM
  1384.  
  1385. ROOM_DESCR [Boutique]
  1386.         There are no clues here.
  1387. END_ROOM_DESCR
  1388.  
  1389. ROOM [Scotland Yard]
  1390. Scotland Yard
  1391. END_ROOM
  1392.  
  1393. ROOM_DESCR [Scotland Yard]
  1394.         There are no clues here.
  1395. END_ROOM_DESCR
  1396.  
  1397.  
  1398. ROOM [Davidson & Sons Law Offices]
  1399. Davidson & Sons Law Offices
  1400. END_ROOM
  1401.  
  1402. ROOM_DESCR [Davidson & Sons Law Offices]
  1403.         There are no clues here.
  1404. END_ROOM_DESCR
  1405.  
  1406.  
  1407. ROOM [Dartmouth Hotel]
  1408. Dartmouth Hotel
  1409. END_ROOM
  1410.  
  1411. ROOM_DESCR [Dartmouth Hotel]
  1412.         There are no clues here.
  1413. END_ROOM_DESCR
  1414.  
  1415.  
  1416. ROOM [Bank Of England]
  1417. Bank Of England
  1418. END_ROOM
  1419.  
  1420. ROOM_DESCR [Bank Of England]
  1421.         There are no clues here.
  1422. END_ROOM_DESCR
  1423.  
  1424.  
  1425. ROOM [Mercantile Company]
  1426. West London Mercantile Company
  1427. END_ROOM
  1428.  
  1429. ROOM_DESCR [Mercantile Company]
  1430.         There are no clues here.
  1431. END_ROOM_DESCR
  1432.  
  1433.  
  1434. ROOM [Seymore Park]
  1435. Seymore Park
  1436. END_ROOM
  1437.  
  1438. ROOM_DESCR [Seymore Park]
  1439.         There are no clues here.
  1440. END_ROOM_DESCR
  1441.  
  1442.  
  1443. ROOM [Stock Exchange]
  1444. Stock Exchange
  1445. END_ROOM
  1446.  
  1447. ROOM_DESCR [Stock Exchange]
  1448.         There are no clues here.
  1449. END_ROOM_DESCR
  1450.  
  1451.  
  1452. ROOM [Cab Company]
  1453. West London Cab Company
  1454. END_ROOM
  1455.  
  1456. ROOM_DESCR [Cab Company]
  1457.         There are no clues here.
  1458. END_ROOM_DESCR
  1459.  
  1460. ROOM [Newspaper]
  1461. West London Tribune Newspaper
  1462. END_ROOM
  1463.  
  1464. ROOM_DESCR [Newspaper]
  1465.         There are no clues here.
  1466. END_ROOM_DESCR
  1467.  
  1468.  
  1469. ROOM [Pub]
  1470. West Landing Pub
  1471. END_ROOM
  1472.  
  1473. ROOM_DESCR [Pub]
  1474.         There are no clues here.
  1475. END_ROOM_DESCR
  1476.  
  1477.  
  1478. ROOM [Ferry]
  1479. Yorkshire Ferry
  1480. END_ROOM
  1481.  
  1482. ROOM_DESCR [Ferry]
  1483.         There are no clues here.
  1484. END_ROOM_DESCR
  1485.  
  1486. ROOM [Shipping Company]
  1487. Britannica Shipping Company
  1488. END_ROOM
  1489.  
  1490. ROOM_DESCR [Shipping Company]
  1491.         There are no clues here.
  1492. END_ROOM_DESCR
  1493.  
  1494.  
  1495. ! --- End of Basic Rooms/Game Structure
  1496.  
  1497.  
  1498. !  ---  The Adventure of the Dead Inventor              by Michael W. Bayley
  1499.  
  1500. ! CASE 1
  1501.  
  1502. MESSAGE [Case1 Starting Room]
  1503.  
  1504.         The Adventure of the Dead Inventor              by Michael W. Bayley
  1505.  
  1506.         Yesterday morning Mr. Foster was found dead in his hotel room,
  1507.         stabbed in the chest.
  1508.  
  1509.         Scotland Yard has arrested Mrs. Foster and is holding her for the
  1510.         murder.
  1511.  
  1512.         Mr. & Mrs. Henry Foster of Yorkshire were part of a large group
  1513.         staying at the Dartmouth Hotel for an Inventors Convention.
  1514.         murder of her husband.
  1515.  
  1516.         According to Mrs. Foster, she and her husband had returned from
  1517.         a late showing at The Loire Art Gallery about midnight the night
  1518.         before.  They were tired and went right to bed.  She awoke in the
  1519.         morning and found her husband lying dead at the foot of his hotel
  1520.         room bureau, a knife stuck in his chest.  Among the items on the
  1521.         victim's bureau were a copy of the West London Tribune, a large
  1522.         bedspring and an open box of his favorite cigars.
  1523.  
  1524.         The windows and doors were all still locked from the inside; and
  1525.         Mrs. Foster is at a loss to explain what happened.  But she swears
  1526.         she is innocent.
  1527.  
  1528.         Among the persons routinely questioned by Inspector Lestrade were
  1529.         Damian Pimperton, the manager of the Dartmouth; Beatrice Melbourne,
  1530.         a maid at the hotel; Dubby Wallingford, the hotel doorman; and
  1531.         two other couples who were friends of the Fosters and were also
  1532.         staying at the Dartmouth for the Inventors Convention - Mr. & Mrs.
  1533.         T. Walton and Mr. & Mrs. H. R. Southerington.
  1534.  
  1535.         The Fosters' son, Robert, has come to Sherlock Holmes for help in
  1536.         proving his mother's innocence.  "Although my father was somewhat
  1537.         of a scoundrel," he says, "my mother would never have killed him."
  1538.  
  1539.         To prove Mrs. Foster's innocence, Holmes must find out:
  1540.  
  1541.                         a) Who killed Mr. Foster
  1542.                         b) How he was killed
  1543.                         c) The motive for the murder
  1544.  
  1545.         The game is afoot!
  1546. END_MESSAGE
  1547.  
  1548. VARIABLE [Points For Answers]
  1549.  
  1550. MESSAGE [Sorry, but you are wrong!]
  1551.  
  1552.         Lestrade gets up from the chair and smiles.  'Well Mr. Holmes,
  1553.         I hate to disappoint you, but I have proof down at the Yard that        
  1554.         what you say isn't true.  Leave it to amateurs to go putting            
  1555.         their nose where it doesn't belong'.  He walks to the door and          
  1556.         exits.  You are left with your thoughts as to what went wrong.          
  1557. END_MESSAGE
  1558.  
  1559. MESSAGE [Great!  You solved the case!]
  1560.  
  1561.         'By God!', exclaims Lestrade, 'Mr. Holmes I don't know how you
  1562.         continue to solve these crimes'.  He gets up and walks to the           
  1563.         door.  Just as he is about to leave, you say 'Why Inspector,            
  1564.         I thought you knew.  It's elementary my friend, it's elementary'.       
  1565.  
  1566.         The Inspector leaves and you settle down by the open window and
  1567.         begin to play your violin.                                              
  1568. END_MESSAGE
  1569.  
  1570. ! CASE 1 Q & A
  1571.  
  1572. COMMAND ASKQUESTIONS
  1573. SetVariableTo [Points For Answers] 0
  1574. VariableEquals [Case] 1
  1575. AskQuestion [Case1 1]
  1576. AnswerIsCorrect
  1577. AddToVariable [Points For Answers] 20
  1578. PlusScore 20
  1579. END_COMMAND
  1580.  
  1581. COMMAND ASKQUESTIONS
  1582. VariableEquals [Case] 1
  1583. BlankLine
  1584. AskQuestion [Case1 2]
  1585. AnswerIsCorrect
  1586. AddToVariable [Points For Answers] 20
  1587. PlusScore 20
  1588. END_COMMAND
  1589.  
  1590. COMMAND ASKQUESTIONS
  1591. VariableEquals [Case] 1
  1592. BlankLine
  1593. AskQuestion [Case1 3]
  1594. AnswerIsCorrect
  1595. AddToVariable [Points For Answers] 20
  1596. PlusScore 20
  1597. END_COMMAND
  1598.  
  1599. COMMAND ASKQUESTIONS
  1600. VariableEquals [Case] 1
  1601. VariableEquals [Points For Answers] 60
  1602. ! Got all of the answers correct -- solved the case!
  1603. PlusScore 40 -- bonus points for complete solution
  1604. PrintMessage [Great!  You solved the case!]
  1605. END_COMMAND
  1606.  
  1607. COMMAND ASKQUESTIONS
  1608. VariableEquals [Case] 1
  1609. VariableLT [Points For Answers] 60
  1610. ! You missed some or all of the answers!  Sorry!
  1611. PrintMessage [Sorry, but you are wrong!]
  1612. END_COMMAND
  1613.  
  1614. COMMAND ASKQUESTIONS
  1615. VariableEquals [Case] 1
  1616. BlankLine
  1617. AskQuestion [Review Solution]
  1618. AnswerIsCorrect
  1619. PrintMessage [Case1 Solution]
  1620. END_COMMAND
  1621.  
  1622. COMMAND ASKQUESTIONS
  1623. VariableEquals [Case] 1
  1624. BlankLine
  1625. AskQuestion [Another Case?]
  1626. AnswerIsCorrect
  1627. GoToRoom [Select Case Room]
  1628. DoneWithTurn
  1629. END_COMMAND
  1630.  
  1631.  
  1632.  
  1633. COMMAND ASKQUESTIONS
  1634. VariableEquals [Case] 1
  1635. ! Didn't select another case so QUIT!
  1636. ReDirectTo QUIT
  1637. DoneWithTurn
  1638. END_COMMAND
  1639.  
  1640.  
  1641. QUESTION [Review Solution] Would you like to review the solution of the case?
  1642.  
  1643. ANSWER [Review Solution] Yes OR Y OR OK
  1644.  
  1645. QUESTION [Another Case?] Would you like to crack another case?
  1646.  
  1647. ANSWER [Another Case?] Yes OR Y OR OK
  1648.  
  1649. QUESTION [Case1 1] Who killed Henry Foster?
  1650.  
  1651. ANSWER [Case1 1] Walton
  1652.  
  1653. QUESTION [Case1 2] How was he killed?
  1654.  
  1655. ANSWER [Case1 2] Catapult OR Device OR Cigar OR Box OR Spring
  1656.  
  1657.  
  1658. QUESTION [Case1 3] What was the motive?
  1659.  
  1660. ANSWER [Case1 3] Jealousy OR Wife OR Affair OR Adultery
  1661.  
  1662.  
  1663. MESSAGE [Case1 Solution]
  1664.  
  1665.         Mr. Walton learned that Foster was having an affair with his
  1666.         wife.  He then plotted his revenge for his romantic jealousy.
  1667.  
  1668.         While the Fosters were at the art showing with their friends,
  1669.         Walton, using a large bedspring rigged a catapult device that
  1670.         would thrust a knife when the cigar box was opened.
  1671.  
  1672.         Killer: Mr. Walton
  1673.         Method: Catapult device
  1674.         Motive: Romantic jealousy
  1675. END_MESSAGE
  1676.  
  1677.  
  1678. MESSAGE [Case1 Loire Gallery]
  1679.  
  1680.         The director of The Loire gallery confides that on the evening of
  1681.         the murder, Mr. & Mrs. Southerington accompanied Mr. & Mrs. Foster
  1682.         to the showing.
  1683. END_MESSAGE
  1684.  
  1685.  
  1686. MESSAGE [Case1 Scotland Yard]
  1687.  
  1688.         An autopsy reveals that the knife penetrated in a way that no
  1689.         human being could have done it.
  1690. END_MESSAGE
  1691.  
  1692.  
  1693. MESSAGE [Case1 Davidson & Sons Law Offices]
  1694.  
  1695.         Mr. Davidson, the head of the firm, tells you that one piece of
  1696.         evidence is that the cigar box contained a catapult device.
  1697. END_MESSAGE
  1698.  
  1699.  
  1700. MESSAGE [Case1 Dartmouth Hotel]
  1701.  
  1702.         The hotel manager tells you that Mr. Foster and Mrs. Walton were
  1703.         seen whispering to each other in the lobby of the Dartmouth the
  1704.         day before the murder.
  1705. END_MESSAGE
  1706.  
  1707.  
  1708. MESSAGE [Case1 Bank Of England]
  1709.  
  1710.         The assistant manager of the bank confides that Mr. Foster and
  1711.         Mrs. Walton had worked together as partners on a number of
  1712.         inventions.
  1713. END_MESSAGE
  1714.  
  1715.  
  1716. MESSAGE [Case1 Mercantile Company]
  1717.  
  1718.         One of the attendants at the mercantile tells you that Mr. Foster
  1719.         always smoked one of his favorite cigars in the morning when he
  1720.         first got up.
  1721. END_MESSAGE
  1722.  
  1723.  
  1724. MESSAGE [Case1 Seymore Park]
  1725.  
  1726.         An informant tells you that the killer was male.
  1727. END_MESSAGE
  1728.  
  1729.  
  1730. MESSAGE [Case1 Stock Exchange]
  1731.  
  1732.         One of your informants, who knows the people involved, hands you
  1733.         a coded message.
  1734.  
  1735.         It says (Motive - Part 2 of 4)
  1736.                 "The sound a clock makes."
  1737.  
  1738.         On the opposite page it reads (Motive - Part 3 of 4)
  1739.                 "A gelatin dessert."
  1740. END_MESSAGE
  1741.                    WEST LONDON CAB COMPANY
  1742.  
  1743.  
  1744. MESSAGE [Case1 Cab Company]
  1745.  
  1746.         An informant at the Cab Company hands you a coded message...
  1747.  
  1748.         It says (Killer - Part 1 of 2)
  1749.                 "Up against the _________"
  1750. END_MESSAGE
  1751.                    WEST LONDON TRIBUNE NEWSPAPER
  1752.  
  1753.  
  1754. MESSAGE [Case1 Newspaper]
  1755.  
  1756.         An informant at the Tribune comes up to you and slips a coded
  1757.         message into your pocket.
  1758.  
  1759.         It reads (Motive - Part 1 of 4)
  1760.                 "Caesar was a ________"
  1761.  
  1762.         On the back side you find written, (Motive - Part 4 of 4)
  1763.                 "A large body of salt water"
  1764. END_MESSAGE
  1765.  
  1766.  
  1767. MESSAGE [Case1 Pub]
  1768.  
  1769.         The barkeeper tells you that Mr. Foster & Mrs. Walton were
  1770.         obviously having an affair as they met there all the time and
  1771.         would spend hours in each others arms.
  1772. END_MESSAGE
  1773.  
  1774.  
  1775. MESSAGE [Case1 Shipping Company]
  1776.  
  1777.         One of your cronies working the docks hands you a coded message...
  1778.  
  1779.         It says (Killer - Part 2 of 2)
  1780.                 "2,000 pounds. (unit of measure)."
  1781. END_MESSAGE
  1782.  
  1783.  
  1784. ! --- End of Case
  1785.  
  1786.  
  1787.  
  1788. !  ---  The Adventure of the Missing Cuckoo             by Michael W. Bayley
  1789.  
  1790. ! CASE 2
  1791.  
  1792.  
  1793. MESSAGE [Case2 Starting Room]
  1794.  
  1795.         The Adventure of the Missing Cuckoo             by Michael W. Bayley
  1796.  
  1797.         Early this morning Margot Smythe, a bar maid at the West
  1798.         Landing Pub, was found strangled in her room.  Clutched in the
  1799.         dead girl's hand was a gold sovereign; and an empty box, marked
  1800.         "Hillery's", from an expensive pair of French nylons was found
  1801.         in the girl's wastebasket.  Inspector Lestrade also noticed that
  1802.         the cuckoo clock in the room was broken, and the bird was missing.
  1803.  
  1804.         Maxwell Torchfield, the barkeep at the West Landing, says that a
  1805.         bearded man in a grey coat was seen entering Margot's room last
  1806.         night.  By accident, one of Lestrade's men found a grey coat and
  1807.         a false beard in the trash can behind the house of Sir Bertram
  1808.         Lampfelt of Park Lane.
  1809.  
  1810.         Sir Lampfelt's wife, Constance, claims the coat and beard weren't
  1811.         there last night when she carried the garbage out and took her
  1812.         poodle, Fifi, for a walk.
  1813.  
  1814.         One of Margot's boyfriend's, a merchant sailor named Lars McSwade,
  1815.         was found drunk this morning in the alley behind the pub.  Though
  1816.         he was wearing his dress uniform, McSwade had no necktie.  McSwade
  1817.         claims the last thing he remembers is tripping over a poodle that
  1818.         was running free behind the West Landing last night.
  1819.  
  1820.         Scotland Yard wants to know:
  1821.  
  1822.                         a) who killed Margot Smythe
  1823.                         b) the weapon used
  1824.                         c) the motive
  1825.  
  1826.         The game is afoot!
  1827. END_MESSAGE
  1828.  
  1829. ! CASE 2 Q & A
  1830.  
  1831. COMMAND ASKQUESTIONS
  1832. SetVariableTo [Points For Answers] 0
  1833. VariableEquals [Case] 2
  1834. AskQuestion [Case2 1]
  1835. AnswerIsCorrect
  1836. AddToVariable [Points For Answers] 20
  1837. PlusScore 20
  1838. END_COMMAND
  1839.  
  1840. COMMAND ASKQUESTIONS
  1841. VariableEquals [Case] 2
  1842. BlankLine
  1843. AskQuestion [Case2 2]
  1844. AnswerIsCorrect
  1845. AddToVariable [Points For Answers] 20
  1846. PlusScore 20
  1847. END_COMMAND
  1848.  
  1849. COMMAND ASKQUESTIONS
  1850. VariableEquals [Case] 2
  1851. BlankLine
  1852. AskQuestion [Case2 3]
  1853. AnswerIsCorrect
  1854. AddToVariable [Points For Answers] 20
  1855. PlusScore 20
  1856. END_COMMAND
  1857.  
  1858. COMMAND ASKQUESTIONS
  1859. VariableEquals [Case] 2
  1860. VariableEquals [Points For Answers] 60
  1861. ! Got all of the answers correct -- solved the case!
  1862. PlusScore 40 -- bonus points for complete solution
  1863. PrintMessage [Great!  You solved the case!]
  1864. END_COMMAND
  1865.  
  1866. COMMAND ASKQUESTIONS
  1867. VariableEquals [Case] 2
  1868. VariableLT [Points For Answers] 60
  1869. ! You missed some or all of the answers!  Sorry!
  1870. PrintMessage [Sorry, but you are wrong!]
  1871. END_COMMAND
  1872.  
  1873. COMMAND ASKQUESTIONS
  1874. VariableEquals [Case] 2
  1875. BlankLine
  1876. AskQuestion [Review Solution]
  1877. AnswerIsCorrect
  1878. PrintMessage [Case2 Solution]
  1879. END_COMMAND
  1880.  
  1881. COMMAND ASKQUESTIONS
  1882. VariableEquals [Case] 2
  1883. BlankLine
  1884. AskQuestion [Another Case?]
  1885. AnswerIsCorrect
  1886. GoToRoom [Select Case Room]
  1887. DoneWithTurn
  1888. END_COMMAND
  1889.  
  1890. COMMAND ASKQUESTIONS
  1891. VariableEquals [Case] 2
  1892. ! Didn't select another case so QUIT!
  1893. ReDirectTo QUIT
  1894. DoneWithTurn
  1895. END_COMMAND
  1896.  
  1897. QUESTION [Case2 1] Who killed Margot Smythe?
  1898.  
  1899. ANSWER [Case2 1] Constance OR Lampfelt
  1900.  
  1901.  
  1902. QUESTION [Case2 2] What weapon was used for the murder?
  1903.  
  1904. ANSWER [Case2 2] Fifi OR leash OR Dog
  1905.  
  1906.  
  1907. QUESTION [Case2 3] What was the motive?
  1908.  
  1909. ANSWER [Case2 3] Adultery
  1910.  
  1911.  
  1912. MESSAGE [Case2 Solution]
  1913.  
  1914.         Constance, who was adept at electronics, had suspected that her
  1915.         husband was having an affair with the victim.  She therefore
  1916.         hid a microphone inside the victims cuckoo clock hoping to
  1917.         find the truth.
  1918.  
  1919.         Her suspicions of adultery were confirmed so she went to the
  1920.         victims apartment to confront her.  After a heated argument,
  1921.         Constance strangled the victim with her poodle Fifi's leash.
  1922.  
  1923.         Realizing what she had done, she ripped the microphone and the
  1924.         bird from the cuckoo clock and fled.  When her husband learned
  1925.         of the bar maids death, he disposed his fake beard and grey
  1926.         coat disguise that he had used when visiting the victim.
  1927.  
  1928.         Killer: Constance Lampfelt
  1929.         Weapon: Fifi's leash
  1930.         Motive: Adultery
  1931. END_MESSAGE
  1932.  
  1933.  
  1934. MESSAGE [Case2 Loire Gallery]
  1935.  
  1936.         A little man walks up to you and hands you a small folded piece
  1937.         of paper.  You unravel it.  It reads:
  1938.  
  1939.         (Complete Motive Clue)
  1940.         I.  Grown up.
  1941.         II. Apples grow on a _____.
  1942. END_MESSAGE
  1943.  
  1944.  
  1945. MESSAGE [Case2 Boutique]
  1946.  
  1947.         One of the shopkeepers, also one of your Baker Street Irregulars,
  1948.         hands you a coded clue.  It reads:
  1949.  
  1950.         (Weapon Clue - 3 Parts)
  1951.         III. Opposite of most.
  1952. END_MESSAGE
  1953.  
  1954.  
  1955. MESSAGE [Case2 Scotland Yard]
  1956.  
  1957.         After an extensive talk with the coroner, he tells you that
  1958.         an in depth examination revealed several flea bites on the
  1959.         victim's neck.
  1960. END_MESSAGE
  1961.  
  1962.  
  1963. MESSAGE [Case2 Davidson & Sons Law Offices]
  1964.  
  1965.         One of the legal aides walks up and says 'I shouldn't be doing
  1966.         this'.  She hands you a piece of crumpled paper.  You unravel
  1967.         it and find the following coded clue:
  1968.  
  1969.         (Killer Clue - Part 3 of 3)
  1970.         III. "A type of fabric"
  1971. END_MESSAGE
  1972.  
  1973.  
  1974. MESSAGE [Case2 Dartmouth Hotel]
  1975.  
  1976.         The desk clerk tells you "The Moon is Blue".  You look it up
  1977.         in your code book and find the following:
  1978.  
  1979.         (Killer Clue - Part 1 of 3)
  1980.         I. Not variables.
  1981. END_MESSAGE
  1982.  
  1983.  
  1984. MESSAGE [Case2 Bank Of England]
  1985.  
  1986.         One of the tellers confides that he knows McSwade.  He says
  1987.         that McSwade's hobby is collecting gold coins.
  1988. END_MESSAGE
  1989.  
  1990.  
  1991. MESSAGE [Case2 Seymore Park]
  1992.  
  1993.         A note written in chalk on a stone reads:
  1994.  
  1995.         (Weapon clue - 3 Parts)
  1996.         II. The first word the giant says in Jack in the Beanstalk.
  1997. END_MESSAGE
  1998.  
  1999.  
  2000. MESSAGE [Case2 Stock Exchange]
  2001.  
  2002.         A broker hands you a report.  Inside you find the following
  2003.         coded message:
  2004.  
  2005.         (Killer Clue - Part 2 of 3)
  2006.         II. "It produces light"
  2007. END_MESSAGE
  2008.  
  2009.  
  2010. MESSAGE [Case2 Cab Company]
  2011.  
  2012.         One of the drivers remembers that he just picked up Sir Bertram
  2013.         two days ago at the freight lines.  He had just returned from
  2014.         a trip to Paris.
  2015. END_MESSAGE
  2016.  
  2017.  
  2018. MESSAGE [Case2 Newspaper]
  2019.  
  2020.         One of the printers tells you that what you are interested in
  2021.         can be found in locker number 4 in the dressing room.  When you
  2022.         open it you find the following coded message on the door:
  2023.  
  2024.         (General Killer & Motive Clue)
  2025.         "A little bird told her"
  2026. END_MESSAGE
  2027.  
  2028.  
  2029. MESSAGE [Case2 Pub]
  2030.  
  2031.         The innkeeper tells you that Torchfield bought the cuckoo on
  2032.         a recent trip to Switzerland.
  2033. END_MESSAGE
  2034.  
  2035.  
  2036. MESSAGE [Case2 Ferry]
  2037.  
  2038.         You find a coded message in one of the service buildings.  It
  2039.         reads:
  2040.  
  2041.         (Weapon clue - Part 1 of 3)
  2042.         I. "You must pay a lawyer a legal ____"
  2043. END_MESSAGE
  2044.  
  2045.  
  2046. ! --- End of Case
  2047.  
  2048.  
  2049.  
  2050. !  ---  The Case of Murder in the Park.                 by Michael W. Bayley
  2051.  
  2052. ! CASE 3
  2053.  
  2054. MESSAGE [Case3 Starting Room]
  2055.  
  2056.         The Case of Murder in the Park.                 by Michael W. Bayley
  2057.  
  2058.         Early this morning Sir Rodney Whitsworth was found stabbed to
  2059.         death in the middle of Seymore Park.  The body was surrounded
  2060.         by several hundred stock certificates.
  2061.  
  2062.         Sir Rodney had worked for one of the more prestigious brokerage
  2063.         houses in London's financial district.  It is known that he and
  2064.         his partner, Mr. Lawrence Wilkes, have been not getting along
  2065.         lately.  Among Sir Rodney's more important clients were Mr.
  2066.         Gerald Petres, Lord Silverton, and Mr. Harold Smythe of York.
  2067.  
  2068.         Sir Rodney lived in the financial district near his offices
  2069.         with his wife Lady Emily Whitsworth, and their maid Clara
  2070.         Longfellow.  His wife is an attractive woman, but she has
  2071.         begun to show her age.  She has a great interest in art and
  2072.         buys only the best of fashions from Hillery's Boutique.
  2073.  
  2074.         Scotland Yard has determined that this was not a robbery since
  2075.         all the stock certificates were left at the scene of the crime.
  2076.         Lestrade wants to know:
  2077.  
  2078.                 a) Who killed Sir Rodney
  2079.                 b) What was the motive
  2080.  
  2081.         The game is afoot...
  2082. END_MESSAGE
  2083.  
  2084.  
  2085. ! CASE 3 Q & A
  2086.  
  2087. COMMAND ASKQUESTIONS
  2088. SetVariableTo [Points For Answers] 0
  2089. VariableEquals [Case] 3
  2090. AskQuestion [Case3 1]
  2091. AnswerIsCorrect
  2092. AddToVariable [Points For Answers] 30
  2093. PlusScore 30
  2094. END_COMMAND
  2095.  
  2096. COMMAND ASKQUESTIONS
  2097. VariableEquals [Case] 3
  2098. BlankLine
  2099. AskQuestion [Case3 2]
  2100. AnswerIsCorrect
  2101. AddToVariable [Points For Answers] 30
  2102. PlusScore 30
  2103. END_COMMAND
  2104.  
  2105. COMMAND ASKQUESTIONS
  2106. VariableEquals [Case] 3
  2107. VariableEquals [Points For Answers] 60
  2108. ! Got all of the answers correct -- solved the case!
  2109. PlusScore 40 -- bonus points for complete solution
  2110. PrintMessage [Great!  You solved the case!]
  2111. END_COMMAND
  2112.  
  2113. COMMAND ASKQUESTIONS
  2114. VariableEquals [Case] 3
  2115. VariableLT [Points For Answers] 60
  2116. ! You missed some or all of the answers!  Sorry!
  2117. PrintMessage [Sorry, but you are wrong!]
  2118. END_COMMAND
  2119.  
  2120. COMMAND ASKQUESTIONS
  2121. VariableEquals [Case] 3
  2122. BlankLine
  2123. AskQuestion [Review Solution]
  2124. AnswerIsCorrect
  2125. PrintMessage [Case3 Solution]
  2126. END_COMMAND
  2127.  
  2128. COMMAND ASKQUESTIONS
  2129. VariableEquals [Case] 3
  2130. BlankLine
  2131. AskQuestion [Another Case?]
  2132. AnswerIsCorrect
  2133. GoToRoom [Select Case Room]
  2134. DoneWithTurn
  2135. END_COMMAND
  2136.  
  2137. COMMAND ASKQUESTIONS
  2138. VariableEquals [Case] 3
  2139. ! Didn't select another case so QUIT!
  2140. ReDirectTo QUIT
  2141. DoneWithTurn
  2142. END_COMMAND
  2143.  
  2144. QUESTION [Case3 1] Who killed Sir Rodney?
  2145.  
  2146. ANSWER [Case3 1] Harold OR Smythe
  2147.  
  2148.  
  2149. QUESTION [Case3 2] What was the motive?
  2150.  
  2151. ANSWER [Case3 2] Worthless OR Stock OR Fake OR Fraud
  2152.  
  2153.  
  2154. MESSAGE [Case3 Solution]
  2155.  
  2156.         It seems Sir Roger had taken his wife to a special showing at
  2157.         the Loire Art Gallery.  Later they had taken a cab to the West
  2158.         Landing Pub for some refreshments before returning home.  At
  2159.         the Pub, he and Lady Whistworth had gotten in an argument as
  2160.         to whether Sir Roger was having another affair.  Not wanting
  2161.         to make a big scene, he got up and left.
  2162.  
  2163.         He proceeded to walk through Seymore Park which was his
  2164.         fastest way home where he was attacked and murdered.
  2165.  
  2166.         Sir Roger had just finished up a large stock deal with Mr.
  2167.         Harold Smythe the week before.  Upon finding that Sir Roger
  2168.         had swindled him by selling him stock in a company that no
  2169.         longer existed, he decided to lay a trap.  So Mr. Smythe had
  2170.         followed the Whitsworth's around London and when Sir Roger walked
  2171.         home, he had his opportunity.
  2172.  
  2173.         Solution:       a) Killer - Mr. Harold Smythe
  2174.                         b) Motive - Fake Stocks
  2175. END_MESSAGE
  2176.  
  2177.  
  2178. MESSAGE [Case3 Loire Gallery]
  2179.  
  2180.         Sir Rodney and his wife attended a showing here last night.
  2181. END_MESSAGE
  2182.  
  2183.  
  2184. MESSAGE [Case3 Boutique]
  2185.  
  2186.         The manager at Hillerys confides that Lady Whitsworth buys
  2187.         a lot of clothes here.  She tells you that their current bill
  2188.         is quite high and has not been paid for several weeks.
  2189. END_MESSAGE
  2190.  
  2191.  
  2192. MESSAGE [Case3 Scotland Yard]
  2193.  
  2194.         One of the sergeants shows you a coded clue that was turned
  2195.         in by an anonymous informer.  It reads:
  2196.  
  2197.         Motive Clue (3 parts)
  2198.  
  2199.         III. In early Puritan America people were punished
  2200.              by locking them in ________ in the middle of
  2201.              the town square.
  2202. END_MESSAGE
  2203.  
  2204.  
  2205. MESSAGE [Case3 Davidson & Sons Law Offices]
  2206.  
  2207.         The secretary tells you that Mr. Petres and Lord Singleton
  2208.         were here quite late last night as they were working out some
  2209.         contracts with Mr. Davidson's help.
  2210. END_MESSAGE
  2211.  
  2212.  
  2213. MESSAGE [Case3 Dartmouth Hotel]
  2214.  
  2215.         The desk clerk tells you that both Mr. Petres and Mr. Smythe
  2216.         were out late last night.
  2217. END_MESSAGE
  2218.  
  2219.  
  2220. MESSAGE [Case3 Bank Of England]
  2221.  
  2222.         After looking through the bank records, you find that Sir
  2223.         Roger deposited over 100,000 pounds into his account 3 days
  2224.         ago.  Prior to that time, his account was almost completely
  2225.         empty.
  2226. END_MESSAGE
  2227.  
  2228.  
  2229. MESSAGE [Case3 Mercantile Company]
  2230.  
  2231.         As you stand outside the shop, a little man hands you a coded
  2232.         message and then runs away.  The note reads:
  2233.  
  2234.         Motive Clue (3 parts)
  2235.  
  2236.         II. The opposite of more.
  2237. END_MESSAGE
  2238.  
  2239.  
  2240. MESSAGE [Case3 Seymore Park]
  2241.  
  2242.         The parks groundskeeper shows you one of the stock certificates
  2243.         that were found around the body.  It reads:
  2244.  
  2245.                100 common shares in La Reine Shipping Company
  2246. END_MESSAGE
  2247.  
  2248.  
  2249.  
  2250. MESSAGE [Case3 Stock Exchange]
  2251.  
  2252.         One of the officers that work at the Exchange tells you that
  2253.         Sir Roger had a long meeting with Mr. Petres the day of the
  2254.         murder.
  2255. END_MESSAGE
  2256.  
  2257.  
  2258. MESSAGE [Case3 Cab Company]
  2259.  
  2260.         One of the drivers at the cab company remembers that he gave
  2261.         Mr. Smythe a ride from the Loire Gallery to the West Landing
  2262.         Pub last night.
  2263. END_MESSAGE
  2264.  
  2265.  
  2266. MESSAGE [Case3 Newspaper]
  2267.  
  2268.         One of the columnists tells you that Sir Rodney is quite a
  2269.         gambler and a ladies man.  His paper often features him in
  2270.         their society gossip pages.
  2271. END_MESSAGE
  2272.  
  2273.  
  2274. MESSAGE [Case3 Pub]
  2275.  
  2276.         The bartender tells you that Sir Rodney and his wife had a
  2277.         very loud argument the night of the murder.  It ended when
  2278.         Sir Rodney got up and stormed out of the Pub.  His wife left
  2279.         several minutes later.
  2280. END_MESSAGE
  2281.  
  2282.  
  2283. MESSAGE [Case3 Ferry]
  2284.  
  2285.         One of the ferry crew hands you a coded message.  It reads:
  2286.  
  2287.         Motive Clue (3 parts)
  2288.  
  2289.         I. You measure how rich a person really is
  2290.            by their net ________.
  2291. END_MESSAGE
  2292.  
  2293.  
  2294. MESSAGE [Case3 Shipping Company]
  2295.  
  2296.         While searching for La Reine Shipping Company, you are directed
  2297.         to an old broken down warehouse.  When asked about the company,
  2298.         the custodian tells you that they went bankrupt 3 years ago.
  2299.  
  2300.         He also points out that another gentleman who was quite well
  2301.         dressed had been by 2 days ago and that he too was interested
  2302.         in La Reine Shipping.
  2303. END_MESSAGE
  2304.  
  2305.  
  2306. ! --- End of Case
  2307.  
  2308.  
  2309.  
  2310. !  ---  The Adventure of the Vanishing Lady             by Michael W. Bayley
  2311.  
  2312. ! CASE 4
  2313.  
  2314.  
  2315. MESSAGE [Case4 Starting Room]
  2316.  
  2317.         The Adventure of the Vanishing Lady             by Michael W. Bayley
  2318.  
  2319.         While eating breakfast this morning you were interrupted by
  2320.         a Mr. Leonard Stalls, the associate director at the Loire Art
  2321.         Gallery.  "She's vanished Mr. Holmes", he tells you, "she has
  2322.         vanished".  After calming him down, you find out that the lady
  2323.         that has vanished is actually a mural sized painting that was
  2324.         being exhibited at the Loire.  The second painting in the set,
  2325.         titled "The Gentleman", which was on loan from Sir Richard
  2326.         Archer was also on display but was left untouched.
  2327.  
  2328.         Scotland Yard is truly baffled as to how the painting was
  2329.         removed from the gallery.  Even rolled up it would measure at
  2330.         least 12 feet in length.  There were no broken windows and the
  2331.         gallery was patrolled 24 hours a day during this exhibition.
  2332.  
  2333.         Inspector Lestrade has already questioned several people.  Mr.
  2334.         Douglas R. Williby a well known art dealer who is suspected of
  2335.         dealing in stolen merchandise, a Miss Emily Clautier who is a
  2336.         collector of fine paintings, and Mr. Theodore Richards who was
  2337.         the guard on duty the night before.
  2338.  
  2339.         "Well Mr. Holmes, you just have to help me.  If the painting is
  2340.         not recovered, Mr. Bellford will fire me for sure."  Mr. Bellford,
  2341.         the director of the Loire Art Gallery, is know to be a cranky old
  2342.         man and would easily fire his associate over this matter.
  2343.  
  2344.         In order to save your clients job, you must find out:
  2345.  
  2346.                     a) Who stole "The Lady"
  2347.                     b) How was it removed from the gallery
  2348.                     c) Where is it now
  2349.  
  2350.         The game is afoot!
  2351. END_MESSAGE
  2352.  
  2353.  
  2354. ! CASE 4 Q & A
  2355.  
  2356. COMMAND ASKQUESTIONS
  2357. SetVariableTo [Points For Answers] 0
  2358. VariableEquals [Case] 4
  2359. AskQuestion [Case4 1]
  2360. AnswerIsCorrect
  2361. AddToVariable [Points For Answers] 20
  2362. PlusScore 20
  2363. END_COMMAND
  2364.  
  2365. COMMAND ASKQUESTIONS
  2366. VariableEquals [Case] 4
  2367. BlankLine
  2368. AskQuestion [Case4 2]
  2369. AnswerIsCorrect
  2370. AddToVariable [Points For Answers] 20
  2371. PlusScore 20
  2372. END_COMMAND
  2373.  
  2374. COMMAND ASKQUESTIONS
  2375. VariableEquals [Case] 4
  2376. BlankLine
  2377. AskQuestion [Case4 3]
  2378. AnswerIsCorrect
  2379. AddToVariable [Points For Answers] 20
  2380. PlusScore 20
  2381. END_COMMAND
  2382.  
  2383. COMMAND ASKQUESTIONS
  2384. VariableEquals [Case] 4
  2385. VariableEquals [Points For Answers] 60
  2386. ! Got all of the answers correct -- solved the case!
  2387. PlusScore 40 -- bonus points for complete solution
  2388. PrintMessage [Great!  You solved the case!]
  2389. END_COMMAND
  2390.  
  2391. COMMAND ASKQUESTIONS
  2392. VariableEquals [Case] 4
  2393. VariableLT [Points For Answers] 60
  2394. ! You missed some or all of the answers!  Sorry!
  2395. PrintMessage [Sorry, but you are wrong!]
  2396. END_COMMAND
  2397.  
  2398. COMMAND ASKQUESTIONS
  2399. VariableEquals [Case] 4
  2400. BlankLine
  2401. AskQuestion [Review Solution]
  2402. AnswerIsCorrect
  2403. PrintMessage [Case4 Solution]
  2404. END_COMMAND
  2405.  
  2406. COMMAND ASKQUESTIONS
  2407. VariableEquals [Case] 4
  2408. BlankLine
  2409. AskQuestion [Another Case?]
  2410. AnswerIsCorrect
  2411. GoToRoom [Select Case Room]
  2412. DoneWithTurn
  2413. END_COMMAND
  2414.  
  2415. COMMAND ASKQUESTIONS
  2416. VariableEquals [Case] 4
  2417. ! Didn't select another case so QUIT!
  2418. ReDirectTo QUIT
  2419. DoneWithTurn
  2420. END_COMMAND
  2421.  
  2422. QUESTION [Case4 1] Who stole "The Lady"?
  2423.  
  2424. ANSWER [Case4 1] Bellford OR Director
  2425.  
  2426.  
  2427. QUESTION [Case4 2] How was it removed from the gallery?
  2428.  
  2429. ANSWER [Case4 2] Not OR Wasn't
  2430.  
  2431.  
  2432. QUESTION [Case4 3] Where is it now?
  2433.  
  2434. ANSWER [Case4 3] Behind
  2435.  
  2436.  
  2437. MESSAGE [Case4 Solution]
  2438.  
  2439.         Mr. Bellford had somehow gotten into a financial bind and
  2440.         needed to raise cash quickly.  He approached Sir Archer who
  2441.         he knew was interested in "The Lady" and asked if he would
  2442.         purchase the painting from him.
  2443.  
  2444.         Once he had a buyer, all that remained was to steal the
  2445.         painting.  He quickly decided that there was no possible way
  2446.         to get the painting past the security guard who was posted
  2447.         at the gallery and so developed a plot that would have worked
  2448.         if Sherlock Holmes had not intervened.
  2449.  
  2450.         After the gallery closed, he removed "The Lady" from her frame
  2451.         and hid her behind "The Gentleman" inside its frame.  This
  2452.         way when "The Gentleman" was returned to Sir Archer, "The Lady"
  2453.         would go with it and Mr. Bellford would be paid.
  2454.  
  2455.         Thief   : Mr. Bellford
  2456.         Method  : Not removed
  2457.         Location: Behind "The Gentleman"
  2458. END_MESSAGE
  2459.  
  2460.  
  2461. MESSAGE [Case4 Loire Gallery]
  2462.  
  2463.         Mr. Richards, the guard at the gallery, tells you that no he
  2464.         did not see anybody near the gallery other than Mr. Bellman
  2465.         who had worked late like he normally does.
  2466. END_MESSAGE
  2467.  
  2468.  
  2469. MESSAGE [Case4 Boutique]
  2470.  
  2471.         Miss Stratton, one of the salespeople at the boutique, shows
  2472.         you a telegram from Miss Clautier requesting that the dress she
  2473.         ordered a month ago be sent to her at her Paris apartment since
  2474.         she will still be there for a few more weeks.
  2475. END_MESSAGE
  2476.  
  2477.  
  2478. MESSAGE [Case4 Scotland Yard]
  2479.  
  2480.         Inspector Gregson confides in you that Lestrade has evidence
  2481.         that the theft was an inside job.
  2482. END_MESSAGE
  2483.  
  2484.  
  2485. MESSAGE [Case4 Davidson & Sons Law Offices]
  2486.  
  2487.         Matthew Davidson, who is one of the sons, hands you a sealed
  2488.         envelope.  He tells you that it arrived by post this morning.
  2489.         You open it and it reads:
  2490.  
  2491.         Method Clue (4 parts)
  2492.  
  2493.         II. A constant threat from your boss is
  2494.             "You can be ___placed."
  2495. END_MESSAGE
  2496.  
  2497.  
  2498. MESSAGE [Case4 Dartmouth Hotel]
  2499.  
  2500.         One of the bellboys hands you a coded message.  It reads:
  2501.  
  2502.         Location Clue (4 parts)
  2503.  
  2504.         II. A short greeting
  2505. END_MESSAGE
  2506.  
  2507.  
  2508. MESSAGE [Case4 Bank Of England]
  2509.  
  2510.         The manager tells you that Mr. Bellford's house was due to be
  2511.         foreclosed in a matter of weeks.
  2512. END_MESSAGE
  2513.  
  2514.  
  2515. MESSAGE [Case4 Mercantile Company]
  2516.  
  2517.         You exit the West London Mercantile Co. with a brand new pouch
  2518.         of fine tobacco.  The clerks you questioned were of no help
  2519.         whatsoever.  Upon opening your tobacco, you find a coded
  2520.         message.  It reads:
  2521.  
  2522.         Location Clue (4 parts)
  2523.  
  2524.         I. Flying insect that stings
  2525. END_MESSAGE
  2526.  
  2527.  
  2528. MESSAGE [Case4 Seymore Park]
  2529.  
  2530.         Carved on a tree, you find the following coded message:
  2531.  
  2532.         Method Clue (4 parts)
  2533.  
  2534.         IV. A man with a beard has obviously not sha___.
  2535. END_MESSAGE
  2536.  
  2537.  
  2538. MESSAGE [Case4 Stock Exchange]
  2539.  
  2540.         One of the brokers at the exchange tells you that Leonard has
  2541.         bought a substantial amount of stock in the last 2 years.
  2542. END_MESSAGE
  2543.  
  2544.  
  2545. MESSAGE [Case4 Cab Company]
  2546.  
  2547.         One of the cab drivers hands you a coded message.  It reads:
  2548.  
  2549.         Location Clue (4 parts)
  2550.  
  2551.         III. The opposite of beginning
  2552. END_MESSAGE
  2553.  
  2554.  
  2555. MESSAGE [Case4 Newspaper]
  2556.  
  2557.         The editor of the Tribune tells you that he has sent a reporter
  2558.         to Manchester to interview Douglas Williby.  Apparently Williby
  2559.         has been in Manchester for a week preparing for a large art
  2560.         auction.
  2561. END_MESSAGE
  2562.  
  2563.  
  2564. MESSAGE [Case4 Pub]
  2565.  
  2566.         After a quick snack, the bar maid brings you the bill.  On the
  2567.         back side you find the following coded message:
  2568.  
  2569.         Method Clue (4 parts)
  2570.  
  2571.         III. The sound made by a cow.
  2572. END_MESSAGE
  2573.  
  2574.  
  2575. MESSAGE [Case4 Ferry]
  2576.  
  2577.         You find a message written on the mirror in the restroom.  It
  2578.         reads:
  2579.  
  2580.         Location Clue (4 parts)
  2581.  
  2582.         IV. The painting that was not stolen.
  2583. END_MESSAGE
  2584.  
  2585.  
  2586. MESSAGE [Case4 Shipping Company]
  2587.  
  2588.         A man runs up to you and ask "Are you Mr. Sherlock Holmes?".
  2589.         You tell him you are and he hands you a bottle and says
  2590.         "The Captain says this is for you".  He then quickly leaves
  2591.         and vanishes into one of the warehouses.
  2592.  
  2593.         You open the bottle and find it contains a coded message.  It
  2594.         reads:
  2595.  
  2596.         Method Clue (4 parts)
  2597.  
  2598.         I. When you tie a rope, you make one of these.
  2599. END_MESSAGE
  2600.  
  2601.  
  2602. ! --- End of Case
  2603.  
  2604.  
  2605.  
  2606. !  ---  The Case of the Vicious Viper                   by Michael W. Bayley
  2607.  
  2608. ! CASE 5
  2609.  
  2610. MESSAGE [Case5 Starting Room]
  2611.  
  2612.         The Case of the Vicious Viper                   by Michael W. Bayley
  2613.  
  2614.         Last night at 9:00 PM Mr. Harry Wilcox came staggering into the
  2615.         Dartmouth Hotel and collapsed dead in the lobby.  Scotland Yard
  2616.         was summoned and found that Mr. Wilcox had two small puncture
  2617.         marks on his left ankle.  Gerry MacConley, the hotel desk clerk,
  2618.         told Lestrade that Mr. Wilcox had been staying at the hotel and
  2619.         had gone out for a stroll in Seymore Park after dinner.
  2620.  
  2621.         Routinely questioned by Scotland Yard were George Hampsted the
  2622.         bell captain, Martha Gibson the maid responsible for Mr. Wilcox
  2623.         room, Mary Queens a hotel guest staying in the room opposite
  2624.         Mr. Wilcox, and Prof. Stanford W. Griffin and his assistant
  2625.         Robert Simms who were staying down the hall.
  2626.  
  2627.         Inspector Lestrade is interested in how a poisonous snake got
  2628.         into Seymore park and feels that foul play must be involved.
  2629.  
  2630.         Scotland yard wants to know:
  2631.  
  2632.                 a) Who killed Harry Wilcox
  2633.                 b) How was he killed
  2634.                 c) What was the motive
  2635.  
  2636.         The game is afoot...
  2637. END_MESSAGE
  2638.  
  2639.  
  2640. ! CASE 5 Q & A
  2641.  
  2642. COMMAND ASKQUESTIONS
  2643. SetVariableTo [Points For Answers] 0
  2644. VariableEquals [Case] 5
  2645. AskQuestion [Case5 1]
  2646. AnswerIsCorrect
  2647. AddToVariable [Points For Answers] 20
  2648. PlusScore 20
  2649. END_COMMAND
  2650.  
  2651. COMMAND ASKQUESTIONS
  2652. VariableEquals [Case] 5
  2653. BlankLine
  2654. AskQuestion [Case5 2]
  2655. AnswerIsCorrect
  2656. AddToVariable [Points For Answers] 20
  2657. PlusScore 20
  2658. END_COMMAND
  2659.  
  2660. COMMAND ASKQUESTIONS
  2661. VariableEquals [Case] 5
  2662. BlankLine
  2663. AskQuestion [Case5 3]
  2664. AnswerIsCorrect
  2665. AddToVariable [Points For Answers] 20
  2666. PlusScore 20
  2667. END_COMMAND
  2668.  
  2669. COMMAND ASKQUESTIONS
  2670. VariableEquals [Case] 5
  2671. VariableEquals [Points For Answers] 60
  2672. ! Got all of the answers correct -- solved the case!
  2673. PlusScore 40 -- bonus points for complete solution
  2674. PrintMessage [Great!  You solved the case!]
  2675. END_COMMAND
  2676.  
  2677. COMMAND ASKQUESTIONS
  2678. VariableEquals [Case] 5
  2679. VariableLT [Points For Answers] 60
  2680. ! You missed some or all of the answers!  Sorry!
  2681. PrintMessage [Sorry, but you are wrong!]
  2682. END_COMMAND
  2683.  
  2684. COMMAND ASKQUESTIONS
  2685. VariableEquals [Case] 5
  2686. BlankLine
  2687. AskQuestion [Review Solution]
  2688. AnswerIsCorrect
  2689. PrintMessage [Case5 Solution]
  2690. END_COMMAND
  2691.  
  2692. COMMAND ASKQUESTIONS
  2693. VariableEquals [Case] 5
  2694. BlankLine
  2695. AskQuestion [Another Case?]
  2696. AnswerIsCorrect
  2697. GoToRoom [Select Case Room]
  2698. DoneWithTurn
  2699. END_COMMAND
  2700.  
  2701. COMMAND ASKQUESTIONS
  2702. VariableEquals [Case] 5
  2703. ! Didn't select another case so QUIT!
  2704. ReDirectTo QUIT
  2705. DoneWithTurn
  2706. END_COMMAND
  2707.  
  2708. QUESTION [Case5 1] Who killed Harry Wilcox?
  2709.  
  2710. ANSWER [Case5 1] Robert OR Simms OR Assistant
  2711.  
  2712.  
  2713. QUESTION [Case5 2] How was he killed?
  2714.  
  2715. ANSWER [Case5 2] Fork
  2716.  
  2717.  
  2718. QUESTION [Case5 3] What was the motive?
  2719.  
  2720. ANSWER [Case5 3] Revenge OR Pregnant OR Sister OR Pregnancy
  2721.  
  2722.  
  2723. MESSAGE [Case5 Solution]
  2724.  
  2725.         Harry Wilcox, who was a playboy from New York often came to
  2726.         London during his travels.  The last time he came, he met Hanna
  2727.         Simms who worked at the Mercantile and they began to date.
  2728.         When Harry found out that Hanna had become pregnant, he abandoned
  2729.         her and left for Paris.
  2730.  
  2731.         Robert Simms found out about the affair between Wilcox and his
  2732.         sister.  When Wilcox returned to London, he invited him up to
  2733.         his room and confronted him with his sisters condition.  Wilcox
  2734.         refused to do anything about it and an argument occurred.
  2735.  
  2736.         While Wilcox was down at dinner, Simms devised a plan to get
  2737.         even with him.  Using some of Professor Griffins snake venom
  2738.         and a two pronged pickle fork, he waited for Wilcox to take his
  2739.         nightly walks through Seymore Park.  After jumping out of the
  2740.         bushes, Simms poked Wilcox in the ankle and then laughed as Wilcox
  2741.         struggled to get back to the hotel for help.  Simms then went to
  2742.         the West Landing Pub to provide an alibi as to where he was.
  2743.         After walking in and ordering an ale, he purposely asked the barkeep
  2744.         for the time knowing that it would be at least ten minutes more
  2745.         before Wilcox would be able to reach the hotel.
  2746.  
  2747.         Killer: Robert Simms
  2748.         Weapon: Poison Fork
  2749.         Motive: Pregnant Sister
  2750. END_MESSAGE
  2751.  
  2752.  
  2753. MESSAGE [Case5 Loire Gallery]
  2754.  
  2755.         One of the galleries curators remembers seeing Wilcox in here
  2756.         quite often with a young girl named Hanna who works at the
  2757.         mercantile.
  2758. END_MESSAGE
  2759.  
  2760.  
  2761. MESSAGE [Case5 Davidson & Sons Law Offices]
  2762.  
  2763.         Davidson secretary shows you an unsigned note that came in the
  2764.         morning mail.  It reads:
  2765.  
  2766.         Killer Clue (2 parts)
  2767.  
  2768.         I. To aid or help
  2769. END_MESSAGE
  2770.  
  2771.  
  2772. MESSAGE [Case5 Dartmouth Hotel]
  2773.  
  2774.         Martha Gibson, the maid, tells you that she heard Mr. Wilcox
  2775.         arguing in Prof. Griffins room the day of the murder.
  2776. END_MESSAGE
  2777.  
  2778.  
  2779. MESSAGE [Case5 Bank Of England]
  2780.  
  2781.         While talking to one of the security guards, a man runs up to
  2782.         you hands you a note and then disappears into a crowd.  The
  2783.         note reads:
  2784.  
  2785.         Weapon Clue (3 parts)
  2786.  
  2787.         II. Celestial object that provides our daylight
  2788. END_MESSAGE
  2789.  
  2790.  
  2791. MESSAGE [Case5 Stock Exchange]
  2792.  
  2793.         A broker tells you that he took Mary Queens to the Opera last
  2794.         night and then they went to the West Landing Pub for a
  2795.         nightcap.
  2796. END_MESSAGE
  2797.  
  2798.  
  2799. MESSAGE [Case5 Seymore Park]
  2800.  
  2801.         The groundskeeper tells you that there are no poisonous snakes
  2802.         in Seymore Park.
  2803. END_MESSAGE
  2804.  
  2805.  
  2806. MESSAGE [Case5 Boutique]
  2807.  
  2808.         One of the salespeople tells you that Mr. Wilcox came here often
  2809.         to buy presents for the women he was dating at the time.  She
  2810.         says that Mr. Wilcox had quite a reputation as a playboy.
  2811. END_MESSAGE
  2812.  
  2813.  
  2814. MESSAGE [Case5 Scotland Yard]
  2815.  
  2816.         Sgt. Samuals shows you a note that was delivered anonymously to
  2817.         The Yard that morning.  It reads:
  2818.  
  2819.         Killer Clue (2 parts)
  2820.  
  2821.         II. A tiny insect that build tunnels
  2822. END_MESSAGE
  2823.  
  2824.  
  2825. MESSAGE [Case5 Ferry]
  2826.  
  2827.         The ticket officer hands you a coded message.  It reads:
  2828.  
  2829.         Weapon Clue (3 parts)
  2830.  
  2831.         III. A pronged eating utensil
  2832. END_MESSAGE
  2833.  
  2834.  
  2835. MESSAGE [Case5 Shipping Company]
  2836.  
  2837.         A customs agent tells you that he remembers Prof. Griffin very
  2838.         well.  The Professor was working on a universal poison antidote
  2839.         and often received shipments of snake venom from all over the
  2840.         world.
  2841. END_MESSAGE
  2842.  
  2843.  
  2844. MESSAGE [Case5 Pub]
  2845.  
  2846.         The barkeep remembers seeing Professor Griffins assistant Robert
  2847.         Simms at the pub on the night of the murder.  He says he knows
  2848.         Simms came in before 9:00 because Simms had asked the time and
  2849.         had been there a little while already.
  2850. END_MESSAGE
  2851.  
  2852.  
  2853. MESSAGE [Case5 Newspaper]
  2854.  
  2855.         After looking through back issues of the Tribune, you come
  2856.         across a story concerning Hanna Simms.  Apparently there was
  2857.         a rumor that she had left London to avoid the embarrassment
  2858.         of becoming pregnant out of wedlock.
  2859. END_MESSAGE
  2860.  
  2861.  
  2862. MESSAGE [Case5 Mercantile Company]
  2863.  
  2864.         One of the clerks tells you that she had never seen Mr. Wilcox
  2865.         here at the mercantile.  She does remember Simms though as
  2866.         he used to come and see his sister Hanna when she used to work
  2867.         here.  She hadn't seen him in a while though as Hanna had
  2868.         suddenly quit three months ago and had moved up to York.
  2869. END_MESSAGE
  2870.  
  2871.  
  2872. MESSAGE [Case5 Cab Company]
  2873.  
  2874.         A coded message was found in one of the cabs this morning.  It
  2875.         reads:
  2876.  
  2877.         Weapon Clue (3 parts)
  2878.  
  2879.         I. A Hawaiian dish made from a ground root
  2880. END_MESSAGE
  2881.  
  2882.  
  2883. ! --- End of Case
  2884.  
  2885.  
  2886.  
  2887. !  ---  The Adventure of the Missing Knife              by Michael W. Bayley
  2888.  
  2889. ! CASE 6
  2890.  
  2891.  
  2892. MESSAGE [Case6 Starting Room]
  2893.  
  2894.         The Adventure of the Missing Knife              by Michael W. Bayley
  2895.  
  2896.         Early this morning Mr. Walter R. Billford, one of London's shipping
  2897.         magnates, was found dead in his house near West Landing.  His
  2898.         body was found with a stab wound in his chest.  The only things
  2899.         found in the room were several opened letters, his comb and
  2900.         brush and a crystal pitcher full of water with two glasses.
  2901.  
  2902.         Although an extensive search of the house and grounds were made
  2903.         Scotland Yard has failed to find the murder weapon.  Lestrade
  2904.         is very puzzled about this but does say that they know the
  2905.         knife was very thin due to the small wound found on the body.
  2906.  
  2907.         After questioning Gene Porter, the Billford butler, Inspector
  2908.         Lestrade has arrested Miss Sarah Miles, Billford girlfriend.
  2909.  
  2910.         Also questioned by Lestrade were Shirley and Janice Billford,
  2911.         Walter Billford two nieces, Richard Hartford, Shirley's fiance,
  2912.         and Shirley Johnson, the Billford maid.
  2913.  
  2914.         Sarah has sent a note to you asking for your help.  She insists
  2915.         that she had nothing to do with her boyfriends death.
  2916.  
  2917.         In order to prove her innocence, Holmes must find out:
  2918.  
  2919.                 a) Who killed Walter Billford
  2920.                 b) What was the motive
  2921.                 c) Where is the missing knife
  2922.  
  2923.         The game is afoot...
  2924. END_MESSAGE
  2925.  
  2926.  
  2927. ! CASE 6 Q & A
  2928.  
  2929. COMMAND ASKQUESTIONS
  2930. SetVariableTo [Points For Answers] 0
  2931. VariableEquals [Case] 6
  2932. AskQuestion [Case6 1]
  2933. AnswerIsCorrect
  2934. AddToVariable [Points For Answers] 20
  2935. PlusScore 20
  2936. END_COMMAND
  2937.  
  2938. COMMAND ASKQUESTIONS
  2939. VariableEquals [Case] 6
  2940. BlankLine
  2941. AskQuestion [Case6 2]
  2942. AnswerIsCorrect
  2943. AddToVariable [Points For Answers] 20
  2944. PlusScore 20
  2945. END_COMMAND
  2946.  
  2947. COMMAND ASKQUESTIONS
  2948. VariableEquals [Case] 6
  2949. BlankLine
  2950. AskQuestion [Case6 3]
  2951. AnswerIsCorrect
  2952. AddToVariable [Points For Answers] 20
  2953. PlusScore 20
  2954. END_COMMAND
  2955.  
  2956. COMMAND ASKQUESTIONS
  2957. VariableEquals [Case] 6
  2958. VariableEquals [Points For Answers] 60
  2959. ! Got all of the answers correct -- solved the case!
  2960. PlusScore 40 -- bonus points for complete solution
  2961. PrintMessage [Great!  You solved the case!]
  2962. END_COMMAND
  2963.  
  2964. COMMAND ASKQUESTIONS
  2965. VariableEquals [Case] 6
  2966. VariableLT [Points For Answers] 60
  2967. ! You missed some or all of the answers!  Sorry!
  2968. PrintMessage [Sorry, but you are wrong!]
  2969. END_COMMAND
  2970.  
  2971. COMMAND ASKQUESTIONS
  2972. VariableEquals [Case] 6
  2973. BlankLine
  2974. AskQuestion [Review Solution]
  2975. AnswerIsCorrect
  2976. PrintMessage [Case6 Solution]
  2977. END_COMMAND
  2978.  
  2979. COMMAND ASKQUESTIONS
  2980. VariableEquals [Case] 6
  2981. BlankLine
  2982. AskQuestion [Another Case?]
  2983. AnswerIsCorrect
  2984. GoToRoom [Select Case Room]
  2985. DoneWithTurn
  2986. END_COMMAND
  2987.  
  2988. COMMAND ASKQUESTIONS
  2989. VariableEquals [Case] 6
  2990. ! Didn't select another case so QUIT!
  2991. ReDirectTo QUIT
  2992. DoneWithTurn
  2993. END_COMMAND
  2994.  
  2995. QUESTION [Case6 1] Who killed Walter Billford?
  2996.  
  2997. ANSWER [Case6 1] Shirley OR Billford
  2998.  
  2999.  
  3000. QUESTION [Case6 2] What was the motive?
  3001.  
  3002. ANSWER [Case6 2] money OR inheritance
  3003.  
  3004.  
  3005. QUESTION [Case6 3] Where is the missing knife?
  3006.  
  3007. ANSWER [Case6 3] pitcher OR Water OR crystal
  3008.  
  3009.  
  3010. MESSAGE [Case6 Solution]
  3011.  
  3012.         Shirley Billford decided that it was time she and her fiance
  3013.         finally got married.  She went to her father and asked him if
  3014.         he would help them by financing Richards new dress boutique.
  3015.  
  3016.         When he refused, she decided to kill him and get the money that
  3017.         was left to her in his will.  Taking his crystal letter opener,
  3018.         she stabbed him and he fell to the floor dead.
  3019.  
  3020.         After cleaning off the letter opener, she dropped it into the
  3021.         pitcher of water where it disappeared at once.
  3022.  
  3023.         Killer  : Shirley Billford
  3024.         Motive  : Inheritance
  3025.         Location: Water Pitcher
  3026. END_MESSAGE
  3027.  
  3028.  
  3029. MESSAGE [Case6 Loire Gallery]
  3030.  
  3031.         A bald headed man passing in front of the gallery hands you
  3032.         a coded message.  It reads:
  3033.  
  3034.         Location Clue (2 parts)
  3035.  
  3036.         II. A piece of furniture that one person
  3037.             would sit on.
  3038. END_MESSAGE
  3039.  
  3040.  
  3041. MESSAGE [Case6 Davidson & Sons Law Offices]
  3042.  
  3043.         Mr. Davidson tells you that in the event of the death of Walter
  3044.         Billford, his will specifies that his fortune is to be split
  3045.         between his two nieces.
  3046. END_MESSAGE
  3047.  
  3048.  
  3049. MESSAGE [Case6 Dartmouth Hotel]
  3050.  
  3051.         A bellboy hands you a note.  It is a coded message and reads:
  3052.  
  3053.                 "02999 17783 918777 02888"
  3054.  
  3055.         A translation from your code book reveals the following:
  3056.  
  3057.         Killer Clue (4 parts)
  3058.  
  3059.         I. Positive or certain.
  3060. END_MESSAGE
  3061.  
  3062.  
  3063. MESSAGE [Case6 Bank Of England]
  3064.  
  3065.         A teller hands you a coded message.  It reads:
  3066.  
  3067.         Motive Clue (3 parts)
  3068.  
  3069.         II. What a bald man lacks.
  3070. END_MESSAGE
  3071.  
  3072.  
  3073. MESSAGE [Case6 Stock Exchange]
  3074.  
  3075.         A broker at the exchange tells you that he was real good friends
  3076.         with Walter Billford.  He had eaten lunch with him two days ago
  3077.         at the West Landing Pub and that they had discussed Sarah.
  3078.  
  3079.         Apparently Walter and Sarah had been seeing each other for
  3080.         several years.  Lately they had not been getting along well so
  3081.         Billford was going to tell her it was over.
  3082. END_MESSAGE
  3083.  
  3084.  
  3085. MESSAGE [Case6 Seymore Park]
  3086.  
  3087.         A carriage pulls up and the driver hands you a note saying
  3088.         "I am suppose to deliver this to you Mr. Holmes".  He then
  3089.         drives away.  The note reads:
  3090.  
  3091.         Killer Clue (4 parts)
  3092.  
  3093.         II. Famous Civil War General Robert E. _____.
  3094.  
  3095.  
  3096.         On the back you find:
  3097.  
  3098.         Killer Clue (4 parts)
  3099.  
  3100.         IV. A place where a stream may be crossed by wading.
  3101. END_MESSAGE
  3102.  
  3103.  
  3104. MESSAGE [Case6 Boutique]
  3105.  
  3106.         A dress designer tells you that Richard Hartford is an excellent
  3107.         dress designer and often speaks of his dream to someday open his
  3108.         own boutique in London.
  3109. END_MESSAGE
  3110.  
  3111.  
  3112. MESSAGE [Case6 Scotland Yard]
  3113.  
  3114.         Sarah admits to you that she and Walter Billford were going
  3115.         to break up.
  3116. END_MESSAGE
  3117.  
  3118.  
  3119. MESSAGE [Case6 Ferry]
  3120.  
  3121.         While watching the boats sail quietly down the Thames, a
  3122.         messenger brings you a telegram.  It reads:
  3123.  
  3124.         Motive Clue (3 parts)
  3125.  
  3126.           I. Opposite of out.
  3127.         III. Opposite of relaxed.
  3128. END_MESSAGE
  3129.  
  3130.  
  3131. MESSAGE [Case6 Shipping Company]
  3132.  
  3133.         A longshoreman walks up to you and says "The world is full of
  3134.         oranges and bananas".  Your code book shows the following
  3135.         translation:
  3136.  
  3137.         Location Clue (2 parts)
  3138.  
  3139.         I. Hard thing in the center of an apricot.
  3140. END_MESSAGE
  3141.  
  3142.  
  3143. MESSAGE [Case6 Pub]
  3144.  
  3145.         One of the barmaids tells you that Billford had eaten lunch
  3146.         here a couple of days ago with a friend of his from the
  3147.         stock exchange.
  3148. END_MESSAGE
  3149.  
  3150.  
  3151. MESSAGE [Case6 Newspaper]
  3152.  
  3153.         The editor shows you a letter that they received this morning.
  3154.         It reads:
  3155.  
  3156.           Dear Mr. Editor.
  3157.  
  3158.           In trying to help with the murder of Mr. Billford last
  3159.           night, I am sending you this note.  Sorry but I must
  3160.           remain anonymous.  Let me give you this one clue about
  3161.           the killer.  The third part is "what you get by mail and
  3162.           have to pay every month".
  3163. END_MESSAGE
  3164.  
  3165.  
  3166. MESSAGE [Case6 Mercantile Company]
  3167.  
  3168.         The head stock clerk tells you that Janice Billford comes in
  3169.         quite often and loves to spend money.
  3170. END_MESSAGE
  3171.  
  3172.  
  3173. MESSAGE [Case6 Cab Company]
  3174.  
  3175.         The owner of the cab company tells you that he and Walter
  3176.         Billford were good friends.  In fact just a month ago he had
  3177.         presented Walter with a crystal desk set.  It included a
  3178.         pitcher, two glasses, an ashtray, and a letter opener.
  3179.  
  3180.         The owner was quite proud of this as Walter Billford was a
  3181.         collector of fine crystal.
  3182. END_MESSAGE
  3183.  
  3184.  
  3185. ! --- End of Case
  3186.  
  3187.  
  3188.  
  3189. !  ---  The Adventure of the Mysterious Message         by Michael W. Bayley
  3190.  
  3191. ! CASE 7
  3192.  
  3193. MESSAGE [Case7 Starting Room]
  3194.  
  3195.         The Adventure of the Mysterious Message         by Michael W. Bayley
  3196.  
  3197.         Early this morning Mrs. Irene La Farge was found strangled to
  3198.         death in her house near Scotland Yard.  Inspector Lestrade has
  3199.         found out, by questioning Paul Richards her chauffeur, that seven
  3200.         people visited the La Farge house the night before.  These
  3201.         include Michael Thompson her lawyer, Frida Gospoten a friend,
  3202.         David White a friend of Thomas her husband, George Whipple who
  3203.         is one of Thomas business associates, Denise Whipple, George's wife,
  3204.         Mark Goddard her brother-in-law, and Harvey Smith a contractor
  3205.         who is building the La Farges a new home.
  3206.  
  3207.         Inspector Lestrade also found out that Irene was having an
  3208.         affair and has arrested Thomas believing that he discovered the
  3209.         affair and killed her.
  3210.  
  3211.         Thomas has contacted you to try and find the real killer.  He
  3212.         sent along a strange letter that he received the morning after
  3213.         the murder.  It reads:
  3214.  
  3215.           Dear Mr. La Farge
  3216.  
  3217.           I cannot get involved and this note must not fall into
  3218.           the wrong hands.  A Mr. Sherlock Holmes will be able to
  3219.           help you.  Pass him this message:
  3220.  
  3221.                          857=6f++7-=39=1742+7
  3222.  
  3223.         The letter was unsigned.  In order to save your client, you must
  3224.         determine:
  3225.  
  3226.                 a) Who killed Irene La Farge
  3227.                 b) What did the message say
  3228.                 c) Who sent the letter
  3229.  
  3230.         The game is afoot...
  3231. END_MESSAGE
  3232.  
  3233.  
  3234. ! CASE 7 Q & A
  3235.  
  3236. COMMAND ASKQUESTIONS
  3237. SetVariableTo [Points For Answers] 0
  3238. VariableEquals [Case] 7
  3239. AskQuestion [Case7 1]
  3240. AnswerIsCorrect
  3241. AddToVariable [Points For Answers] 20
  3242. PlusScore 20
  3243. END_COMMAND
  3244.  
  3245. COMMAND ASKQUESTIONS
  3246. VariableEquals [Case] 7
  3247. BlankLine
  3248. AskQuestion [Case7 2]
  3249. AnswerIsCorrect
  3250. AddToVariable [Points For Answers] 20
  3251. PlusScore 20
  3252. END_COMMAND
  3253.  
  3254. COMMAND ASKQUESTIONS
  3255. VariableEquals [Case] 7
  3256. BlankLine
  3257. AskQuestion [Case7 3]
  3258. AnswerIsCorrect
  3259. AddToVariable [Points For Answers] 20
  3260. PlusScore 20
  3261. END_COMMAND
  3262.  
  3263. COMMAND ASKQUESTIONS
  3264. VariableEquals [Case] 7
  3265. VariableEquals [Points For Answers] 60
  3266. ! Got all of the answers correct -- solved the case!
  3267. PlusScore 40 -- bonus points for complete solution
  3268. PrintMessage [Great!  You solved the case!]
  3269. END_COMMAND
  3270.  
  3271. COMMAND ASKQUESTIONS
  3272. VariableEquals [Case] 7
  3273. VariableLT [Points For Answers] 60
  3274. ! You missed some or all of the answers!  Sorry!
  3275. PrintMessage [Sorry, but you are wrong!]
  3276. END_COMMAND
  3277.  
  3278. COMMAND ASKQUESTIONS
  3279. VariableEquals [Case] 7
  3280. BlankLine
  3281. AskQuestion [Review Solution]
  3282. AnswerIsCorrect
  3283. PrintMessage [Case7 Solution]
  3284. END_COMMAND
  3285.  
  3286. COMMAND ASKQUESTIONS
  3287. VariableEquals [Case] 7
  3288. BlankLine
  3289. AskQuestion [Another Case?]
  3290. AnswerIsCorrect
  3291. GoToRoom [Select Case Room]
  3292. DoneWithTurn
  3293. END_COMMAND
  3294.  
  3295. COMMAND ASKQUESTIONS
  3296. VariableEquals [Case] 7
  3297. ! Didn't select another case so QUIT!
  3298. ReDirectTo QUIT
  3299. DoneWithTurn
  3300. END_COMMAND
  3301.  
  3302. QUESTION [Case7 1] Who killed Irene La Farge?
  3303.  
  3304. ANSWER [Case7 1] Denise OR Whipple
  3305.  
  3306.  
  3307. QUESTION [Case7 2] What did the message say?
  3308.  
  3309. ANSWER [Case7 2] female
  3310.  
  3311.  
  3312. QUESTION [Case7 3] Who sent the letter?
  3313.  
  3314. ANSWER [Case7 3] maid OR Ruth OR Jeffreys
  3315.  
  3316.  
  3317. MESSAGE [Case7 Solution]
  3318.  
  3319.         Denise Whipple found out that her husband George was cheating
  3320.         on her with his business partners wife.  Being a very jealous
  3321.         woman, she went over to the La Farge house herself and saw her
  3322.         husband come out of the house.  That was all she could take, so
  3323.         an hour later she returned and went in on the pretense of a visit
  3324.         and strangled her.
  3325.  
  3326.         Unknown to Denise, the La Farge maid Ruth Jeffreys was upstairs
  3327.         and heard the whole affair.  She heard a woman yell at Mrs. La Farge
  3328.         and then heard the struggle.  Being a fearful person, she did
  3329.         not want to be involved in the matter.  When she found out that
  3330.         Mr. La Farge had been charged with the crime, she sent him the
  3331.         note.
  3332.  
  3333.         Killer : Denise Whipple
  3334.         Message: The killer is female
  3335.         Sender : Ruth Jeffreys
  3336. END_MESSAGE
  3337.  
  3338.  
  3339. MESSAGE [Case7 Loire Gallery]
  3340.  
  3341.         You find a coded note.  It says:
  3342.  
  3343.         Message Clue
  3344.  
  3345.         2 --> A
  3346. END_MESSAGE
  3347.  
  3348.  
  3349. MESSAGE [Case7 Davidson & Sons Law Offices]
  3350.  
  3351.         You find a coded note.  It says:
  3352.  
  3353.         Message Clue
  3354.  
  3355.         = --> ' '
  3356. END_MESSAGE
  3357.  
  3358.  
  3359. MESSAGE [Case7 Dartmouth Hotel]
  3360.  
  3361.         You find a coded note.  It says:
  3362.  
  3363.         Message Clue
  3364.  
  3365.         8 --> T
  3366. END_MESSAGE
  3367.  
  3368.  
  3369. MESSAGE [Case7 Bank Of England]
  3370.  
  3371.         You find a coded note.  It says:
  3372.  
  3373.         Message Clue
  3374.  
  3375.         9 --> S
  3376. END_MESSAGE
  3377.  
  3378.  
  3379. MESSAGE [Case7 Stock Exchange]
  3380.  
  3381.         You find a coded note.  It says:
  3382.  
  3383.         Message Clue
  3384.  
  3385.         - --> R
  3386. END_MESSAGE
  3387.  
  3388.  
  3389. MESSAGE [Case7 Seymore Park]
  3390.  
  3391.         You find a coded note.  It says:
  3392.  
  3393.         Message Clue
  3394.  
  3395.         4 --> M
  3396. END_MESSAGE
  3397.  
  3398.  
  3399. MESSAGE [Case7 Boutique]
  3400.  
  3401.         You find a coded note.  It says:
  3402.  
  3403.         Message Clue
  3404.  
  3405.         + --> L
  3406. END_MESSAGE
  3407.  
  3408.  
  3409. MESSAGE [Case7 Scotland Yard]
  3410.  
  3411.         You find a coded note.  It says:
  3412.  
  3413.         Message Clue
  3414.  
  3415.         6 --> K
  3416. END_MESSAGE
  3417.  
  3418.  
  3419. MESSAGE [Case7 Ferry]
  3420.  
  3421.         You find a coded note.  It says:
  3422.  
  3423.         Message Clue
  3424.  
  3425.         3 --> I
  3426. END_MESSAGE
  3427.  
  3428.  
  3429. MESSAGE [Case7 Shipping Company]
  3430.  
  3431.         You find a coded note.  It says:
  3432.  
  3433.         Message Clue
  3434.  
  3435.         5 --> H
  3436. END_MESSAGE
  3437.  
  3438.  
  3439. MESSAGE [Case7 Pub]
  3440.  
  3441.         Ronald Peters, one of the owners of the West Landing Pub, tells
  3442.         you that he lives across from the La Farges and that he knows for
  3443.         certain that their maid, Ruth Jeffreys was at home with
  3444.         Mrs. La Farge the entire night.
  3445. END_MESSAGE
  3446.  
  3447.  
  3448. MESSAGE [Case7 Newspaper]
  3449.  
  3450.         You find a coded note.  It says:
  3451.  
  3452.         Message Clue
  3453.  
  3454.         1 --> F
  3455. END_MESSAGE
  3456.  
  3457.  
  3458. MESSAGE [Case7 Mercantile Company]
  3459.  
  3460.         You find a coded note.  It says:
  3461.  
  3462.         Message Clue
  3463.  
  3464.         7 --> E
  3465. END_MESSAGE
  3466.  
  3467.  
  3468. MESSAGE [Case7 Cab Company]
  3469.  
  3470.         One of the cabbies remembers taking Frida Gospoten to the La Farge
  3471.         house last night.  The reason he remembers, he tells you, is
  3472.         because she is an invalid and is confined to a wheel chair.  "The
  3473.         poor woman has no strength at all Sir", he tells you, "She couldn't
  3474.         even move the wheelchair herself".
  3475. END_MESSAGE
  3476.  
  3477.  
  3478. ! --- End of Case
  3479.  
  3480.  
  3481.  
  3482. !  ---  The Case of the Missing Rolls Royce             by Jim Vickonoff
  3483.  
  3484. ! CASE 8
  3485.  
  3486. MESSAGE [Case8 Starting Room]
  3487.  
  3488.         The Case of the Missing Rolls Royce             by Jim Vickonoff
  3489.  
  3490.         This time every year people travel from all over the
  3491.         globe to attend the "New Innovative Car Expo". This
  3492.         year everybody was looking forward to seeing John Royce's
  3493.         new "Rolls Royce Ultimate" edition which he had boasted
  3494.         about so much during the past year.
  3495.  
  3496.         On the morning of the show, Mr. Herbert Fanner arrived
  3497.         and upon opening the Expo Hall he discovered that the
  3498.         Rolls Royce was missing.
  3499.  
  3500.         None of the doors, windows or skylights appeared to
  3501.         be broken or tampered with. The building was equipped
  3502.         with a full perimeter alarm system even with pressure
  3503.         sensitive pads on the floor.
  3504.  
  3505.         Among the persons questioned by Inspector Lestrade were
  3506.         Robert Bentley, the owner of Bentley Automobiles; James
  3507.         Fillman, Pres. and CEO of Fillman Petroleum; William
  3508.         Peabody, the custodian; Rayban Gielgood, Pres. of Jaguar
  3509.         Motor Cars; Bob Albert, producer of "Airwolf" and
  3510.         of course Mrs. Royce.
  3511.  
  3512.         Holmes, these are the things you must find out:
  3513.  
  3514.                 a) Who took the Rolls Royce?
  3515.                 b) How was it stolen?
  3516.                 c) What was the motive?
  3517.  
  3518.         The game is afoot!
  3519. END_MESSAGE
  3520.  
  3521.  
  3522. ! CASE 8 Q & A
  3523.  
  3524. COMMAND ASKQUESTIONS
  3525. SetVariableTo [Points For Answers] 0
  3526. VariableEquals [Case] 8
  3527. AskQuestion [Case8 1]
  3528. AnswerIsCorrect
  3529. AddToVariable [Points For Answers] 20
  3530. PlusScore 20
  3531. END_COMMAND
  3532.  
  3533. COMMAND ASKQUESTIONS
  3534. VariableEquals [Case] 8
  3535. BlankLine
  3536. AskQuestion [Case8 2]
  3537. AnswerIsCorrect
  3538. AddToVariable [Points For Answers] 20
  3539. PlusScore 20
  3540. END_COMMAND
  3541.  
  3542. COMMAND ASKQUESTIONS
  3543. VariableEquals [Case] 8
  3544. BlankLine
  3545. AskQuestion [Case8 3]
  3546. AnswerIsCorrect
  3547. AddToVariable [Points For Answers] 20
  3548. PlusScore 20
  3549. END_COMMAND
  3550.  
  3551. COMMAND ASKQUESTIONS
  3552. VariableEquals [Case] 8
  3553. VariableEquals [Points For Answers] 60
  3554. ! Got all of the answers correct -- solved the case!
  3555. PlusScore 40 -- bonus points for complete solution
  3556. PrintMessage [Great!  You solved the case!]
  3557. END_COMMAND
  3558.  
  3559. COMMAND ASKQUESTIONS
  3560. VariableEquals [Case] 8
  3561. VariableLT [Points For Answers] 60
  3562. ! You missed some or all of the answers!  Sorry!
  3563. PrintMessage [Sorry, but you are wrong!]
  3564. END_COMMAND
  3565.  
  3566. COMMAND ASKQUESTIONS
  3567. VariableEquals [Case] 8
  3568. BlankLine
  3569. AskQuestion [Review Solution]
  3570. AnswerIsCorrect
  3571. PrintMessage [Case8 Solution]
  3572. END_COMMAND
  3573.  
  3574. COMMAND ASKQUESTIONS
  3575. VariableEquals [Case] 8
  3576. BlankLine
  3577. AskQuestion [Another Case?]
  3578. AnswerIsCorrect
  3579. GoToRoom [Select Case Room]
  3580. DoneWithTurn
  3581. END_COMMAND
  3582.  
  3583. COMMAND ASKQUESTIONS
  3584. VariableEquals [Case] 8
  3585. ! Didn't select another case so QUIT!
  3586. ReDirectTo QUIT
  3587. DoneWithTurn
  3588. END_COMMAND
  3589.  
  3590. QUESTION [Case8 1] Who took the Rolls Royce?
  3591.  
  3592. ANSWER [Case8 1] Chuck OR Wellington
  3593.  
  3594.  
  3595. QUESTION [Case8 2] How was it stolen?
  3596.  
  3597. ANSWER [Case8 2] Skylight OR Helicopter OR Skywolf
  3598.  
  3599.  
  3600. QUESTION [Case8 3] What was the motive?
  3601.  
  3602. ANSWER [Case8 3] Squash OR game OR loser
  3603.  
  3604.  
  3605.  
  3606. MESSAGE [Case8 Solution]
  3607.  
  3608.         Mr. Wellington had been beaten by Royce one too many times
  3609.         playing squash. After many hours of careful thought, he knew
  3610.         what would be the perfect payback.
  3611.  
  3612.         That night Wellington, taking advantage of it's silent mode,
  3613.         used Skywolf to quietly lift the Rolls Royce out through the
  3614.         skylight in the roof. Hence, Mr. Royce would not be able to
  3615.         show the car he boasted so much about at the Car Show.
  3616.  
  3617.         Thief:  Chuck Wellington
  3618.         Method: Lifted with Skywolf
  3619.         Motive: Lost Squash Game
  3620.  
  3621. END_MESSAGE
  3622.  
  3623.  
  3624. MESSAGE [Case8 Loire Gallery]
  3625.  
  3626.         The art gallery director confides that Mr. Wellington and
  3627.         Bob Albert attended a showing here earlier this week. He
  3628.         overheard a conversation about learning to fly.
  3629. END_MESSAGE
  3630.  
  3631.  
  3632. MESSAGE [Case8 Boutique]
  3633.  
  3634.         An informant at Hillery's quietly hands you a coded mess-
  3635.         age, then disappears.....
  3636.  
  3637.         It says (Motive - Part 2 of 3)
  3638.                 "Veggie - summer _______"
  3639. END_MESSAGE
  3640.  
  3641.  
  3642. MESSAGE [Case8 Scotland Yard]
  3643.  
  3644.         Nobody heard or saw anything suspicious around the Expo
  3645.         Hall.
  3646. END_MESSAGE
  3647.  
  3648.  
  3649. MESSAGE [Case8 Davidson & Sons Law Offices]
  3650.  
  3651.         Mr. Davidson confides that Mr. & Mrs. have filed for
  3652.         separation.
  3653. END_MESSAGE
  3654.  
  3655.  
  3656. MESSAGE [Case8 Dartmouth Hotel]
  3657.  
  3658.         The clerk tosses you a coded message.....
  3659.  
  3660.         It says (Motive - Part 3 of 3)
  3661.                 "Old Gene Barry TV series - Name of the ______."
  3662. END_MESSAGE
  3663.  
  3664.  
  3665. MESSAGE [Case8 Bank Of England]
  3666.  
  3667.         One of your insiders at the Bank tells you that William
  3668.         Peabody just deposited a large sum of money.
  3669. END_MESSAGE
  3670.  
  3671.  
  3672. MESSAGE [Case8 Mercantile Company]
  3673.  
  3674.         An informant tells you that the thief was upset very
  3675.         easily.....
  3676. END_MESSAGE
  3677.  
  3678.  
  3679. MESSAGE [Case8 Seymore Park]
  3680.  
  3681.         Tire tracks were found in the park that were thought to
  3682.         be from the Rolls Royce. They started from the center of
  3683.         the park and led to the outskirts.
  3684. END_MESSAGE
  3685.  
  3686.  
  3687. MESSAGE [Case8 Stock Exchange]
  3688.  
  3689.         One of your informants hands you a coded message....
  3690.  
  3691.         It says (Killer - Part 2 of 2)
  3692.                 "Type of dinner - Beef ________"
  3693. END_MESSAGE
  3694.  
  3695.  
  3696. MESSAGE [Case8 Cab Company]
  3697.  
  3698.         An informant at the Cab Company quietly passes you
  3699.         a coded message....
  3700.  
  3701.         It says (Killer - Part 1 of 2)
  3702.                 "Type of beef - ground _______"
  3703. END_MESSAGE
  3704.  
  3705.  
  3706. MESSAGE [Case8 Newspaper]
  3707.  
  3708.         You pick up a newspaper and among the headlines are "New
  3709.         Car Expo in town" and "Airwolf Film Crew in town".
  3710. END_MESSAGE
  3711.  
  3712.  
  3713. MESSAGE [Case8 Pub]
  3714.  
  3715.         The bartender tells you that Mr. Wellington & Mr. Royce
  3716.         were here last night. Mr. Royce was bragging loudly about
  3717.         always beating Wellington at squash. He added, "Mr. Wel-
  3718.         lington seemed quite irritated.
  3719. END_MESSAGE
  3720.  
  3721.  
  3722. MESSAGE [Case8 Ferry]
  3723.  
  3724.         The Captain of the Ferry slips you a coded message.....
  3725.  
  3726.         It says (Motive - Part 1 of 3)
  3727.                 "TV series ______ in Space"
  3728. END_MESSAGE
  3729.  
  3730.  
  3731. MESSAGE [Case8 Shipping Company]
  3732.  
  3733.         One of the dock workers confides that when Rayban Gielgood
  3734.         was here uncrating his car, was cursing Mr. Royce about some
  3735.         disagreement they had.
  3736. END_MESSAGE
  3737.  
  3738.  
  3739. ! --- End of Case
  3740.  
  3741.  
  3742.  
  3743. !  ---  The Adventure of the Golden Coins               by Michael W. Bayley
  3744.  
  3745. ! CASE 9
  3746.  
  3747. MESSAGE [Case9 Starting Room]
  3748.  
  3749.         The Adventure of the Golden Coins               by Michael W. Bayley
  3750.  
  3751.         Early this morning, a Mr. George Shultz of Dover was found dead
  3752.         in back of the West Landing Pub.  The body had no wounds and did
  3753.         not show any signs of a fight.  In the hand of the dead man was
  3754.         a bag of 10 gold coins.
  3755.  
  3756.         Inspector Lestrade, after questioning several people, arrested
  3757.         Jocob Wilson a known thief who was seen at the pub last night.
  3758.         Lestrade has concluded that Wilson attempted to rob Mr. Shultz
  3759.         and then killed him.  He also speculates that someone must have
  3760.         come out of the pub and Wilson was forced to flee.  Lestrade is
  3761.         not sure how Shultz was killed, but he has vowed to prove that
  3762.         it was Wilson.
  3763.  
  3764.         Also questioned by Lestrade were Robin Jackson, who works at
  3765.         Hillery's Boutique and had been seeing Shultz; Robert Grant,
  3766.         a stock broker who Mr. Shultz had been seen visiting a few
  3767.         times; Donald Lee, a friend of Mr. Shultz.
  3768.  
  3769.         Jacob Wilson has sent you a note pleading for your help.  He
  3770.         insists that he had nothing to do with the entire matter and
  3771.         is just a victim of circumstance.
  3772.  
  3773.         In order to prove your clients innocence, you must find out:
  3774.  
  3775.                 a) Who killed George Shultz
  3776.                 b) How was he killed
  3777.                 c) What was the motive
  3778.  
  3779.         The game is afoot!
  3780. END_MESSAGE
  3781.  
  3782.  
  3783. ! CASE 9 Q & A
  3784.  
  3785. COMMAND ASKQUESTIONS
  3786. SetVariableTo [Points For Answers] 0
  3787. VariableEquals [Case] 9
  3788. AskQuestion [Case9 1]
  3789. AnswerIsCorrect
  3790. AddToVariable [Points For Answers] 20
  3791. PlusScore 20
  3792. END_COMMAND
  3793.  
  3794. COMMAND ASKQUESTIONS
  3795. VariableEquals [Case] 9
  3796. BlankLine
  3797. AskQuestion [Case9 2]
  3798. AnswerIsCorrect
  3799. AddToVariable [Points For Answers] 20
  3800. PlusScore 20
  3801. END_COMMAND
  3802.  
  3803. COMMAND ASKQUESTIONS
  3804. VariableEquals [Case] 9
  3805. BlankLine
  3806. AskQuestion [Case9 3]
  3807. AnswerIsCorrect
  3808. AddToVariable [Points For Answers] 20
  3809. PlusScore 20
  3810. END_COMMAND
  3811.  
  3812. COMMAND ASKQUESTIONS
  3813. VariableEquals [Case] 9
  3814. VariableEquals [Points For Answers] 60
  3815. ! Got all of the answers correct -- solved the case!
  3816. PlusScore 40 -- bonus points for complete solution
  3817. PrintMessage [Great!  You solved the case!]
  3818. END_COMMAND
  3819.  
  3820. COMMAND ASKQUESTIONS
  3821. VariableEquals [Case] 9
  3822. VariableLT [Points For Answers] 60
  3823. ! You missed some or all of the answers!  Sorry!
  3824. PrintMessage [Sorry, but you are wrong!]
  3825. END_COMMAND
  3826.  
  3827. COMMAND ASKQUESTIONS
  3828. VariableEquals [Case] 9
  3829. BlankLine
  3830. AskQuestion [Review Solution]
  3831. AnswerIsCorrect
  3832. PrintMessage [Case9 Solution]
  3833. END_COMMAND
  3834.  
  3835. COMMAND ASKQUESTIONS
  3836. VariableEquals [Case] 9
  3837. BlankLine
  3838. AskQuestion [Another Case?]
  3839. AnswerIsCorrect
  3840. GoToRoom [Select Case Room]
  3841. DoneWithTurn
  3842. END_COMMAND
  3843.  
  3844. COMMAND ASKQUESTIONS
  3845. VariableEquals [Case] 9
  3846. ! Didn't select another case so QUIT!
  3847. ReDirectTo QUIT
  3848. DoneWithTurn
  3849. END_COMMAND
  3850.  
  3851. QUESTION [Case9 1] Who killed George Shultz?
  3852.  
  3853. ANSWER [Case9 1] Robert OR Grant
  3854.  
  3855.  
  3856. QUESTION [Case9 2] How was he killed?
  3857.  
  3858. ANSWER [Case9 2] Rat OR Poison OR Coins OR Coin
  3859.  
  3860.  
  3861. QUESTION [Case9 3] What was the motive?
  3862.  
  3863. ANSWER [Case9 3] Blackmail
  3864.  
  3865.  
  3866. MESSAGE [Case9 Solution]
  3867.  
  3868.         When Mr. George Shultz arrived in London two months ago he quickly
  3869.         sought out Robert Grant.  Robert and he had grown up together in
  3870.         Dover.  He was very excited to find that Robert had become quite
  3871.         successful here in London and was earning a good wage working at
  3872.         a brokerage house.
  3873.  
  3874.         Shultz was a gambler and soon found himself in debt.  He needed to
  3875.         raise cash quickly or face the racketeers.  He decided that he
  3876.         would go to his friend and ask to borrow the money; Grant refused.
  3877.  
  3878.         Since Shultz came from the same city as his friend Grant had, he
  3879.         was aware of the time Grant had spent in prison for embezzlement.
  3880.         He knew that Grant would be fired if word of this ever came out.
  3881.         He then decided he would blackmail his friend into giving him the
  3882.         money.
  3883.  
  3884.         Although he had only planned on a one time thing, his gambling
  3885.         continued and he began to rely on the blackmail money.
  3886.  
  3887.         Grant quickly became tired of paying out the money.  Finally when
  3888.         he was evicted from his apartment for not paying the rent and
  3889.         forced to move into the east side of town, he plotted the murder
  3890.         of his friend.  Relying on his knowledge that Shultz always bit
  3891.         his coins to verify their authenticity, he poisoned the money
  3892.         that he was to pay him that night.
  3893.  
  3894.         Murderer: Robert Grant
  3895.         Method  : Poison coins
  3896.         Motive  : Blackmail
  3897. END_MESSAGE
  3898.  
  3899.  
  3900. MESSAGE [Case9 Loire Gallery]
  3901.  
  3902.         George Shultz and his girlfriend Robin Jackson were seen here
  3903.         two nights ago.  They were finally asked to leave as they were
  3904.         having a heated argument and it was disturbing the other people.
  3905. END_MESSAGE
  3906.  
  3907.  
  3908. MESSAGE [Case9 Boutique]
  3909.  
  3910.         Robin Jackson confesses that she and the victim had just broke
  3911.         up.  "He was no good I tell ya", she says, "He would spend all
  3912.         of his time out gambling".  "He was cheep too", she also confides,
  3913.         "He even bites his coins to make sure their real".
  3914. END_MESSAGE
  3915.  
  3916.  
  3917. MESSAGE [Case9 Scotland Yard]
  3918.  
  3919.         Sgt. Percival shows you a coded message that was found behind
  3920.         the pub.  It reads:
  3921.  
  3922.         Killer Clue (3 parts)
  3923.  
  3924.         III. A famous american general.
  3925. END_MESSAGE
  3926.  
  3927.  
  3928. MESSAGE [Case9 Davidson & Sons Law Offices]
  3929.  
  3930.         Davidson shows you a code file.  It reads:
  3931.  
  3932.         Killer Clue (3 parts)
  3933.  
  3934.         I. Another word for steal.
  3935. END_MESSAGE
  3936.  
  3937.  
  3938. MESSAGE [Case9 Bank Of England]
  3939.  
  3940.         Bank records show that Robert Grant had once lived in Dover.  He
  3941.         had moved to London two years ago and had transferred his funds
  3942.         from the First Bank of Dover.
  3943. END_MESSAGE
  3944.  
  3945.  
  3946. MESSAGE [Case9 Mercantile Company]
  3947.  
  3948.         "Apparently East London is being overrun by rats Mr. Holmes", the
  3949.         clerk tells you.  "Both Donald Lee and Robert Grant have been in
  3950.         recently to buy rat poison since their rooms are infested", she
  3951.         tells you.
  3952. END_MESSAGE
  3953.  
  3954.  
  3955. MESSAGE [Case9 Seymore Park]
  3956.  
  3957.         You find a coded note carved on a tree.  It reads:
  3958.  
  3959.         Motive Clue (2 parts)
  3960.  
  3961.         I. What you see when you turn out the lights
  3962. END_MESSAGE
  3963.  
  3964.  
  3965. MESSAGE [Case9 Stock Exchange]
  3966.  
  3967.         Sir Reginald Walton, owner of the brokerage house, tells you that
  3968.         Robert Grant is an excellent employee.  "He is smart and honest",
  3969.         he tells you, "Of course he would have to be if he wanted to keep
  3970.         working for our establishment.".
  3971. END_MESSAGE
  3972.  
  3973.  
  3974. MESSAGE [Case9 Cab Company]
  3975.  
  3976.         The janitor shows you a note he found in cab number 11.  It
  3977.         reads:
  3978.  
  3979.         Killer Clue (3 parts)
  3980.  
  3981.         II. To feel pain.
  3982. END_MESSAGE
  3983.  
  3984.  
  3985. MESSAGE [Case9 Newspaper]
  3986.  
  3987.         An old clipping shows that Robert Grant had at one time spent
  3988.         three years in prison in Dover for embezzlement.
  3989. END_MESSAGE
  3990.  
  3991.  
  3992. MESSAGE [Case9 Pub]
  3993.  
  3994.         One of the barmaids tells you that she had often seen George
  3995.         Shultz here with his girlfriend.  He also occasionally met a
  3996.         friend of his from Dover here.  Unfortunately, she could not
  3997.         remember the mans name.
  3998. END_MESSAGE
  3999.  
  4000.  
  4001. MESSAGE [Case9 Ferry]
  4002.  
  4003.         The captain of the ship leads you into the crews room.  On the
  4004.         mirror is a coded message.  It reads:
  4005.  
  4006.         Motive Clue (2 parts)
  4007.  
  4008.         II.  Part of armor made from chains.
  4009. END_MESSAGE
  4010.  
  4011.  
  4012. MESSAGE [Case9 Shipping Company]
  4013.  
  4014.         "Robert Grant lives in a flat just down the road", confesses one
  4015.         of the dock workers.  "I was surprised to see him in this part of
  4016.         town", says the worker, "but I then heard he was evicted from his
  4017.         rooms down in the financial district just a month ago.
  4018. END_MESSAGE
  4019.  
  4020.  
  4021. ! --- End of Case
  4022.  
  4023.  
  4024.  
  4025. !  ---  The Case of the Code Crossword                  by Michael W. Bayley
  4026.  
  4027. ! CASE 10
  4028.  
  4029. MESSAGE [Case10 Starting Room]
  4030.  
  4031.         The Case of the Code Crossword                  by Michael W. Bayley
  4032.  
  4033.         Just an hour ago Inspector Gregson left your rooms on Baker St.
  4034.         He had come to solicit your help in proving a friends innocence.
  4035.  
  4036.         It appears that his friend Jeffrey Goldstone, who works for the
  4037.         British Admiralty, is accused of high treason.  Goldstone is
  4038.         accused of stealing contingency battle plans for the defense of
  4039.         Great Britain.  He and his partner, John Loxly, were in charge
  4040.         of storing the plans at their office in the financial district.
  4041.  
  4042.         Two days ago, his superiors found that the plans were missing
  4043.         and that Loxly had been murdered.  They believe that Goldstone
  4044.         took the plans and then murdered his partner when Loxly discovered
  4045.         what he was doing.
  4046.  
  4047.         Gregson shows you a note that Goldstone received the day he was
  4048.         arrested.  It reads:
  4049.  
  4050.           Jeffrey,
  4051.  
  4052.           I have had to move the plans.  I think they are on to me.
  4053.           The plans can be found by solving the code.
  4054.  
  4055.                                                         JL
  4056.  
  4057.         Accompanying the plans was a crossword from the October 13th
  4058.         copy of the West London Tribune.
  4059.  
  4060.                 +---+---+---+---+---+---+---+---+---+---+---+
  4061.                 |XXX|  1|XXX|  2|  3|XXX|XXX|  4|XXX|XXX|XXX|
  4062.                 +---+---+---+---+---+---+---+---+---+---+---+
  4063.                 |  5|   |  6|XXX|   |XXX|  7|   |  8|  9|XXX|
  4064.                 +---+---+---+---+---+---+---+---+---+---+---+
  4065.                 |XXX| 10|   | 11|   | 12|XXX| 13|   |   |   |
  4066.                 +---+---+---+---+---+---+---+---+---+---+---+
  4067.                 |XXX|   |XXX| 14|   |   |XXX|   |XXX|   |XXX|
  4068.                 +---+---+---+---+---+---+---+---+---+---+---+
  4069.                 |XXX|XXX|XXX|   |XXX| 15|   |   |XXX|XXX|XXX|
  4070.                 +---+---+---+---+---+---+---+---+---+---+---+
  4071.  
  4072.         In order to prove Gregson's friends innocence, you must find out:
  4073.  
  4074.                 a) Where are the secret plans
  4075.                 b) Why did Loxly move them
  4076.  
  4077.         The game is afoot...
  4078. END_MESSAGE
  4079.  
  4080.  
  4081. ! CASE 10 Q & A
  4082.  
  4083. COMMAND ASKQUESTIONS
  4084. SetVariableTo [Points For Answers] 0
  4085. VariableEquals [Case] 10
  4086. AskQuestion [Case10 1]
  4087. AnswerIsCorrect
  4088. AddToVariable [Points For Answers] 30
  4089. PlusScore 30
  4090. END_COMMAND
  4091.  
  4092. COMMAND ASKQUESTIONS
  4093. VariableEquals [Case] 10
  4094. BlankLine
  4095. AskQuestion [Case10 2]
  4096. AnswerIsCorrect
  4097. AddToVariable [Points For Answers] 30
  4098. PlusScore 30
  4099. END_COMMAND
  4100.  
  4101. COMMAND ASKQUESTIONS
  4102. VariableEquals [Case] 10
  4103. VariableEquals [Points For Answers] 60
  4104. ! Got all of the answers correct -- solved the case!
  4105. PlusScore 40 -- bonus points for complete solution
  4106. PrintMessage [Great!  You solved the case!]
  4107. END_COMMAND
  4108.  
  4109. COMMAND ASKQUESTIONS
  4110. VariableEquals [Case] 10
  4111. VariableLT [Points For Answers] 60
  4112. ! You missed some or all of the answers!  Sorry!
  4113. PrintMessage [Sorry, but you are wrong!]
  4114. END_COMMAND
  4115.  
  4116. COMMAND ASKQUESTIONS
  4117. VariableEquals [Case] 10
  4118. BlankLine
  4119. AskQuestion [Review Solution]
  4120. AnswerIsCorrect
  4121. PrintMessage [Case10 Solution]
  4122. END_COMMAND
  4123.  
  4124. COMMAND ASKQUESTIONS
  4125. VariableEquals [Case] 10
  4126. BlankLine
  4127. AskQuestion [Another Case?]
  4128. AnswerIsCorrect
  4129. GoToRoom [Select Case Room]
  4130. DoneWithTurn
  4131. END_COMMAND
  4132.  
  4133. COMMAND ASKQUESTIONS
  4134. VariableEquals [Case] 10
  4135. ! Didn't select another case so QUIT!
  4136. ReDirectTo QUIT
  4137. DoneWithTurn
  4138. END_COMMAND
  4139.  
  4140. QUESTION [Case10 1] Where are the secret plans?
  4141.  
  4142. ANSWER [Case10 1] Ferry OR Boat
  4143.  
  4144.  
  4145. QUESTION [Case10 2] Why did Loxly move them
  4146.  
  4147. ANSWER [Case10 2] Double OR agent
  4148.  
  4149.  
  4150. MESSAGE [Case10 Solution]
  4151.  
  4152.         Several weeks ago, John Loxly found out that there was a double
  4153.         agent working within their group at the Admiralty.  In order to
  4154.         prevent the plans from falling into enemy hands, he removed the
  4155.         plans and hid them in one of the boats at the Yorkshire Ferry.
  4156.  
  4157.         Fearing that he would be discovered, he sent Goldstone the coded
  4158.         crossword with the location of the plans in the lines corres-
  4159.         ponding to the month and date of the newspaper.
  4160.  
  4161.         Soon afterward, the double agent found that the plans had been
  4162.         moved and attempted to torture their location out of Loxly.
  4163.         Loxly held out and stayed true to his country, but was murdered
  4164.         in the end to prevent him from revealing the identity of the
  4165.         double agent.
  4166.  
  4167.         Location: Ferry boat
  4168.         Motive  : Double agent
  4169. END_MESSAGE
  4170.  
  4171.  
  4172. MESSAGE [Case10 Loire Gallery]
  4173.  
  4174.         You find a page from the Tribune.  On it you find:
  4175.  
  4176.         Crossword Clue
  4177.  
  4178.         11 Down - To decay
  4179. END_MESSAGE
  4180.  
  4181.  
  4182. MESSAGE [Case10 Boutique]
  4183.  
  4184.         You find a page from the Tribune.  On it you find:
  4185.  
  4186.         Crossword Clue
  4187.  
  4188.         2 Across - Opposite of down.
  4189. END_MESSAGE
  4190.  
  4191.  
  4192. MESSAGE [Case10 Davidson & Sons Law Offices]
  4193.  
  4194.         You find a page from the Tribune.  On it you find:
  4195.  
  4196.         Crossword Clue
  4197.  
  4198.         3 Down - The sound made by a kitten
  4199. END_MESSAGE
  4200.  
  4201.  
  4202. MESSAGE [Case10 Dartmouth Hotel]
  4203.  
  4204.         You find a page from the Tribune.  On it you find:
  4205.  
  4206.         Crossword Clue
  4207.  
  4208.         9 Down - Sweet potato.
  4209. END_MESSAGE
  4210.  
  4211.  
  4212. MESSAGE [Case10 Bank Of England]
  4213.  
  4214.         You find a page from the Tribune.  On it you find:
  4215.  
  4216.         Crossword Clue
  4217.  
  4218.         12 Down - Opposite of no.
  4219. END_MESSAGE
  4220.  
  4221.  
  4222. MESSAGE [Case10 Mercantile Company]
  4223.  
  4224.         You find a page from the Tribune.  On it you find:
  4225.  
  4226.         Crossword Clue
  4227.  
  4228.          7 Across - One of the awards given to a
  4229.                     performing artist.
  4230.         15 Across - A secret agent.
  4231. END_MESSAGE
  4232.  
  4233.  
  4234. MESSAGE [Case10 Seymore Park]
  4235.  
  4236.         You find a page from the Tribune.  On it you find:
  4237.  
  4238.         Crossword Clue
  4239.  
  4240.         6 Down - You and I.
  4241. END_MESSAGE
  4242.  
  4243.  
  4244. MESSAGE [Case10 Stock Exchange]
  4245.  
  4246.         One of the brokers hands you a strip of ticker tape.  On the
  4247.         back you find the following coded message:
  4248.  
  4249.         Motive Clue (4 parts)
  4250.  
  4251.         II.  12th letter of the alphabet.
  4252.         III. The number of years since your birth
  4253.              is your _______.
  4254. END_MESSAGE
  4255.  
  4256.  
  4257. MESSAGE [Case10 Cab Company]
  4258.  
  4259.         You find a page from the Tribune.  On it you find:
  4260.  
  4261.         Crossword Clue
  4262.  
  4263.         5 Across - Tool for cutting wood.
  4264. END_MESSAGE
  4265.  
  4266.  
  4267. MESSAGE [Case10 Newspaper]
  4268.  
  4269.         One of the editors at the paper confides that Loxly had come to
  4270.         him and told him to run the crossword.  He also said that it
  4271.         must be run October 13th as the month and date were imperative.
  4272. END_MESSAGE
  4273.  
  4274.  
  4275. MESSAGE [Case10 Pub]
  4276.  
  4277.         You find a page from the Tribune.  On it you find:
  4278.  
  4279.         Crossword Clue
  4280.  
  4281.         1 Down - A stongbox in which money is stored.
  4282. END_MESSAGE
  4283.  
  4284.  
  4285. MESSAGE [Case10 Ferry]
  4286.  
  4287.         A sailor hands you a coded message.  It reads:
  4288.  
  4289.         Motive Clue (4 parts)
  4290.  
  4291.         I.  To record over the sound track of a movie.
  4292.             Often done with foreign films.
  4293.  
  4294.         IV. Insect that builds tunnels.
  4295. END_MESSAGE
  4296.  
  4297.  
  4298. MESSAGE [Case10 Shipping Company]
  4299.  
  4300.         You find a page from the Tribune.  On it you find:
  4301.  
  4302.         Crossword Clue
  4303.  
  4304.         4 Down - A British cop.
  4305. END_MESSAGE
  4306.  
  4307.  
  4308. ! --- End of Case
  4309.  
  4310.  
  4311.  
  4312. !  ---  The Case of the Crashed Cab                     by Jim Vickonoff
  4313.  
  4314. ! CASE 11
  4315.  
  4316. MESSAGE [Case11 Starting Room]
  4317.  
  4318.         The Case of the Crashed Cab                     by Jim Vickonoff
  4319.  
  4320.         The headline on the Tribune reads "Cabbie Killed in
  4321.         Crash". Late last night, a West London Cab Company
  4322.         Cab was found wrecked head-on into a giant oak tree.
  4323.         Found inside the cab was Herbie McFay, dead on the
  4324.         scene from massive head and internal injuries.
  4325.  
  4326.         It was reported that McFay was not a heavy drinker
  4327.         and no alcohol was found. Among the food wrappers and
  4328.         other garbage inside the cab was a schedule for the
  4329.         Yorkshire Ferry.
  4330.  
  4331.         Among the persons questioned by Inspector Lestrade were
  4332.         Harry Chuckman, the dispatcher of the West London Cab
  4333.         Company; Michael Spamming, the barkeep at the West
  4334.         Landing Pub; Olivia Newton, McFay's current girlfriend;
  4335.         Margeret Simms, one McFay's old girlfriends and some
  4336.         frequent visitors to the park.
  4337.  
  4338.         The Coroner has ruled the crash an accidental death
  4339.         due to driver error. But for some fishy feeling, you
  4340.         believe that foul play was involved.
  4341.  
  4342.         Holmes, these are the things you must find out:
  4343.  
  4344.                  a) Who killed Herbie McFay?
  4345.                  b) How was he killed?
  4346.                  c) What was the motive?
  4347.  
  4348.         The game is afoot!
  4349. END_MESSAGE
  4350.  
  4351.  
  4352. ! CASE 11 Q & A
  4353.  
  4354. COMMAND ASKQUESTIONS
  4355. SetVariableTo [Points For Answers] 0
  4356. VariableEquals [Case] 11
  4357. AskQuestion [Case11 1]
  4358. AnswerIsCorrect
  4359. AddToVariable [Points For Answers] 20
  4360. PlusScore 20
  4361. END_COMMAND
  4362.  
  4363. COMMAND ASKQUESTIONS
  4364. VariableEquals [Case] 11
  4365. BlankLine
  4366. AskQuestion [Case11 2]
  4367. AnswerIsCorrect
  4368. AddToVariable [Points For Answers] 20
  4369. PlusScore 20
  4370. END_COMMAND
  4371.  
  4372. COMMAND ASKQUESTIONS
  4373. VariableEquals [Case] 11
  4374. BlankLine
  4375. AskQuestion [Case11 3]
  4376. AnswerIsCorrect
  4377. AddToVariable [Points For Answers] 20
  4378. PlusScore 20
  4379. END_COMMAND
  4380.  
  4381. COMMAND ASKQUESTIONS
  4382. VariableEquals [Case] 11
  4383. VariableEquals [Points For Answers] 60
  4384. ! Got all of the answers correct -- solved the case!
  4385. PlusScore 40 -- bonus points for complete solution
  4386. PrintMessage [Great!  You solved the case!]
  4387. END_COMMAND
  4388.  
  4389. COMMAND ASKQUESTIONS
  4390. VariableEquals [Case] 11
  4391. VariableLT [Points For Answers] 60
  4392. ! You missed some or all of the answers!  Sorry!
  4393. PrintMessage [Sorry, but you are wrong!]
  4394. END_COMMAND
  4395.  
  4396. COMMAND ASKQUESTIONS
  4397. VariableEquals [Case] 11
  4398. BlankLine
  4399. AskQuestion [Review Solution]
  4400. AnswerIsCorrect
  4401. PrintMessage [Case11 Solution]
  4402. END_COMMAND
  4403.  
  4404. COMMAND ASKQUESTIONS
  4405. VariableEquals [Case] 11
  4406. BlankLine
  4407. AskQuestion [Another Case?]
  4408. AnswerIsCorrect
  4409. GoToRoom [Select Case Room]
  4410. DoneWithTurn
  4411. END_COMMAND
  4412.  
  4413. COMMAND ASKQUESTIONS
  4414. VariableEquals [Case] 11
  4415. ! Didn't select another case so QUIT!
  4416. ReDirectTo QUIT
  4417. DoneWithTurn
  4418. END_COMMAND
  4419.  
  4420. QUESTION [Case11 1] Who killed Herbie McFay?
  4421.  
  4422. ANSWER [Case11 1] Captain OR William OR Wienburger
  4423.  
  4424.  
  4425. QUESTION [Case11 2] How was he killed?
  4426.  
  4427. ANSWER [Case11 2] Pushed OR behind OR rear OR rammed
  4428.  
  4429.  
  4430. QUESTION [Case11 3] What was the motive?
  4431.  
  4432. ANSWER [Case11 3] Stealing OR passengers OR fares OR Taking
  4433.  
  4434.  
  4435. MESSAGE [Case11 Solution]
  4436.  
  4437.         The number of ferry passengers was dropping daily. One day
  4438.         Captain Wienburger spied cabbie Herbie McFay diverting some
  4439.         ferry passengers into his cab. This soon became a regular
  4440.         occurrence with Herbie McFay doing most of the passenger nab-
  4441.         bing.
  4442.  
  4443.         Profits were dropping and the Captain was soon threatened
  4444.         "Do something, or ELSE"! He then began to think of a way to
  4445.         "deal" with Mr. McFay. One night, the Captain was following
  4446.         Herbie McFay home and on the large sweeping curve next to the
  4447.         Park, he rammed McFay's cab from behind forcing it into a
  4448.         big tree.
  4449.  
  4450.         Killer: Captain William Wienburger
  4451.         Method: Pushed from behind
  4452.         Motive: Stealing ferry passengers
  4453. END_MESSAGE
  4454.  
  4455.  
  4456. MESSAGE [Case11 Loire Gallery]
  4457.  
  4458.         The Director hands you a coded message.
  4459.  
  4460.         It says (Method - Part 3 of 3)
  4461.                 "Opposite of ahead"
  4462. END_MESSAGE
  4463.  
  4464.  
  4465. MESSAGE [Case11 Boutique]
  4466.  
  4467.         A friend at Hillery's says she overheard Olivia Newton
  4468.         and Margeret Simms arguing and the subject was McFay.
  4469. END_MESSAGE
  4470.  
  4471.  
  4472. MESSAGE [Case11 Scotland Yard]
  4473.  
  4474.         One of your connections tells you that the cab had
  4475.         an enormous amount of rear end damage for a head-on
  4476.         collision with a tree.
  4477. END_MESSAGE
  4478.  
  4479.  
  4480. MESSAGE [Case11 Davidson & Sons Law Offices]
  4481.  
  4482.         Mr. Davidson quietly slips you a coded message.
  4483.  
  4484.         It says (Killer - Part 2 of 3)
  4485.                 "Fermented drink made from grapes"
  4486. END_MESSAGE
  4487.  
  4488.  
  4489. MESSAGE [Case11 Dartmouth Hotel]
  4490.  
  4491.         The Bellman tells you "Herbie was a safe driver and
  4492.         never got any complaints from the guests".
  4493. END_MESSAGE
  4494.  
  4495.  
  4496. MESSAGE [Case11 Bank Of England]
  4497.  
  4498.         You walk up to the window and the teller slips you a
  4499.         coded message with your money.
  4500.  
  4501.         It reads (Method - Part 2 of 3)
  4502.                  "Opposite of to"
  4503. END_MESSAGE
  4504.  
  4505.  
  4506. MESSAGE [Case11 Mercantile Company]
  4507.  
  4508.         The man behind the counter says "Can't you read the sign?
  4509.         It says closed"! You mumble to yourself, I never liked
  4510.         him anyway and his tips always led nowhere.
  4511. END_MESSAGE
  4512.  
  4513.  
  4514. MESSAGE [Case11 Seymore Park]
  4515.  
  4516.         While questioning a bum in the park he says "Ya, I saw
  4517.         two cars speed past last night. All I could see was that
  4518.         the man in the second car wore a hat.
  4519. END_MESSAGE
  4520.  
  4521.  
  4522. MESSAGE [Case11 Stock Exchange]
  4523.  
  4524.         Your broker hands you a coded message.
  4525.  
  4526.         It says (Killer - Part 3 of 3)
  4527.                 "Fast food: Ham______"
  4528. END_MESSAGE
  4529.  
  4530.  
  4531. MESSAGE [Case11 Cab Company]
  4532.  
  4533.         The manager at the Cab company was saddened by the death
  4534.         of Herbie McFay saying "Herbie was bringing more fares &
  4535.         money in than any of the other cabbies".
  4536. END_MESSAGE
  4537.  
  4538.  
  4539. MESSAGE [Case11 Newspaper]
  4540.  
  4541.         Mr. Biggins, the editor says he has an anonymous message
  4542.         for you. The coded type.
  4543.  
  4544.         It says (Murderer - Part 1 of 3)
  4545.                 "Document drawn up before you die"
  4546. END_MESSAGE
  4547.  
  4548.  
  4549. MESSAGE [Case11 Pub]
  4550.  
  4551.         The barkeep offers this information, "Herbie? He ain't
  4552.         been here for a while, women problems, you know"?!?
  4553.         He spends a lot of time waiting outside the Yorkshire
  4554.         Ferry looking for fares.
  4555. END_MESSAGE
  4556.  
  4557.  
  4558. MESSAGE [Case11 Ferry]
  4559.  
  4560.         In a long conversation, Captain William Wienburger
  4561.         casually mentions that ridership on the ferry
  4562.         has been down considerably the past month or two. He
  4563.         seemed a bit upset about it.
  4564. END_MESSAGE
  4565.  
  4566.  
  4567. MESSAGE [Case11 Shipping Company]
  4568.  
  4569.         A doc worker tosses you a coded message.
  4570.  
  4571.         It reads (Method - Part 1 of 3)
  4572.                  "Opposite of pulled"
  4573. END_MESSAGE
  4574.  
  4575.  
  4576. ! --- End of Case
  4577.  
  4578.  
  4579.  
  4580. !  ---  The Silenced Maintenance Man                    by Jim Vickonoff
  4581.  
  4582. ! CASE 12
  4583.  
  4584. MESSAGE [Case12 Starting Room]
  4585.  
  4586.         The Silenced Maintenance Man                    by Jim Vickonoff
  4587.  
  4588.         Tom Duggan, for as long as everyone could remember, had been
  4589.         the maintenance man at the Dartmouth Hotel. He was well liked
  4590.         throughout the community, an outstanding citizen and was very
  4591.         patriotic. Early this morning he was found dead at the hotel.
  4592.  
  4593.         With an autopsy pending, the Coroner has yet to disclose the
  4594.         cause of death.
  4595.  
  4596.         According to William Bowers, the Dartmouth Hotel Manager, Tom
  4597.         had been working the past two days on the air ducts throughout
  4598.         the hotel. He had talked to Tom the night before and everything
  4599.         sounded fine. Tom said he was going to work late to get the job
  4600.         finished. When Hortense Whatley, the head housekeeper, arrived
  4601.         in the morning she found Tom Duggan's body stuffed into the
  4602.         dumb-waiter.
  4603.  
  4604.         Inspector Lestrade has already questioned some people which
  4605.         included Mary Duggan, Tom's wife; Hector Bosely, the Bellhop at
  4606.         the hotel; Mr. and Mrs. Wallington, a couple staying at the
  4607.         hotel; Roberta Simms and Michael Jefferson, good friends of the
  4608.         Duggans'.
  4609.  
  4610.         Knowing Tom for quite a while, you find yourself compelled to
  4611.         find out what really happened.
  4612.  
  4613.         Holmes, these are the things you must find out:
  4614.  
  4615.                         a) Who killed Tom Duggan?
  4616.                         b) How was he killed?
  4617.                         c) What was the motive?
  4618.  
  4619.         The game is afoot!
  4620. END_MESSAGE
  4621.  
  4622.  
  4623. ! CASE 12 Q & A
  4624.  
  4625. COMMAND ASKQUESTIONS
  4626. SetVariableTo [Points For Answers] 0
  4627. VariableEquals [Case] 12
  4628. AskQuestion [Case12 1]
  4629. AnswerIsCorrect
  4630. AddToVariable [Points For Answers] 20
  4631. PlusScore 20
  4632. END_COMMAND
  4633.  
  4634. COMMAND ASKQUESTIONS
  4635. VariableEquals [Case] 12
  4636. BlankLine
  4637. AskQuestion [Case12 2]
  4638. AnswerIsCorrect
  4639. AddToVariable [Points For Answers] 20
  4640. PlusScore 20
  4641. END_COMMAND
  4642.  
  4643. COMMAND ASKQUESTIONS
  4644. VariableEquals [Case] 12
  4645. BlankLine
  4646. AskQuestion [Case12 3]
  4647. AnswerIsCorrect
  4648. AddToVariable [Points For Answers] 20
  4649. PlusScore 20
  4650. END_COMMAND
  4651.  
  4652. COMMAND ASKQUESTIONS
  4653. VariableEquals [Case] 12
  4654. VariableEquals [Points For Answers] 60
  4655. ! Got all of the answers correct -- solved the case!
  4656. PlusScore 40 -- bonus points for complete solution
  4657. PrintMessage [Great!  You solved the case!]
  4658. END_COMMAND
  4659.  
  4660. COMMAND ASKQUESTIONS
  4661. VariableEquals [Case] 12
  4662. VariableLT [Points For Answers] 60
  4663. ! You missed some or all of the answers!  Sorry!
  4664. PrintMessage [Sorry, but you are wrong!]
  4665. END_COMMAND
  4666.  
  4667. COMMAND ASKQUESTIONS
  4668. VariableEquals [Case] 12
  4669. BlankLine
  4670. AskQuestion [Review Solution]
  4671. AnswerIsCorrect
  4672. PrintMessage [Case12 Solution]
  4673. END_COMMAND
  4674.  
  4675. COMMAND ASKQUESTIONS
  4676. VariableEquals [Case] 12
  4677. BlankLine
  4678. AskQuestion [Another Case?]
  4679. AnswerIsCorrect
  4680. GoToRoom [Select Case Room]
  4681. DoneWithTurn
  4682. END_COMMAND
  4683.  
  4684. COMMAND ASKQUESTIONS
  4685. VariableEquals [Case] 12
  4686. ! Didn't select another case so QUIT!
  4687. ReDirectTo QUIT
  4688. DoneWithTurn
  4689. END_COMMAND
  4690.  
  4691. QUESTION [Case12 1] Who killed Tom Duggan?
  4692.  
  4693. ANSWER [Case12 1] Fingers OR Malone
  4694.  
  4695.  
  4696. QUESTION [Case12 2] How was he killed?
  4697.  
  4698. ANSWER [Case12 2] Strangled OR choked
  4699.  
  4700.  
  4701. QUESTION [Case12 3] What was the motive?
  4702.  
  4703. ANSWER [Case12 3] Rob OR Bank OR Robbery OR Overheard OR plot
  4704.  
  4705.  
  4706. MESSAGE [Case12 Solution]
  4707.  
  4708.         While working on the air ducts, Tom Duggan overheard Fingers
  4709.         Malone planning to rob the Bank of England the next morning.
  4710.  
  4711.         He dropped his wrench and Fingers heard him. Fearing that his
  4712.         plans were ruined with Duggan alive, he took a piece of rope,
  4713.         strangled the life out of him and put the body in the dumb-
  4714.         waiter and lowered it.
  4715.  
  4716.         Killer: Fingers Malone
  4717.         Method: Strangled
  4718.         Motive: Bank Robbery
  4719.  
  4720. END_MESSAGE
  4721.  
  4722.  
  4723. MESSAGE [Case12 Loire Gallery]
  4724.  
  4725.         The custodian quietly hands you a coded message.
  4726.  
  4727.         It reads (Killer - Part 3 of 3)
  4728.                  "To lend someone money"
  4729. END_MESSAGE
  4730.  
  4731.  
  4732. MESSAGE [Case12 Boutique]
  4733.  
  4734.         The cashier gives you an envelope, inside you find a coded
  4735.         message.
  4736.  
  4737.         It says (Killer - Part 2 of 3)
  4738.                 "__ and Pa Kettle"
  4739. END_MESSAGE
  4740.  
  4741.  
  4742. MESSAGE [Case12 Scotland Yard]
  4743.  
  4744.         An inside source informs you that Fingers Malone, notorious
  4745.         safecracker, is staying on the top floor at the Dartmouth
  4746.         Hotel.
  4747. END_MESSAGE
  4748.  
  4749.  
  4750. MESSAGE [Case12 Davidson & Sons Law Offices]
  4751.  
  4752.         Mr. Davidson informs you that Mrs. Duggan was in earlier
  4753.         this week inquiring about some legal matters.
  4754. END_MESSAGE
  4755.  
  4756.  
  4757. MESSAGE [Case12 Dartmouth Hotel]
  4758.  
  4759.         The head housekeeper, Hortense Whatley, confidentially tells
  4760.         you that she saw some red, black and blue marks on the neck
  4761.         of Tom Duggan's body.
  4762. END_MESSAGE
  4763.  
  4764.  
  4765. MESSAGE [Case12 Bank Of England]
  4766.  
  4767.         The manager proudly informs you that they've had record
  4768.         deposits this past month.
  4769. END_MESSAGE
  4770.  
  4771.  
  4772. MESSAGE [Case12 Mercantile Company]
  4773.  
  4774.         The man behind the counter hands you a coded message.
  4775.  
  4776.         It says (Killer - Part 1 of 3)
  4777.                 "Both hands have five of these"
  4778. END_MESSAGE
  4779.  
  4780.  
  4781. MESSAGE [Case12 Seymore Park]
  4782.  
  4783.         A bum asks you, "Hey buddy, can spare a sixpence for a down
  4784.         and out guy" ?
  4785. END_MESSAGE
  4786.  
  4787.  
  4788. MESSAGE [Case12 Stock Exchange]
  4789.  
  4790.         A broker quietly slips you a sealed envelope. Opening it
  4791.         reveals a coded message.
  4792.  
  4793.         It reads (Motive - Part 3 of 3)
  4794.                  "Kind of fruit - Boysen_____"
  4795. END_MESSAGE
  4796.  
  4797.  
  4798. MESSAGE [Case12 Cab Company]
  4799.  
  4800.         A cabbie tells you that some guy with fidgety fingers has
  4801.         been taking the cab around the bank for the past week.
  4802. END_MESSAGE
  4803.  
  4804.  
  4805. MESSAGE [Case12 Newspaper]
  4806.  
  4807.         The editor mumbles that he's running late and doesn't have
  4808.         the time to chat.
  4809. END_MESSAGE
  4810.  
  4811.  
  4812. MESSAGE [Case12 Pub]
  4813.  
  4814.         The barkeep exclaims, "You shoulda seen that Malone guy in
  4815.         here yesterday arm wrestling"! He was real strong!!
  4816. END_MESSAGE
  4817.  
  4818.  
  4819. MESSAGE [Case12 Ferry]
  4820.  
  4821.         Captain Jack hands you a coded message, then boards the
  4822.         ferry.
  4823.  
  4824.         It says (Motive - Part 2 of 3)
  4825.                 "A man's name - ___ert.
  4826. END_MESSAGE
  4827.  
  4828.  
  4829. MESSAGE [Case12 Shipping Company]
  4830.  
  4831.         A clerk steps from the back room and quietly passes you a
  4832.         coded message.
  4833.  
  4834.         It says (Motive - Part 1 of 3)
  4835.                 "Side of a river"
  4836. END_MESSAGE
  4837.  
  4838.  
  4839. ! --- End of Case
  4840.  
  4841.  
  4842.  
  4843. !  ---  The Case of the Jilted Jockey                   by Michael W. Bayley
  4844.  
  4845. ! CASE 13
  4846.  
  4847. MESSAGE [Case13 Starting Room]
  4848.  
  4849.         The Case of the Jilted Jockey                   by Michael W. Bayley
  4850.  
  4851.         Jerry Stone, one of London's most noted jockeys, was found dead
  4852.         this morning behind the stables of the West London Cab Company.
  4853.         Only two days ago Jerry won the Devonshire Stakes race while
  4854.         riding Swift Wind.
  4855.  
  4856.         Police have been questioning Marie Letour, Jerry's hot tempered
  4857.         girlfriend, a Mr. Thomas Walling, Swift Winds owner, and Evin
  4858.         Brandon a friend of Jerry's.  So far Scotland Yard is baffled as
  4859.         to why Stone was murdered.
  4860.  
  4861.         Among Jerry's possessions was found a note on Bank of England
  4862.         stationary that read:
  4863.  
  4864.                 Important you meet me Friday at 11:00a.
  4865.  
  4866.                                         ML
  4867.  
  4868.         The note was dated with last Thursdays date.  Also found were
  4869.         Jerry's boots and his favorite riding crop.  Scotland Yard is
  4870.         asking your help.  You must find out...
  4871.  
  4872.                         a) Who killed Jerry Stone
  4873.                         b) The motive
  4874.                         c) How he was killed
  4875.  
  4876.         The game is afoot...
  4877.  
  4878. END_MESSAGE
  4879.  
  4880.  
  4881. ! CASE 13 Q & A
  4882.  
  4883. COMMAND ASKQUESTIONS
  4884. SetVariableTo [Points For Answers] 0
  4885. VariableEquals [Case] 13
  4886. AskQuestion [Case13 1]
  4887. AnswerIsCorrect
  4888. AddToVariable [Points For Answers] 20
  4889. PlusScore 20
  4890. END_COMMAND
  4891.  
  4892. COMMAND ASKQUESTIONS
  4893. VariableEquals [Case] 13
  4894. BlankLine
  4895. AskQuestion [Case13 2]
  4896. AnswerIsCorrect
  4897. AddToVariable [Points For Answers] 20
  4898. PlusScore 20
  4899. END_COMMAND
  4900.  
  4901. COMMAND ASKQUESTIONS
  4902. VariableEquals [Case] 13
  4903. BlankLine
  4904. AskQuestion [Case13 3]
  4905. AnswerIsCorrect
  4906. AddToVariable [Points For Answers] 20
  4907. PlusScore 20
  4908. END_COMMAND
  4909.  
  4910. COMMAND ASKQUESTIONS
  4911. VariableEquals [Case] 13
  4912. VariableEquals [Points For Answers] 60
  4913. ! Got all of the answers correct -- solved the case!
  4914. PlusScore 40 -- bonus points for complete solution
  4915. PrintMessage [Great!  You solved the case!]
  4916. END_COMMAND
  4917.  
  4918. COMMAND ASKQUESTIONS
  4919. VariableEquals [Case] 13
  4920. VariableLT [Points For Answers] 60
  4921. ! You missed some or all of the answers!  Sorry!
  4922. PrintMessage [Sorry, but you are wrong!]
  4923. END_COMMAND
  4924.  
  4925. COMMAND ASKQUESTIONS
  4926. VariableEquals [Case] 13
  4927. BlankLine
  4928. AskQuestion [Review Solution]
  4929. AnswerIsCorrect
  4930. PrintMessage [Case13 Solution]
  4931. END_COMMAND
  4932.  
  4933. COMMAND ASKQUESTIONS
  4934. VariableEquals [Case] 13
  4935. BlankLine
  4936. AskQuestion [Another Case?]
  4937. AnswerIsCorrect
  4938. GoToRoom [Select Case Room]
  4939. DoneWithTurn
  4940. END_COMMAND
  4941.  
  4942. COMMAND ASKQUESTIONS
  4943. VariableEquals [Case] 13
  4944. ! Didn't select another case so QUIT!
  4945. ReDirectTo QUIT
  4946. DoneWithTurn
  4947. END_COMMAND
  4948.  
  4949. QUESTION [Case13 1] Who killed Jerry Stone?
  4950.  
  4951. ANSWER [Case13 1] Martin OR Lindstrom
  4952.  
  4953.  
  4954. QUESTION [Case13 2] What was the motive?
  4955.  
  4956. ANSWER [Case13 2] Gambling OR Debt OR Race OR fixed OR throw OR Double OR Cross
  4957.  
  4958.  
  4959. QUESTION [Case13 3] How was he killed?
  4960.  
  4961. ANSWER [Case13 3] Poison OR Needle OR crop
  4962.  
  4963.  
  4964. MESSAGE [Case13 Solution]
  4965.  
  4966.         Jerry Stone was a real gambler.  He played poker several times a
  4967.         week at the Dartmouth Hotel.  Recently he had incurred some heavy
  4968.         losses to Mr. Martin Lindstrom who was the Vice President at the
  4969.         Bank of England.
  4970.  
  4971.         When Jerry met Mr. Lindstrom on Friday morning, Mr. Lindstrom
  4972.         told him that the debt would be considered paid if Jerry would
  4973.         throw Sundays running of the Devonshire Stakes.  Jerry agreed and
  4974.         Mr. Lindstrom bet heavily on Midnights Dream, the only other
  4975.         horse with a chance to win it.
  4976.  
  4977.         On Saturday, Jerry had a big fight with his girlfriend who was
  4978.         against Jerry throwing the race.  They separated after the heated
  4979.         argument and that was the last time Marie saw Jerry.
  4980.  
  4981.         On Sunday, the day of the race, Jerry decided that Marie was right
  4982.         and that he would not throw the race after all and he went on to
  4983.         win.  Lindstrom, who had lost a bundle, felt he had been double
  4984.         crossed and decided to get even with Jerry.  He planted a poison
  4985.         needle in Jerry's favorite crop knowing that Jerry would use the
  4986.         crop while exercising the Cab Companies horses on Tuesday night.
  4987.  
  4988.         a) Killer: Martin Lindstrom
  4989.         b) Motive: Double Cross
  4990.         c) Method: Poison Needle
  4991. END_MESSAGE
  4992.  
  4993.  
  4994. MESSAGE [Case13 Loire Gallery]
  4995.  
  4996.         A note is passed to you.  It reads as follows:
  4997.  
  4998.         Killer clue (Part 1 of 4)
  4999.                 "K-____, Americas favorite discount store."
  5000.  
  5001.         Motive clue (Part 2 of 2)
  5002.                 "German army decoration: The Iron _____."
  5003.  
  5004.         Method clue (Part 2 of 3)
  5005.                 "Male offspring."
  5006.  
  5007. END_MESSAGE
  5008.  
  5009.  
  5010. MESSAGE [Case13 Boutique]
  5011.  
  5012.         Marie Letour tells you that she and Jerry had a heated argument
  5013.         about the race on Saturday night but that was the last time she
  5014.         had seen him.
  5015. END_MESSAGE
  5016.  
  5017.  
  5018. MESSAGE [Case13 Scotland Yard]
  5019.  
  5020.         The autopsy report showed no markings on the body other than a
  5021.         small scratch on Jerry's left hand.
  5022. END_MESSAGE
  5023.  
  5024.  
  5025. MESSAGE [Case13 Davidson & Sons Law Offices]
  5026.  
  5027.         Mr Davidson's secretary gives you an envelope saying that Mr.
  5028.         Davidson had received it just this morning.  Inside you find a
  5029.         note which reads:
  5030.  
  5031.         Killer clue (Part 2 of 4)
  5032.                 "A small hotel or pub."
  5033.  
  5034.         Motive clue (Part 1 of 2)
  5035.                 "A drink with twice the liquor in it."
  5036.  
  5037.         Method clue (Part 1 of 3)
  5038.                 "Hawaiian food made from roots."
  5039.  
  5040. END_MESSAGE
  5041.  
  5042.  
  5043. MESSAGE [Case13 Dartmouth Hotel]
  5044.  
  5045.         One of the bellhops tells you that Jerry was quite a gambler.  He
  5046.         often played poker here at the hotel in one of the lounges.  He
  5047.         played with many of the lawyers and bankers in the area.
  5048. END_MESSAGE
  5049.  
  5050.  
  5051. MESSAGE [Case13 Bank Of England]
  5052.  
  5053.         Martin Lindstrom, the Vice President of the bank, tells you that
  5054.         Jerry was suppose to meet him on Friday.  Jerry had applied for
  5055.         a loan a few weeks ago and Lindstrom needed some more information
  5056.         for the loan papers.  Lindstrom says that Jerry never showed up
  5057.         though.
  5058. END_MESSAGE
  5059.  
  5060.  
  5061. MESSAGE [Case13 Mercantile Company]
  5062.  
  5063.         A clerk recalls only one strange event in the last week.  A
  5064.         gentleman had come in and purchased a package of needles and some
  5065.         rat poison.
  5066. END_MESSAGE
  5067.  
  5068.  
  5069. MESSAGE [Case13 Seymore Park]
  5070.  
  5071.         A Mr. Smythe states that he saw Jerry here on Tuesday, the day
  5072.         of the murder, talking to his friend Evin.
  5073. END_MESSAGE
  5074.  
  5075.  
  5076. MESSAGE [Case13 Stock Exchange]
  5077.  
  5078.         One the back of some ticker tape you find the following note:
  5079.  
  5080.         Killer clue (Part 3 of 4)
  5081.                 "Small threads which cling to your close."
  5082.  
  5083. END_MESSAGE
  5084.  
  5085.  
  5086. MESSAGE [Case13 Cab Company]
  5087.  
  5088.         Johnny Christopher, one of the drivers at the company, explains
  5089.         that Jerry was a real great guys.  Jerry was always nice to him
  5090.         when Jerry came to exercise the horses on Tuesday and Thursday
  5091.         evenings.
  5092.  
  5093.         The last time Johnny saw Jerry was when he dropped him off at
  5094.         the bank late Friday morning after Jerry had come by the Cab
  5095.         Company to collect his wages.
  5096. END_MESSAGE
  5097.  
  5098.  
  5099. MESSAGE [Case13 Newspaper]
  5100.  
  5101.         A Miss Goldstein, the gossip columnist, tells you that it was
  5102.         rumored that Jerry had been trying to raise a lot of cash to pay
  5103.         off a large debt.  It was said that he even asked Mr. Walling
  5104.         but that he had been turned down.
  5105. END_MESSAGE
  5106.  
  5107.  
  5108. MESSAGE [Case13 Pub]
  5109.  
  5110.         The bartender tells you that Jerry Stone was in the Pub last
  5111.         Saturday night with his girlfriend.  They had a heated argument
  5112.         that had something to do with the race and then she stormed out
  5113.         in one of her fits of rage which she is famous for.
  5114. END_MESSAGE
  5115.  
  5116.  
  5117. MESSAGE [Case13 Ferry]
  5118.  
  5119.         One of the Ferry captains hands you a note and then disappears.
  5120.         The note reads as follows:
  5121.  
  5122.         Killer clue (Part 4 of 4)
  5123.                 "Thunder and lightning are part of a _____."
  5124.  
  5125.         Method clue (Part 3 of 3)
  5126.                 "Sewing is done with this."
  5127. END_MESSAGE
  5128.  
  5129.  
  5130. MESSAGE [Case13 Shipping Company]
  5131.  
  5132.         One of the managers tells you that he recently made a fortune
  5133.         betting on Jerry in the race.  He got some banker to bet him
  5134.         20,000 pounds that Swift Wind would lose.
  5135. END_MESSAGE
  5136.  
  5137.  
  5138. ! --- End of Case
  5139.  
  5140.  
  5141.  
  5142. !  ---  The Case of the Northern Cross                  by Michael W. Bayley
  5143.  
  5144. ! CASE 14
  5145.  
  5146.  
  5147. MESSAGE [Case14 Starting Room]
  5148.  
  5149.         The Case of the Northern Cross                  by Michael W. Bayley
  5150.  
  5151.         Yesterday morning Heratio Gibbons, the 1st mate of the Northern
  5152.         Cross, was found stabbed to death in his cabin.  The Northern
  5153.         Cross, a merchant ship owned by the Britannica Shipping Company,
  5154.         had just arrived in London the day before with a full load of
  5155.         silks and other goods from the far east.
  5156.  
  5157.         Scotland Yard is once again baffled and Inspector Gregson has
  5158.         asked you to look into the case to see what you could find.
  5159.         People routinely questioned by the Yard include Marie Letour,
  5160.         Gibbons fiancee, Mark Lattire, the foreman at the Britannica
  5161.         Shipping Company, Lester Freeman, a friend of Horatio's who works
  5162.         at the Loire Art Gallery and with whom he is often seen at the
  5163.         London Opera House, and Les Jackson, one of Gibbons shipmates.
  5164.         Also questioned by the Yard was Jack Coleman.  It is not known if
  5165.         Coleman is connected to the case, but he was found that same
  5166.         morning snooping around the Northern Cross.
  5167.  
  5168.         Upon examining the scene of the crime, the police found no sign
  5169.         of a struggle nor could they find the murder weapon.  They did
  5170.         however find a small amount of straw on the cabin floor and a
  5171.         half empty bottle of port wine and two glasses on the table.
  5172.  
  5173.         In order to help out Gregson, you must find out:
  5174.  
  5175.                         a) Who killed Horatio Gibbons
  5176.                         b) What weapon was used
  5177.                         c) The motive for the murder
  5178.  
  5179.         The game is afoot!
  5180.  
  5181. END_MESSAGE
  5182.  
  5183.  
  5184. ! CASE 14 Q & A
  5185.  
  5186. COMMAND ASKQUESTIONS
  5187. SetVariableTo [Points For Answers] 0
  5188. VariableEquals [Case] 14
  5189. AskQuestion [Case14 1]
  5190. AnswerIsCorrect
  5191. AddToVariable [Points For Answers] 20
  5192. PlusScore 20
  5193. END_COMMAND
  5194.  
  5195. COMMAND ASKQUESTIONS
  5196. VariableEquals [Case] 14
  5197. BlankLine
  5198. AskQuestion [Case14 2]
  5199. AnswerIsCorrect
  5200. AddToVariable [Points For Answers] 20
  5201. PlusScore 20
  5202. END_COMMAND
  5203.  
  5204. COMMAND ASKQUESTIONS
  5205. VariableEquals [Case] 14
  5206. BlankLine
  5207. AskQuestion [Case14 3]
  5208. AnswerIsCorrect
  5209. AddToVariable [Points For Answers] 20
  5210. PlusScore 20
  5211. END_COMMAND
  5212.  
  5213. COMMAND ASKQUESTIONS
  5214. VariableEquals [Case] 14
  5215. VariableEquals [Points For Answers] 60
  5216. ! Got all of the answers correct -- solved the case!
  5217. PlusScore 40 -- bonus points for complete solution
  5218. PrintMessage [Great!  You solved the case!]
  5219. END_COMMAND
  5220.  
  5221. COMMAND ASKQUESTIONS
  5222. VariableEquals [Case] 14
  5223. VariableLT [Points For Answers] 60
  5224. ! You missed some or all of the answers!  Sorry!
  5225. PrintMessage [Sorry, but you are wrong!]
  5226. END_COMMAND
  5227.  
  5228. COMMAND ASKQUESTIONS
  5229. VariableEquals [Case] 14
  5230. BlankLine
  5231. AskQuestion [Review Solution]
  5232. AnswerIsCorrect
  5233. PrintMessage [Case14 Solution]
  5234. END_COMMAND
  5235.  
  5236. COMMAND ASKQUESTIONS
  5237. VariableEquals [Case] 14
  5238. BlankLine
  5239. AskQuestion [Another Case?]
  5240. AnswerIsCorrect
  5241. GoToRoom [Select Case Room]
  5242. DoneWithTurn
  5243. END_COMMAND
  5244.  
  5245. COMMAND ASKQUESTIONS
  5246. VariableEquals [Case] 14
  5247. ! Didn't select another case so QUIT!
  5248. ReDirectTo QUIT
  5249. DoneWithTurn
  5250. END_COMMAND
  5251.  
  5252. QUESTION [Case14 1] Who killed Horatio Gibbons?
  5253.  
  5254. ANSWER [Case14 1] Freeman OR Lester OR Friend
  5255.  
  5256.  
  5257. QUESTION [Case14 2] What weapon was used?
  5258.  
  5259. ANSWER [Case14 2] dagger
  5260.  
  5261.  
  5262. QUESTION [Case14 3] What was the motive?
  5263.  
  5264. ANSWER [Case14 3] Stolen OR art OR jade OR smuggling
  5265.  
  5266.  
  5267. MESSAGE [Case14 Solution]
  5268.  
  5269.         Horatio and Lester had long been friends and had plotted the
  5270.         theft of the jade.  Horatio would steal the jade while in China
  5271.         and then smuggle it back into England.  Lester, who had contacts
  5272.         in the art world, would find a buyer for the stolen goods.
  5273.  
  5274.         Lester had met Horatio on board the night of the murder and they
  5275.         had taken the ferry across to the West Landing Inn to celebrate
  5276.         their soon to be fortunes.  While Lester danced with some of the
  5277.         pretty ladies there that night Les Jackson came in and started
  5278.         an argument with Horatio.  Lester overheard Mr. Jackson telling
  5279.         Horatio that he should not be seen with dealers in stolen goods
  5280.         like Jack Coleman and that he was going to the Captain in the
  5281.         morning to tell him what he knew.
  5282.  
  5283.         Lester pieced two and two together and figured that Horatio had
  5284.         decided to cut him out of the deal.  Taking advantage of the fact
  5285.         that Horatio was unaware of him overhearing the conversation, he
  5286.         went back to the Northern Cross with his friend.  They opened up
  5287.         the port wine to have a final drink while they opened and examined
  5288.         the stolen jade in a straw filled crate.  Seeing his chance, Lester
  5289.         grabbed a jade handled dagger and killed his friend Horatio.
  5290.  
  5291.         While taking a cab home, Lester decided to hide the dagger inside
  5292.         the seat of the cab and thus dispose of the weapon.
  5293.  
  5294.         Killer: Lester Freeman
  5295.         Weapon: Jade dagger
  5296.         Motive: Stolen art
  5297. END_MESSAGE
  5298.  
  5299.  
  5300. MESSAGE [Case14 Loire Gallery]
  5301.  
  5302.         Upon talking to the director you find that Lester Freeman had
  5303.         worked for the gallery for over 8 years.  He tells you that
  5304.         Lester is their expert in Oriental art.
  5305. END_MESSAGE
  5306.  
  5307.  
  5308. MESSAGE [Case14 Davidson & Sons Law Offices]
  5309.  
  5310.         The secretary tells you she received an urgent letter from
  5311.         a foreign corespondent.  The letter reads:
  5312.  
  5313.         Motive Clue (Part 2 of 3)
  5314.         It's the 14th one.
  5315. END_MESSAGE
  5316.  
  5317.  
  5318. MESSAGE [Case14 Dartmouth Hotel]
  5319.  
  5320.         One of the bellhops hands you a coded message.  It reads:
  5321.  
  5322.         Motive Clue (Part 1 of 3)
  5323.         Women love a mink _______.
  5324. END_MESSAGE
  5325.  
  5326.  
  5327. MESSAGE [Case14 Bank Of England]
  5328.  
  5329.         Upon examining the records at the bank you find that Horatio had
  5330.         very little money.  He also tells you that Horatio had been
  5331.         turned down for a loan 8 months ago before he left for the
  5332.         Orient.
  5333. END_MESSAGE
  5334.  
  5335.  
  5336. MESSAGE [Case14 Mercantile Company]
  5337.  
  5338.         You find Marie Letour works as a clerk in the store.  She tells
  5339.         you that she was to be wed to Horatio next month and that they
  5340.         were to buy an inn out in the country west of London.
  5341. END_MESSAGE
  5342.  
  5343.  
  5344. MESSAGE [Case14 Seymore Park]
  5345.  
  5346.         A dark shadowy figure hands you a coded message.  It reads:
  5347.  
  5348.         Motive Clue (Part 3 of 3)
  5349.         Nickname of the King who ruled Camelot.
  5350. END_MESSAGE
  5351.  
  5352.  
  5353. MESSAGE [Case14 Cab Company]
  5354.  
  5355.         The dispatcher tells you that one of his drivers picked up a
  5356.         man with a crate late the night of the murder down at the
  5357.         Britannica Shipping Company.
  5358.  
  5359.         Upon examining the cab in question you find a jade dagger
  5360.         hidden in the seat.
  5361. END_MESSAGE
  5362.  
  5363.  
  5364. MESSAGE [Case14 Newspaper]
  5365.  
  5366.         Upon looking through the last few issues of the Times, you find
  5367.         a story about a fortune in stolen jade that was taken from the
  5368.         museum at Peking several weeks ago.
  5369. END_MESSAGE
  5370.  
  5371.  
  5372. MESSAGE [Case14 Pub]
  5373.  
  5374.         The barkeep tells you that Horatio and another man had come into
  5375.         the Pub together and that a little while later, Les Jackson, his
  5376.         shipmate, had come in and that they had argued about something.
  5377. END_MESSAGE
  5378.  
  5379.  
  5380. MESSAGE [Case14 Shipping Company]
  5381.  
  5382.         Mark Lattire tells you that he had seen Horatio talking with
  5383.         Jack Coleman the day they had arrived in London.
  5384. END_MESSAGE
  5385.  
  5386.  
  5387. ! --- End of Case
  5388.  
  5389.  
  5390.  
  5391. !  ---  The Case of the Dead Letter Murders             by Michael W. Bayley
  5392.  
  5393. ! CASE 15
  5394.  
  5395. MESSAGE [Case15 Starting Room]
  5396.  
  5397.         The Case of the Dead Letter Murders             by Michael W. Bayley
  5398.  
  5399.         Early this morning you were awaken by a pounding at the door.
  5400.         Mrs Hudson had been sorry that should could not stop the gentleman
  5401.         from coming up to your rooms and rousing you so early.
  5402.  
  5403.         As you let Mr. Antoine Gaubert into your rooms you were joined by
  5404.         a sleepy eyed Dr. Watson.  As you drank your morning tea, Mr.
  5405.         Gaubert had shown you the following note:
  5406.  
  5407.           AVYWEORTUQSAGKRLOEAZSCEENENILTYWECANTICKEETMDFBTMSOIODINIRAE
  5408.           REFRYOUTRANYANOVIUMORPOPPDAPORLITECIAUNESSTHEBANDIDIOITHNARG
  5409.           TOMMIEOUTHROUGPARRISITESFROMIN
  5410.  
  5411.         Watson had been a little confused as to why the gentleman was
  5412.         making such a fuss over a garbled note.  You recounted to him
  5413.         that the identical note had been found on the bodies of 8 other
  5414.         gentlemen who had been found murdered in the last 3 weeks.
  5415.  
  5416.         Alas you had decided to take the case and assured Mr. Gaubert that
  5417.         you would do all in your power to keep him alive.  But that was
  5418.         early and now you sit in front of the fire without a clue or a
  5419.         name to start with other than the little note.
  5420.  
  5421.         In order to save Mr. Gaubert, you must find out:
  5422.  
  5423.                         a) Who is the serial murderer
  5424.                         b) What is the motive
  5425.                         c) What does the message say
  5426.  
  5427.         The game is afoot!
  5428.  
  5429. END_MESSAGE
  5430.  
  5431.  
  5432. ! CASE 15 Q & A
  5433.  
  5434. COMMAND ASKQUESTIONS
  5435. SetVariableTo [Points For Answers] 0
  5436. VariableEquals [Case] 15
  5437. AskQuestion [Case15 1]
  5438. AnswerIsCorrect
  5439. AddToVariable [Points For Answers] 20
  5440. PlusScore 20
  5441. END_COMMAND
  5442.  
  5443. COMMAND ASKQUESTIONS
  5444. VariableEquals [Case] 15
  5445. BlankLine
  5446. AskQuestion [Case15 2]
  5447. AnswerIsCorrect
  5448. AddToVariable [Points For Answers] 20
  5449. PlusScore 20
  5450. END_COMMAND
  5451.  
  5452. COMMAND ASKQUESTIONS
  5453. VariableEquals [Case] 15
  5454. BlankLine
  5455. AskQuestion [Case15 3]
  5456. AnswerIsCorrect
  5457. AddToVariable [Points For Answers] 20
  5458. PlusScore 20
  5459. END_COMMAND
  5460.  
  5461. COMMAND ASKQUESTIONS
  5462. VariableEquals [Case] 15
  5463. VariableEquals [Points For Answers] 60
  5464. ! Got all of the answers correct -- solved the case!
  5465. PlusScore 40 -- bonus points for complete solution
  5466. PrintMessage [Great!  You solved the case!]
  5467. END_COMMAND
  5468.  
  5469. COMMAND ASKQUESTIONS
  5470. VariableEquals [Case] 15
  5471. VariableLT [Points For Answers] 60
  5472. ! You missed some or all of the answers!  Sorry!
  5473. PrintMessage [Sorry, but you are wrong!]
  5474. END_COMMAND
  5475.  
  5476. COMMAND ASKQUESTIONS
  5477. VariableEquals [Case] 15
  5478. BlankLine
  5479. AskQuestion [Review Solution]
  5480. AnswerIsCorrect
  5481. PrintMessage [Case15 Solution]
  5482. END_COMMAND
  5483.  
  5484. COMMAND ASKQUESTIONS
  5485. VariableEquals [Case] 15
  5486. BlankLine
  5487. AskQuestion [Another Case?]
  5488. AnswerIsCorrect
  5489. GoToRoom [Select Case Room]
  5490. DoneWithTurn
  5491. END_COMMAND
  5492.  
  5493. COMMAND ASKQUESTIONS
  5494. VariableEquals [Case] 15
  5495. ! Didn't select another case so QUIT!
  5496. ReDirectTo QUIT
  5497. DoneWithTurn
  5498. END_COMMAND
  5499.  
  5500. QUESTION [Case15 1] Who is the serial murder?
  5501.  
  5502. ANSWER [Case15 1] Jake OR Salisbury
  5503.  
  5504.  
  5505. QUESTION [Case15 2] What is the motive?
  5506.  
  5507. ANSWER [Case15 2] even OR convicting OR prison OR jail OR Revenge OR Vengeance
  5508.  
  5509.  
  5510. QUESTION [Case15 3] What does the message say?
  5511.  
  5512. ANSWER [Case15 3] YOU ARE SENTENCED TO DIE FOR YOUR PART IN SENDING ME TO PRISON
  5513.  
  5514.  
  5515. MESSAGE [Case15 Solution]
  5516.  
  5517.         Eight years ago, Antoine Gaubert along with 11 other men, sat on
  5518.         a jury in the trial of Jake Salisbury who had been accused of
  5519.         killing his wife.  The jury had finally found him guilty although
  5520.         he swore that he was not responsible.
  5521.  
  5522.         The day that Jake was sentenced he swore that he would one day
  5523.         get even with the twelve men who had unjustly sentenced him to
  5524.         prison.
  5525.  
  5526.         When Jake was released from prison 2 months ago he began to plan
  5527.         his revenge.  He tracked down each one a set his plans in motion.
  5528.  
  5529.         Killer : Jake Salisbury
  5530.         Motive : Revenge for convicting him
  5531.         Message: YOU ARE SENTENCED TO DIE
  5532.                  FOR YOUR PART IN SENDING
  5533.                  ME TO PRISON
  5534. END_MESSAGE
  5535.  
  5536.  
  5537. MESSAGE [Case15 Scotland Yard]
  5538.  
  5539.         Searching the records of Scotland Yard you find that 3 convicts
  5540.         had recently been paroled.  These included Morris Hartford, Jake
  5541.         Salisbury, and Warren Thomas.  It was noted that all three were
  5542.         currently staying at the Dartmouth.
  5543. END_MESSAGE
  5544.  
  5545.  
  5546. MESSAGE [Case15 Davidson & Sons Law Offices]
  5547.  
  5548.         Mr Davidson can't really help much this time as he has had little
  5549.         contact with the police case.  He does ask you to send his best
  5550.         to Mr. Gaubert whom he remembers from when Mr. Gaubert served
  5551.         as a juror on a case some years back.
  5552. END_MESSAGE
  5553.  
  5554.  
  5555. MESSAGE [Case15 Dartmouth Hotel]
  5556.  
  5557.         In one of the rooms you find the following message carved in
  5558.         the desk.  "Vengeance is mine at last"
  5559. END_MESSAGE
  5560.  
  5561.  
  5562. MESSAGE [Case15 Bank Of England]
  5563.  
  5564.         One of the tellers hands you a coded message.  It reads:
  5565.  
  5566.         Message Clue (Part 1 of 4)
  5567.           - Use
  5568. END_MESSAGE
  5569.  
  5570.  
  5571. MESSAGE [Case15 Mercantile Company]
  5572.  
  5573.         Mary Thomas, one of the clerks, tells you that her brother
  5574.         Warren could not be responsible for any of this since he can
  5575.         neither read nor write.
  5576. END_MESSAGE
  5577.  
  5578.  
  5579. MESSAGE [Case15 Seymore Park]
  5580.  
  5581.         Alas you come upon another dead man.  On his chest is another
  5582.         copy of the note that Antoine had supplied you.  In the sand
  5583.         were the words:
  5584.  
  5585.                 Three to go.
  5586. END_MESSAGE
  5587.  
  5588.  
  5589. MESSAGE [Case15 Stock Exchange]
  5590.  
  5591.         On the floor of the exchange you find the following note scattered
  5592.         among the buy and sell sheets:
  5593.  
  5594.         Message Clue (Part 4 of 4)
  5595.           - Letter
  5596. END_MESSAGE
  5597.  
  5598.  
  5599. MESSAGE [Case15 Cab Company]
  5600.  
  5601.         In one of the cabs you find a crumpled note.  It reads:
  5602.  
  5603.         Message Clue (Part 3 of 4)
  5604.           - Third
  5605. END_MESSAGE
  5606.  
  5607.  
  5608. MESSAGE [Case15 Newspaper]
  5609.  
  5610.         Digging through the archives of the West London Tribune you
  5611.         finally locate the stories covering the trial of a Jake Salisbury
  5612.         at which Mr. Robert Meiser was the foreman of the jury.
  5613. END_MESSAGE
  5614.  
  5615.  
  5616. MESSAGE [Case15 Pub]
  5617.  
  5618.         The barkeep knows your client well as Antoine spends many a
  5619.         Friday night down at the Inn.  When asked if he could connect
  5620.         Antoine with any of the dead men, he remembers that a Mr. Meiser
  5621.         had served with Antoine on a jury several years back.
  5622. END_MESSAGE
  5623.  
  5624.  
  5625. MESSAGE [Case15 Shipping Company]
  5626.  
  5627.         A musty looking man slips you a note.  It reads:
  5628.  
  5629.         Message Clue (Part 2 of 4)
  5630.           - Every
  5631. END_MESSAGE
  5632.  
  5633.  
  5634. ! --- End of Case
  5635.  
  5636.  
  5637.  
  5638. !  ---  The Adventure of West Landings Ghost            by Michael W. Bayley
  5639.  
  5640. ! CASE 16
  5641.  
  5642. MESSAGE [Case16 Starting Room]
  5643.  
  5644.         The Adventure of West Landings Ghost            by Michael W. Bayley
  5645.  
  5646.         Your morning starts with a visit from Henry Washburn, the owner
  5647.         and proprietor of the West Landing Inn.  'You just have to help
  5648.         me Mr. Holmes', he begs.  'The ghost is scaring all my clients
  5649.         away and if this continues I will lose the business', he tells
  5650.         you.
  5651.  
  5652.         Scotland Yard as of yet refuses to investigate a ghost, but
  5653.         Gregson tells you that Lestrade is looking into a possibly
  5654.         related item.
  5655.  
  5656.         To help Washburn, you must find out:
  5657.  
  5658.                         a) Who is the West Landing Ghost
  5659.                         b) What does the ghost want.
  5660.  
  5661.         The game is afoot!
  5662.  
  5663. END_MESSAGE
  5664.  
  5665.  
  5666. ! CASE 16 Q & A
  5667.  
  5668. COMMAND ASKQUESTIONS
  5669. SetVariableTo [Points For Answers] 0
  5670. VariableEquals [Case] 16
  5671. AskQuestion [Case16 1]
  5672. AnswerIsCorrect
  5673. AddToVariable [Points For Answers] 30
  5674. PlusScore 30
  5675. END_COMMAND
  5676.  
  5677. COMMAND ASKQUESTIONS
  5678. VariableEquals [Case] 16
  5679. BlankLine
  5680. AskQuestion [Case16 2]
  5681. AnswerIsCorrect
  5682. AddToVariable [Points For Answers] 30
  5683. PlusScore 30
  5684. END_COMMAND
  5685.  
  5686. COMMAND ASKQUESTIONS
  5687. VariableEquals [Case] 16
  5688. VariableEquals [Points For Answers] 60
  5689. ! Got all of the answers correct -- solved the case!
  5690. PlusScore 40 -- bonus points for complete solution
  5691. PrintMessage [Great!  You solved the case!]
  5692. END_COMMAND
  5693.  
  5694. COMMAND ASKQUESTIONS
  5695. VariableEquals [Case] 16
  5696. VariableLT [Points For Answers] 60
  5697. ! You missed some or all of the answers!  Sorry!
  5698. PrintMessage [Sorry, but you are wrong!]
  5699. END_COMMAND
  5700.  
  5701. COMMAND ASKQUESTIONS
  5702. VariableEquals [Case] 16
  5703. BlankLine
  5704. AskQuestion [Review Solution]
  5705. AnswerIsCorrect
  5706. PrintMessage [Case16 Solution]
  5707. END_COMMAND
  5708.  
  5709. COMMAND ASKQUESTIONS
  5710. VariableEquals [Case] 16
  5711. BlankLine
  5712. AskQuestion [Another Case?]
  5713. AnswerIsCorrect
  5714. GoToRoom [Select Case Room]
  5715. DoneWithTurn
  5716. END_COMMAND
  5717.  
  5718. COMMAND ASKQUESTIONS
  5719. VariableEquals [Case] 16
  5720. ! Didn't select another case so QUIT!
  5721. ReDirectTo QUIT
  5722. DoneWithTurn
  5723. END_COMMAND
  5724.  
  5725. QUESTION [Case16 1] Who is the West Landing Ghost?
  5726.  
  5727. ANSWER [Case16 1] Joshua OR Worms
  5728.  
  5729.  
  5730. QUESTION [Case16 2] What does the ghost want?
  5731.  
  5732. ANSWER [Case16 2] Buried OR Treasure
  5733.  
  5734.  
  5735. MESSAGE [Case16 Solution]
  5736.  
  5737.         A Mr. Joshua Worms recently received an old map of West London area
  5738.         showing the location of a supposed treasure buried by the Prince
  5739.         John while King Richard was off fighting the Crusades.  After he
  5740.         verified the authenticity of the map, he had the law firm of
  5741.         Davidson & Sons track down today's equivalent location of Castle
  5742.         Rogue.  Finding the location to be that of the West Landing in,
  5743.         Worms made a deal with the bank to buy the property if it should
  5744.         ever come up for sale or go into default.
  5745.  
  5746.         Worms then devised the idea of the ghost to scare away the clients
  5747.         from the inn and force Washburn into either selling or bankruptcy.
  5748.  
  5749.         Ghost  : Joshua Worms
  5750.         Motive : Buried Treasure
  5751. END_MESSAGE
  5752.  
  5753.  
  5754. MESSAGE [Case16 Loire Gallery]
  5755.  
  5756.         Mr. Sauyer tells you that nothing unusual has been going on other
  5757.         than a gentleman who brought in a document from the 12th century
  5758.         a few months ago to have it verified.
  5759. END_MESSAGE
  5760.  
  5761.  
  5762. MESSAGE [Case16 Scotland Yard]
  5763.  
  5764.         Gregson tells you that Lestrade must have discovered something
  5765.         as he had burst out just several hours ago saying 'This time I'll
  5766.         beat you Mr. Holmes!'.
  5767. END_MESSAGE
  5768.  
  5769.  
  5770. MESSAGE [Case16 Davidson & Sons Law Offices]
  5771.  
  5772.         Mr. Davidson tells you that just 8 weeks ago a gentleman had come
  5773.         in wanting to know the location of the 12th century Castle Rogue.
  5774. END_MESSAGE
  5775.  
  5776.  
  5777. MESSAGE [Case16 Boutique]
  5778.  
  5779.         Hillery shows you a label she found on a recent shipment.  It reads:
  5780.  
  5781.         Motive Clue (Part 2 of 3)
  5782.         This TV's Donna played Mrs. Stone.
  5783. END_MESSAGE
  5784.  
  5785.  
  5786. MESSAGE [Case16 Bank Of England]
  5787.  
  5788.         Vice President of the Bank, Andrew Silverts, tells you that he has
  5789.         a standing offer on the Inn should Washburn ever decide to sell it
  5790.         or if the loan goes into default.  Unfortunately he cannot divulge
  5791.         the name of the gentleman who made the offer.
  5792. END_MESSAGE
  5793.  
  5794.  
  5795. MESSAGE [Case16 Seymore Park]
  5796.  
  5797.         A groundskeeper shows you a strange message carved on a tree.  It
  5798.         reads:
  5799.  
  5800.         Motive Clue (Part 3 of 3)
  5801.         Every pirate has a chest full of this.
  5802. END_MESSAGE
  5803.  
  5804.  
  5805. MESSAGE [Case16 Stock Exchange]
  5806.  
  5807.         One of the brokers, a Mr. Worms, tells you that this is the first
  5808.         he has heard of a ghost at the Inn.  He thinks the whole thing must
  5809.         be a joke of some kind.
  5810. END_MESSAGE
  5811.  
  5812.  
  5813. MESSAGE [Case16 Newspaper]
  5814.  
  5815.         One of the printers hands you a coded message.  It reads:
  5816.  
  5817.         Motive Clue (Part 1 of 3)
  5818.         TV's Ironsides.
  5819. END_MESSAGE
  5820.  
  5821.  
  5822. MESSAGE [Case16 Pub]
  5823.  
  5824.         Mr. Washburn has nothing new to add to the case.  He is hopeful you
  5825.         will be able to solve it soon.
  5826. END_MESSAGE
  5827.  
  5828.  
  5829. MESSAGE [Case16 Shipping Company]
  5830.  
  5831.         One of the shipping clerks tells you that a Joshua Worms had
  5832.         picked up and old map sent to him from Scotland just about 9 weeks
  5833.         ago.
  5834. END_MESSAGE
  5835.  
  5836.  
  5837. ! --- End of Case
  5838.  
  5839.  
  5840.  
  5841. !  ---  The Case of the Vanishing Silver                by Michael W. Bayley
  5842.  
  5843. ! CASE 17
  5844.  
  5845. MESSAGE [Case17 Starting Room]
  5846.  
  5847.         The Case of the Vanishing Silver                by Michael W. Bayley
  5848.  
  5849.         Along with your midday tea, Mrs. Hudson brings you an envelope
  5850.         addressed to you.  You open it and discover that it is a letter
  5851.         from Sir Garth Gregory, president of the Bank of London.  The
  5852.         letter reads as follows:
  5853.  
  5854.         To: Mr. Sherlock Holmes
  5855.             221b Baker Street, London
  5856.  
  5857.         Dear Mr. Holmes,
  5858.  
  5859.         Although we have never met, I feel I must seek your help based on
  5860.         your reputation.  This morning, after arriving at the bank, I
  5861.         opened the safe to find a recent shipment of silver bullion had
  5862.         disappeared.  The safe shows no signs of breaking into.  When
  5863.         an Inspector Lestrade from Scotland Yard arrived to investigate,
  5864.         he came to the conclusion that I must be guilty and has placed me
  5865.         under arrest.  I swear to you that I am completely innocent of this
  5866.         entire affair.  You are my last hope Mr. Holmes.  Please help me.
  5867.  
  5868.                                                      Sir Garth Gregory
  5869.  
  5870.  
  5871.         In order to help Mr. Gregory, you must find out:
  5872.  
  5873.                         a) Who is the thief
  5874.                         b) How was the silver was stolen
  5875.  
  5876.         The game is afoot!
  5877.  
  5878. END_MESSAGE
  5879.  
  5880.  
  5881. ! CASE 17 Q & A
  5882.  
  5883. COMMAND ASKQUESTIONS
  5884. SetVariableTo [Points For Answers] 0
  5885. VariableEquals [Case] 17
  5886. AskQuestion [Case17 1]
  5887. AnswerIsCorrect
  5888. AddToVariable [Points For Answers] 30
  5889. PlusScore 30
  5890. END_COMMAND
  5891.  
  5892. COMMAND ASKQUESTIONS
  5893. VariableEquals [Case] 17
  5894. BlankLine
  5895. AskQuestion [Case17 2]
  5896. AnswerIsCorrect
  5897. AddToVariable [Points For Answers] 30
  5898. PlusScore 30
  5899. END_COMMAND
  5900.  
  5901. COMMAND ASKQUESTIONS
  5902. VariableEquals [Case] 17
  5903. VariableEquals [Points For Answers] 60
  5904. ! Got all of the answers correct -- solved the case!
  5905. PlusScore 40 -- bonus points for complete solution
  5906. PrintMessage [Great!  You solved the case!]
  5907. END_COMMAND
  5908.  
  5909. COMMAND ASKQUESTIONS
  5910. VariableEquals [Case] 17
  5911. VariableLT [Points For Answers] 60
  5912. ! You missed some or all of the answers!  Sorry!
  5913. PrintMessage [Sorry, but you are wrong!]
  5914. END_COMMAND
  5915.  
  5916. COMMAND ASKQUESTIONS
  5917. VariableEquals [Case] 17
  5918. BlankLine
  5919. AskQuestion [Review Solution]
  5920. AnswerIsCorrect
  5921. PrintMessage [Case17 Solution]
  5922. END_COMMAND
  5923.  
  5924. COMMAND ASKQUESTIONS
  5925. VariableEquals [Case] 17
  5926. BlankLine
  5927. AskQuestion [Another Case?]
  5928. AnswerIsCorrect
  5929. GoToRoom [Select Case Room]
  5930. DoneWithTurn
  5931. END_COMMAND
  5932.  
  5933. COMMAND ASKQUESTIONS
  5934. VariableEquals [Case] 17
  5935. ! Didn't select another case so QUIT!
  5936. ReDirectTo QUIT
  5937. DoneWithTurn
  5938. END_COMMAND
  5939.  
  5940. QUESTION [Case17 1] Who is the thief?
  5941.  
  5942. ANSWER [Case17 1] Mark OR Johnson OR Janitor
  5943.  
  5944.  
  5945. QUESTION [Case17 2] How was the silver stolen?
  5946.  
  5947. ANSWER [Case17 2] Melted OR Silver OR Drain OR Heat OR Chemical OR Chemicals
  5948.  
  5949.  
  5950. MESSAGE [Case17 Solution]
  5951.  
  5952.         Mark Johnson, the janitor for the Dartmouth Hotel, had been
  5953.         assigned the task of rebuilding a section of the hotels wine
  5954.         cellars.  While working on this he found out about the silver
  5955.         shipment being stored in the vaults of the Bank of England.
  5956.         Since he was already part way there, he finished digging into
  5957.         the sewers that ran underneath both the bank and the hotel.
  5958.  
  5959.         Next he purchased some chemicals that he knew would create a
  5960.         very hot reaction.  Sealing the chemicals in wax, he placed them
  5961.         in a light wooden box and had them stored in the bank vaults.
  5962.         Slowly in the night, the chemicals dissolved the wax and eventually
  5963.         met and formed a high temperature reaction.  The silver bullion
  5964.         melted and went down the water drain in the center of the vault.
  5965.  
  5966.         Johnson, who had already tapped into that drain pipe, merely
  5967.         collected the liquid silver and then skipped the country with it.
  5968.  
  5969.  
  5970.         Thief : Hotel janitor (Mark Johnson)
  5971.         Method: Melted silver
  5972. END_MESSAGE
  5973.  
  5974.  
  5975. MESSAGE [Case17 Loire Gallery]
  5976.  
  5977.         The art director shows you a message that he received just this
  5978.         morning.  The message reads as follows:
  5979.  
  5980.         Method Clue (Part 2 of 3)
  5981.  
  5982.         This Kennedy won't get to be President.
  5983. END_MESSAGE
  5984.  
  5985.  
  5986. MESSAGE [Case17 Scotland Yard]
  5987.  
  5988.         Gregson lets you see a clue that Lestrade found when he went to
  5989.         investigate at the bank.  It is a torn piece of cloth with the
  5990.         following message on it:
  5991.  
  5992.         Method Clue (Part 1 of 3)
  5993.  
  5994.         TV's Alice's boss.
  5995. END_MESSAGE
  5996.  
  5997.  
  5998. MESSAGE [Case17 Davidson & Sons Law Offices]
  5999.  
  6000.         Mr. Davidson's secretary hands you an envelope saying 'Mr. Holmes,
  6001.         this is for you.  Mr. Davidson had an appointment and could not
  6002.         meet you but he left this for you'.
  6003.  
  6004.         You open it up and it contains a letter that reads:
  6005.  
  6006.         Thief Clue (Part 2 of 3)
  6007.  
  6008.         In the Bible he was known as The Baptist.
  6009. END_MESSAGE
  6010.  
  6011.  
  6012. MESSAGE [Case17 Dartmouth Hotel]
  6013.  
  6014.         On speaking to the Mr. Peterson, the Hotel Manager, you find he
  6015.         can contribute little.  'Well Mr. Holmes', he says, 'I was up
  6016.         quite late and did not see anyone at all around the bank.  If you
  6017.         will excuse me sir, I have my own problems at the moment.  My wine
  6018.         cellar is half finished, and my janitor quit this morning.'.
  6019. END_MESSAGE
  6020.  
  6021.  
  6022. MESSAGE [Case17 Bank Of England]
  6023.  
  6024.         Examining the vaults, you find that they are indeed quite empty.
  6025.         They consist of four metal walls and shiny metal ceiling and floor.
  6026.         There is a small drain in the center of the vaults to allow
  6027.         drainage when the vaults are cleaned.  The vault containing the
  6028.         silver is completely empty except for some jade statues.
  6029.  
  6030.         Upon talking to Mark LeFevre, the vice president, you find that
  6031.         the only times the vault was opened yesterday was when Mrs. Mary
  6032.         Johnstone had some jade statues stored and when Mr. Ted Thompson
  6033.         had a box of precious coins sent over from the hotel.
  6034. END_MESSAGE
  6035.  
  6036.  
  6037. MESSAGE [Case17 Boutique]
  6038.  
  6039.         Hillery tells you that Mary LeFevre, wife of the vice president
  6040.         of the bank of England, spends a small fortune at her boutique
  6041.         each month.
  6042. END_MESSAGE
  6043.  
  6044.  
  6045. MESSAGE [Case17 Mercantile Company]
  6046.  
  6047.         In the stores records, you find a bill for some highly reactive
  6048.         chemicals that were sold to the Dartmouth Hotel.
  6049.  
  6050.         'Yes Mr. Holmes', says the owner, 'the Dartmouth is rebuilding
  6051.         their wine cellar and needed the chemicals to burn through some
  6052.         of the stone walls'.
  6053. END_MESSAGE
  6054.  
  6055.  
  6056. MESSAGE [Case17 Seymore Park]
  6057.  
  6058.         The old park caretaker can help little except to tell you that he
  6059.         was once a city engineer and that the bank, the exchange and the
  6060.         hotel are all connected underground by sewers.
  6061. END_MESSAGE
  6062.  
  6063.  
  6064. MESSAGE [Case17 Stock Exchange]
  6065.  
  6066.         No luck here.  Mr. Alex Johns the head of the exchange is too
  6067.         busy to talk to you.
  6068. END_MESSAGE
  6069.  
  6070.  
  6071. MESSAGE [Case17 Cab Company]
  6072.  
  6073.         One of the cabbies remembers taking Ted Thompson and a nice
  6074.         looking lady from the West Landings Inn to the Dartmouth Hotel
  6075.         last night at about 1:00am.  He could not help but overhear Mr.
  6076.         Thompson bragging to the lady that he was just about to come into
  6077.         a large sum of money.  The cabbie complains that if he was going to
  6078.         be so bloody rich then how come he only got a two-bit tip.
  6079. END_MESSAGE
  6080.  
  6081.  
  6082. MESSAGE [Case17 Newspaper]
  6083.  
  6084.         The editor shows you a letter that the newspaper had just received.
  6085.         It reads:
  6086.  
  6087.         Method Clue (Part 3 of 3)
  6088.  
  6089.         Its symbol on the Periodic Table is Ag.
  6090. END_MESSAGE
  6091.  
  6092.  
  6093. MESSAGE [Case17 Pub]
  6094.  
  6095.         One of the barmaids hands you a secret note.  It reads:
  6096.  
  6097.         Thief Clue (Part 1 of 3)
  6098.  
  6099.         German money during the time of Sherlock Holmes.
  6100. END_MESSAGE
  6101.  
  6102.  
  6103. MESSAGE [Case17 Ferry]
  6104.  
  6105.         The ticketmaster remembers that Mark LeFevre rode across the ferry
  6106.         just last night at around 11:30pm.
  6107. END_MESSAGE
  6108.  
  6109.  
  6110. MESSAGE [Case17 Shipping Company]
  6111.  
  6112.         A shipping clerk accidently drops a folded piece of paper.  You
  6113.         pick it up and open it.  It reads:
  6114.  
  6115.         Thief Clue (Part 3 of 3)
  6116.  
  6117.         It makes our day nice and bright.
  6118. END_MESSAGE
  6119.  
  6120.  
  6121. ! --- End of Case
  6122.  
  6123.  
  6124.  
  6125. !  ---  The Case of the Last Alibi                      by Michael W. Bayley
  6126.  
  6127. ! CASE 18
  6128.  
  6129.  
  6130. MESSAGE [Case18 Starting Room]
  6131.         The Case of the Last Alibi                      by Michael W. Bayley
  6132.  
  6133.         Just after breakfast you are summoned to Hillerys home back behind
  6134.         her boutique.  'Ah Mr. Holmes, thank you for coming', she says.
  6135.         She then proceeds to tell you that last night she and her sister
  6136.         Scarlet had given a party.  Although she had to leave early,
  6137.         she understands that the party went on late into the night.  This
  6138.         morning Hillery returned from Essex to find her sister dead on the
  6139.         floor.
  6140.  
  6141.         In the middle of her story, Inspector Lestrade showed up with a
  6142.         warrant for the arrest of Hillery.  Before she was carted away
  6143.         she managed to slip you a piece of paper.  It reads as follows:
  6144.  
  6145.         Part List
  6146.         ---------
  6147.  
  6148.         Food:   Pate de foie gras
  6149.                 Roast pheasant
  6150.                 Baked Potatoes
  6151.                 Strawberry Pie
  6152.  
  6153.         Guests: John VanHorne                   Rita Coolidge
  6154.                 Joseph Phillips                 Robert Hastings
  6155.                 Mary Cotton                     Joan Hastings
  6156.                 John Wright                     Martha Gilbert
  6157.  
  6158.  
  6159.         After talking to Gregson, you find that the coroner places the
  6160.         time of death at between 2 and 3am.  He also tells you that things
  6161.         look grimm for your client as Lestrade is building quite a case
  6162.         and motive.
  6163.  
  6164.         In order to help Hillery you must find out:
  6165.  
  6166.                         a) Who is the murderer
  6167.                         b) What weapon was used
  6168.                         c) What was the motive
  6169.  
  6170.         The game is afoot!
  6171.  
  6172. END_MESSAGE
  6173.  
  6174.  
  6175. ! CASE 18 Q & A
  6176.  
  6177. COMMAND ASKQUESTIONS
  6178. SetVariableTo [Points For Answers] 0
  6179. VariableEquals [Case] 18
  6180. AskQuestion [Case18 1]
  6181. AnswerIsCorrect
  6182. AddToVariable [Points For Answers] 20
  6183. PlusScore 20
  6184. END_COMMAND
  6185.  
  6186. COMMAND ASKQUESTIONS
  6187. VariableEquals [Case] 18
  6188. BlankLine
  6189. AskQuestion [Case18 2]
  6190. AnswerIsCorrect
  6191. AddToVariable [Points For Answers] 20
  6192. PlusScore 20
  6193. END_COMMAND
  6194.  
  6195. COMMAND ASKQUESTIONS
  6196. VariableEquals [Case] 18
  6197. BlankLine
  6198. AskQuestion [Case18 3]
  6199. AnswerIsCorrect
  6200. AddToVariable [Points For Answers] 20
  6201. PlusScore 20
  6202. END_COMMAND
  6203.  
  6204. COMMAND ASKQUESTIONS
  6205. VariableEquals [Case] 18
  6206. VariableEquals [Points For Answers] 60
  6207. ! Got all of the answers correct -- solved the case!
  6208. PlusScore 40 -- bonus points for complete solution
  6209. PrintMessage [Great!  You solved the case!]
  6210. END_COMMAND
  6211.  
  6212. COMMAND ASKQUESTIONS
  6213. VariableEquals [Case] 18
  6214. VariableLT [Points For Answers] 60
  6215. ! You missed some or all of the answers!  Sorry!
  6216. PrintMessage [Sorry, but you are wrong!]
  6217. END_COMMAND
  6218.  
  6219. COMMAND ASKQUESTIONS
  6220. VariableEquals [Case] 18
  6221. BlankLine
  6222. AskQuestion [Review Solution]
  6223. AnswerIsCorrect
  6224. PrintMessage [Case18 Solution]
  6225. END_COMMAND
  6226.  
  6227. COMMAND ASKQUESTIONS
  6228. VariableEquals [Case] 18
  6229. BlankLine
  6230. AskQuestion [Another Case?]
  6231. AnswerIsCorrect
  6232. GoToRoom [Select Case Room]
  6233. DoneWithTurn
  6234. END_COMMAND
  6235.  
  6236. COMMAND ASKQUESTIONS
  6237. VariableEquals [Case] 18
  6238. ! Didn't select another case so QUIT!
  6239. ReDirectTo QUIT
  6240. DoneWithTurn
  6241. END_COMMAND
  6242.  
  6243. QUESTION [Case18 1] Who is the murderer?
  6244.  
  6245. ANSWER [Case18 1] John OR Wright
  6246.  
  6247.  
  6248. QUESTION [Case18 2] What weapon was used?
  6249.  
  6250. ANSWER [Case18 2] Stole
  6251.  
  6252.  
  6253. QUESTION [Case18 3] What is the motive?
  6254.  
  6255. ANSWER [Case18 3] Rejected OR proposal OR love OR marry
  6256.  
  6257.  
  6258. MESSAGE [Case18 Solution]
  6259.  
  6260.         Alas as the party quieted down, John Wright found himself alone
  6261.         with Scarlet.  He had for quite some time loved her and had thus
  6262.         far never told her.  At last he found the courage to ask for her
  6263.         hand in marriage.
  6264.  
  6265.         John was depressed to find her answer was no, but when he found
  6266.         out that she planned to marry Jeffrey Fitzgerald his best friend
  6267.         he became furious.  In his rage he grabbed for anything and came
  6268.         up with her fox stole that had been draped over a chair.  He then
  6269.         choked her with it and fled.
  6270.  
  6271.         Killer : John Wright
  6272.         Weapon : Fox Stole
  6273.         Motive : Rejection
  6274. END_MESSAGE
  6275.  
  6276.  
  6277. MESSAGE [Case18 Loire Gallery]
  6278.  
  6279.         Mr. Dennison remembers that John VanHorne and Martha Gilbert
  6280.         came into a late showing for a newly acquired art collection.
  6281.         They arrived at about 10:30 and stayed for a late cocktail party
  6282.         hosted by the Gallery until about 3:00am.
  6283. END_MESSAGE
  6284.  
  6285.  
  6286. MESSAGE [Case18 Dartmouth Hotel]
  6287.  
  6288.         The night desk clerk, whom you had roused from his sleep,
  6289.         remembers that Robert and Joan Hastings had come in just after
  6290.         1:30am and had gone straight up to their room.
  6291. END_MESSAGE
  6292.  
  6293.  
  6294. MESSAGE [Case18 Bank Of England]
  6295.  
  6296.         A teller hands you a receipt.  On the back you find the following
  6297.         message:
  6298.  
  6299.         Weapon Clue (Part 2 of 2)
  6300.  
  6301.         If he robbed you, he ______ your money.
  6302. END_MESSAGE
  6303.  
  6304.  
  6305. MESSAGE [Case18 Boutique]
  6306.  
  6307.         You run into the coroner at Hillerys.  He tells you that an
  6308.         examination of the body showed some strange hairs on Scarlet's
  6309.         neck.
  6310. END_MESSAGE
  6311.  
  6312.  
  6313. MESSAGE [Case18 Mercantile Company]
  6314.  
  6315.         A notice on the poster board reads:
  6316.  
  6317.         Motive Clue (Part 1 of 2)
  6318.  
  6319.         A manufactured good that fails to work.
  6320. END_MESSAGE
  6321.  
  6322.  
  6323. MESSAGE [Case18 Stock Exchange]
  6324.  
  6325.         Among the scattered papers on the exchange floor, you find a note.
  6326.         It reads:
  6327.  
  6328.         Motive Clue (Part 2 of 2)
  6329.  
  6330.         Webster defines it as 'to avoid deliberately'.
  6331. END_MESSAGE
  6332.  
  6333.  
  6334. MESSAGE [Case18 Cab Company]
  6335.  
  6336.         You find the cabbie that took Hillery out to Essex last night
  6337.         around 8:30pm.
  6338. END_MESSAGE
  6339.  
  6340.  
  6341. MESSAGE [Case18 Newspaper]
  6342.  
  6343.         A crumpled piece of paper reveals the following clue:
  6344.  
  6345.         Weapon Clue (Part 1 of 2)
  6346.  
  6347.         Sly as a _________.
  6348. END_MESSAGE
  6349.  
  6350.  
  6351. MESSAGE [Case18 Pub]
  6352.  
  6353.         The bartender from last night remembers that Rita Coolidge and
  6354.         Mary Cotton had come in about 1:00am and had met some friends for
  6355.         drinks.  They had stayed till well after 4:00am.  He remembers
  6356.         quite well as he had to chase them all out so he could close up
  6357.         for the night.
  6358. END_MESSAGE
  6359.  
  6360.  
  6361.  
  6362. MESSAGE [Case18 Ferry]
  6363.  
  6364.         ?????????????????????????????????????????????????????????
  6365.  
  6366. END_MESSAGE
  6367.  
  6368.  
  6369. MESSAGE [Case18 Shipping Company]
  6370.  
  6371.         One of the ships Captains tells you that Joseph Phillips works on
  6372.         the freighter Lord Marsly and that he was back at midnight as that
  6373.         is about the time the Lord Marsly steamed out of port.
  6374. END_MESSAGE
  6375.  
  6376.  
  6377. ! --- End of Case
  6378.  
  6379.  
  6380. MESSAGE [You're already here!]
  6381.         Watson glances at you with a puzzled look on his face.  "But, Holmes,
  6382.         we are already there," he exclaims.
  6383.  
  6384. END_MESSAGE
  6385.  
  6386. ! ********************** WALK TO 221B ******************************
  6387.  
  6388. COMMAND WALK TO 221B
  6389. AtLocation [Starting Room]
  6390. OR
  6391. AtLocation [Solution]
  6392. PrintMessage [You're already here!]
  6393. DoneWithTurn
  6394. END_COMMAND
  6395.  
  6396. COMMAND WALK TO 221B
  6397. AtLocation [Loire Gallery]
  6398. AddToTime 15
  6399. GoToRoom [Solution]
  6400. DoneWithTurn
  6401. END_COMMAND
  6402.  
  6403. COMMAND WALK TO 221B
  6404. AtLocation [Boutique]
  6405. AddToTime 58
  6406. GoToRoom [Solution]
  6407. DoneWithTurn
  6408. END_COMMAND
  6409.  
  6410. COMMAND WALK TO 221B
  6411. AtLocation [Scotland Yard]
  6412. AddToTime 20
  6413. GoToRoom [Solution]
  6414. DoneWithTurn
  6415. END_COMMAND
  6416.  
  6417. COMMAND WALK TO 221B
  6418. AtLocation [Davidson & Sons Law Offices]
  6419. AddToTime 30
  6420. GoToRoom [Solution]
  6421. DoneWithTurn
  6422. END_COMMAND
  6423.  
  6424. COMMAND WALK TO 221B
  6425. AtLocation [Dartmouth Hotel]
  6426. AddToTime 30
  6427. GoToRoom [Solution]
  6428. DoneWithTurn
  6429. END_COMMAND
  6430.  
  6431. COMMAND WALK TO 221B
  6432. AtLocation [Bank Of England]
  6433. AddToTime 45
  6434. GoToRoom [Solution]
  6435. DoneWithTurn
  6436. END_COMMAND
  6437.  
  6438. COMMAND WALK TO 221B
  6439. AtLocation [Mercantile Company]
  6440. AddToTime 60
  6441. GoToRoom [Solution]
  6442. DoneWithTurn
  6443. END_COMMAND
  6444.  
  6445. COMMAND WALK TO 221B
  6446. AtLocation [Seymore Park]
  6447. AddToTime 50
  6448. GoToRoom [Solution]
  6449. DoneWithTurn
  6450. END_COMMAND
  6451.  
  6452. COMMAND WALK TO 221B
  6453. AtLocation [Stock Exchange]
  6454. AddToTime 115
  6455. GoToRoom [Solution]
  6456. DoneWithTurn
  6457. END_COMMAND
  6458.  
  6459. COMMAND WALK TO 221B
  6460. AtLocation [Cab Company]
  6461. AddToTime 45
  6462. GoToRoom [Solution]
  6463. DoneWithTurn
  6464. END_COMMAND
  6465.  
  6466. COMMAND WALK TO 221B
  6467. AtLocation [Newspaper]
  6468. AddToTime 59
  6469. GoToRoom [Solution]
  6470. DoneWithTurn
  6471. END_COMMAND
  6472.  
  6473. COMMAND WALK TO 221B
  6474. AtLocation [Pub]
  6475. AddToTime 120
  6476. GoToRoom [Solution]
  6477. DoneWithTurn
  6478. END_COMMAND
  6479.  
  6480. COMMAND WALK TO 221B
  6481. AtLocation [Ferry]
  6482. AddToTime 145
  6483. GoToRoom [Solution]
  6484. DoneWithTurn
  6485. END_COMMAND
  6486.  
  6487. COMMAND WALK TO 221B
  6488. AtLocation [Shipping Company]
  6489. AddToTime 150
  6490. GoToRoom [Solution]
  6491. DoneWithTurn
  6492. END_COMMAND
  6493.  
  6494. ! ********************** WALK TO BOUTIQUE ******************************
  6495.  
  6496. COMMAND WALK TO BOUTIQUE
  6497. AtLocation [Boutique]
  6498. PrintMessage [You're already here!]
  6499. DoneWithTurn
  6500. END_COMMAND
  6501.  
  6502. ! Deal with 10 % chance of Bobby blocking building and various pass options
  6503.  
  6504. COMMAND WALK TO BOUTIQUE
  6505. FlagOFF [Bobby Blocking Boutique]
  6506. chance 10
  6507. DoSubroutine [TurnOFF Bobby Flags]
  6508. ! Only one Bobby at a time!
  6509. TurnFlagON [Bobby Blocking Boutique]
  6510. GoToRoom [Blocked by Bobby]
  6511. DoneWithTurn
  6512. END_COMMAND
  6513.  
  6514. COMMAND WALK TO BOUTIQUE
  6515. ! You are already blocked by Bobby here
  6516. FlagON [Bobby Blocking Boutique]
  6517. AtLocation [Blocked by Bobby]
  6518. PrintMessage [You're already here!]
  6519. DoneWithTurn
  6520. END_COMMAND
  6521.  
  6522. COMMAND WALK TO BOUTIQUE
  6523. ! Bobby is already blocking it
  6524. FlagON [Bobby Blocking Boutique]
  6525. NOT AtLocation [Blocked by Bobby]
  6526. GoToRoom [Blocked by Bobby]
  6527. DoneWithTurn
  6528. END_COMMAND
  6529.  
  6530. COMMAND WALK TO BOUTIQUE
  6531. ! There is no Bobby blocking your destination
  6532. FlagOFF [Bobby Blocking Boutique]
  6533. AtLocation [Blocked by Bobby]
  6534. GoToRoom [Boutique]
  6535. DoneWithTurn
  6536. END_COMMAND
  6537.  
  6538. COMMAND WALK TO BOUTIQUE
  6539. AtLocation [Starting Room]
  6540. AddToTime 58
  6541. GoToRoom [Boutique]
  6542. DoneWithTurn
  6543. END_COMMAND
  6544.  
  6545. COMMAND WALK TO BOUTIQUE
  6546. AtLocation [Loire Gallery]
  6547. AddToTime 59
  6548. GoToRoom [Boutique]
  6549. DoneWithTurn
  6550. END_COMMAND
  6551.  
  6552. COMMAND WALK TO BOUTIQUE
  6553. AtLocation [Scotland Yard]
  6554. AddToTime 3
  6555. GoToRoom [Boutique]
  6556. DoneWithTurn
  6557. END_COMMAND
  6558.  
  6559. COMMAND WALK TO BOUTIQUE
  6560. AtLocation [Davidson & Sons Law Offices]
  6561. AddToTime 58
  6562. GoToRoom [Boutique]
  6563. DoneWithTurn
  6564. END_COMMAND
  6565.  
  6566. COMMAND WALK TO BOUTIQUE
  6567. AtLocation [Dartmouth Hotel]
  6568. AddToTime 45
  6569. GoToRoom [Boutique]
  6570. DoneWithTurn
  6571. END_COMMAND
  6572.  
  6573. COMMAND WALK TO BOUTIQUE
  6574. AtLocation [Bank Of England]
  6575. AddToTime 45
  6576. GoToRoom [Boutique]
  6577. DoneWithTurn
  6578. END_COMMAND
  6579.  
  6580. COMMAND WALK TO BOUTIQUE
  6581. AtLocation [Mercantile Company]
  6582. AddToTime 220
  6583. GoToRoom [Boutique]
  6584. DoneWithTurn
  6585. END_COMMAND
  6586.  
  6587. COMMAND WALK TO BOUTIQUE
  6588. AtLocation [Seymore Park]
  6589. AddToTime 50
  6590. GoToRoom [Boutique]
  6591. DoneWithTurn
  6592. END_COMMAND
  6593.  
  6594. COMMAND WALK TO BOUTIQUE
  6595. AtLocation [Stock Exchange]
  6596. AddToTime 45
  6597. GoToRoom [Boutique]
  6598. DoneWithTurn
  6599. END_COMMAND
  6600.  
  6601. COMMAND WALK TO BOUTIQUE
  6602. AtLocation [Cab Company]
  6603. AddToTime 200
  6604. GoToRoom [Boutique]
  6605. DoneWithTurn
  6606. END_COMMAND
  6607.  
  6608. COMMAND WALK TO BOUTIQUE
  6609. AtLocation [Newspaper]
  6610. AddToTime 200
  6611. GoToRoom [Boutique]
  6612. DoneWithTurn
  6613. END_COMMAND
  6614.  
  6615. COMMAND WALK TO BOUTIQUE
  6616. AtLocation [Pub]
  6617. AddToTime 300
  6618. GoToRoom [Boutique]
  6619. DoneWithTurn
  6620. END_COMMAND
  6621.  
  6622. COMMAND WALK TO BOUTIQUE
  6623. AtLocation [Ferry]
  6624. AddToTime 200
  6625. GoToRoom [Boutique]
  6626. DoneWithTurn
  6627. END_COMMAND
  6628.  
  6629. COMMAND WALK TO BOUTIQUE
  6630. AtLocation [Shipping Company]
  6631. AddToTime 120
  6632. GoToRoom [Boutique]
  6633. DoneWithTurn
  6634. END_COMMAND
  6635.  
  6636. FLAG [Just got pass at Scotland Yard]
  6637.  
  6638. ! ********************** WALK TO SCOTLAND YARD ******************************
  6639.  
  6640. COMMAND WALK TO SCOTLAND_YARD
  6641. AtLocation [Scotland Yard]
  6642. PrintMessage [You're already here!]
  6643. DoneWithTurn
  6644. END_COMMAND
  6645.  
  6646. COMMAND WALK TO SCOTLAND_YARD
  6647. AtLocation [Starting Room]
  6648. AddToTime 130
  6649. GoToRoom [Scotland Yard]
  6650. DoneWithTurn
  6651. END_COMMAND
  6652.  
  6653. COMMAND WALK TO SCOTLAND_YARD
  6654. AtLocation [Loire Gallery]
  6655. AddToTime 130
  6656. GoToRoom [Scotland Yard]
  6657. DoneWithTurn
  6658. END_COMMAND
  6659.  
  6660. COMMAND WALK TO SCOTLAND_YARD
  6661. AtLocation [Boutique]
  6662. AddToTime 3
  6663. GoToRoom [Scotland Yard]
  6664. DoneWithTurn
  6665. END_COMMAND
  6666.  
  6667. COMMAND WALK TO SCOTLAND_YARD
  6668. AtLocation [Davidson & Sons Law Offices]
  6669. AddToTime 58
  6670. GoToRoom [Scotland Yard]
  6671. DoneWithTurn
  6672. END_COMMAND
  6673.  
  6674. COMMAND WALK TO SCOTLAND_YARD
  6675. AtLocation [Dartmouth Hotel]
  6676. AddToTime 100
  6677. GoToRoom [Scotland Yard]
  6678. DoneWithTurn
  6679. END_COMMAND
  6680.  
  6681. COMMAND WALK TO SCOTLAND_YARD
  6682. AtLocation [Bank Of England]
  6683. AddToTime 130
  6684. GoToRoom [Scotland Yard]
  6685. DoneWithTurn
  6686. END_COMMAND
  6687.  
  6688. COMMAND WALK TO SCOTLAND_YARD
  6689. AtLocation [Mercantile Company]
  6690. AddToTime 320
  6691. GoToRoom [Scotland Yard]
  6692. DoneWithTurn
  6693. END_COMMAND
  6694.  
  6695. COMMAND WALK TO SCOTLAND_YARD
  6696. AtLocation [Seymore Park]
  6697. AddToTime 115
  6698. GoToRoom [Scotland Yard]
  6699. DoneWithTurn
  6700. END_COMMAND
  6701.  
  6702. COMMAND WALK TO SCOTLAND_YARD
  6703. AtLocation [Stock Exchange]
  6704. AddToTime 115
  6705. GoToRoom [Scotland Yard]
  6706. DoneWithTurn
  6707. END_COMMAND
  6708.  
  6709. COMMAND WALK TO SCOTLAND_YARD
  6710. AtLocation [Cab Company]
  6711. AddToTime 220
  6712. GoToRoom [Scotland Yard]
  6713. DoneWithTurn
  6714. END_COMMAND
  6715.  
  6716. COMMAND WALK TO SCOTLAND_YARD
  6717. AtLocation [Newspaper]
  6718. AddToTime 200
  6719. GoToRoom [Scotland Yard]
  6720. DoneWithTurn
  6721. END_COMMAND
  6722.  
  6723. COMMAND WALK TO SCOTLAND_YARD
  6724. AtLocation [Pub]
  6725. AddToTime 230
  6726. GoToRoom [Scotland Yard]
  6727. DoneWithTurn
  6728. END_COMMAND
  6729.  
  6730. COMMAND WALK TO SCOTLAND_YARD
  6731. AtLocation [Ferry]
  6732. AddToTime 100
  6733. GoToRoom [Scotland Yard]
  6734. DoneWithTurn
  6735. END_COMMAND
  6736.  
  6737. COMMAND WALK TO SCOTLAND_YARD
  6738. AtLocation [Shipping Company]
  6739. AddToTime 60
  6740. GoToRoom [Scotland Yard]
  6741. DoneWithTurn
  6742. END_COMMAND
  6743.  
  6744. ! ********************** WALK TO LAW OFFICES ******************************
  6745.  
  6746. COMMAND WALK TO LAW_OFFICES
  6747. AtLocation [Davidson & Sons Law Offices]
  6748. PrintMessage [You're already here!]
  6749. DoneWithTurn
  6750. END_COMMAND
  6751.  
  6752. ! Deal with 10 % chance of Bobby blocking building and various pass options
  6753.  
  6754. COMMAND WALK TO LAW_OFFICES
  6755. FlagOFF [Bobby Blocking Davidson & Sons Law Offices]
  6756. chance 10
  6757. DoSubroutine [TurnOFF Bobby Flags]
  6758. ! Only one Bobby at a time!
  6759. TurnFlagON [Bobby Blocking Davidson & Sons Law Offices]
  6760. GoToRoom [Blocked by Bobby]
  6761. DoneWithTurn
  6762. END_COMMAND
  6763.  
  6764. COMMAND WALK TO LAW_OFFICES
  6765. ! You are already blocked by Bobby here
  6766. FlagON [Bobby Blocking Davidson & Sons Law Offices]
  6767. AtLocation [Blocked by Bobby]
  6768. PrintMessage [You're already here!]
  6769. DoneWithTurn
  6770. END_COMMAND
  6771.  
  6772. COMMAND WALK TO LAW_OFFICES
  6773. ! There is no Bobby blocking your destination
  6774. FlagOFF [Bobby Blocking Davidson & Sons Law Offices]
  6775. AtLocation [Blocked by Bobby]
  6776. GoToRoom [Davidson & Sons Law Offices]
  6777. DoneWithTurn
  6778. END_COMMAND
  6779.  
  6780. COMMAND WALK TO LAW_OFFICES
  6781. ! Bobby is already blocking it
  6782. FlagON [Bobby Blocking Davidson & Sons Law Offices]
  6783. NOT AtLocation [Blocked by Bobby]
  6784. GoToRoom [Blocked by Bobby]
  6785. DoneWithTurn
  6786. END_COMMAND
  6787.  
  6788. COMMAND WALK TO LAW_OFFICES
  6789. AtLocation [Starting Room]
  6790. AddToTime 30
  6791. GoToRoom [Davidson & Sons Law Offices]
  6792. DoneWithTurn
  6793. END_COMMAND
  6794.  
  6795. COMMAND WALK TO LAW_OFFICES
  6796. AtLocation [Loire Gallery]
  6797. AddToTime 35
  6798. GoToRoom [Davidson & Sons Law Offices]
  6799. DoneWithTurn
  6800. END_COMMAND
  6801.  
  6802. COMMAND WALK TO LAW_OFFICES
  6803. AtLocation [Boutique]
  6804. AddToTime 58
  6805. GoToRoom [Davidson & Sons Law Offices]
  6806. DoneWithTurn
  6807. END_COMMAND
  6808.  
  6809. COMMAND WALK TO LAW_OFFICES
  6810. AtLocation [Scotland Yard]
  6811. AddToTime 59
  6812. GoToRoom [Davidson & Sons Law Offices]
  6813. DoneWithTurn
  6814. END_COMMAND
  6815.  
  6816. COMMAND WALK TO LAW_OFFICES
  6817. AtLocation [Dartmouth Hotel]
  6818. AddToTime 30
  6819. GoToRoom [Davidson & Sons Law Offices]
  6820. DoneWithTurn
  6821. END_COMMAND
  6822.  
  6823. COMMAND WALK TO LAW_OFFICES
  6824. AtLocation [Bank Of England]
  6825. AddToTime 50
  6826. GoToRoom [Davidson & Sons Law Offices]
  6827. DoneWithTurn
  6828. END_COMMAND
  6829.  
  6830. COMMAND WALK TO LAW_OFFICES
  6831. AtLocation [Mercantile Company]
  6832. AddToTime 100
  6833. GoToRoom [Davidson & Sons Law Offices]
  6834. DoneWithTurn
  6835. END_COMMAND
  6836.  
  6837. COMMAND WALK TO LAW_OFFICES
  6838. AtLocation [Seymore Park]
  6839. AddToTime 55
  6840. GoToRoom [Davidson & Sons Law Offices]
  6841. DoneWithTurn
  6842. END_COMMAND
  6843.  
  6844. COMMAND WALK TO LAW_OFFICES
  6845. AtLocation [Stock Exchange]
  6846. AddToTime 55
  6847. GoToRoom [Davidson & Sons Law Offices]
  6848. DoneWithTurn
  6849. END_COMMAND
  6850.  
  6851. COMMAND WALK TO LAW_OFFICES
  6852. AtLocation [Cab Company]
  6853. AddToTime 130
  6854. GoToRoom [Davidson & Sons Law Offices]
  6855. DoneWithTurn
  6856. END_COMMAND
  6857.  
  6858. COMMAND WALK TO LAW_OFFICES
  6859. AtLocation [Newspaper]
  6860. AddToTime 130
  6861. GoToRoom [Davidson & Sons Law Offices]
  6862. DoneWithTurn
  6863. END_COMMAND
  6864.  
  6865. COMMAND WALK TO LAW_OFFICES
  6866. AtLocation [Pub]
  6867. AddToTime 145
  6868. GoToRoom [Davidson & Sons Law Offices]
  6869. DoneWithTurn
  6870. END_COMMAND
  6871.  
  6872. COMMAND WALK TO LAW_OFFICES
  6873. AtLocation [Ferry]
  6874. AddToTime 245
  6875. GoToRoom [Davidson & Sons Law Offices]
  6876. DoneWithTurn
  6877. END_COMMAND
  6878.  
  6879. COMMAND WALK TO LAW_OFFICES
  6880. AtLocation [Shipping Company]
  6881. AddToTime 235
  6882. GoToRoom [Davidson & Sons Law Offices]
  6883. DoneWithTurn
  6884. END_COMMAND
  6885.  
  6886. ! ********************** WALK TO GALLERY ******************************
  6887.  
  6888. COMMAND WALK TO GALLERY
  6889. AtLocation [Loire Gallery]
  6890. PrintMessage [You're already here!]
  6891. DoneWithTurn
  6892. END_COMMAND
  6893.  
  6894. ! Deal with 10 % chance of Bobby blocking building and various pass options
  6895.  
  6896. COMMAND WALK TO BANK
  6897. FlagOFF [Bobby Blocking Loire Gallery]
  6898. chance 10
  6899. DoSubroutine [TurnOFF Bobby Flags]
  6900. ! Only one Bobby at a time!
  6901. TurnFlagON [Bobby Blocking Loire Gallery]
  6902. GoToRoom [Blocked by Bobby]
  6903. DoneWithTurn
  6904. END_COMMAND
  6905.  
  6906. COMMAND WALK TO GALLERY
  6907. ! You are already blocked by Bobby here
  6908. FlagON [Bobby Blocking Loire Gallery]
  6909. AtLocation [Blocked by Bobby]
  6910. PrintMessage [You're already here!]
  6911. DoneWithTurn
  6912. END_COMMAND
  6913.  
  6914. COMMAND WALK TO GALLERY
  6915. ! There is no Bobby blocking your destination
  6916. FlagOFF [Bobby Blocking Loire Gallery]
  6917. AtLocation [Blocked by Bobby]
  6918. GoToRoom [Loire Gallery]
  6919. DoneWithTurn
  6920. END_COMMAND
  6921.  
  6922. COMMAND WALK TO GALLERY
  6923. ! Bobby is already blocking it
  6924. FlagON [Bobby Blocking Loire Gallery]
  6925. NOT AtLocation [Blocked by Bobby]
  6926. GoToRoom [Blocked by Bobby]
  6927. DoneWithTurn
  6928. END_COMMAND
  6929.  
  6930. COMMAND WALK TO GALLERY
  6931. AtLocation [Starting Room]
  6932. AddToTime 16
  6933. GoToRoom [Loire Gallery]
  6934. DoneWithTurn
  6935. END_COMMAND
  6936.  
  6937. COMMAND WALK TO GALLERY
  6938. AtLocation [Boutique]
  6939. AddToTime 59
  6940. GoToRoom [Loire Gallery]
  6941. DoneWithTurn
  6942. END_COMMAND
  6943.  
  6944. COMMAND WALK TO GALLERY
  6945. AtLocation [Scotland Yard]
  6946. AddToTime 125
  6947. GoToRoom [Loire Gallery]
  6948. DoneWithTurn
  6949. END_COMMAND
  6950.  
  6951. COMMAND WALK TO GALLERY
  6952. AtLocation [Davidson & Sons Law Offices]
  6953. AddToTime 35
  6954. GoToRoom [Loire Gallery]
  6955. DoneWithTurn
  6956. END_COMMAND
  6957.  
  6958. COMMAND WALK TO GALLERY
  6959. AtLocation [Dartmouth Hotel]
  6960. AddToTime 30
  6961. GoToRoom [Loire Gallery]
  6962. DoneWithTurn
  6963. END_COMMAND
  6964.  
  6965. COMMAND WALK TO GALLERY
  6966. AtLocation [Bank Of England]
  6967. AddToTime 50
  6968. GoToRoom [Loire Gallery]
  6969. DoneWithTurn
  6970. END_COMMAND
  6971.  
  6972. COMMAND WALK TO GALLERY
  6973. AtLocation [Mercantile Company]
  6974. AddToTime 125
  6975. GoToRoom [Loire Gallery]
  6976. DoneWithTurn
  6977. END_COMMAND
  6978.  
  6979. COMMAND WALK TO GALLERY
  6980. AtLocation [Seymore Park]
  6981. AddToTime 102
  6982. GoToRoom [Loire Gallery]
  6983. DoneWithTurn
  6984. END_COMMAND
  6985.  
  6986. COMMAND WALK TO GALLERY
  6987. AtLocation [Stock Exchange]
  6988. AddToTime 100
  6989. GoToRoom [Loire Gallery]
  6990. DoneWithTurn
  6991. END_COMMAND
  6992.  
  6993. COMMAND WALK TO GALLERY
  6994. AtLocation [Cab Company]
  6995. AddToTime 45
  6996. GoToRoom [Loire Gallery]
  6997. DoneWithTurn
  6998. END_COMMAND
  6999.  
  7000. COMMAND WALK TO GALLERY
  7001. AtLocation [Newspaper]
  7002. AddToTime 115
  7003. GoToRoom [Loire Gallery]
  7004. DoneWithTurn
  7005. END_COMMAND
  7006.  
  7007. COMMAND WALK TO GALLERY
  7008. AtLocation [Pub]
  7009. AddToTime 200
  7010. GoToRoom [Loire Gallery]
  7011. DoneWithTurn
  7012. END_COMMAND
  7013.  
  7014. COMMAND WALK TO GALLERY
  7015. AtLocation [Ferry]
  7016. AddToTime 145
  7017. GoToRoom [Loire Gallery]
  7018. DoneWithTurn
  7019. END_COMMAND
  7020.  
  7021. COMMAND WALK TO GALLERY
  7022. AtLocation [Shipping Company]
  7023. AddToTime 200
  7024. GoToRoom [Loire Gallery]
  7025. DoneWithTurn
  7026. END_COMMAND
  7027.  
  7028. ! ********************** WALK TO BANK ******************************
  7029.  
  7030. COMMAND WALK TO BANK
  7031. AtLocation [Bank Of England]
  7032. PrintMessage [You're already here!]
  7033. DoneWithTurn
  7034. END_COMMAND
  7035.  
  7036. ! Deal with 10 % chance of Bobby blocking building and various pass options
  7037.  
  7038. COMMAND WALK TO BANK
  7039. FlagOFF [Bobby Blocking Bank Of England]
  7040. chance 10
  7041. DoSubroutine [TurnOFF Bobby Flags]
  7042. ! Only one Bobby at a time!
  7043. TurnFlagON [Bobby Blocking Bank Of England]
  7044. GoToRoom [Blocked by Bobby]
  7045. DoneWithTurn
  7046. END_COMMAND
  7047.  
  7048. COMMAND WALK TO BANK
  7049. ! You are already blocked by Bobby here
  7050. FlagON [Bobby Blocking Bank Of England]
  7051. AtLocation [Blocked by Bobby]
  7052. PrintMessage [You're already here!]
  7053. DoneWithTurn
  7054. END_COMMAND
  7055.  
  7056. COMMAND WALK TO BANK
  7057. ! There is no Bobby blocking your destination
  7058. FlagOFF [Bobby Blocking Bank Of England]
  7059. AtLocation [Blocked by Bobby]
  7060. GoToRoom [Bank Of England]
  7061. DoneWithTurn
  7062. END_COMMAND
  7063.  
  7064. COMMAND WALK TO BANK
  7065. ! Bobby is already blocking it
  7066. FlagON [Bobby Blocking Bank Of England]
  7067. NOT AtLocation [Blocked by Bobby]
  7068. GoToRoom [Blocked by Bobby]
  7069. DoneWithTurn
  7070. END_COMMAND
  7071.  
  7072. COMMAND WALK TO BANK
  7073. AtLocation [Starting Room]
  7074. AddToTime 45
  7075. GoToRoom [Bank Of England]
  7076. DoneWithTurn
  7077. END_COMMAND
  7078.  
  7079. COMMAND WALK TO BANK
  7080. AtLocation [Loire Gallery]
  7081. AddToTime 50
  7082. GoToRoom [Bank Of England]
  7083. DoneWithTurn
  7084. END_COMMAND
  7085.  
  7086. COMMAND WALK TO BANK
  7087. AtLocation [Boutique]
  7088. AddToTime 45
  7089. GoToRoom [Bank Of England]
  7090. DoneWithTurn
  7091. END_COMMAND
  7092.  
  7093. COMMAND WALK TO BANK
  7094. AtLocation [Scotland Yard]
  7095. AddToTime 130
  7096. GoToRoom [Bank Of England]
  7097. DoneWithTurn
  7098. END_COMMAND
  7099.  
  7100. COMMAND WALK TO BANK
  7101. AtLocation [Davidson & Sons Law Offices]
  7102. AddToTime 50
  7103. GoToRoom [Bank Of England]
  7104. DoneWithTurn
  7105. END_COMMAND
  7106.  
  7107. COMMAND WALK TO BANK
  7108. AtLocation [Dartmouth Hotel]
  7109. AddToTime 30
  7110. GoToRoom [Bank Of England]
  7111. DoneWithTurn
  7112. END_COMMAND
  7113.  
  7114. COMMAND WALK TO BANK
  7115. AtLocation [Mercantile Company]
  7116. AddToTime 145
  7117. GoToRoom [Bank Of England]
  7118. DoneWithTurn
  7119. END_COMMAND
  7120.  
  7121. COMMAND WALK TO BANK
  7122. AtLocation [Seymore Park]
  7123. AddToTime 25
  7124. GoToRoom [Bank Of England]
  7125. DoneWithTurn
  7126. END_COMMAND
  7127.  
  7128. COMMAND WALK TO BANK
  7129. AtLocation [Stock Exchange]
  7130. AddToTime 31
  7131. GoToRoom [Bank Of England]
  7132. DoneWithTurn
  7133. END_COMMAND
  7134.  
  7135. COMMAND WALK TO BANK
  7136. AtLocation [Cab Company]
  7137. AddToTime 130
  7138. GoToRoom [Bank Of England]
  7139. DoneWithTurn
  7140. END_COMMAND
  7141.  
  7142. COMMAND WALK TO BANK
  7143. AtLocation [Newspaper]
  7144. AddToTime 203
  7145. GoToRoom [Bank Of England]
  7146. DoneWithTurn
  7147. END_COMMAND
  7148.  
  7149. COMMAND WALK TO BANK
  7150. AtLocation [Pub]
  7151. AddToTime 200
  7152. GoToRoom [Bank Of England]
  7153. DoneWithTurn
  7154. END_COMMAND
  7155.  
  7156. COMMAND WALK TO BANK
  7157. AtLocation [Ferry]
  7158. AddToTime 130
  7159. GoToRoom [Bank Of England]
  7160. DoneWithTurn
  7161. END_COMMAND
  7162.  
  7163. COMMAND WALK TO BANK
  7164. AtLocation [Shipping Company]
  7165. AddToTime 145
  7166. GoToRoom [Bank Of England]
  7167. DoneWithTurn
  7168. END_COMMAND
  7169.  
  7170. ! ********************** WALK TO STOCK_EXCHANGE ******************************
  7171.  
  7172. COMMAND WALK TO STOCK_EXCHANGE
  7173. AtLocation [Stock Exchange]
  7174. PrintMessage [You're already here!]
  7175. DoneWithTurn
  7176. END_COMMAND
  7177.  
  7178. ! Deal with 10 % chance of Bobby blocking building and various pass options
  7179.  
  7180. COMMAND WALK TO STOCK_EXCHANGE
  7181. FlagOFF [Bobby Blocking Stock Exchange]
  7182. chance 10
  7183. DoSubroutine [TurnOFF Bobby Flags]
  7184. ! Only one Bobby at a time!
  7185. TurnFlagON [Bobby Blocking Stock Exchange]
  7186. GoToRoom [Blocked by Bobby]
  7187. DoneWithTurn
  7188. END_COMMAND
  7189.  
  7190. COMMAND WALK TO STOCK_EXCHANGE
  7191. ! You are already blocked by Bobby here
  7192. FlagON [Bobby Blocking Stock Exchange]
  7193. AtLocation [Blocked by Bobby]
  7194. PrintMessage [You're already here!]
  7195. DoneWithTurn
  7196. END_COMMAND
  7197.  
  7198. COMMAND WALK TO STOCK_EXCHANGE
  7199. ! There is no Bobby blocking your destination
  7200. FlagOFF [Bobby Blocking Stock Exchange]
  7201. AtLocation [Blocked by Bobby]
  7202. GoToRoom [Stock Exchange]
  7203. DoneWithTurn
  7204. END_COMMAND
  7205.  
  7206. COMMAND WALK TO STOCK_EXCHANGE
  7207. ! Bobby is already blocking it
  7208. FlagON [Bobby Blocking Stock Exchange]
  7209. NOT AtLocation [Blocked by Bobby]
  7210. GoToRoom [Blocked by Bobby]
  7211. DoneWithTurn
  7212. END_COMMAND
  7213.  
  7214. COMMAND WALK TO STOCK_EXCHANGE
  7215. AtLocation [Starting Room]
  7216. AddToTime 145
  7217. GoToRoom [Stock Exchange]
  7218. DoneWithTurn
  7219. END_COMMAND
  7220.  
  7221. COMMAND WALK TO STOCK_EXCHANGE
  7222. AtLocation [Loire Gallery]
  7223. AddToTime 60
  7224. GoToRoom [Stock Exchange]
  7225. DoneWithTurn
  7226. END_COMMAND
  7227.  
  7228. COMMAND WALK TO STOCK_EXCHANGE
  7229. AtLocation [Boutique]
  7230. AddToTime 45
  7231. GoToRoom [Stock Exchange]
  7232. DoneWithTurn
  7233. END_COMMAND
  7234.  
  7235. COMMAND WALK TO STOCK_EXCHANGE
  7236. AtLocation [Scotland Yard]
  7237. AddToTime 115
  7238. GoToRoom [Stock Exchange]
  7239. DoneWithTurn
  7240. END_COMMAND
  7241.  
  7242. COMMAND WALK TO STOCK_EXCHANGE
  7243. AtLocation [Davidson & Sons Law Offices]
  7244. AddToTime 55
  7245. GoToRoom [Stock Exchange]
  7246. DoneWithTurn
  7247. END_COMMAND
  7248.  
  7249. COMMAND WALK TO STOCK_EXCHANGE
  7250. AtLocation [Dartmouth Hotel]
  7251. AddToTime 45
  7252. GoToRoom [Stock Exchange]
  7253. DoneWithTurn
  7254. END_COMMAND
  7255.  
  7256. COMMAND WALK TO STOCK_EXCHANGE
  7257. AtLocation [Mercantile Company]
  7258. AddToTime 145
  7259. GoToRoom [Stock Exchange]
  7260. DoneWithTurn
  7261. END_COMMAND
  7262.  
  7263. COMMAND WALK TO STOCK_EXCHANGE
  7264. AtLocation [Seymore Park]
  7265. AddToTime 15
  7266. GoToRoom [Stock Exchange]
  7267. DoneWithTurn
  7268. END_COMMAND
  7269.  
  7270. COMMAND WALK TO STOCK_EXCHANGE
  7271. AtLocation [Bank Of England]
  7272. AddToTime 30
  7273. GoToRoom [Stock Exchange]
  7274. DoneWithTurn
  7275. END_COMMAND
  7276.  
  7277. COMMAND WALK TO STOCK_EXCHANGE
  7278. AtLocation [Cab Company]
  7279. AddToTime 155
  7280. GoToRoom [Stock Exchange]
  7281. DoneWithTurn
  7282. END_COMMAND
  7283.  
  7284. COMMAND WALK TO STOCK_EXCHANGE
  7285. AtLocation [Newspaper]
  7286. AddToTime 145
  7287. GoToRoom [Stock Exchange]
  7288. DoneWithTurn
  7289. END_COMMAND
  7290.  
  7291. COMMAND WALK TO STOCK_EXCHANGE
  7292. AtLocation [Pub]
  7293. AddToTime 200
  7294. GoToRoom [Stock Exchange]
  7295. DoneWithTurn
  7296. END_COMMAND
  7297.  
  7298. COMMAND WALK TO STOCK_EXCHANGE
  7299. AtLocation [Ferry]
  7300. AddToTime 145
  7301. GoToRoom [Stock Exchange]
  7302. DoneWithTurn
  7303. END_COMMAND
  7304.  
  7305. COMMAND WALK TO STOCK_EXCHANGE
  7306. AtLocation [Shipping Company]
  7307. AddToTime 210
  7308. GoToRoom [Stock Exchange]
  7309. DoneWithTurn
  7310. END_COMMAND
  7311.  
  7312. ! ********************** WALK TO HOTEL ******************************
  7313.  
  7314. COMMAND WALK TO HOTEL
  7315. AtLocation [Dartmouth Hotel]
  7316. PrintMessage [You're already here!]
  7317. DoneWithTurn
  7318. END_COMMAND
  7319.  
  7320. ! Deal with 10 % chance of Bobby blocking building and various pass options
  7321.  
  7322. COMMAND WALK TO HOTEL
  7323. FlagOFF [Bobby Blocking Dartmouth Hotel]
  7324. chance 10
  7325. DoSubroutine [TurnOFF Bobby Flags]
  7326. ! Only one Bobby at a time!
  7327. TurnFlagON [Bobby Blocking Dartmouth Hotel]
  7328. GoToRoom [Blocked by Bobby]
  7329. DoneWithTurn
  7330. END_COMMAND
  7331.  
  7332. COMMAND WALK TO HOTEL
  7333. ! You are already blocked by Bobby here
  7334. FlagON [Bobby Blocking Dartmouth Hotel]
  7335. AtLocation [Blocked by Bobby]
  7336. PrintMessage [You're already here!]
  7337. DoneWithTurn
  7338. END_COMMAND
  7339.  
  7340. COMMAND WALK TO HOTEL
  7341. ! There is no Bobby blocking your destination
  7342. FlagOFF [Bobby Blocking Dartmouth Hotel]
  7343. AtLocation [Blocked by Bobby]
  7344. GoToRoom [Dartmouth Hotel]
  7345. DoneWithTurn
  7346. END_COMMAND
  7347.  
  7348. COMMAND WALK TO HOTEL
  7349. ! Bobby is already blocking it
  7350. FlagON [Bobby Blocking Dartmouth Hotel]
  7351. NOT AtLocation [Blocked by Bobby]
  7352. GoToRoom [Blocked by Bobby]
  7353. DoneWithTurn
  7354. END_COMMAND
  7355.  
  7356. COMMAND WALK TO HOTEL
  7357. AtLocation [Starting Room]
  7358. AddToTime 30
  7359. GoToRoom [Dartmouth Hotel]
  7360. DoneWithTurn
  7361. END_COMMAND
  7362.  
  7363. COMMAND WALK TO HOTEL
  7364. AtLocation [Loire Gallery]
  7365. AddToTime 30
  7366. GoToRoom [Dartmouth Hotel]
  7367. DoneWithTurn
  7368. END_COMMAND
  7369.  
  7370. COMMAND WALK TO HOTEL
  7371. AtLocation [Boutique]
  7372. AddToTime 45
  7373. GoToRoom [Dartmouth Hotel]
  7374. DoneWithTurn
  7375. END_COMMAND
  7376.  
  7377. COMMAND WALK TO HOTEL
  7378. AtLocation [Scotland Yard]
  7379. AddToTime 100
  7380. GoToRoom [Dartmouth Hotel]
  7381. DoneWithTurn
  7382. END_COMMAND
  7383.  
  7384. COMMAND WALK TO HOTEL
  7385. AtLocation [Davidson & Sons Law Offices]
  7386. AddToTime 30
  7387. GoToRoom [Dartmouth Hotel]
  7388. DoneWithTurn
  7389. END_COMMAND
  7390.  
  7391. COMMAND WALK TO HOTEL
  7392. AtLocation [Bank Of England]
  7393. AddToTime 30
  7394. GoToRoom [Dartmouth Hotel]
  7395. DoneWithTurn
  7396. END_COMMAND
  7397.  
  7398. COMMAND WALK TO HOTEL
  7399. AtLocation [Mercantile Company]
  7400. AddToTime 145
  7401. GoToRoom [Dartmouth Hotel]
  7402. DoneWithTurn
  7403. END_COMMAND
  7404.  
  7405. COMMAND WALK TO HOTEL
  7406. AtLocation [Seymore Park]
  7407. AddToTime 50
  7408. GoToRoom [Dartmouth Hotel]
  7409. DoneWithTurn
  7410. END_COMMAND
  7411.  
  7412. COMMAND WALK TO HOTEL
  7413. AtLocation [Stock Exchange]
  7414. AddToTime 45
  7415. GoToRoom [Dartmouth Hotel]
  7416. DoneWithTurn
  7417. END_COMMAND
  7418.  
  7419. COMMAND WALK TO HOTEL
  7420. AtLocation [Cab Company]
  7421. AddToTime 130
  7422. GoToRoom [Dartmouth Hotel]
  7423. DoneWithTurn
  7424. END_COMMAND
  7425.  
  7426. COMMAND WALK TO HOTEL
  7427. AtLocation [Newspaper]
  7428. AddToTime 130
  7429. GoToRoom [Dartmouth Hotel]
  7430. DoneWithTurn
  7431. END_COMMAND
  7432.  
  7433. COMMAND WALK TO HOTEL
  7434. AtLocation [Pub]
  7435. AddToTime 230
  7436. GoToRoom [Dartmouth Hotel]
  7437. DoneWithTurn
  7438. END_COMMAND
  7439.  
  7440. COMMAND WALK TO HOTEL
  7441. AtLocation [Ferry]
  7442. AddToTime 130
  7443. GoToRoom [Dartmouth Hotel]
  7444. DoneWithTurn
  7445. END_COMMAND
  7446.  
  7447. COMMAND WALK TO HOTEL
  7448. AtLocation [Shipping Company]
  7449. AddToTime 200
  7450. GoToRoom [Dartmouth Hotel]
  7451. DoneWithTurn
  7452. END_COMMAND
  7453.  
  7454. ! ********************** WALK TO MERCANTILE ******************************
  7455.  
  7456. COMMAND WALK TO MERCANTILE
  7457. AtLocation [Mercantile Company]
  7458. PrintMessage [You're already here!]
  7459. DoneWithTurn
  7460. END_COMMAND
  7461.  
  7462. ! Deal with 10 % chance of Bobby blocking building and various pass options
  7463.  
  7464. COMMAND WALK TO MERCANTILE
  7465. FlagOFF [Bobby Blocking Mercantile Company]
  7466. chance 10
  7467. DoSubroutine [TurnOFF Bobby Flags]
  7468. ! Only one Bobby at a time!
  7469. TurnFlagON [Bobby Blocking Mercantile Company]
  7470. GoToRoom [Blocked by Bobby]
  7471. DoneWithTurn
  7472. END_COMMAND
  7473.  
  7474. COMMAND WALK TO MERCANTILE
  7475. ! You are already blocked by Bobby here
  7476. FlagON [Bobby Blocking Mercantile Company]
  7477. AtLocation [Blocked by Bobby]
  7478. PrintMessage [You're already here!]
  7479. DoneWithTurn
  7480. END_COMMAND
  7481.  
  7482. COMMAND WALK TO MERCANTILE
  7483. ! There is no Bobby blocking your destination
  7484. FlagOFF [Bobby Blocking Mercantile Company]
  7485. AtLocation [Blocked by Bobby]
  7486. GoToRoom [Mercantile Company]
  7487. DoneWithTurn
  7488. END_COMMAND
  7489.  
  7490. COMMAND WALK TO MERCANTILE
  7491. ! Bobby is already blocking it
  7492. FlagON [Bobby Blocking Mercantile Company]
  7493. NOT AtLocation [Blocked by Bobby]
  7494. GoToRoom [Blocked by Bobby]
  7495. DoneWithTurn
  7496. END_COMMAND
  7497.  
  7498. COMMAND WALK TO MERCANTILE
  7499. AtLocation [Starting Room]
  7500. AddToTime 100
  7501. GoToRoom [Mercantile Company]
  7502. DoneWithTurn
  7503. END_COMMAND
  7504.  
  7505. COMMAND WALK TO MERCANTILE
  7506. AtLocation [Loire Gallery]
  7507. AddToTime 130
  7508. GoToRoom [Mercantile Company]
  7509. DoneWithTurn
  7510. END_COMMAND
  7511.  
  7512. COMMAND WALK TO MERCANTILE
  7513. AtLocation [Boutique]
  7514. AddToTime 220
  7515. GoToRoom [Mercantile Company]
  7516. DoneWithTurn
  7517. END_COMMAND
  7518.  
  7519. COMMAND WALK TO MERCANTILE
  7520. AtLocation [Scotland Yard]
  7521. AddToTime 320
  7522. GoToRoom [Mercantile Company]
  7523. DoneWithTurn
  7524. END_COMMAND
  7525.  
  7526. COMMAND WALK TO MERCANTILE
  7527. AtLocation [Davidson & Sons Law Offices]
  7528. AddToTime 100
  7529. GoToRoom [Mercantile Company]
  7530. DoneWithTurn
  7531. END_COMMAND
  7532.  
  7533. COMMAND WALK TO MERCANTILE
  7534. AtLocation [Dartmouth Hotel]
  7535. AddToTime 145
  7536. GoToRoom [Mercantile Company]
  7537. DoneWithTurn
  7538. END_COMMAND
  7539.  
  7540. COMMAND WALK TO MERCANTILE
  7541. AtLocation [Bank Of England]
  7542. AddToTime 145
  7543. GoToRoom [Mercantile Company]
  7544. DoneWithTurn
  7545. END_COMMAND
  7546.  
  7547. COMMAND WALK TO MERCANTILE
  7548. AtLocation [Seymore Park]
  7549. AddToTime 55
  7550. GoToRoom [Mercantile Company]
  7551. DoneWithTurn
  7552. END_COMMAND
  7553.  
  7554. COMMAND WALK TO MERCANTILE
  7555. AtLocation [Stock Exchange]
  7556. AddToTime 145
  7557. GoToRoom [Mercantile Company]
  7558. DoneWithTurn
  7559. END_COMMAND
  7560.  
  7561. COMMAND WALK TO MERCANTILE
  7562. AtLocation [Cab Company]
  7563. AddToTime 20
  7564. GoToRoom [Mercantile Company]
  7565. DoneWithTurn
  7566. END_COMMAND
  7567.  
  7568. COMMAND WALK TO MERCANTILE
  7569. AtLocation [Newspaper]
  7570. AddToTime 15
  7571. GoToRoom [Mercantile Company]
  7572. DoneWithTurn
  7573. END_COMMAND
  7574.  
  7575. COMMAND WALK TO MERCANTILE
  7576. AtLocation [Pub]
  7577. AddToTime 40
  7578. GoToRoom [Mercantile Company]
  7579. DoneWithTurn
  7580. END_COMMAND
  7581.  
  7582. COMMAND WALK TO MERCANTILE
  7583. AtLocation [Ferry]
  7584. AddToTime 200
  7585. GoToRoom [Mercantile Company]
  7586. DoneWithTurn
  7587. END_COMMAND
  7588.  
  7589. COMMAND WALK TO MERCANTILE
  7590. AtLocation [Shipping Company]
  7591. AddToTime 230
  7592. GoToRoom [Mercantile Company]
  7593. DoneWithTurn
  7594. END_COMMAND
  7595.  
  7596. ! ********************** WALK TO PARK ******************************
  7597.  
  7598. COMMAND WALK TO PARK
  7599. AtLocation [Seymore Park]
  7600. PrintMessage [You're already here!]
  7601. DoneWithTurn
  7602. END_COMMAND
  7603.  
  7604. ! Deal with 10 % chance of Bobby blocking building and various pass options
  7605.  
  7606. COMMAND WALK TO PARK
  7607. FlagOFF [Bobby Blocking Seymore Park]
  7608. chance 10
  7609. DoSubroutine [TurnOFF Bobby Flags]
  7610. ! Only one Bobby at a time!
  7611. TurnFlagON [Bobby Blocking Seymore Park]
  7612. GoToRoom [Blocked by Bobby]
  7613. DoneWithTurn
  7614. END_COMMAND
  7615.  
  7616. COMMAND WALK TO PARK
  7617. ! You are already blocked by Bobby here
  7618. FlagON [Bobby Blocking Seymore Park]
  7619. AtLocation [Blocked by Bobby]
  7620. PrintMessage [You're already here!]
  7621. DoneWithTurn
  7622. END_COMMAND
  7623.  
  7624. COMMAND WALK TO PARK
  7625. ! There is no Bobby blocking your destination
  7626. FlagOFF [Bobby Blocking Seymore Park]
  7627. AtLocation [Blocked by Bobby]
  7628. GoToRoom [Seymore Park]
  7629. DoneWithTurn
  7630. END_COMMAND
  7631.  
  7632. COMMAND WALK TO PARK
  7633. ! Bobby is already blocking it
  7634. FlagON [Bobby Blocking Seymore Park]
  7635. NOT AtLocation [Blocked by Bobby]
  7636. GoToRoom [Blocked by Bobby]
  7637. DoneWithTurn
  7638. END_COMMAND
  7639.  
  7640. COMMAND WALK TO PARK
  7641. AtLocation [Starting Room]
  7642. AddToTime 50
  7643. GoToRoom [Seymore Park]
  7644. DoneWithTurn
  7645. END_COMMAND
  7646.  
  7647. COMMAND WALK TO PARK
  7648. AtLocation [Loire Gallery]
  7649. AddToTime 60
  7650. GoToRoom [Seymore Park]
  7651. DoneWithTurn
  7652. END_COMMAND
  7653.  
  7654. COMMAND WALK TO PARK
  7655. AtLocation [Boutique]
  7656. AddToTime 50
  7657. GoToRoom [Seymore Park]
  7658. DoneWithTurn
  7659. END_COMMAND
  7660.  
  7661. COMMAND WALK TO PARK
  7662. AtLocation [Scotland Yard]
  7663. AddToTime 70
  7664. GoToRoom [Seymore Park]
  7665. DoneWithTurn
  7666. END_COMMAND
  7667.  
  7668. COMMAND WALK TO PARK
  7669. AtLocation [Davidson & Sons Law Offices]
  7670. AddToTime 55
  7671. GoToRoom [Seymore Park]
  7672. DoneWithTurn
  7673. END_COMMAND
  7674.  
  7675. COMMAND WALK TO PARK
  7676. AtLocation [Dartmouth Hotel]
  7677. AddToTime 50
  7678. GoToRoom [Seymore Park]
  7679. DoneWithTurn
  7680. END_COMMAND
  7681.  
  7682. COMMAND WALK TO PARK
  7683. AtLocation [Bank Of England]
  7684. AddToTime 25
  7685. GoToRoom [Seymore Park]
  7686. DoneWithTurn
  7687. END_COMMAND
  7688.  
  7689. COMMAND WALK TO PARK
  7690. AtLocation [Mercantile Company]
  7691. AddToTime 55
  7692. GoToRoom [Seymore Park]
  7693. DoneWithTurn
  7694. END_COMMAND
  7695.  
  7696. COMMAND WALK TO PARK
  7697. AtLocation [Stock Exchange]
  7698. AddToTime 115
  7699. GoToRoom [Seymore Park]
  7700. DoneWithTurn
  7701. END_COMMAND
  7702.  
  7703. COMMAND WALK TO PARK
  7704. AtLocation [Cab Company]
  7705. AddToTime 40
  7706. GoToRoom [Seymore Park]
  7707. DoneWithTurn
  7708. END_COMMAND
  7709.  
  7710. COMMAND WALK TO PARK
  7711. AtLocation [Newspaper]
  7712. AddToTime 35
  7713. GoToRoom [Seymore Park]
  7714. DoneWithTurn
  7715. END_COMMAND
  7716.  
  7717. COMMAND WALK TO PARK
  7718. AtLocation [Pub]
  7719. AddToTime 30
  7720. GoToRoom [Seymore Park]
  7721. DoneWithTurn
  7722. END_COMMAND
  7723.  
  7724. COMMAND WALK TO PARK
  7725. AtLocation [Ferry]
  7726. AddToTime 150
  7727. GoToRoom [Seymore Park]
  7728. DoneWithTurn
  7729. END_COMMAND
  7730.  
  7731. COMMAND WALK TO PARK
  7732. AtLocation [Shipping Company]
  7733. AddToTime 200
  7734. GoToRoom [Seymore Park]
  7735. DoneWithTurn
  7736. END_COMMAND
  7737.  
  7738. ! ********************** WALK TO CAB COMPANY ******************************
  7739.  
  7740. COMMAND WALK TO CAB_COMPANY
  7741. AtLocation [Cab Company]
  7742. PrintMessage [You're already here!]
  7743. DoneWithTurn
  7744. END_COMMAND
  7745.  
  7746. ! Deal with 10 % chance of Bobby blocking building and various pass options
  7747.  
  7748. COMMAND WALK TO CAB_COMPANY
  7749. FlagOFF [Bobby Blocking Cab Company]
  7750. chance 10
  7751. DoSubroutine [TurnOFF Bobby Flags]
  7752. ! Only one Bobby at a time!
  7753. TurnFlagON [Bobby Blocking Cab Company]
  7754. GoToRoom [Blocked by Bobby]
  7755. DoneWithTurn
  7756. END_COMMAND
  7757.  
  7758. COMMAND WALK TO CAB_COMPANY
  7759. ! You are already blocked by Bobby here
  7760. FlagON [Bobby Blocking Cab Company]
  7761. AtLocation [Blocked by Bobby]
  7762. PrintMessage [You're already here!]
  7763. DoneWithTurn
  7764. END_COMMAND
  7765.  
  7766. COMMAND WALK TO CAB_COMPANY
  7767. ! There is no Bobby blocking your destination
  7768. FlagOFF [Bobby Blocking Cab Company]
  7769. AtLocation [Blocked by Bobby]
  7770. GoToRoom [Cab Company]
  7771. DoneWithTurn
  7772. END_COMMAND
  7773.  
  7774. COMMAND WALK TO CAB_COMPANY
  7775. ! Bobby is already blocking it
  7776. FlagON [Bobby Blocking Cab Company]
  7777. NOT AtLocation [Blocked by Bobby]
  7778. GoToRoom [Blocked by Bobby]
  7779. DoneWithTurn
  7780. END_COMMAND
  7781.  
  7782. COMMAND WALK TO CAB_COMPANY
  7783. AtLocation [Starting Room]
  7784. AddToTime 45
  7785. GoToRoom [Cab Company]
  7786. DoneWithTurn
  7787. END_COMMAND
  7788.  
  7789. COMMAND WALK TO CAB_COMPANY
  7790. AtLocation [Loire Gallery]
  7791. AddToTime 45
  7792. GoToRoom [Cab Company]
  7793. DoneWithTurn
  7794. END_COMMAND
  7795.  
  7796. COMMAND WALK TO CAB_COMPANY
  7797. AtLocation [Boutique]
  7798. AddToTime 200
  7799. GoToRoom [Cab Company]
  7800. DoneWithTurn
  7801. END_COMMAND
  7802.  
  7803. COMMAND WALK TO CAB_COMPANY
  7804. AtLocation [Scotland Yard]
  7805. AddToTime 220
  7806. GoToRoom [Cab Company]
  7807. DoneWithTurn
  7808. END_COMMAND
  7809.  
  7810. COMMAND WALK TO CAB_COMPANY
  7811. AtLocation [Davidson & Sons Law Offices]
  7812. AddToTime 130
  7813. GoToRoom [Cab Company]
  7814. DoneWithTurn
  7815. END_COMMAND
  7816.  
  7817. COMMAND WALK TO CAB_COMPANY
  7818. AtLocation [Dartmouth Hotel]
  7819. AddToTime 130
  7820. GoToRoom [Cab Company]
  7821. DoneWithTurn
  7822. END_COMMAND
  7823.  
  7824. COMMAND WALK TO CAB_COMPANY
  7825. AtLocation [Bank Of England]
  7826. AddToTime 130
  7827. GoToRoom [Cab Company]
  7828. DoneWithTurn
  7829. END_COMMAND
  7830.  
  7831. COMMAND WALK TO CAB_COMPANY
  7832. AtLocation [Mercantile Company]
  7833. AddToTime 20
  7834. GoToRoom [Cab Company]
  7835. DoneWithTurn
  7836. END_COMMAND
  7837.  
  7838. COMMAND WALK TO CAB_COMPANY
  7839. AtLocation [Seymore Park]
  7840. AddToTime 40
  7841. GoToRoom [Cab Company]
  7842. DoneWithTurn
  7843. END_COMMAND
  7844.  
  7845. COMMAND WALK TO CAB_COMPANY
  7846. AtLocation [Stock Exchange]
  7847. AddToTime 155
  7848. GoToRoom [Cab Company]
  7849. DoneWithTurn
  7850. END_COMMAND
  7851.  
  7852. COMMAND WALK TO CAB_COMPANY
  7853. AtLocation [Newspaper]
  7854. AddToTime 45
  7855. GoToRoom [Cab Company]
  7856. DoneWithTurn
  7857. END_COMMAND
  7858.  
  7859. COMMAND WALK TO CAB_COMPANY
  7860. AtLocation [Pub]
  7861. AddToTime 45
  7862. GoToRoom [Cab Company]
  7863. DoneWithTurn
  7864. END_COMMAND
  7865.  
  7866. COMMAND WALK TO CAB_COMPANY
  7867. AtLocation [Ferry]
  7868. AddToTime 300
  7869. GoToRoom [Cab Company]
  7870. DoneWithTurn
  7871. END_COMMAND
  7872.  
  7873. COMMAND WALK TO CAB_COMPANY
  7874. AtLocation [Shipping Company]
  7875. AddToTime 300
  7876. GoToRoom [Cab Company]
  7877. DoneWithTurn
  7878. END_COMMAND
  7879.  
  7880. ! ********************** WALK TO TRIBUNE ******************************
  7881.  
  7882. COMMAND WALK TO TRIBUNE
  7883. AtLocation [Newspaper]
  7884. PrintMessage [You're already here!]
  7885. DoneWithTurn
  7886. END_COMMAND
  7887.  
  7888. ! Deal with 10 % chance of Bobby blocking building and various pass options
  7889.  
  7890. COMMAND WALK TO TRIBUNE
  7891. FlagOFF [Bobby Blocking Newspaper]
  7892. chance 10
  7893. DoSubroutine [TurnOFF Bobby Flags]
  7894. ! Only one Bobby at a time!
  7895. TurnFlagON [Bobby Blocking Newspaper]
  7896. GoToRoom [Blocked by Bobby]
  7897. DoneWithTurn
  7898. END_COMMAND
  7899.  
  7900. COMMAND WALK TO TRIBUNE
  7901. ! You are already blocked by Bobby here
  7902. FlagON [Bobby Blocking Newspaper]
  7903. AtLocation [Blocked by Bobby]
  7904. PrintMessage [You're already here!]
  7905. DoneWithTurn
  7906. END_COMMAND
  7907.  
  7908. COMMAND WALK TO TRIBUNE
  7909. ! There is no Bobby blocking your destination
  7910. FlagOFF [Bobby Blocking Newspaper]
  7911. AtLocation [Blocked by Bobby]
  7912. GoToRoom [Newspaper]
  7913. DoneWithTurn
  7914. END_COMMAND
  7915.  
  7916. COMMAND WALK TO TRIBUNE
  7917. ! Bobby is already blocking it
  7918. FlagON [Bobby Blocking Newspaper]
  7919. NOT AtLocation [Blocked by Bobby]
  7920. GoToRoom [Blocked by Bobby]
  7921. DoneWithTurn
  7922. END_COMMAND
  7923.  
  7924. COMMAND WALK TO TRIBUNE
  7925. AtLocation [Starting Room]
  7926. AddToTime 105
  7927. GoToRoom [Newspaper]
  7928. DoneWithTurn
  7929. END_COMMAND
  7930.  
  7931. COMMAND WALK TO TRIBUNE
  7932. AtLocation [Loire Gallery]
  7933. AddToTime 115
  7934. GoToRoom [Newspaper]
  7935. DoneWithTurn
  7936. END_COMMAND
  7937.  
  7938. COMMAND WALK TO TRIBUNE
  7939. AtLocation [Boutique]
  7940. AddToTime 200
  7941. GoToRoom [Newspaper]
  7942. DoneWithTurn
  7943. END_COMMAND
  7944.  
  7945. COMMAND WALK TO TRIBUNE
  7946. AtLocation [Scotland Yard]
  7947. AddToTime 200
  7948. GoToRoom [Newspaper]
  7949. DoneWithTurn
  7950. END_COMMAND
  7951.  
  7952. COMMAND WALK TO TRIBUNE
  7953. AtLocation [Davidson & Sons Law Offices]
  7954. AddToTime 130
  7955. GoToRoom [Newspaper]
  7956. DoneWithTurn
  7957. END_COMMAND
  7958.  
  7959. COMMAND WALK TO TRIBUNE
  7960. AtLocation [Dartmouth Hotel]
  7961. AddToTime 130
  7962. GoToRoom [Newspaper]
  7963. DoneWithTurn
  7964. END_COMMAND
  7965.  
  7966. COMMAND WALK TO TRIBUNE
  7967. AtLocation [Bank Of England]
  7968. AddToTime 200
  7969. GoToRoom [Newspaper]
  7970. DoneWithTurn
  7971. END_COMMAND
  7972.  
  7973. COMMAND WALK TO TRIBUNE
  7974. AtLocation [Mercantile Company]
  7975. AddToTime 15
  7976. GoToRoom [Newspaper]
  7977. DoneWithTurn
  7978. END_COMMAND
  7979.  
  7980. COMMAND WALK TO TRIBUNE
  7981. AtLocation [Seymore Park]
  7982. AddToTime 35
  7983. GoToRoom [Newspaper]
  7984. DoneWithTurn
  7985. END_COMMAND
  7986.  
  7987. COMMAND WALK TO TRIBUNE
  7988. AtLocation [Stock Exchange]
  7989. AddToTime 145
  7990. GoToRoom [Newspaper]
  7991. DoneWithTurn
  7992. END_COMMAND
  7993.  
  7994. COMMAND WALK TO TRIBUNE
  7995. AtLocation [Cab Company]
  7996. AddToTime 45
  7997. GoToRoom [Newspaper]
  7998. DoneWithTurn
  7999. END_COMMAND
  8000.  
  8001. COMMAND WALK TO TRIBUNE
  8002. AtLocation [Pub]
  8003. AddToTime 45
  8004. GoToRoom [Newspaper]
  8005. DoneWithTurn
  8006. END_COMMAND
  8007.  
  8008. COMMAND WALK TO TRIBUNE
  8009. AtLocation [Ferry]
  8010. AddToTime 230
  8011. GoToRoom [Newspaper]
  8012. DoneWithTurn
  8013. END_COMMAND
  8014.  
  8015. COMMAND WALK TO TRIBUNE
  8016. AtLocation [Shipping Company]
  8017. AddToTime 245
  8018. GoToRoom [Newspaper]
  8019. DoneWithTurn
  8020. END_COMMAND
  8021.  
  8022. ! ********************** WALK TO PUB ******************************
  8023.  
  8024. COMMAND WALK TO PUB
  8025. AtLocation [Pub]
  8026. PrintMessage [You're already here!]
  8027. DoneWithTurn
  8028. END_COMMAND
  8029.  
  8030. ! Deal with 10 % chance of Bobby blocking building and various pass options
  8031.  
  8032. COMMAND WALK TO PUB
  8033. FlagOFF [Bobby Blocking Pub]
  8034. chance 10
  8035. DoSubroutine [TurnOFF Bobby Flags]
  8036. ! Only one Bobby at a time!
  8037. TurnFlagON [Bobby Blocking Pub]
  8038. GoToRoom [Blocked by Bobby]
  8039. DoneWithTurn
  8040. END_COMMAND
  8041.  
  8042. COMMAND WALK TO PUB
  8043. ! You are already blocked by Bobby here
  8044. FlagON [Bobby Blocking Pub]
  8045. AtLocation [Blocked by Bobby]
  8046. PrintMessage [You're already here!]
  8047. DoneWithTurn
  8048. END_COMMAND
  8049.  
  8050. COMMAND WALK TO PUB
  8051. ! There is no Bobby blocking your destination
  8052. FlagOFF [Bobby Blocking Pub]
  8053. AtLocation [Blocked by Bobby]
  8054. GoToRoom [Pub]
  8055. DoneWithTurn
  8056. END_COMMAND
  8057.  
  8058. COMMAND WALK TO PUB
  8059. ! Bobby is already blocking it
  8060. FlagON [Bobby Blocking Pub]
  8061. NOT AtLocation [Blocked by Bobby]
  8062. GoToRoom [Blocked by Bobby]
  8063. DoneWithTurn
  8064. END_COMMAND
  8065.  
  8066. COMMAND WALK TO PUB
  8067. AtLocation [Starting Room]
  8068. AddToTime 120
  8069. GoToRoom [Pub]
  8070. DoneWithTurn
  8071. END_COMMAND
  8072.  
  8073. COMMAND WALK TO PUB
  8074. AtLocation [Loire Gallery]
  8075. AddToTime 200
  8076. GoToRoom [Pub]
  8077. DoneWithTurn
  8078. END_COMMAND
  8079.  
  8080. COMMAND WALK TO PUB
  8081. AtLocation [Boutique]
  8082. AddToTime 300
  8083. GoToRoom [Pub]
  8084. DoneWithTurn
  8085. END_COMMAND
  8086.  
  8087. COMMAND WALK TO PUB
  8088. AtLocation [Scotland Yard]
  8089. AddToTime 230
  8090. GoToRoom [Pub]
  8091. DoneWithTurn
  8092. END_COMMAND
  8093.  
  8094. COMMAND WALK TO PUB
  8095. AtLocation [Davidson & Sons Law Offices]
  8096. AddToTime 145
  8097. GoToRoom [Pub]
  8098. DoneWithTurn
  8099. END_COMMAND
  8100.  
  8101. COMMAND WALK TO PUB
  8102. AtLocation [Dartmouth Hotel]
  8103. AddToTime 230
  8104. GoToRoom [Pub]
  8105. DoneWithTurn
  8106. END_COMMAND
  8107.  
  8108. COMMAND WALK TO PUB
  8109. AtLocation [Bank Of England]
  8110. AddToTime 200
  8111. GoToRoom [Pub]
  8112. DoneWithTurn
  8113. END_COMMAND
  8114.  
  8115. COMMAND WALK TO PUB
  8116. AtLocation [Mercantile Company]
  8117. AddToTime 40
  8118. GoToRoom [Pub]
  8119. DoneWithTurn
  8120. END_COMMAND
  8121.  
  8122. COMMAND WALK TO PUB
  8123. AtLocation [Seymore Park]
  8124. AddToTime 30
  8125. GoToRoom [Pub]
  8126. DoneWithTurn
  8127. END_COMMAND
  8128.  
  8129. COMMAND WALK TO PUB
  8130. AtLocation [Stock Exchange]
  8131. AddToTime 200
  8132. GoToRoom [Pub]
  8133. DoneWithTurn
  8134. END_COMMAND
  8135.  
  8136. COMMAND WALK TO PUB
  8137. AtLocation [Cab Company]
  8138. AddToTime 45
  8139. GoToRoom [Pub]
  8140. DoneWithTurn
  8141. END_COMMAND
  8142.  
  8143. COMMAND WALK TO PUB
  8144. AtLocation [Newspaper]
  8145. AddToTime 45
  8146. GoToRoom [Pub]
  8147. DoneWithTurn
  8148. END_COMMAND
  8149.  
  8150. COMMAND WALK TO PUB
  8151. AtLocation [Ferry]
  8152. AddToTime 315
  8153. GoToRoom [Pub]
  8154. DoneWithTurn
  8155. END_COMMAND
  8156.  
  8157. COMMAND WALK TO PUB
  8158. AtLocation [Shipping Company]
  8159. AddToTime 330
  8160. GoToRoom [Pub]
  8161. DoneWithTurn
  8162. END_COMMAND
  8163.  
  8164. ! ********************** WALK TO FERRY ******************************
  8165.  
  8166. COMMAND WALK TO FERRY
  8167. AtLocation [Ferry]
  8168. PrintMessage [You're already here!]
  8169. DoneWithTurn
  8170. END_COMMAND
  8171.  
  8172. ! Deal with 10 % chance of Bobby blocking building and various pass options
  8173.  
  8174. COMMAND WALK TO FERRY
  8175. FlagOFF [Bobby Blocking Ferry]
  8176. chance 10
  8177. DoSubroutine [TurnOFF Bobby Flags]
  8178. ! Only one Bobby at a time!
  8179. TurnFlagON [Bobby Blocking Ferry]
  8180. GoToRoom [Blocked by Bobby]
  8181. DoneWithTurn
  8182. END_COMMAND
  8183.  
  8184. COMMAND WALK TO FERRY
  8185. ! You are already blocked by Bobby here
  8186. FlagON [Bobby Blocking Ferry]
  8187. AtLocation [Blocked by Bobby]
  8188. PrintMessage [You're already here!]
  8189. DoneWithTurn
  8190. END_COMMAND
  8191.  
  8192. COMMAND WALK TO FERRY
  8193. ! There is no Bobby blocking your destination
  8194. FlagOFF [Bobby Blocking Ferry]
  8195. AtLocation [Blocked by Bobby]
  8196. GoToRoom [Ferry]
  8197. DoneWithTurn
  8198. END_COMMAND
  8199.  
  8200. COMMAND WALK TO FERRY
  8201. ! Bobby is already blocking it
  8202. FlagON [Bobby Blocking Ferry]
  8203. NOT AtLocation [Blocked by Bobby]
  8204. GoToRoom [Blocked by Bobby]
  8205. DoneWithTurn
  8206. END_COMMAND
  8207.  
  8208. COMMAND WALK TO FERRY
  8209. AtLocation [Starting Room]
  8210. AddToTime 145
  8211. GoToRoom [Ferry]
  8212. DoneWithTurn
  8213. END_COMMAND
  8214.  
  8215. COMMAND WALK TO FERRY
  8216. AtLocation [Loire Gallery]
  8217. AddToTime 145
  8218. GoToRoom [Ferry]
  8219. DoneWithTurn
  8220. END_COMMAND
  8221.  
  8222. COMMAND WALK TO FERRY
  8223. AtLocation [Boutique]
  8224. AddToTime 200
  8225. GoToRoom [Ferry]
  8226. DoneWithTurn
  8227. END_COMMAND
  8228.  
  8229. COMMAND WALK TO FERRY
  8230. AtLocation [Scotland Yard]
  8231. AddToTime 100
  8232. GoToRoom [Ferry]
  8233. DoneWithTurn
  8234. END_COMMAND
  8235.  
  8236. COMMAND WALK TO FERRY
  8237. AtLocation [Davidson & Sons Law Offices]
  8238. AddToTime 245
  8239. GoToRoom [Ferry]
  8240. DoneWithTurn
  8241. END_COMMAND
  8242.  
  8243. COMMAND WALK TO FERRY
  8244. AtLocation [Dartmouth Hotel]
  8245. AddToTime 130
  8246. GoToRoom [Ferry]
  8247. DoneWithTurn
  8248. END_COMMAND
  8249.  
  8250. COMMAND WALK TO FERRY
  8251. AtLocation [Bank Of England]
  8252. AddToTime 130
  8253. GoToRoom [Ferry]
  8254. DoneWithTurn
  8255. END_COMMAND
  8256.  
  8257. COMMAND WALK TO FERRY
  8258. AtLocation [Mercantile Company]
  8259. AddToTime 200
  8260. GoToRoom [Ferry]
  8261. DoneWithTurn
  8262. END_COMMAND
  8263.  
  8264. COMMAND WALK TO FERRY
  8265. AtLocation [Seymore Park]
  8266. AddToTime 150
  8267. GoToRoom [Ferry]
  8268. DoneWithTurn
  8269. END_COMMAND
  8270.  
  8271. COMMAND WALK TO FERRY
  8272. AtLocation [Stock Exchange]
  8273. AddToTime 145
  8274. GoToRoom [Ferry]
  8275. DoneWithTurn
  8276. END_COMMAND
  8277.  
  8278. COMMAND WALK TO FERRY
  8279. AtLocation [Cab Company]
  8280. AddToTime 300
  8281. GoToRoom [Ferry]
  8282. DoneWithTurn
  8283. END_COMMAND
  8284.  
  8285. COMMAND WALK TO FERRY
  8286. AtLocation [Newspaper]
  8287. AddToTime 230
  8288. GoToRoom [Ferry]
  8289. DoneWithTurn
  8290. END_COMMAND
  8291.  
  8292. COMMAND WALK TO FERRY
  8293. AtLocation [Pub]
  8294. AddToTime 315
  8295. GoToRoom [Ferry]
  8296. DoneWithTurn
  8297. END_COMMAND
  8298.  
  8299. COMMAND WALK TO FERRY
  8300. AtLocation [Shipping Company]
  8301. AddToTime 6
  8302. GoToRoom [Ferry]
  8303. DoneWithTurn
  8304. END_COMMAND
  8305.  
  8306. ! ********************** WALK TO SHIPPING COMPANY ****************************
  8307.  
  8308. COMMAND WALK TO SHIPPING_CO
  8309. AtLocation [Shipping Company]
  8310. PrintMessage [You're already here!]
  8311. DoneWithTurn
  8312. END_COMMAND
  8313.  
  8314. ! Deal with 10 % chance of Bobby blocking building and various pass options
  8315.  
  8316. COMMAND WALK TO SHIPPING_CO
  8317. FlagOFF [Bobby Blocking Shipping Company]
  8318. chance 10
  8319. DoSubroutine [TurnOFF Bobby Flags]
  8320. ! Only one Bobby at a time!
  8321. TurnFlagON [Bobby Blocking Shipping Company]
  8322. GoToRoom [Blocked by Bobby]
  8323. DoneWithTurn
  8324. END_COMMAND
  8325.  
  8326. COMMAND WALK TO SHIPPING_CO
  8327. ! You are already blocked by Bobby here
  8328. FlagON [Bobby Blocking Shipping Company]
  8329. AtLocation [Blocked by Bobby]
  8330. PrintMessage [You're already here!]
  8331. DoneWithTurn
  8332. END_COMMAND
  8333.  
  8334. COMMAND WALK TO SHIPPING_CO
  8335. ! There is no Bobby blocking your destination
  8336. FlagOFF [Bobby Blocking Shipping Company]
  8337. AtLocation [Blocked by Bobby]
  8338. GoToRoom [Shipping Company]
  8339. DoneWithTurn
  8340. END_COMMAND
  8341.  
  8342. COMMAND WALK TO SHIPPING_CO
  8343. ! Bobby is already blocking it
  8344. FlagON [Bobby Blocking Shipping Company]
  8345. NOT AtLocation [Blocked by Bobby]
  8346. GoToRoom [Blocked by Bobby]
  8347. DoneWithTurn
  8348. END_COMMAND
  8349.  
  8350. COMMAND WALK TO SHIPPING_CO
  8351. AtLocation [Starting Room]
  8352. AddToTime 150
  8353. GoToRoom [Shipping Company]
  8354. DoneWithTurn
  8355. END_COMMAND
  8356.  
  8357. COMMAND WALK TO SHIPPING_CO
  8358. AtLocation [Loire Gallery]
  8359. AddToTime 200
  8360. GoToRoom [Shipping Company]
  8361. DoneWithTurn
  8362. END_COMMAND
  8363.  
  8364. COMMAND WALK TO SHIPPING_CO
  8365. AtLocation [Boutique]
  8366. AddToTime 120
  8367. GoToRoom [Shipping Company]
  8368. DoneWithTurn
  8369. END_COMMAND
  8370.  
  8371. COMMAND WALK TO SHIPPING_CO
  8372. AtLocation [Scotland Yard]
  8373. AddToTime 60
  8374. GoToRoom [Shipping Company]
  8375. DoneWithTurn
  8376. END_COMMAND
  8377.  
  8378. COMMAND WALK TO SHIPPING_CO
  8379. AtLocation [Davidson & Sons Law Offices]
  8380. AddToTime 230
  8381. GoToRoom [Shipping Company]
  8382. DoneWithTurn
  8383. END_COMMAND
  8384.  
  8385. COMMAND WALK TO SHIPPING_CO
  8386. AtLocation [Dartmouth Hotel]
  8387. AddToTime 200
  8388. GoToRoom [Shipping Company]
  8389. DoneWithTurn
  8390. END_COMMAND
  8391.  
  8392. COMMAND WALK TO SHIPPING_CO
  8393. AtLocation [Bank Of England]
  8394. AddToTime 145
  8395. GoToRoom [Shipping Company]
  8396. DoneWithTurn
  8397. END_COMMAND
  8398.  
  8399. COMMAND WALK TO SHIPPING_CO
  8400. AtLocation [Mercantile Company]
  8401. AddToTime 230
  8402. GoToRoom [Shipping Company]
  8403. DoneWithTurn
  8404. END_COMMAND
  8405.  
  8406. COMMAND WALK TO SHIPPING_CO
  8407. AtLocation [Seymore Park]
  8408. AddToTime 200
  8409. GoToRoom [Shipping Company]
  8410. DoneWithTurn
  8411. END_COMMAND
  8412.  
  8413. COMMAND WALK TO SHIPPING_CO
  8414. AtLocation [Stock Exchange]
  8415. AddToTime 210
  8416. GoToRoom [Shipping Company]
  8417. DoneWithTurn
  8418. END_COMMAND
  8419.  
  8420. COMMAND WALK TO SHIPPING_CO
  8421. AtLocation [Cab Company]
  8422. AddToTime 300
  8423. GoToRoom [Shipping Company]
  8424. DoneWithTurn
  8425. END_COMMAND
  8426.  
  8427. COMMAND WALK TO SHIPPING_CO
  8428. AtLocation [Newspaper]
  8429. AddToTime 245
  8430. GoToRoom [Shipping Company]
  8431. DoneWithTurn
  8432. END_COMMAND
  8433.  
  8434. COMMAND WALK TO SHIPPING_CO
  8435. AtLocation [Pub]
  8436. AddToTime 330
  8437. GoToRoom [Shipping Company]
  8438. DoneWithTurn
  8439. END_COMMAND
  8440.  
  8441. COMMAND WALK TO SHIPPING_CO
  8442. AtLocation [Ferry]
  8443. AddToTime 5
  8444. GoToRoom [Shipping Company]
  8445. DoneWithTurn
  8446. END_COMMAND
  8447.  
  8448. ! ***********************************  FERRY  *****************************
  8449.  
  8450. COMMAND FERRY
  8451. AtLocation [Ferry]
  8452. SetVariableTo [Fare] 5
  8453. CompareVariables [Money] [Fare]
  8454. ! Not enough money -- if you get to here.
  8455. PrintMessage
  8456.         The man at the ticket window looks up and says 'That'll be 5            
  8457.         pounds mates'.  Watson digs through his pockets for a while and         
  8458.         then turns to you and says 'Holmes!  We don't seem to have 5
  8459.         pounds left'.                                                           
  8460. END_Message
  8461. DoneWithTurn
  8462. END_COMMAND
  8463.                                                                                 
  8464. COMMAND FERRY
  8465. AtLocation [Ferry]
  8466. ! You do have enough money.
  8467. PrintMessage
  8468.         After boarding the ferry, you relax during the 20 minute crossing
  8469.         to West Landing.  You feel refreshed as you exit.                       
  8470. END_Message
  8471. BlankLine
  8472. SubtractFromVariables [Money] [Fare]
  8473. AddToTime 20
  8474. GoToRoom [Pub]
  8475. DoneWithTurn
  8476. END_COMMAND
  8477.                                                                                 
  8478. COMMAND FERRY
  8479. NOT AtLocation [Ferry]
  8480. PrintMessage
  8481.         Watson turns to look at you.  'Are you hallucinating again Holmes',
  8482.         he says, 'We can't ride the ferry, because we aren't at the             
  8483.         the Yorktown Ferry'.                                                    
  8484. END_Message
  8485. DoneWithTurn
  8486. END_COMMAND
  8487.  
  8488. ! ***********************************  CAB  *****************************
  8489.  
  8490. MESSAGE [Cabby gets mad!]
  8491.         The cab driver says 'That'll be #VAR[Fare]# pounds, gentlemen'.  Watson
  8492.         pulls out the money and counts it.  'We don't seem to have'.            
  8493.         that much!' he says.  The cabby gives you a dirty look, says            
  8494.         'We don't drive you for bloody free, you know', turns and drives        
  8495.         off.                                                                    
  8496. END_MESSAGE
  8497.  
  8498. MESSAGE [You enjoy your cab ride!]
  8499.         You hop in the cab and enjoy the ride through the streets of London.
  8500.         As you exit, you feel refreshed.                                        
  8501. END_MESSAGE
  8502.  
  8503.                                                                                 
  8504. COMMAND CAB TO ANY
  8505. NOT AtLocation [Cab Company]
  8506. PrintMessage
  8507.         Watson turns to you and says 'What in blazes are you mumbling
  8508.         about now Holmes?  There is no cab here.'
  8509. END_MESSAGE
  8510. BlankLine
  8511. DoneWithTurn
  8512. END_COMMAND
  8513.                                                                                 
  8514. COMMAND CAB TO CAB_COMPANY
  8515. AtLocation [Cab Company]
  8516. PrintMessage
  8517.         Watson looks at you and frowns.  'Holmes', he says, 'I see you've
  8518.         been hitting the needle again.  We're already there'.                   
  8519. END_MESSAGE
  8520. BlankLine
  8521. DoneWithTurn
  8522. END_COMMAND
  8523.                                                                                 
  8524. COMMAND CAB TO 221B
  8525. AtLocation [Cab Company]
  8526. SetVariableTo [Fare] 8
  8527. CompareVariables [Money] [Fare]
  8528. ! Not enough money -- if you get to here.
  8529. PrintMessage [Cabby gets mad!]
  8530. BlankLine
  8531. DoneWithTurn
  8532. END_COMMAND
  8533.                                                                                 
  8534. COMMAND CAB TO GALLERY
  8535. AtLocation [Cab Company]
  8536. SetVariableTo [Fare] 8
  8537. CompareVariables [Money] [Fare]
  8538. ! Not enough money -- if you get to here.
  8539. PrintMessage [Cabby gets mad!]
  8540. BlankLine
  8541. DoneWithTurn
  8542. END_COMMAND
  8543.                                                                                 
  8544. COMMAND CAB TO BOUTIQUE
  8545. AtLocation [Cab Company]
  8546. SetVariableTo [Fare] 13
  8547. CompareVariables [Money] [Fare]
  8548. ! Not enough money -- if you get to here.
  8549. PrintMessage [Cabby gets mad!]
  8550. BlankLine
  8551. DoneWithTurn
  8552. END_COMMAND
  8553.                                                                                 
  8554. COMMAND CAB TO SCOTLAND_YARD
  8555. AtLocation [Cab Company]
  8556. SetVariableTo [Fare] 17
  8557. CompareVariables [Money] [Fare]
  8558. ! Not enough money -- if you get to here.
  8559. PrintMessage [Cabby gets mad!]
  8560. BlankLine
  8561. DoneWithTurn
  8562. END_COMMAND
  8563.                                                                                 
  8564. COMMAND CAB TO LAW_OFFICES
  8565. AtLocation [Cab Company]
  8566. SetVariableTo [Fare] 9
  8567. CompareVariables [Money] [Fare]
  8568. ! Not enough money -- if you get to here.
  8569. PrintMessage [Cabby gets mad!]
  8570. BlankLine
  8571. DoneWithTurn
  8572. END_COMMAND
  8573.                                                                                 
  8574. COMMAND CAB TO BANK
  8575. AtLocation [Cab Company]
  8576. SetVariableTo [Fare] 12
  8577. CompareVariables [Money] [Fare]
  8578. ! Not enough money -- if you get to here.
  8579. PrintMessage [Cabby gets mad!]
  8580. BlankLine
  8581. DoneWithTurn
  8582. END_COMMAND
  8583.                                                                                 
  8584. COMMAND CAB TO STOCK_EXCHANGE
  8585. AtLocation [Stock Exchange]
  8586. SetVariableTo [Fare] 12
  8587. CompareVariables [Money] [Fare]
  8588. ! Not enough money -- if you get to here.
  8589. PrintMessage [Cabby gets mad!]
  8590. BlankLine
  8591. DoneWithTurn
  8592. END_COMMAND
  8593.                                                                                 
  8594. COMMAND CAB TO HOTEL
  8595. AtLocation [Cab Company]
  8596. SetVariableTo [Fare] 9
  8597. CompareVariables [Money] [Fare]
  8598. ! Not enough money -- if you get to here.
  8599. PrintMessage [Cabby gets mad!]
  8600. BlankLine
  8601. DoneWithTurn
  8602. END_COMMAND
  8603.                                                                                 
  8604. COMMAND CAB TO MERCANTILE
  8605. AtLocation [Cab Company]
  8606. SetVariableTo [Fare] 3
  8607. CompareVariables [Money] [Fare]
  8608. ! Not enough money -- if you get to here.
  8609. PrintMessage [Cabby gets mad!]
  8610. BlankLine
  8611. DoneWithTurn
  8612. END_COMMAND
  8613.                                                                                 
  8614. COMMAND CAB TO PARK
  8615. AtLocation [Cab Company]
  8616. SetVariableTo [Fare] 6
  8617. CompareVariables [Money] [Fare]
  8618. ! Not enough money -- if you get to here.
  8619. PrintMessage [Cabby gets mad!]
  8620. BlankLine
  8621. DoneWithTurn
  8622. END_COMMAND
  8623.                                                                                 
  8624. COMMAND CAB TO TRIBUNE
  8625. AtLocation [Cab Company]
  8626. SetVariableTo [Fare] 4
  8627. CompareVariables [Money] [Fare]
  8628. ! Not enough money -- if you get to here.
  8629. PrintMessage [Cabby gets mad!]
  8630. BlankLine
  8631. DoneWithTurn
  8632. END_COMMAND
  8633.                                                                                 
  8634. COMMAND CAB TO PUB
  8635. AtLocation [Cab Company]
  8636. SetVariableTo [Fare] 7
  8637. CompareVariables [Money] [Fare]
  8638. ! Not enough money -- if you get to here.
  8639. PrintMessage [Cabby gets mad!]
  8640. BlankLine
  8641. DoneWithTurn
  8642. END_COMMAND
  8643.                                                                                 
  8644. COMMAND CAB TO FERRY
  8645. AtLocation [Cab Company]
  8646. SetVariableTo [Fare] 21
  8647. CompareVariables [Money] [Fare]
  8648. ! Not enough money -- if you get to here.
  8649. PrintMessage [Cabby gets mad!]
  8650. BlankLine
  8651. DoneWithTurn
  8652. END_COMMAND
  8653.                                                                                 
  8654. COMMAND CAB TO SHIPPING_CO
  8655. AtLocation [Cab Company]
  8656. SetVariableTo [Fare] 22
  8657. CompareVariables [Money] [Fare]
  8658. ! Not enough money -- if you get to here.
  8659. PrintMessage [Cabby gets mad!]
  8660. BlankLine
  8661. DoneWithTurn
  8662. END_COMMAND
  8663.                                                                                 
  8664. COMMAND CAB TO 221B
  8665. AtLocation [Cab Company]
  8666. SetVariableTo [Fare] 8
  8667. SubtractVariables [Money] [Fare]
  8668. AddToTime 12
  8669. GoToRoom [Solution]
  8670. PrintMessage [You enjoy your cab ride!]
  8671. BlankLine
  8672. DoneWithTurn
  8673. END_COMMAND
  8674.                                                                                 
  8675. COMMAND CAB TO GALLERY
  8676. AtLocation [Cab Company]
  8677. SetVariableTo [Fare] 8
  8678. SubtractVariables [Money] [Fare]
  8679. AddToTime 12
  8680. GoToRoom [Loire Gallery]
  8681. PrintMessage [You enjoy your cab ride!]
  8682. BlankLine
  8683. DoneWithTurn
  8684. END_COMMAND
  8685.                                                                                 
  8686. COMMAND CAB TO BOUTIQUE
  8687. AtLocation [Cab Company]
  8688. SetVariableTo [Fare] 13
  8689. SubtractVariables [Money] [Fare]
  8690. AddToTime 30
  8691. GoToRoom [Boutique]
  8692. PrintMessage [You enjoy your cab ride!]
  8693. BlankLine
  8694. DoneWithTurn
  8695. END_COMMAND
  8696.                                                                                 
  8697. COMMAND CAB TO SCOTLAND_YARD
  8698. AtLocation [Cab Company]
  8699. SetVariableTo [Fare] 17
  8700. SubtractVariables [Money] [Fare]
  8701. AddToTime 35
  8702. GoToRoom [Scotland Yard]
  8703. PrintMessage [You enjoy your cab ride!]
  8704. BlankLine
  8705. DoneWithTurn
  8706. END_COMMAND
  8707.                                                                                 
  8708. COMMAND CAB TO LAW_OFFICES
  8709. AtLocation [Cab Company]
  8710. SetVariableTo [Fare] 9
  8711. SubtractVariables [Money] [Fare]
  8712. AddToTime 22
  8713. GoToRoom [Davidson & Sons Law Offices]
  8714. PrintMessage [You enjoy your cab ride!]
  8715. BlankLine
  8716. DoneWithTurn
  8717. END_COMMAND
  8718.                                                                                 
  8719. COMMAND CAB TO BANK
  8720. AtLocation [Cab Company]
  8721. SetVariableTo [Fare] 12
  8722. SubtractVariables [Money] [Fare]
  8723. AddToTime 22
  8724. GoToRoom [Bank Of England]
  8725. PrintMessage [You enjoy your cab ride!]
  8726. BlankLine
  8727. DoneWithTurn
  8728. END_COMMAND
  8729.                                                                                 
  8730. COMMAND CAB TO STOCK_EXCHANGE
  8731. AtLocation [Cab Company]
  8732. SetVariableTo [Fare] 12
  8733. SubtractVariables [Money] [Fare]
  8734. AddToTime 28
  8735. GoToRoom [Stock Exchange]
  8736. PrintMessage [You enjoy your cab ride!]
  8737. BlankLine
  8738. DoneWithTurn
  8739. END_COMMAND
  8740.                                                                                 
  8741. COMMAND CAB TO HOTEL
  8742. AtLocation [Cab Company]
  8743. SetVariableTo [Fare] 9
  8744. SubtractVariables [Money] [Fare]
  8745. AddToTime 22
  8746. GoToRoom [Dartmouth Hotel]
  8747. PrintMessage [You enjoy your cab ride!]
  8748. BlankLine
  8749. DoneWithTurn
  8750. END_COMMAND
  8751.                                                                                 
  8752. COMMAND CAB TO MERCANTILE
  8753. AtLocation [Cab Company]
  8754. SetVariableTo [Fare] 3
  8755. SubtractVariables [Money] [Fare]
  8756. AddToTime 5
  8757. GoToRoom [Mercantile Company]
  8758. PrintMessage [You enjoy your cab ride!]
  8759. BlankLine
  8760. DoneWithTurn
  8761. END_COMMAND
  8762.                                                                                 
  8763. COMMAND CAB TO PARK
  8764. AtLocation [Cab Company]
  8765. SetVariableTo [Fare] 6
  8766. SubtractVariables [Money] [Fare]
  8767. AddToTime 10
  8768. GoToRoom [Seymore Park]
  8769. PrintMessage [You enjoy your cab ride!]
  8770. BlankLine
  8771. DoneWithTurn
  8772. END_COMMAND
  8773.                                                                                 
  8774. COMMAND CAB TO TRIBUNE
  8775. AtLocation [Cab Company]
  8776. SetVariableTo [Fare] 4
  8777. SubtractVariables [Money] [Fare]
  8778. AddToTime 11
  8779. GoToRoom [Newspaper]
  8780. PrintMessage [You enjoy your cab ride!]
  8781. BlankLine
  8782. DoneWithTurn
  8783. END_COMMAND
  8784.                                                                                 
  8785. COMMAND CAB TO PUB
  8786. AtLocation [Cab Company]
  8787. SetVariableTo [Fare] 7
  8788. SubtractVariables [Money] [Fare]
  8789. AddToTime 11
  8790. GoToRoom [Pub]
  8791. PrintMessage [You enjoy your cab ride!]
  8792. BlankLine
  8793. DoneWithTurn
  8794. END_COMMAND
  8795.                                                                                 
  8796. COMMAND CAB TO FERRY
  8797. AtLocation [Cab Company]
  8798. SetVariableTo [Fare] 21
  8799. SubtractVariables [Money] [Fare]
  8800. AddToTime 45
  8801. GoToRoom [Ferry]
  8802. PrintMessage [You enjoy your cab ride!]
  8803. BlankLine
  8804. DoneWithTurn
  8805. END_COMMAND
  8806.                                                                                 
  8807. COMMAND CAB TO SHIPPING_CO
  8808. AtLocation [Cab Company]
  8809. SetVariableTo [Fare] 22
  8810. SubtractVariables [Money] [Fare]
  8811. AddToTime 45
  8812. GoToRoom [Shipping Company]
  8813. PrintMessage [You enjoy your cab ride!]
  8814. BlankLine
  8815. DoneWithTurn
  8816. END_COMMAND
  8817.  
  8818.  
  8819. ! ***********************************  STATUS  *****************************
  8820.  
  8821. FLAG [Watson has dropped watch]
  8822.  
  8823. MESSAGE [Status Message #1]
  8824.         You ask Watson 'How are we doing old chap'.
  8825.  
  8826.         He reaches into his pockets, pulls out his watch and promptly
  8827.         drops it on the ground where it smashes into a million pieces.          
  8828.         After muttering something to himself, he turns to you and says          
  8829.         'We have #VAR[Money]# £ left'.
  8830. END_MESSAGE
  8831.  
  8832.  
  8833. MESSAGE [Status Message #2]
  8834.         You ask Watson 'How are we doing old chap'.
  8835.  
  8836.         He fumbles through his pockets mumbling 'Where did I put that
  8837.         thing'.  Finally he finds it, looks up grinning at you and says         
  8838.         'It's $TIME$ and we have #VAR[Money]# £ left'.
  8839. END_MESSAGE
  8840.                                                                                 
  8841. MESSAGE [Status Message #3]
  8842.         You ask Watson 'How are we doing old chap'.
  8843.  
  8844.         He pulls his pocket watch out and looks at it and says 'It is
  8845.         $TIME$ and we have #VAR[Money]# £ left'.
  8846. END_MESSAGE
  8847.                                                                                 
  8848. MESSAGE [Status Message #4]
  8849.         You ask Watson 'How are we doing old chap'.
  8850.  
  8851.         He fumbles through his pockets mumbling 'Where did I put that
  8852.         thing'.  Finally he looks up grinning at you somewhat sheepishly
  8853.         and says 'I seem to have misplaced my watch, but we have
  8854.         #VAR[Money]# £ left'.
  8855. END_MESSAGE
  8856.                                                                                 
  8857. COMMAND STATUS
  8858. FlagOFF [Watson has dropped watch]
  8859. Chance 20
  8860. TurnFlagON [Watson has dropped watch]
  8861. PrintMessage [Status Message #1]
  8862. DoneWithTurn
  8863. END_COMMAND
  8864.  
  8865. COMMAND STATUS
  8866. FlagON [Watson has dropped watch]
  8867. PrintMessage [Status Message #4]
  8868. DoneWithTurn
  8869. END_COMMAND
  8870.  
  8871. COMMAND STATUS
  8872. FlagOFF [Watson has dropped watch]
  8873. RandomMessage [Status Message #2] [Status Message #3]
  8874. DoneWithTurn
  8875. END_COMMAND
  8876.  
  8877. ! ***********************************  QUIT  *****************************
  8878.  
  8879. COMMAND QUIT
  8880. ! Didn't select another case so QUIT!
  8881. EndGame
  8882. DoneWithTurn
  8883. END_COMMAND
  8884.  
  8885. ! ***********************************  ANY  *****************************
  8886.  
  8887. ! Handle getting passes when visiting Scotland Yard
  8888.  
  8889. COMMAND ANY
  8890. NOT AtLocation [Scotland Yard]
  8891. TurnFlagOFF [Just got pass at Scotland Yard]
  8892. END_COMMAND
  8893.  
  8894. COMMAND ANY
  8895. AtLocation [Scotland Yard]
  8896. FlagOFF [Just got pass at Scotland Yard]
  8897. TurnFlagON [Just got pass at Scotland Yard]
  8898. AddToVariable [Number of Passes] 1
  8899. END_COMMAND
  8900.  
  8901. ! ***********************************  AFTER  *****************************
  8902.  
  8903. ! Handle getting losing message from bicycle messenger after 11:15 PM
  8904.  
  8905. COMMAND AFTER
  8906. VariableEquals [Case] 1
  8907. TimeGT 2315
  8908. OR
  8909. TimeLT 400
  8910. RandomMessage [Lose Message #1] [Lose Message #3]
  8911. BlankLine
  8912. AskQuestion [Review Solution]
  8913. AnswerIsCorrect
  8914. PrintMessage [Case1 Solution]
  8915. END_COMMAND
  8916.  
  8917. COMMAND AFTER
  8918. VariableEquals [Case] 2
  8919. TimeGT 2315
  8920. OR
  8921. TimeLT 400
  8922. RandomMessage [Lose Message #1] [Lose Message #3]
  8923. BlankLine
  8924. AskQuestion [Review Solution]
  8925. AnswerIsCorrect
  8926. PrintMessage [Case2 Solution]
  8927. END_COMMAND
  8928.  
  8929. COMMAND AFTER
  8930. VariableEquals [Case] 3
  8931. TimeGT 2315
  8932. OR
  8933. TimeLT 400
  8934. RandomMessage [Lose Message #1] [Lose Message #3]
  8935. BlankLine
  8936. AskQuestion [Review Solution]
  8937. AnswerIsCorrect
  8938. PrintMessage [Case3 Solution]
  8939. END_COMMAND
  8940.  
  8941. COMMAND AFTER
  8942. VariableEquals [Case] 4
  8943. TimeGT 2315
  8944. OR
  8945. TimeLT 400
  8946. RandomMessage [Lose Message #1] [Lose Message #3]
  8947. BlankLine
  8948. AskQuestion [Review Solution]
  8949. AnswerIsCorrect
  8950. PrintMessage [Case4 Solution]
  8951. END_COMMAND
  8952.  
  8953. COMMAND AFTER
  8954. VariableEquals [Case] 5
  8955. TimeGT 2315
  8956. OR
  8957. TimeLT 400
  8958. RandomMessage [Lose Message #1] [Lose Message #3]
  8959. BlankLine
  8960. AskQuestion [Review Solution]
  8961. AnswerIsCorrect
  8962. PrintMessage [Case5 Solution]
  8963. END_COMMAND
  8964.  
  8965. COMMAND AFTER
  8966. VariableEquals [Case] 6
  8967. TimeGT 2315
  8968. OR
  8969. TimeLT 400
  8970. RandomMessage [Lose Message #1] [Lose Message #3]
  8971. BlankLine
  8972. AskQuestion [Review Solution]
  8973. AnswerIsCorrect
  8974. PrintMessage [Case6 Solution]
  8975. END_COMMAND
  8976.  
  8977. COMMAND AFTER
  8978. VariableEquals [Case] 7
  8979. TimeGT 2315
  8980. OR
  8981. TimeLT 400
  8982. RandomMessage [Lose Message #1] [Lose Message #3]
  8983. BlankLine
  8984. AskQuestion [Review Solution]
  8985. AnswerIsCorrect
  8986. PrintMessage [Case7 Solution]
  8987. END_COMMAND
  8988.  
  8989. COMMAND AFTER
  8990. VariableEquals [Case] 8
  8991. TimeGT 2315
  8992. OR
  8993. TimeLT 400
  8994. RandomMessage [Lose Message #1] [Lose Message #3]
  8995. BlankLine
  8996. AskQuestion [Review Solution]
  8997. AnswerIsCorrect
  8998. PrintMessage [Case8 Solution]
  8999. END_COMMAND
  9000.  
  9001. COMMAND AFTER
  9002. VariableEquals [Case] 9
  9003. TimeGT 2315
  9004. OR
  9005. TimeLT 400
  9006. RandomMessage [Lose Message #1] [Lose Message #3]
  9007. BlankLine
  9008. AskQuestion [Review Solution]
  9009. AnswerIsCorrect
  9010. PrintMessage [Case9 Solution]
  9011. END_COMMAND
  9012.  
  9013. COMMAND AFTER
  9014. VariableEquals [Case] 10
  9015. TimeGT 2315
  9016. OR
  9017. TimeLT 400
  9018. RandomMessage [Lose Message #1] [Lose Message #3]
  9019. BlankLine
  9020. AskQuestion [Review Solution]
  9021. AnswerIsCorrect
  9022. PrintMessage [Case10 Solution]
  9023. END_COMMAND
  9024.  
  9025. COMMAND AFTER
  9026. VariableEquals [Case] 11
  9027. TimeGT 2315
  9028. OR
  9029. TimeLT 400
  9030. RandomMessage [Lose Message #1] [Lose Message #3]
  9031. BlankLine
  9032. AskQuestion [Review Solution]
  9033. AnswerIsCorrect
  9034. PrintMessage [Case11 Solution]
  9035. END_COMMAND
  9036.  
  9037. COMMAND AFTER
  9038. VariableEquals [Case] 12
  9039. TimeGT 2315
  9040. OR
  9041. TimeLT 400
  9042. RandomMessage [Lose Message #1] [Lose Message #3]
  9043. BlankLine
  9044. AskQuestion [Review Solution]
  9045. AnswerIsCorrect
  9046. PrintMessage [Case12 Solution]
  9047. END_COMMAND
  9048.  
  9049. COMMAND AFTER
  9050. VariableEquals [Case] 13
  9051. TimeGT 2315
  9052. OR
  9053. TimeLT 400
  9054. RandomMessage [Lose Message #1] [Lose Message #3]
  9055. BlankLine
  9056. AskQuestion [Review Solution]
  9057. AnswerIsCorrect
  9058. PrintMessage [Case13 Solution]
  9059. END_COMMAND
  9060.  
  9061. COMMAND AFTER
  9062. VariableEquals [Case] 14
  9063. TimeGT 2315
  9064. OR
  9065. TimeLT 400
  9066. RandomMessage [Lose Message #1] [Lose Message #3]
  9067. BlankLine
  9068. AskQuestion [Review Solution]
  9069. AnswerIsCorrect
  9070. PrintMessage [Case14 Solution]
  9071. END_COMMAND
  9072.  
  9073. COMMAND AFTER
  9074. VariableEquals [Case] 15
  9075. TimeGT 2315
  9076. OR
  9077. TimeLT 400
  9078. RandomMessage [Lose Message #1] [Lose Message #3]
  9079. BlankLine
  9080. AskQuestion [Review Solution]
  9081. AnswerIsCorrect
  9082. PrintMessage [Case15 Solution]
  9083. END_COMMAND
  9084.  
  9085. COMMAND AFTER
  9086. VariableEquals [Case] 16
  9087. TimeGT 2315
  9088. OR
  9089. TimeLT 400
  9090. RandomMessage [Lose Message #1] [Lose Message #3]
  9091. BlankLine
  9092. AskQuestion [Review Solution]
  9093. AnswerIsCorrect
  9094. PrintMessage [Case16 Solution]
  9095. END_COMMAND
  9096.  
  9097. COMMAND AFTER
  9098. VariableEquals [Case] 17
  9099. TimeGT 2315
  9100. OR
  9101. TimeLT 400
  9102. RandomMessage [Lose Message #1] [Lose Message #3]
  9103. BlankLine
  9104. AskQuestion [Review Solution]
  9105. AnswerIsCorrect
  9106. PrintMessage [Case17 Solution]
  9107. END_COMMAND
  9108.  
  9109. COMMAND AFTER
  9110. VariableEquals [Case] 18
  9111. TimeGT 2315
  9112. OR
  9113. TimeLT 400
  9114. RandomMessage [Lose Message #1] [Lose Message #3]
  9115. BlankLine
  9116. AskQuestion [Review Solution]
  9117. AnswerIsCorrect
  9118. PrintMessage [Case18 Solution]
  9119. END_COMMAND
  9120.  
  9121. COMMAND AFTER
  9122. TimeGT 2315
  9123. OR
  9124. TimeLT 400
  9125. BlankLine
  9126. AskQuestion [Another Case?]
  9127. AnswerIsCorrect
  9128. GoToRoom [Select Case Room]
  9129. DoneWithTurn
  9130. END_COMMAND
  9131.  
  9132. COMMAND AFTER
  9133. ! Didn't select another case so QUIT!
  9134. TimeGT 2315
  9135. OR
  9136. TimeLT 400
  9137. ReDirectTo QUIT
  9138. DoneWithTurn
  9139. END_COMMAND
  9140.  
  9141. MESSAGE [Lose Message #1]
  9142.         A messenger rides up to you on a bicycle and asks 'Are you Mr.
  9143.         Sherlock Holmes?'.  You tell him you are and he hands you a
  9144.         note.  The note reads:                                                  
  9145.  
  9146.         Dear Mr. Holmes
  9147.  
  9148.         This note is to inform you that at 11:00 PM on this date, the
  9149.         defendant was executed.  It is therefore fruitless for you to           
  9150.         continue the investigation.                                             
  9151.  
  9152.                                         Cordially,
  9153.  
  9154.                                         Gregory R. Owens Esq.
  9155.                                         1st Superior Court Judge                
  9156.  
  9157.         'Well Holmes, you flubbed another one' says Watson. 'Might
  9158.         just as well go home and go back to your needles'.                      
  9159. END_MESSAGE
  9160.                                                                                 
  9161.                                                                                 
  9162. MESSAGE [Lose Message #2]
  9163.         A messenger rides up to you on a bicycle and asks 'Are you Mr.          
  9164.         Sherlock Holmes?'.  You tell him you are and he hands you a
  9165.         note.  The note reads:                                                  
  9166.  
  9167.         Dear Mr. Holmes.
  9168.  
  9169.         It gives me great pleasure to tell you that we at Scotland Yard
  9170.         have solved the case.  You, in your usual lazy way, must have           
  9171.         spent most of the night at the opium den.  If you are interested        
  9172.         in the solution of the case, consult tomorrow mornings copy of          
  9173.         The West London Tribune.                                                
  9174.  
  9175.                                         Yours Truly,
  9176.  
  9177.                                         Inspector Lestrade
  9178.  
  9179.         'Well Holmes, you flubbed another one' says Watson. 'Might
  9180.         just as well go home and go back to your needles'.                      
  9181. END_MESSAGE
  9182.                                                                                 
  9183.                                                                                 
  9184. MESSAGE [Lose Message #3]
  9185.         A messenger rides up to you on a bicycle and asks 'Are you Mr.          
  9186.         Sherlock Holmes?'.  You tell him you are and he hands you a
  9187.         note.  The note reads:                                                  
  9188.  
  9189.         Dear Sherlock,
  9190.  
  9191.         Although I am aware that you felt that the defendant was innocent,
  9192.         I must inform you that your efforts are too late.  The defendant        
  9193.         was shipped out tonight to a penal institution in Devils Island.        
  9194.         Any further efforts on your part will be wasted, as you know as        
  9195.         well as I do, since no person has ever returned from this penal.        
  9196.         colony.                                                                 
  9197.  
  9198.                                         Regretfully yours,
  9199.  
  9200.                                         Sir Reginald Davidson
  9201.                                         Attorney at law.                        
  9202.  
  9203.         'Well Holmes, you flubbed another one' says Watson. 'Might
  9204.         just as well go home and go back to your needles'.                      
  9205. END_MESSAGE
  9206.  
  9207. ! ***********************************  Sub Routine(s) ************************
  9208.  
  9209. ! Turn OFF all of the Bobby Flags -- to make sure only one location has
  9210. ! a Bobby blocking it at a time
  9211.  
  9212. COMMAND SUBROUTINE[TurnOFF Bobby Flags]
  9213. TurnFlagOFF [Bobby Blocking Boutique]
  9214. TurnFlagOFF [Bobby Blocking Loire Gallery]
  9215. TurnFlagOFF [Bobby Blocking Davidson & Sons Law Offices]
  9216. TurnFlagOFF [Bobby Blocking Dartmouth Hotel]
  9217. TurnFlagOFF [Bobby Blocking Bank Of England]
  9218. TurnFlagOFF [Bobby Blocking Mercantile Company]
  9219. TurnFlagOFF [Bobby Blocking Seymore Park]
  9220. TurnFlagOFF [Bobby Blocking Stock Exchange]
  9221. TurnFlagOFF [Bobby Blocking Cab Company]
  9222. TurnFlagOFF [Bobby Blocking Newspaper]
  9223. TurnFlagOFF [Bobby Blocking Pub]
  9224. TurnFlagOFF [Bobby Blocking Shipping Company]
  9225. END_COMMAND
  9226.  
  9227.