home *** CD-ROM | disk | FTP | other *** search
/ Fatal Distractions! / fataldistractions.bin / chap01 / pork2 / pork2.ins < prev    next >
Text File  |  1989-01-22  |  6KB  |  142 lines

  1.  
  2. These instructions were taken from PORK I, as written in AGT Format by Dave
  3. Malmberg of Softworks. They apply also to PORK II. The only additional commands
  4. specific to PORK II are the LEWD/TAME commands noted earlier.
  5.  
  6. ------------------------------
  7. How To Play The PORK Adventure
  8. ------------------------------
  9.  
  10.  
  11. COMMANDS AND VOCABULARY:
  12.  
  13.       The PORK Adventure Game understands a wide variety of commands.
  14.       However, it has only a limited vocabulary, totaling approximately four
  15.       hundred words, so it can get confused.  If you give it a word that it
  16.       doesn't understand, it will tell you what word it doesn't know.  Try
  17.       entering your command again using a different word in place of the one
  18.       the game objected to.
  19.  
  20.       Your commands should generally be in the format:
  21.  
  22.        <verb> <(multiple) noun phrase(s)> <preposition> <noun phrase/object>
  23.  
  24.       Some (hypothetical) examples of valid commands:
  25.  
  26.          PLACE A RED ROCK IN THE SMALL BOWL
  27.          PUT THE GREEN ROCK AND THE SMALL PEBBLE BEHIND THE OAK TREE
  28.          READ MY POETRY BOOK
  29.          SWIM IN THE SWIMMING POOL
  30.          EXAMINE THE GOLD RING, THE DWARF AND THE SILVER NECKLACE
  31.          EAT THE CELERY, THE TUNA, THE APPLE AND THE ONION
  32.          THROW THE BATTLE AXE AND THE LARGE ROCK AT THE WEREWOLF
  33.          SHOOT THE BURGLAR WITH THE REVOLVER
  34.          ATTACK HIM
  35.            ("HIM" will refer to last noun mentioned, e.g., the burglar)
  36.          FIRE THE LASER PISTOL AT THE ALIEN MUTANT
  37.          GET THE BOOK (also: TAKE THE BOOK)
  38.          READ IT
  39.            ("IT" will refer to last noun mentioned, e.g., the book)
  40.          GET ALL (will get everything movable at the current location)
  41.          GET THE KEYS, BOTTLE, FOOD AND THE CLOAK
  42.          EXAMINE THE KEYS, BOTTLE, FOOD AND CLOAK
  43.          PUSH THE RED BUTTON AND THE GREEN BUTTON
  44.          UNLOCK THE FILE CABINET WITH THE STEEL KEY
  45.          JUMP THROUGH THE OPENING
  46.          JUMP OVER THE LOG
  47.          NORTH
  48.          SOUTHWEST
  49.          PLACE AN AXE AND THE SHIELD NEXT TO THE BIG TREE
  50.          PUT THE FOOD ON THE KITCHEN TABLE
  51.          TURN ON THE FLASHLIGHT
  52.          LIGHT THE TORCH WITH THE WOODEN MATCHES
  53.          SCREAM AT THE UGLY TROLL
  54.          CLIMB UP THE LADDER
  55.          EXTINGUISH THE FIRE (or PUT OUT THE FIRE)
  56.          DRINK THE WHITE WINE
  57.          THROW THE FIRE WOOD IN THE STOVE
  58.          PULL THE BELL CORD
  59.          WEAR THE STUPID HAT (also: PUT ON THE STUPID HAT)
  60.          TAKE OFF THE HAT (also: REMOVE THE HAT)
  61.          NE (for NORTHEAST)
  62.          DROP THE KEY AND THE BOTTLE
  63.          ENTER THE CAVE
  64.          XYZZY (i.e., a "magic" word)
  65.          TURN THE DOORKNOB
  66.          PLAY WITH THE DOG
  67.          TALK TO (or TALK WITH) THE OLD MAN (ABOUT THE WEATHER)
  68.          TELL JEFF ABOUT THE SWORD
  69.          ASK JODIE ABOUT THE CRIME
  70.  
  71.       Compound commands can be created by connecting single commands (like
  72.       those above) with "AND", "THEN" or the punctuation symbols "," or ";" to
  73.       connect two or more separate commands.  However, "end-of-sentence"
  74.       punctuation symbols like ".", "!" and "?" should not be used.  Below are
  75.       a few examples of valid compound commands:
  76.  
  77.          TURN THE DOORKNOB THEN ENTER THE CAVE
  78.          CLIMB DOWN THE LADDER THEN SOUTH, WEST AND NORTHWEST
  79.          GET THE CLOAK AND THEN EXAMINE IT; READ THE LABEL
  80.          DROP THE FOOD AND THE BOTTLE THEN UNLOCK THE DOOR AND THEN LEAVE
  81.          GET THE TORCH, LIGHT IT WITH THE WOODEN MATCHES THEN EXAMINE IT
  82.  
  83.       If the game understands all of the words in your command, but still
  84.       seems confused by the command -- then try to say the same thing using
  85.       fewer words and a simpler sentence.  When in doubt, simplify your
  86.       commands as much as possible.  This also saves typing effort.
  87.  
  88.  
  89. SPECIAL COMMANDS:
  90.  
  91.       The game uses a number of special commands for various "housekeeping"
  92.       chores.  These are all pretty standard for most adventure games,
  93.       specifically:
  94.  
  95.          HELP          May (or may not) give you a hint.
  96.  
  97.          SCORE         Will summarize your progress, so far.
  98.  
  99.          INVENTORY     Will display a list of the items you are carrying, and
  100.                        those items you are wearing.
  101.  
  102.          BRIEF         Will cause location descriptions to be brief.
  103.  
  104.          VERBOSE       Will cause location descriptions to be verbose.
  105.  
  106.          LOOK          Will give you a full (verbose) description of
  107.                        your current location.
  108.  
  109.          AGAIN         Will cause the last command that was given to be
  110.                        repeated.
  111.  
  112.          LIST EXITS    Will list the obvious (visible) exits from your current
  113.                        location.  There may be other ways to exit the location
  114.                        -- but they may not be obvious.
  115.  
  116.          SAVE          Will save the current game status on disk.
  117.  
  118.          RESTORE       Will restore a previously saved game from disk.
  119.  
  120.          SCRIPT        Causes output to go to both the screen and a printer
  121.                        (using the LP1 port).
  122.  
  123.          UNSCRIPT      Causes output to go to the screen (only).
  124.  
  125.          QUIT          Quits the current game session.  Always exit using QUIT
  126.                        -- so the game can erase some temporary data files and
  127.                        save disk space!
  128.  
  129.  
  130. FUNCTION AND CURSOR KEYS:
  131.  
  132.       The function keys have been predefined to stand for several of the most
  133.       frequently used commands.  Similarly, the cursor keys have been
  134.       predefined to correspond to the appropriate compass directions, i.e.,
  135.       the up arrow is NORTH, the PgDn key is SOUTHEAST, the "-" key is UP, the
  136.       "+" key is DOWN, the Ins key is ENTER, the Del key is EXIT, and so
  137.       forth.
  138.  
  139.       Hitting the '?' key will display a diagram of the definitions for all of
  140.       the function and cursor keys if you need a reminder.
  141.  
  142.