Clarify command-help for set command. Resolve #1944.

This commit is contained in:
Griatch 2019-09-22 13:25:19 +02:00
parent bce118ca93
commit 96b3cd049c

View file

@ -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,