!\=========================================================================== UseVerbs - v0.0.2 - Mon 07th April 1997 For Hugo v2.3, library v2.3.0 & later Copyright 1996, 1997 by Julian Arnold, but freely usable ===========================================================================\! UseVerbs comprises a couple of library extension files, useverbs.g and useverbs.h, which add a number of permutations to some of the standard Hugo verb definitions, as provided in grammar.g and verbstubs.g. Simply, they allow the player to enter commands such as HIT MORDRED WITH EXCALIBUR in the form USE EXCALIBUR TO HIT MORDRED, or USE EXCALIBUR FOR HITTING MORDRED. Simply #include "useverbs.g" *before* you #include "grammar.g" in your source, and #include "useverbs.h" *after* you #include "hugolib.h" in your source. !\=========================================================================== History ===========================================================================\! Fri 14th March 1997 - v0.0.1 Mon 07th April 1997 - v0.0.2 o Added "use on/with " grammar, and changed DoUse routine accordingly. Thanks to Cardinal Teulbachs for the suggestion. o Reworded default response of DoUse routine (it was a question-- what do you want to use for?-- which could lead the player to try answering it with an illegal response; it is now a statement).