1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/resources/Documentation/Examples/Hayseed.txt

22 lines
724 B
Plaintext
Raw Normal View History

Example: * Hayseed
Location: Try and try silently
RecipeLocation: Doors, Staircases, and Bridges
Index: Staircase kind of door which diverts the CLIMB command
Description: A refinement of our staircase kind which can be climbed.
For: Z-Machine
2019-02-05 02:44:07 +02:00
Presumably all staircase-type connections between rooms should respond when the player says CLIMB STAIRS (or the equivalent). So
{*}"Hayseed"
A staircase is a kind of door. A staircase is usually open. A staircase is seldom openable.
2019-02-05 02:44:07 +02:00
The ladder is a staircase. It is above the Barn and below the Hayloft.
Instead of climbing a staircase:
try entering the noun.
2019-02-05 02:44:07 +02:00
Test me with "climb ladder / g".
Attempts to climb other types of door will still be treated as useless.