1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 01:54:21 +03:00
inform7/resources/Documentation/Examples/MinimalMovement.txt

23 lines
901 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Example: * Minimal Movement
Location: Supplying a missing noun/second noun
RecipeLocation: Going, Pushing Things in Directions
Index: GO equivalent to GO OUT
Description: Supplying a default direction for ``GO``, so that ``LEAVE``, ``GO``, etc., are always interpreted as ``OUT``.
For: Z-Machine
Sometimes it would be nice to respond a little more sensitively to a vague command such as ``LEAVE`` converting it, perhaps, to a ``GO OUT`` command.
{*}"Minimal Movement"
The Doll-like House is a room. The Postage-Stamp-Sized Garden is outside from the House.
Rule for supplying a missing noun while going:
now noun is outside.
This particular situation is very slightly complicated by the existing rules about vague movement, but fortunately we can easily turn those off.
{**}The block vaguely going rule is not listed in the for supplying a missing noun rules.
Test me with "go".