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)
|
char: Setting an attribute on a character (global search)
|
||||||
character: Alias for char, as above.
|
character: Alias for char, as above.
|
||||||
|
|
||||||
Sets attributes on objects. The second form clears
|
Sets attributes on objects. The second example form above clears a
|
||||||
a previously set attribute while the last form
|
previously set attribute while the third form inspects the current value of
|
||||||
inspects the current value of the attribute
|
the attribute (if any). The last one (with the star) is a shortcut for
|
||||||
(if any).
|
operatin on a player Account rather than an Object.
|
||||||
|
|
||||||
The most common data to save with this command are strings and
|
The most common data to save with this command are strings and
|
||||||
numbers. You can however also set Python primitives such as lists,
|
numbers. You can however also set Python primitives such as lists,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue