Inform - Resources - Examples

Back to List

Inventory
Complete

Backward
At End

Plain
Coloured
Gaudy

This code
in plain text

Browsing Adventureland.inf

Grammar for new verbs (lines 858-873)

858  !   Grammar: the usual grammar and some extensions
859  ! ----------------------------------------------------------------------------
860   
861  Include "Grammar";
862   
863  Extend "cut"
864                  * "up" noun                      -> Cut
865                  * "down" noun                    -> Cut;
866   
867  Verb "bunyon"   *                                -> Bunyon;
868  Verb "away"     *                                -> Away;
869  Verb "tsurris"  *                                -> Tsurris;
870  Verb "help"     *                                -> Help;
871  Verb "find"     * special                        -> Find;
872   
873  ! ----------------------------------------------------------------------------


Last updated 23 June 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.