Added some better help to the contrib @detail command.

This commit is contained in:
Griatch 2012-12-12 00:16:00 +01:00
parent a1a2c99d1e
commit 178fe9f28c

View file

@ -290,6 +290,13 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
The alias @detail allows to assign a "detail" (a non-object The alias @detail allows to assign a "detail" (a non-object
target for the look command) to the current room. target for the look command) to the current room.
You can also embed special time markers in your description, like this:
<night>In the darkness, the forest looks foreboding.</night>. 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"] aliases = ["@describe", "@detail"]