I'm stuck with this simple part of my code but for the life of me I cant get my head working. I want to be able to insert a block and have it's position ghosted on screen until the insertion point picked. This works fine, but I also want to be able to reset the scale to another value if <enter> returned. I can reset the scale fine myself but I cant get out of the insert command by hitting enter when prompted. How do I do this? Any help would be appreciated. (setq sf 1) (setq ip nil) (command "-insert" blk "s" sf) (princ "insertion point?? or <enter> to change scale") (command pause "0") (setq ip (getvar "lastpoint"))