autodescription

“autodescription” is a boolean attribute. If set to true, a room description automatically includes a generated list of the objects and exits within the room.

When autodescription is turned on, the following attributes of the game object configure how the description is displayed:

autodescription_description
int Position of room description text within description. Default line 4.

autodescription_description_newline
boolean Whether to put an extra linebreak after the room description.

autodescription_youarein
int Position of “You are in (room name)” within description. Default line 1.

autodescription_youarein_useprefix
boolean Whether to display “You are in” before the room name. Default true. If set to false, print just the room name.

autodescription_youarein_newline
boolean Whether to put an extra linebreak after the “You are in (room name)” line.

autodescription_youcango
int Position of “You can go (exits)” within description. Default line 3.

autodescription_youcango_newline
boolean Whether to put an extra linebreak after the “You can go (exits)” line.

autodescription_youcansee
int Position of “You can see (objects)” within description. Default line 2.

autodescription_youcansee_newline
boolean Whether to put an extra linebreak after the “You can see (objects)” line.