2e12d5bd-b5e8-4bd4-bbcc-b184f570b340 1.0 2015 OutputText ("String", 7) A big room. An elephant stands in the middle, but please do not mention that. Sit (this) sit A small room, with a tiny mouse in the corner. Sit (this) sit " + CapFirst(GetDisplayName(game.pov.parent)) + "") } if (game.autodescription_youarein_newline) { msg (desc) desc = "" } } if (i = game.autodescription_youcansee) { objects = FormatObjectList(game.pov.parent.objectslistprefix, GetNonTransparentParent(game.pov.parent), Template("And"), ".") desc = AddDescriptionLine(desc, objects) if (game.autodescription_youcansee_newline) { msg (desc) desc = "" } } if (i = game.autodescription_youcango) { exits = FormatExitList(game.pov.parent.exitslistprefix, GetExitsList(), Template("Or"), ".") desc = AddDescriptionLine(desc, exits) if (game.autodescription_youcango_newline) { msg (desc) desc = "" } } if (i = game.autodescription_description) { if (HasScript(game.pov.parent, descriptionfield)) { if (LengthOf(desc) > 0) { msg (desc) desc = "" } do (game.pov.parent, descriptionfield) if (game.autodescription_description_newline) { msg ("") } } else { desc = AddDescriptionLine(desc, GetRoomDescription()) if (game.autodescription_description_newline) { msg (desc) desc = "" } } } } if (LengthOf(desc) > 0) { desc = Replace(desc, "a", "a") desc = Replace(desc, "A", "A") msg (desc) } } else { if (HasScript(game.pov.parent, descriptionfield)) { do (game.pov.parent, descriptionfield) } else { fulldesc = GetRoomDescription() if (LengthOf(fulldesc) > 0) { msg (fulldesc) } } } ]]> msg ("You sit on the " + GetDisplayAlias(seat) + ".")