(defun C:kak ()(command "-insert" "easement-num" pause "" "" "" pause) (princ)) I have a block with attribute that I want to have a quick one line lisp to insert it. For some reason it's not prompting me to enter the attribute. What am I missing?