Robin & Orchid — 49 of 88

Ryan Veeder & Emily Boegheim

Release 4

Part - Room Tweaks

Section - The name of a room

[If the name of a room is printed in some ordinary text, it should be printed as, e.g. "the nursery", not just "Nursery".]

A room has some text called the lower case name.

The lower case name of a room is usually "[printed name of the item described in lower case]".

[Some rooms, e.g. the Sunday School room, might need some upper case letters in their lower case name, or might need a more complicated lower case name, or something. We can fix them by giving them the appropriate lower case name.]

Rule for printing the name of a room (called the place):

if the constructing the status line activity is going on or the current action is looking or the reading a command activity is going on: [the reading a command activity is what runs the UNDO code]

say "[printed name of the place]";

otherwise if the asking which do you mean activity is going on or photo-name-printing is true:

say "[lower case name of the place]";

otherwise:

say "the [lower case name of the place]".