mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Clarify command-help for set command. Resolve #1944.
This commit is contained in:
parent
bce118ca93
commit
96b3cd049c
1 changed files with 4 additions and 4 deletions
|
|
@ -1469,10 +1469,10 @@ class CmdSetAttribute(ObjManipCommand):
|
|||
char: Setting an attribute on a character (global search)
|
||||
character: Alias for char, as above.
|
||||
|
||||
Sets attributes on objects. The second form clears
|
||||
a previously set attribute while the last form
|
||||
inspects the current value of the attribute
|
||||
(if any).
|
||||
Sets attributes on objects. The second example form above clears a
|
||||
previously set attribute while the third form inspects the current value of
|
||||
the attribute (if any). The last one (with the star) is a shortcut for
|
||||
operatin on a player Account rather than an Object.
|
||||
|
||||
The most common data to save with this command are strings and
|
||||
numbers. You can however also set Python primitives such as lists,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue