Part Room description headings
A room has some text called the position description.
The position description of the Dance floor is "center of the club".
The position description of the VIP lounge is "NW corner".
The position description of the Artist hangout is "NE corner".
The position description of the Bar is "western side".
The position description of the Hall of Fame is "eastern side".
The position description of the Arcade corner is "SW corner".
The position description of the Entrance is "southern side".
The position description of the Dark corner is "SE corner".
[The following would've worked fine but it messed up the status bar.
Rule for printing the name of a room which is not the Stage while not asking which do you mean:
say "[printed name] [roman type]([position description])"; ]
Carry out looking (this is the new room description heading rule):
say bold type;
if the visibility level count is 0:
begin the printing the name of a dark room activity;
if handling the printing the name of a dark room activity,
issue miscellaneous library message number 71;
end the printing the name of a dark room activity;
otherwise if the visibility ceiling is the location:
say "[visibility ceiling]";
otherwise:
say "[The visibility ceiling]";
say roman type;
[this rule is an exact copy of the standard rules version, except the following two lines:]
if the location is not the Stage:
say " ([position description of the location])";
let intermediate level be the visibility-holder of the actor;
repeat with intermediate level count running from 2 to the visibility level count:
issue library message looking action number 8 for the intermediate level;
let the intermediate level be the visibility-holder of the intermediate level;
say line break;
say run paragraph on with special look spacing.
The new room description heading rule is listed instead of the room description heading rule in the carry out looking rules.