@verb #3309:"@remove-det*ail @rm-det*ail @removedet*ail @rmdet*ail" any none none rdo #8438 @program #3309:"@remove-det*ail @rm-det*ail @removedet*ail @rmdet*ail" any none none if (!this:controlled_by(player)) return player:tell(E_PERM, "; only ", $string_utils:nn(this.owner), " can re-decorate.") elseif (!dobjstr) return player:tell("Syntax: ", verb, " <detail>") endif detail = this:match_detail(dobjstr) if (detail == $failed_match) return player:tell("\"", dobjstr, "\" isn't a detail here; try somewhere else.") else this.details = setremove(this.details, this.details[detail]) return player:tell("\"", dobjstr, "\" removed as a detail.") endif "Last modified by Dax (#789) on Thu Nov 8 11:53:54 2001 MST." .