1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-07 17:44:22 +03:00
inform7/resources/Documentation/Examples/Hayseed.txt
2023-07-24 11:56:58 +01:00

22 lines
724 B
Plaintext

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
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.
The ladder is a staircase. It is above the Barn and below the Hayloft.
Instead of climbing a staircase:
try entering the noun.
Test me with "climb ladder / g".
Attempts to climb other types of door will still be treated as useless.