Inventory

An interactive fiction by Christopher Armstrong (2008) - the Inform 7 source text

Home page

Contents
Next

Complete text
Chapter 1 - Really Generic Stuff

Include Custom Library Messages by David Fisher.

The story headline is "A Life Simulation".
The story creation year is 2008.
The release number is 1.
The story description is "I have to get ready for a flight to London, which is taking off in, oh, two hours. Fortunately most of the packing was done last night."
The story genre is "Non-Fiction".

Release along with a website and source text.


Use American dialect.
Use no scoring.

Rule for printing room description details: stop.

[Why the heck doesn't Custom Library Messages fix this?]
Rule for listing nondescript items of the bedroom:
    say "I can see ";
    list the contents of the bedroom, as a sentence, tersely, listing marked items only, including contents and giving brief inventory information;
    say ".".