;; allows break to automatically select break at point  ;;
;; Author Dan O'Shaughnessy  ;;

(defun c:BB ()
(command "break" (entsel) "f")
)