diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index eabf8b9584..36f55da2bd 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -1873,6 +1873,11 @@ class CmdSetAttribute(ObjManipCommand): if len(attrs) > 1: caller.msg("The Line editor can only be applied " "to one attribute at a time.") return + if not attrs: + caller.msg("Use `set/edit /` to define the Attribute to edit.\nTo " + "edit the current room description, use `set/edit here/desc` (or " + "use the `desc` command).") + return self.edit_handler(obj, attrs[0]) return if not value: