From 178fe9f28c36cdc02b0fb7ad3389bd7e6f9c64e9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 12 Dec 2012 00:16:00 +0100 Subject: [PATCH] Added some better help to the contrib @detail command. --- contrib/extended_room.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/extended_room.py b/contrib/extended_room.py index b0e45a680d..5335a5d583 100644 --- a/contrib/extended_room.py +++ b/contrib/extended_room.py @@ -290,6 +290,13 @@ class CmdExtendedDesc(default_cmds.CmdDesc): The alias @detail allows to assign a "detail" (a non-object target for the look command) to the current room. + + You can also embed special time markers in your description, like this: + In the darkness, the forest looks foreboding.. Text + marked this way will only display when the server is truly at the given + time slot. The available times + are night, morning, afternoon and evening. + """ aliases = ["@describe", "@detail"]