Room descriptions only shown first time _any_ player arrives.
icculus opened this issue · 1 comments
icculus commented
Zork shows the full room description the first time you enter a room, and just the room title thereafter. This is probably some object attribute bit that gets set on the room object, upon arrival in the room.
In multizork, we need these descriptions to be published for each player on their first entrance to the room, though, so we'll need to manage these bits separately.
icculus commented
...an option is to just force the VERBOSE
global on.