The Beast of Torrack Moor

An interactive fiction by Linda Wright (2007) - the Inform 7 source text

Home page

Contents
Previous
Next

Complete text
Section 3 - Unlocking keylessly

Understand "unlock [something]" as unlocking keylessly. Understand "unlock [a locked lockable thing]" as unlocking keylessly. Understand "unlock [a lockable thing]" as unlocking keylessly.

Unlocking keylessly is an action applying to one thing.

Check unlocking keylessly:
    abide by the can't unlock without a lock rule;
    abide by the can't unlock what's already unlocked rule;
    abide by the need a matching key rule.

Carry out unlocking keylessly:
    try unlocking the noun with the matching key of the noun.
    
Check someone trying unlocking keylessly:
    abide by the can't unlock without a lock rule;
    abide by the can't unlock what's already unlocked rule;
    abide by the need a matching key rule.
    
Carry out someone trying unlocking keylessly:
    try the person asked trying unlocking the noun with the matching key of the noun.