diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index 7bbc853120..9c1c0b7382 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -445,10 +445,10 @@ class CmdCpAttr(ObjManipCommand): copy attributes between objects Usage: - cpattr[/switch] /[:category] = / [,/,/,...] - cpattr[/switch] /[:category] = [,,,...] - cpattr[/switch] [:category] = / [,/,/,...] - cpattr[/switch] [:category] = [,,,...] + cpattr[/switch] / = / [,/,/,...] + cpattr[/switch] / = [,,,...] + cpattr[/switch] [:category] = /[:category] [,/,/,...] + cpattr[/switch] = [,,,...] Switches: move - delete the attribute from the source object after copying. @@ -459,6 +459,11 @@ class CmdCpAttr(ObjManipCommand): copies the coolness attribute (defined on yourself), to attributes on Anna and Tom. + cpattr box/width:dimension = tube/width:dimension + -> + copies the box's width attribute in the dimension category, to be the + tube's width attribute in the dimension category + Copy the attribute one object to one or more attributes on another object. If you don't supply a source object, yourself is used. """