I have a program that starts out asking the user for a point. (setq PT1 (getpoint " PICK FIRST CONNECTION POINT:")) At this spot I would like the user to be able to enter a secret character. If this character is entered it will end the lsp routine with no other action and start a different one. Example: I have a beam program that puts the beam and text on plan after picking 2 points. Every once in a while a moment connection is required. This is where I would like the user to be able to type M This would then toggle to a dcl box where they can check boxes for left, right, or both end moment connections, then proceed to ask for point 1 and 2 and put the beam on plan with the symbol. Any help in the right direction would be appreciated.