mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Added some better help to the contrib @detail command.
This commit is contained in:
parent
a1a2c99d1e
commit
178fe9f28c
1 changed files with 7 additions and 0 deletions
|
|
@ -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:
|
||||
<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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue