mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge 3396a7ad0d into 3761a7cb21
This commit is contained in:
commit
621cebf31b
1 changed files with 2 additions and 2 deletions
|
|
@ -1755,14 +1755,14 @@ class CmdSetAttribute(ObjManipCommand):
|
|||
the attribute (if any). The last one (with the star) is a shortcut for
|
||||
operating on a player Account rather than an Object.
|
||||
|
||||
If you want <value> to be an object, use $dbef(#dbref) or
|
||||
If you want <value> to be an object, use $dbref(#dbref) or
|
||||
$search(key) to assign it. You need control or edit access to
|
||||
the object you are adding.
|
||||
|
||||
The most common data to save with this command are strings and
|
||||
numbers. You can however also set Python primitives such as lists,
|
||||
dictionaries and tuples on objects (this might be important for
|
||||
the functionality of certain custom objects). This is indicated
|
||||
the functionality of certain custom objects). This is indicated
|
||||
by you starting your value with one of |c'|n, |c"|n, |c(|n, |c[|n
|
||||
or |c{ |n.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue