Can someone describe to me what this means? i'm a little confused.
Sorry for the ambiguity, I'll add this to the FAQ.
Auto redescribe is a mode of adventuron where every time the object list or exit list changes in a room, the room description will automatically redescribe (as seen in TWO).
To enable it, add the following line to the top of your source code:
redescribe = auto_beta
It is also recommended to use the minimal TWO theme as a baseline:
start_theme = two
Chris
As Adventuron said, use the two theme or extend it as described in this thread.
Add redescribe = auto_beta at the top of your file. Once you've done this, the impact (as best as I can work out) is as follow:
I've struck lots of situations where the redescribe does not occur automatically, so you'll have to keep an eye on this during testing and force a redescribe manually if needed using a sequence of print, press_any_key and redescribe statements.